@plattar/plattar-ar-adapter 1.155.2 → 1.155.4-b1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/es2015/plattar-ar-adapter.js +743 -493
- package/build/es2015/plattar-ar-adapter.min.js +1 -1
- package/build/es2019/plattar-ar-adapter.js +223 -43
- package/build/es2019/plattar-ar-adapter.min.js +1 -1
- package/dist/embed/controllers/configurator-controller.d.ts +1 -0
- package/dist/embed/controllers/configurator-controller.js +91 -19
- package/dist/embed/controllers/plattar-controller.d.ts +11 -3
- package/dist/embed/controllers/plattar-controller.js +12 -1
- package/dist/embed/controllers/product-controller.d.ts +0 -1
- package/dist/embed/controllers/product-controller.js +0 -5
- package/dist/embed/plattar-embed.d.ts +11 -1
- package/dist/embed/plattar-embed.js +35 -11
- package/dist/util/configurator-state.d.ts +13 -1
- package/dist/util/configurator-state.js +84 -6
- package/dist/version.d.ts +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray(arr,i)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArrayLimit(arr,i){var _i=null==arr?null:"undefined"!=typeof Symbol&&arr[Symbol.iterator]||arr["@@iterator"];if(null!=_i){var _s,_e,_x,_r,_arr=[],_n=!0,_d=!1;try{if(_x=(_i=_i.call(arr)).next,0===i){if(Object(_i)!==_i)return;_n=!1}else for(;!(_n=(_s=_x.call(_i)).done)&&(_arr.push(_s.value),_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{if(!_n&&null!=_i["return"]&&(_r=_i["return"](),Object(_r)!==_r))return}finally{if(_d)throw _e}}return _arr}}function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(iter){if(typeof Symbol!=="undefined"&&iter[Symbol.iterator]!=null||iter["@@iterator"]!=null)return Array.from(iter)}function _arrayWithoutHoles(arr){if(Array.isArray(arr))return _arrayLikeToArray(arr)}function _createForOfIteratorHelper(o,allowArrayLike){var it=typeof Symbol!=="undefined"&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&typeof o.length==="number"){if(it)o=it;var i=0;var F=function F(){};return{s:F,n:function n(){if(i>=o.length)return{done:true};return{done:false,value:o[i++]}},e:function e(_e6){throw _e6},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var normalCompletion=true,didErr=false,err;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();normalCompletion=step.done;return step},e:function e(_e7){didErr=true;err=_e7},f:function f(){try{if(!normalCompletion&&it["return"]!=null)it["return"]()}finally{if(didErr)throw err}}}}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o==="string")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n==="Object"&&o.constructor)n=o.constructor.name;if(n==="Map"||n==="Set")return Array.from(o);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen)}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _wrapNativeSuper(Class){var _cache=typeof Map==="function"?new Map:undefined;_wrapNativeSuper=function _wrapNativeSuper(Class){if(Class===null||!_isNativeFunction(Class))return Class;if(typeof Class!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof _cache!=="undefined"){if(_cache.has(Class))return _cache.get(Class);_cache.set(Class,Wrapper)}function Wrapper(){return _construct(Class,arguments,_getPrototypeOf(this).constructor)}Wrapper.prototype=Object.create(Class.prototype,{constructor:{value:Wrapper,enumerable:false,writable:true,configurable:true}});return _setPrototypeOf(Wrapper,Class)};return _wrapNativeSuper(Class)}function _construct(Parent,args,Class){if(_isNativeReflectConstruct()){_construct=Reflect.construct.bind()}else{_construct=function _construct(Parent,args,Class){var a=[null];a.push.apply(a,args);var Constructor=Function.bind.apply(Parent,a);var instance=new Constructor;if(Class)_setPrototypeOf(instance,Class.prototype);return instance}}return _construct.apply(null,arguments)}function _isNativeFunction(fn){return Function.toString.call(fn).indexOf("[native code]")!==-1}function _get(){if(typeof Reflect!=="undefined"&&Reflect.get){_get=Reflect.get.bind()}else{_get=function _get(target,property,receiver){var base=_superPropBase(target,property);if(!base)return;var desc=Object.getOwnPropertyDescriptor(base,property);if(desc.get){return desc.get.call(arguments.length<3?target:receiver)}return desc.value}}return _get.apply(this,arguments)}function _superPropBase(object,property){while(!Object.prototype.hasOwnProperty.call(object,property)){object=_getPrototypeOf(object);if(object===null)break}return object}function _regeneratorRuntime(){"use strict";_regeneratorRuntime=function _regeneratorRuntime(){return exports};var exports={},Op=Object.prototype,hasOwn=Op.hasOwnProperty,defineProperty=Object.defineProperty||function(obj,key,desc){obj[key]=desc.value},$Symbol="function"==typeof Symbol?Symbol:{},iteratorSymbol=$Symbol.iterator||"@@iterator",asyncIteratorSymbol=$Symbol.asyncIterator||"@@asyncIterator",toStringTagSymbol=$Symbol.toStringTag||"@@toStringTag";function define(obj,key,value){return Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}),obj[key]}try{define({},"")}catch(err){define=function define(obj,key,value){return obj[key]=value}}function wrap(innerFn,outerFn,self,tryLocsList){var protoGenerator=outerFn&&outerFn.prototype instanceof Generator?outerFn:Generator,generator=Object.create(protoGenerator.prototype),context=new Context(tryLocsList||[]);return defineProperty(generator,"_invoke",{value:makeInvokeMethod(innerFn,self,context)}),generator}function tryCatch(fn,obj,arg){try{return{type:"normal",arg:fn.call(obj,arg)}}catch(err){return{type:"throw",arg:err}}}exports.wrap=wrap;var ContinueSentinel={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var IteratorPrototype={};define(IteratorPrototype,iteratorSymbol,function(){return this});var getProto=Object.getPrototypeOf,NativeIteratorPrototype=getProto&&getProto(getProto(values([])));NativeIteratorPrototype&&NativeIteratorPrototype!==Op&&hasOwn.call(NativeIteratorPrototype,iteratorSymbol)&&(IteratorPrototype=NativeIteratorPrototype);var Gp=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(IteratorPrototype);function defineIteratorMethods(prototype){["next","throw","return"].forEach(function(method){define(prototype,method,function(arg){return this._invoke(method,arg)})})}function AsyncIterator(generator,PromiseImpl){function invoke(method,arg,resolve,reject){var record=tryCatch(generator[method],generator,arg);if("throw"!==record.type){var result=record.arg,value=result.value;return value&&"object"==_typeof(value)&&hasOwn.call(value,"__await")?PromiseImpl.resolve(value.__await).then(function(value){invoke("next",value,resolve,reject)},function(err){invoke("throw",err,resolve,reject)}):PromiseImpl.resolve(value).then(function(unwrapped){result.value=unwrapped,resolve(result)},function(error){return invoke("throw",error,resolve,reject)})}reject(record.arg)}var previousPromise;defineProperty(this,"_invoke",{value:function value(method,arg){function callInvokeWithMethodAndArg(){return new PromiseImpl(function(resolve,reject){invoke(method,arg,resolve,reject)})}return previousPromise=previousPromise?previousPromise.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(innerFn,self,context){var state="suspendedStart";return function(method,arg){if("executing"===state)throw new Error("Generator is already running");if("completed"===state){if("throw"===method)throw arg;return doneResult()}for(context.method=method,context.arg=arg;;){var delegate=context.delegate;if(delegate){var delegateResult=maybeInvokeDelegate(delegate,context);if(delegateResult){if(delegateResult===ContinueSentinel)continue;return delegateResult}}if("next"===context.method)context.sent=context._sent=context.arg;else if("throw"===context.method){if("suspendedStart"===state)throw state="completed",context.arg;context.dispatchException(context.arg)}else"return"===context.method&&context.abrupt("return",context.arg);state="executing";var record=tryCatch(innerFn,self,context);if("normal"===record.type){if(state=context.done?"completed":"suspendedYield",record.arg===ContinueSentinel)continue;return{value:record.arg,done:context.done}}"throw"===record.type&&(state="completed",context.method="throw",context.arg=record.arg)}}}function maybeInvokeDelegate(delegate,context){var methodName=context.method,method=delegate.iterator[methodName];if(undefined===method)return context.delegate=null,"throw"===methodName&&delegate.iterator["return"]&&(context.method="return",context.arg=undefined,maybeInvokeDelegate(delegate,context),"throw"===context.method)||"return"!==methodName&&(context.method="throw",context.arg=new TypeError("The iterator does not provide a '"+methodName+"' method")),ContinueSentinel;var record=tryCatch(method,delegate.iterator,context.arg);if("throw"===record.type)return context.method="throw",context.arg=record.arg,context.delegate=null,ContinueSentinel;var info=record.arg;return info?info.done?(context[delegate.resultName]=info.value,context.next=delegate.nextLoc,"return"!==context.method&&(context.method="next",context.arg=undefined),context.delegate=null,ContinueSentinel):info:(context.method="throw",context.arg=new TypeError("iterator result is not an object"),context.delegate=null,ContinueSentinel)}function pushTryEntry(locs){var entry={tryLoc:locs[0]};1 in locs&&(entry.catchLoc=locs[1]),2 in locs&&(entry.finallyLoc=locs[2],entry.afterLoc=locs[3]),this.tryEntries.push(entry)}function resetTryEntry(entry){var record=entry.completion||{};record.type="normal",delete record.arg,entry.completion=record}function Context(tryLocsList){this.tryEntries=[{tryLoc:"root"}],tryLocsList.forEach(pushTryEntry,this),this.reset(!0)}function values(iterable){if(iterable){var iteratorMethod=iterable[iteratorSymbol];if(iteratorMethod)return iteratorMethod.call(iterable);if("function"==typeof iterable.next)return iterable;if(!isNaN(iterable.length)){var i=-1,next=function next(){for(;++i<iterable.length;)if(hasOwn.call(iterable,i))return next.value=iterable[i],next.done=!1,next;return next.value=undefined,next.done=!0,next};return next.next=next}}return{next:doneResult}}function doneResult(){return{value:undefined,done:!0}}return GeneratorFunction.prototype=GeneratorFunctionPrototype,defineProperty(Gp,"constructor",{value:GeneratorFunctionPrototype,configurable:!0}),defineProperty(GeneratorFunctionPrototype,"constructor",{value:GeneratorFunction,configurable:!0}),GeneratorFunction.displayName=define(GeneratorFunctionPrototype,toStringTagSymbol,"GeneratorFunction"),exports.isGeneratorFunction=function(genFun){var ctor="function"==typeof genFun&&genFun.constructor;return!!ctor&&(ctor===GeneratorFunction||"GeneratorFunction"===(ctor.displayName||ctor.name))},exports.mark=function(genFun){return Object.setPrototypeOf?Object.setPrototypeOf(genFun,GeneratorFunctionPrototype):(genFun.__proto__=GeneratorFunctionPrototype,define(genFun,toStringTagSymbol,"GeneratorFunction")),genFun.prototype=Object.create(Gp),genFun},exports.awrap=function(arg){return{__await:arg}},defineIteratorMethods(AsyncIterator.prototype),define(AsyncIterator.prototype,asyncIteratorSymbol,function(){return this}),exports.AsyncIterator=AsyncIterator,exports.async=function(innerFn,outerFn,self,tryLocsList,PromiseImpl){void 0===PromiseImpl&&(PromiseImpl=Promise);var iter=new AsyncIterator(wrap(innerFn,outerFn,self,tryLocsList),PromiseImpl);return exports.isGeneratorFunction(outerFn)?iter:iter.next().then(function(result){return result.done?result.value:iter.next()})},defineIteratorMethods(Gp),define(Gp,toStringTagSymbol,"Generator"),define(Gp,iteratorSymbol,function(){return this}),define(Gp,"toString",function(){return"[object Generator]"}),exports.keys=function(val){var object=Object(val),keys=[];for(var key in object)keys.push(key);return keys.reverse(),function next(){for(;keys.length;){var key=keys.pop();if(key in object)return next.value=key,next.done=!1,next}return next.done=!0,next}},exports.values=values,Context.prototype={constructor:Context,reset:function reset(skipTempReset){if(this.prev=0,this.next=0,this.sent=this._sent=undefined,this.done=!1,this.delegate=null,this.method="next",this.arg=undefined,this.tryEntries.forEach(resetTryEntry),!skipTempReset)for(var name in this)"t"===name.charAt(0)&&hasOwn.call(this,name)&&!isNaN(+name.slice(1))&&(this[name]=undefined)},stop:function stop(){this.done=!0;var rootRecord=this.tryEntries[0].completion;if("throw"===rootRecord.type)throw rootRecord.arg;return this.rval},dispatchException:function dispatchException(exception){if(this.done)throw exception;var context=this;function handle(loc,caught){return record.type="throw",record.arg=exception,context.next=loc,caught&&(context.method="next",context.arg=undefined),!!caught}for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev<entry.catchLoc)return handle(entry.catchLoc,!0);if(this.prev<entry.finallyLoc)return handle(entry.finallyLoc)}else if(hasCatch){if(this.prev<entry.catchLoc)return handle(entry.catchLoc,!0)}else{if(!hasFinally)throw new Error("try statement without catch or finally");if(this.prev<entry.finallyLoc)return handle(entry.finallyLoc)}}}},abrupt:function abrupt(type,arg){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev<entry.finallyLoc){var finallyEntry=entry;break}}finallyEntry&&("break"===type||"continue"===type)&&finallyEntry.tryLoc<=arg&&arg<=finallyEntry.finallyLoc&&(finallyEntry=null);var record=finallyEntry?finallyEntry.completion:{};return record.type=type,record.arg=arg,finallyEntry?(this.method="next",this.next=finallyEntry.finallyLoc,ContinueSentinel):this.complete(record)},complete:function complete(record,afterLoc){if("throw"===record.type)throw record.arg;return"break"===record.type||"continue"===record.type?this.next=record.arg:"return"===record.type?(this.rval=this.arg=record.arg,this.method="return",this.next="end"):"normal"===record.type&&afterLoc&&(this.next=afterLoc),ContinueSentinel},finish:function finish(finallyLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},catch:function _catch(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName:resultName,nextLoc:nextLoc},"next"===this.method&&(this.arg=undefined),ContinueSentinel}},exports}function asyncGeneratorStep(gen,resolve,reject,_next,_throw,key,arg){try{var info=gen[key](arg);var value=info.value}catch(error){reject(error);return}if(info.done){resolve(value)}else{Promise.resolve(value).then(_next,_throw)}}function _asyncToGenerator(fn){return function(){var self=this,args=arguments;return new Promise(function(resolve,reject){var gen=fn.apply(self,args);function _next(value){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"next",value)}function _throw(err){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"throw",err)}_next(undefined)})}}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor)}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return _typeof(key)==="symbol"?key:String(key)}function _toPrimitive(input,hint){if(_typeof(input)!=="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==undefined){var res=prim.call(input,hint||"default");if(_typeof(res)!=="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return(hint==="string"?String:Number)(input)}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function")}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});Object.defineProperty(subClass,"prototype",{writable:false});if(superClass)_setPrototypeOf(subClass,superClass)}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(o,p){o.__proto__=p;return o};return _setPrototypeOf(o,p)}function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function _createSuperInternal(){var Super=_getPrototypeOf(Derived),result;if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else{result=Super.apply(this,arguments)}return _possibleConstructorReturn(this,result)}}function _possibleConstructorReturn(self,call){if(call&&(_typeof(call)==="object"||typeof call==="function")){return call}else if(call!==void 0){throw new TypeError("Derived constructors may only return object or undefined")}return _assertThisInitialized(self)}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return self}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true}catch(e){return false}}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o)};return _getPrototypeOf(o)}function _typeof(obj){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(obj){return typeof obj}:function(obj){return obj&&"function"==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj},_typeof(obj)}(function(f){if((typeof exports==="undefined"?"undefined":_typeof(exports))==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.PlattarARAdapter=f()}})(function(){var define,module,exports;return function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r}()({1:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ConfiguratorAR=void 0;var plattar_analytics_1=require("@plattar/plattar-analytics");var plattar_api_1=require("@plattar/plattar-api");var plattar_services_1=require("@plattar/plattar-services");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var ConfiguratorAR=function(_launcher_ar_1$Launch){_inherits(ConfiguratorAR,_launcher_ar_1$Launch);var _super=_createSuper(ConfiguratorAR);function ConfiguratorAR(state){var _this;_classCallCheck(this,ConfiguratorAR);_this=_super.call(this);_this._analytics=null;if(!state){throw new Error("ConfiguratorAR.constructor(state) - state must be defined")}_this._state=state;_this._ar=null;return _this}_createClass(ConfiguratorAR,[{key:"_SetupAnalytics",value:function _SetupAnalytics(){var scene=this._state.scene;var analytics=null;if(scene){analytics=new plattar_analytics_1.Analytics(scene.attributes.application_id);analytics.origin=plattar_api_1.Server.location().type;this._analytics=analytics;analytics.data.push("type","scene-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("sceneId",scene.id);analytics.data.push("sceneTitle",scene.attributes.title);var application=scene.relationships.find(plattar_api_1.Project);if(application){analytics.data.push("applicationId",application.id);analytics.data.push("applicationTitle",application.attributes.title)}}}},{key:"_Compose",value:function(){var _Compose2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee(output){var objects,configurator,totalARObjectCount,results;return _regeneratorRuntime().wrap(function _callee$(_context){while(1)switch(_context.prev=_context.next){case 0:objects=this._state.state.array();if(!(objects.length<=0)){_context.next=3;break}throw new Error("ConfiguratorAR.Compose() - cannot proceed as scene does not contain AR components");case 3:configurator=new plattar_services_1.Configurator;configurator.server=plattar_api_1.Server.location().type;configurator.output=output;totalARObjectCount=0;objects.forEach(function(object){if(object.meta_data.augment){if(object.meta_data.type==="scenemodel"){configurator.addModel(object.scene_product_id)}else{configurator.addSceneProduct(object.scene_product_id,object.product_variation_id)}totalARObjectCount++}});if(!(totalARObjectCount<=0)){_context.next=10;break}throw new Error("ConfiguratorAR.Compose() - cannot proceed as scene does not contain any enabled AR components");case 10:_context.next=12;return configurator.get();case 12:results=_context.sent;return _context.abrupt("return",results.filename);case 14:case"end":return _context.stop()}},_callee,this)}));function _Compose(_x){return _Compose2.apply(this,arguments)}return _Compose}()},{key:"init",value:function(){var _init=_asyncToGenerator(_regeneratorRuntime().mark(function _callee2(){var scene,sceneOpt,modelUrl,_modelUrl,_modelUrl2,arviewer;return _regeneratorRuntime().wrap(function _callee2$(_context2){while(1)switch(_context2.prev=_context2.next){case 0:if(util_1.Util.canAugment()){_context2.next=2;break}throw new Error("ConfiguratorAR.init() - cannot proceed as AR not available in context");case 2:scene=this._state.scene;this._SetupAnalytics();sceneOpt=scene.attributes.custom_json||{};if(!(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS())){_context2.next=25;break}if(!(sceneOpt.anchor==="face")){_context2.next=17;break}if(!util_1.Util.canRealityViewer()){_context2.next=16;break}_context2.next=10;return this._Compose("vto");case 10:modelUrl=_context2.sent;this._ar=new reality_viewer_1["default"];this._ar.modelUrl=modelUrl;return _context2.abrupt("return",this);case 16:throw new Error("ConfiguratorAR.init() - cannot proceed as VTO AR requires Reality Viewer support");case 17:if(!util_1.Util.canQuicklook()){_context2.next=24;break}_context2.next=20;return this._Compose("usdz");case 20:_modelUrl=_context2.sent;this._ar=new quicklook_viewer_1["default"];this._ar.modelUrl=_modelUrl;return _context2.abrupt("return",this);case 24:throw new Error("ConfiguratorAR.init() - cannot proceed as IOS device does not support AR Mode");case 25:if(!util_1.Util.canSceneViewer()){_context2.next=35;break}_context2.next=28;return this._Compose("glb");case 28:_modelUrl2=_context2.sent;arviewer=new scene_viewer_1["default"];arviewer.modelUrl=_modelUrl2;arviewer.isVertical=this.options.anchor==="vertical"?true:false;if(sceneOpt.anchor==="vertical"){arviewer.isVertical=true}this._ar=arviewer;return _context2.abrupt("return",this);case 35:throw new Error("ConfiguratorAR.init() - could not initialise AR correctly, check values");case 36:case"end":return _context2.stop()}},_callee2,this)}));function init(){return _init.apply(this,arguments)}return init}()},{key:"start",value:function start(){if(!this._ar){throw new Error("SceneAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Scene Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return ConfiguratorAR}(launcher_ar_1.LauncherAR);exports.ConfiguratorAR=ConfiguratorAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44,"@plattar/plattar-services":115}],2:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.LauncherAR=void 0;var LauncherAR=function(){function LauncherAR(){_classCallCheck(this,LauncherAR);this._opt={anchor:"horizontal_vertical"}}_createClass(LauncherAR,[{key:"launch",value:function(){var _launch=_asyncToGenerator(_regeneratorRuntime().mark(function _callee3(){var value;return _regeneratorRuntime().wrap(function _callee3$(_context3){while(1)switch(_context3.prev=_context3.next){case 0:_context3.next=2;return this.init();case 2:value=_context3.sent;return _context3.abrupt("return",value.start());case 4:case"end":return _context3.stop()}},_callee3,this)}));function launch(){return _launch.apply(this,arguments)}return launch}()},{key:"options",get:function get(){return this._opt}}]);return LauncherAR}();exports.LauncherAR=LauncherAR},{}],3:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ModelAR=void 0;var plattar_api_1=require("@plattar/plattar-api");var plattar_analytics_1=require("@plattar/plattar-analytics");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var ModelAR=function(_launcher_ar_1$Launch2){_inherits(ModelAR,_launcher_ar_1$Launch2);var _super2=_createSuper(ModelAR);function ModelAR(){var _this2;var modelID=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;_classCallCheck(this,ModelAR);_this2=_super2.call(this);_this2._analytics=null;if(!modelID){throw new Error("ModelAR.constructor(modelID) - modelID must be defined")}_this2._modelID=modelID;_this2._ar=null;return _this2}_createClass(ModelAR,[{key:"modelID",get:function get(){return this._modelID}},{key:"_SetupAnalytics",value:function _SetupAnalytics(model){var analytics=null;var project=model.relationships.find(plattar_api_1.Project);if(project){analytics=new plattar_analytics_1.Analytics(project.id);analytics.origin=plattar_api_1.Server.location().type;analytics.data.push("type","model-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("applicationId",project.id);analytics.data.push("applicationTitle",project.attributes.title);analytics.data.push("modelId",model.id);analytics.data.push("modelTitle",model.attributes.title);this._analytics=analytics}}},{key:"init",value:function init(){var _this3=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("ModelAR.init() - cannot proceed as AR not available in context"))}var model=new plattar_api_1.FileModel(_this3.modelID);model.include(plattar_api_1.Project);model.get().then(function(model){_this3._SetupAnalytics(model);if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){if(model.attributes.reality_filename&&util_1.Util.canRealityViewer()){_this3._ar=new reality_viewer_1["default"];_this3._ar.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.reality_filename;return accept(_this3)}if(model.attributes.usdz_filename&&util_1.Util.canQuicklook()){_this3._ar=new quicklook_viewer_1["default"];_this3._ar.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.usdz_filename;return accept(_this3)}return reject(new Error("ModelAR.init() - cannot proceed as ModelFile does not have a defined .usdz or .reality file"))}if(util_1.Util.canSceneViewer()){var arviewer=new scene_viewer_1["default"];arviewer.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.original_filename;arviewer.isVertical=_this3.options.anchor==="vertical"?true:false;_this3._ar=arviewer;return accept(_this3)}return reject(new Error("ModelAR.init() - could not initialise AR correctly, check values"))})["catch"](reject)})}},{key:"start",value:function start(){if(!this._ar){throw new Error("ModelAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Model Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return ModelAR}(launcher_ar_1.LauncherAR);exports.ModelAR=ModelAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44}],4:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ProductAR=void 0;var plattar_api_1=require("@plattar/plattar-api");var plattar_analytics_1=require("@plattar/plattar-analytics");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var ProductAR=function(_launcher_ar_1$Launch3){_inherits(ProductAR,_launcher_ar_1$Launch3);var _super3=_createSuper(ProductAR);function ProductAR(){var _this4;var productID=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var variationID=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;var variationSKU=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;_classCallCheck(this,ProductAR);_this4=_super3.call(this);_this4._analytics=null;if(!productID){throw new Error("ProductAR.constructor(productID, variationID) - productID must be defined")}_this4._productID=productID;_this4._variationSKU=variationSKU;_this4._variationID=variationID?variationID:variationSKU?null:"default";_this4._ar=null;return _this4}_createClass(ProductAR,[{key:"productID",get:function get(){return this._productID}},{key:"variationID",get:function get(){return this._variationID}},{key:"variationSKU",get:function get(){return this._variationSKU}},{key:"_SetupAnalytics",value:function _SetupAnalytics(product,variation){var analytics=null;var scene=product.relationships.find(plattar_api_1.Scene);if(scene){analytics=new plattar_analytics_1.Analytics(scene.attributes.application_id);analytics.origin=plattar_api_1.Server.location().type;this._analytics=analytics;analytics.data.push("type","product-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("sceneId",scene.id);analytics.data.push("sceneTitle",scene.attributes.title);var application=scene.relationships.find(plattar_api_1.Project);if(application){analytics.data.push("applicationId",application.id);analytics.data.push("applicationTitle",application.attributes.title)}}if(analytics){analytics.data.push("productId",product.id);analytics.data.push("productTitle",product.attributes.title);analytics.data.push("productSKU",product.attributes.sku);analytics.data.push("variationId",variation.id);analytics.data.push("variationTitle",variation.attributes.title);analytics.data.push("variationSKU",variation.attributes.sku)}}},{key:"init",value:function init(){var _this5=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("ProductAR.init() - cannot proceed as AR not available in context"))}var product=new plattar_api_1.Product(_this5.productID);product.include(plattar_api_1.ProductVariation);product.include(plattar_api_1.ProductVariation.include(plattar_api_1.FileModel));product.include(plattar_api_1.Scene);product.include(plattar_api_1.Scene.include(plattar_api_1.Project));product.get().then(function(product){var variationID=_this5.variationID?_this5.variationID==="default"?product.attributes.product_variation_id:_this5.variationID:null;var variationSKU=_this5.variationSKU;if(!variationID&&!variationSKU){return reject(new Error("ProductAR.init() - cannot proceed as variation-id or variation-sku was not set correctly"))}var variation=undefined;if(variationID){variation=product.relationships.find(plattar_api_1.ProductVariation,variationID)}if(!variation&&variationSKU){var variations=product.relationships.filter(plattar_api_1.ProductVariation);if(variations){variation=variations.find(function(element){return element.attributes.sku===variationSKU})}}if(!variation){return reject(new Error("ProductAR.init() - cannot proceed as variation with id "+variationID+" or sku "+variationSKU+" cannot be found"))}var modelID=variation.attributes.file_model_id;if(!modelID){return reject(new Error("ProductAR.init() - cannot proceed as variation does not have a defined file"))}var model=variation.relationships.find(plattar_api_1.FileModel,modelID);if(!model){return reject(new Error("ProductAR.init() - cannot proceed as ModelFile for selected variation is corrupt"))}_this5._SetupAnalytics(product,variation);if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){if(model.attributes.reality_filename&&util_1.Util.canRealityViewer()){_this5._ar=new reality_viewer_1["default"];_this5._ar.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.reality_filename;return accept(_this5)}if(model.attributes.usdz_filename&&util_1.Util.canQuicklook()){_this5._ar=new quicklook_viewer_1["default"];_this5._ar.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.usdz_filename;return accept(_this5)}return reject(new Error("ProductAR.init() - cannot proceed as ModelFile does not have a defined .usdz or .reality file"))}if(util_1.Util.canSceneViewer()){var arviewer=new scene_viewer_1["default"];arviewer.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.original_filename;arviewer.isVertical=_this5.options.anchor==="vertical"?true:false;var scene=product.relationships.find(plattar_api_1.Scene);if(scene){var sceneOpt=scene.attributes.custom_json||{};if(sceneOpt.anchor==="vertical"){arviewer.isVertical=true}}_this5._ar=arviewer;return accept(_this5)}return reject(new Error("ProductAR.init() - could not initialise AR correctly, check values"))})["catch"](reject)})}},{key:"start",value:function start(){if(!this._ar){throw new Error("ProductAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return ProductAR}(launcher_ar_1.LauncherAR);exports.ProductAR=ProductAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44}],5:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.RawAR=void 0;var plattar_analytics_1=require("@plattar/plattar-analytics");var plattar_api_1=require("@plattar/plattar-api");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var RawAR=function(_launcher_ar_1$Launch4){_inherits(RawAR,_launcher_ar_1$Launch4);var _super4=_createSuper(RawAR);function RawAR(){var _this6;var modelLocation=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var sceneID=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;_classCallCheck(this,RawAR);_this6=_super4.call(this);_this6._analytics=null;if(!modelLocation){throw new Error("RawAR.constructor(modelLocation) - modelLocation must be defined")}var lowerLoc=modelLocation.toLowerCase();if(lowerLoc.endsWith("usdz")||lowerLoc.endsWith("glb")||lowerLoc.endsWith("gltf")||lowerLoc.endsWith("reality")){_this6._modelLocation=modelLocation;_this6._sceneID=sceneID;_this6._ar=null}else{throw new Error("RawAR.constructor(modelLocation) - modelLocation must be one of gltf, glb, usdz or reality")}return _this6}_createClass(RawAR,[{key:"modelLocation",get:function get(){return this._modelLocation}},{key:"_SetupAnalytics",value:function _SetupAnalytics(){var _this7=this;return new Promise(function(accept,_reject){var sceneID=_this7._sceneID;if(!sceneID){return accept()}var scene=new plattar_api_1.Scene(sceneID);scene.include(plattar_api_1.Project);scene.get().then(function(scene){var analytics=new plattar_analytics_1.Analytics(scene.attributes.application_id);analytics.origin=plattar_api_1.Server.location().type;_this7._analytics=analytics;analytics.data.push("type","scene-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("sceneId",scene.id);analytics.data.push("sceneTitle",scene.attributes.title);var application=scene.relationships.find(plattar_api_1.Project);if(application){analytics.data.push("applicationId",application.id);analytics.data.push("applicationTitle",application.attributes.title)}accept()})["catch"](function(_err){accept()})})}},{key:"init",value:function init(){var _this8=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("RawAR.init() - cannot proceed as AR not available in context"))}_this8._SetupAnalytics().then(function(){var modelLocation=_this8._modelLocation;var lowerLoc=modelLocation.toLowerCase();if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){if(lowerLoc.endsWith("reality")&&util_1.Util.canRealityViewer()){_this8._ar=new reality_viewer_1["default"];_this8._ar.modelUrl=modelLocation;return accept(_this8)}if(lowerLoc.endsWith("usdz")&&util_1.Util.canQuicklook()){_this8._ar=new quicklook_viewer_1["default"];_this8._ar.modelUrl=modelLocation;return accept(_this8)}return reject(new Error("RawAR.init() - cannot proceed as model is not a .usdz or .reality file"))}if(util_1.Util.canSceneViewer()){if(lowerLoc.endsWith("glb")||lowerLoc.endsWith("gltf")){var arviewer=new scene_viewer_1["default"];arviewer.modelUrl=modelLocation;arviewer.isVertical=_this8.options.anchor==="vertical"?true:false;_this8._ar=arviewer;return accept(_this8)}return reject(new Error("RawAR.init() - cannot proceed as model is not a .glb or .gltf file"))}return reject(new Error("RawAR.init() - could not initialise AR correctly, check values"))})})}},{key:"start",value:function start(){if(!this._ar){throw new Error("RawAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Scene Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return RawAR}(launcher_ar_1.LauncherAR);exports.RawAR=RawAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44}],6:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.SceneAR=void 0;var plattar_analytics_1=require("@plattar/plattar-analytics");var plattar_api_1=require("@plattar/plattar-api");var plattar_services_1=require("@plattar/plattar-services");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var SceneAR=function(_launcher_ar_1$Launch5){_inherits(SceneAR,_launcher_ar_1$Launch5);var _super5=_createSuper(SceneAR);function SceneAR(){var _this9;var sceneID=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var variationSelection=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;_classCallCheck(this,SceneAR);_this9=_super5.call(this);_this9._analytics=null;if(!sceneID){throw new Error("SceneAR.constructor(sceneID) - sceneID must be defined")}_this9._sceneID=sceneID;_this9._variationSelection=variationSelection||{};_this9._ar=null;return _this9}_createClass(SceneAR,[{key:"sceneID",get:function get(){return this._sceneID}},{key:"_SetupAnalytics",value:function _SetupAnalytics(scene){var analytics=null;if(scene){analytics=new plattar_analytics_1.Analytics(scene.attributes.application_id);analytics.origin=plattar_api_1.Server.location().type;this._analytics=analytics;analytics.data.push("type","scene-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("sceneId",scene.id);analytics.data.push("sceneTitle",scene.attributes.title);var application=scene.relationships.find(plattar_api_1.Project);if(application){analytics.data.push("applicationId",application.id);analytics.data.push("applicationTitle",application.attributes.title)}}}},{key:"_ComposeScene",value:function _ComposeScene(scene,output){var _this10=this;return new Promise(function(accept,reject){var sceneProducts=scene.relationships.filter(plattar_api_1.SceneProduct);var sceneModels=scene.relationships.filter(plattar_api_1.SceneModel);if(sceneProducts.length+sceneModels.length<=0){return reject(new Error("SceneAR.ComposeScene() - cannot proceed as scene does not contain AR components"))}var configurator=new plattar_services_1.Configurator;configurator.server=plattar_api_1.Server.location().type;configurator.output=output;var totalARObjectCount=0;sceneProducts.forEach(function(sceneProduct){var product=sceneProduct.relationships.find(plattar_api_1.Product);var selection=_this10._variationSelection;if(sceneProduct.attributes.include_in_augment){if(product&&product.id===selection.productID&&selection.variationID){configurator.addSceneProduct(sceneProduct.id,selection.variationID);totalARObjectCount++}else if(product){if(sceneProduct.id===selection.sceneProductID&&selection.variationID){configurator.addSceneProduct(sceneProduct.id,selection.variationID);totalARObjectCount++}else if(product.attributes.product_variation_id){configurator.addSceneProduct(sceneProduct.id,product.attributes.product_variation_id);totalARObjectCount++}}}});sceneModels.forEach(function(sceneModel){if(sceneModel.attributes.include_in_augment){configurator.addModel(sceneModel.id);totalARObjectCount++}});if(totalARObjectCount<=0){return reject(new Error("SceneAR.ComposeScene() - cannot proceed as scene does not contain any enabled AR components"))}return configurator.get().then(function(result){accept(result.filename)})["catch"](reject)})}},{key:"init",value:function init(){var _this11=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("SceneAR.init() - cannot proceed as AR not available in context"))}var scene=new plattar_api_1.Scene(_this11.sceneID);scene.include(plattar_api_1.Project);scene.include(plattar_api_1.SceneProduct);scene.include(plattar_api_1.SceneProduct.include(plattar_api_1.Product));scene.include(plattar_api_1.SceneModel);scene.get().then(function(scene){_this11._SetupAnalytics(scene);var sceneOpt=scene.attributes.custom_json||{};if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){if(sceneOpt.anchor==="face"){if(util_1.Util.canRealityViewer()){return _this11._ComposeScene(scene,"vto").then(function(modelUrl){_this11._ar=new reality_viewer_1["default"];_this11._ar.modelUrl=modelUrl;return accept(_this11)})["catch"](reject)}else{return reject(new Error("SceneAR.init() - cannot proceed as VTO AR requires Reality Viewer support"))}}if(util_1.Util.canQuicklook()){return _this11._ComposeScene(scene,"usdz").then(function(modelUrl){_this11._ar=new quicklook_viewer_1["default"];_this11._ar.modelUrl=modelUrl;return accept(_this11)})["catch"](reject)}return reject(new Error("SceneAR.init() - cannot proceed as IOS device does not support AR Mode"))}if(util_1.Util.canSceneViewer()){return _this11._ComposeScene(scene,"glb").then(function(modelUrl){var arviewer=new scene_viewer_1["default"];arviewer.modelUrl=modelUrl;arviewer.isVertical=_this11.options.anchor==="vertical"?true:false;if(sceneOpt.anchor==="vertical"){arviewer.isVertical=true}_this11._ar=arviewer;return accept(_this11)})["catch"](reject)}return reject(new Error("SceneAR.init() - could not initialise AR correctly, check values"))})["catch"](reject)})}},{key:"start",value:function start(){if(!this._ar){throw new Error("SceneAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Scene Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return SceneAR}(launcher_ar_1.LauncherAR);exports.SceneAR=SceneAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44,"@plattar/plattar-services":115}],7:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.SceneProductAR=void 0;var product_ar_1=require("./product-ar");var plattar_api_1=require("@plattar/plattar-api");var util_1=require("../util/util");var SceneProductAR=function(_product_ar_1$Product){_inherits(SceneProductAR,_product_ar_1$Product);var _super6=_createSuper(SceneProductAR);function SceneProductAR(){var _this12;var sceneProductID=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var variationID=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;var variationSKU=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;_classCallCheck(this,SceneProductAR);_this12=_super6.call(this,sceneProductID,variationID,variationSKU);_this12._attachedProductID=null;if(!sceneProductID){throw new Error("SceneProductAR.constructor(sceneProductID, variationID) - sceneProductID must be defined")}_this12._sceneProductID=sceneProductID;return _this12}_createClass(SceneProductAR,[{key:"sceneProductID",get:function get(){return this._sceneProductID}},{key:"productID",get:function get(){if(!this._attachedProductID){throw new Error("SceneProductAR.productID() - product id was not defined, did you call init()?")}return this._attachedProductID}},{key:"init",value:function init(){var _this13=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("SceneProductAR.init() - cannot proceed as AR not available in context"))}var sceneProduct=new plattar_api_1.SceneProduct(_this13.sceneProductID);sceneProduct.get().then(function(sceneProduct){var productID=sceneProduct.attributes.product_id;if(!productID){return reject("SceneProductAR.init() - Scene Product does not have an attached Product instance")}_this13._attachedProductID=productID;return _get(_getPrototypeOf(SceneProductAR.prototype),"init",_this13).call(_this13).then(accept)["catch"](reject)})["catch"](reject)})}}]);return SceneProductAR}(product_ar_1.ProductAR);exports.SceneProductAR=SceneProductAR},{"../util/util":15,"./product-ar":4,"@plattar/plattar-api":44}],8:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.ConfiguratorController=void 0;var plattar_api_1=require("@plattar/plattar-api");var scene_product_ar_1=require("../../ar/scene-product-ar");var util_1=require("../../util/util");var plattar_controller_1=require("./plattar-controller");var configurator_ar_1=require("../../ar/configurator-ar");var ConfiguratorController=function(_plattar_controller_){_inherits(ConfiguratorController,_plattar_controller_);var _super7=_createSuper(ConfiguratorController);function ConfiguratorController(){var _this14;_classCallCheck(this,ConfiguratorController);_this14=_super7.apply(this,arguments);_this14._cachedConfigState=null;return _this14}_createClass(ConfiguratorController,[{key:"getConfiguratorState",value:function(){var _getConfiguratorState=_asyncToGenerator(_regeneratorRuntime().mark(function _callee4(){return _regeneratorRuntime().wrap(function _callee4$(_context4){while(1)switch(_context4.prev=_context4.next){case 0:if(!this._cachedConfigState){_context4.next=2;break}return _context4.abrupt("return",this._cachedConfigState);case 2:this._cachedConfigState=this.createConfiguratorState();return _context4.abrupt("return",this._cachedConfigState);case 4:case"end":return _context4.stop()}},_callee4,this)}));function getConfiguratorState(){return _getConfiguratorState.apply(this,arguments)}return getConfiguratorState}()},{key:"onAttributesUpdated",value:function(){var _onAttributesUpdated=_asyncToGenerator(_regeneratorRuntime().mark(function _callee5(attributeName){var state,viewer,variationIDs,variationIDsList,variationSKUs,variationSKUList,configState,_variationIDs,_variationIDsList,_configState,_variationSKUs,_variationSKUList;return _regeneratorRuntime().wrap(function _callee5$(_context5){while(1)switch(_context5.prev=_context5.next){case 0:state=this._state;if(!(state===plattar_controller_1.ControllerState.Renderer)){_context5.next=17;break}viewer=this.element;if(!viewer){_context5.next=16;break}if(!(attributeName==="variation-id")){_context5.next=10;break}variationIDs=this.getAttribute("variation-id");variationIDsList=variationIDs?variationIDs.split(","):[];if(!(variationIDsList.length>0)){_context5.next=10;break}_context5.next=10;return viewer.messenger.selectVariationID(variationIDsList);case 10:if(!(attributeName==="variation-sku")){_context5.next=16;break}variationSKUs=this.getAttribute("variation-sku");variationSKUList=variationSKUs?variationSKUs.split(","):[];if(!(variationSKUList.length>0)){_context5.next=16;break}_context5.next=16;return viewer.messenger.selectVariationSKU(variationSKUList);case 16:return _context5.abrupt("return");case 17:if(!(state===plattar_controller_1.ControllerState.QRCode)){_context5.next=34;break}if(!(attributeName==="variation-id")){_context5.next=25;break}_context5.next=21;return this.getConfiguratorState();case 21:configState=_context5.sent;_variationIDs=this.getAttribute("variation-id");_variationIDsList=_variationIDs?_variationIDs.split(","):[];_variationIDsList.forEach(function(variationID){configState.state.setVariationID(variationID)});case 25:if(!(attributeName==="variation-sku")){_context5.next=32;break}_context5.next=28;return this.getConfiguratorState();case 28:_configState=_context5.sent;_variationSKUs=this.getAttribute("variation-sku");_variationSKUList=_variationSKUs?_variationSKUs.split(","):[];_variationSKUList.forEach(function(variationSKU){_configState.state.setVariationSKU(variationSKU)});case 32:this.startQRCode(this._prevQROpt);return _context5.abrupt("return");case 34:case"end":return _context5.stop()}},_callee5,this)}));function onAttributesUpdated(_x2){return _onAttributesUpdated.apply(this,arguments)}return onAttributesUpdated}()},{key:"startViewerQRCode",value:function(){var _startViewerQRCode=_asyncToGenerator(_regeneratorRuntime().mark(function _callee6(options){var _this15=this;var sceneID,opt,viewer,width,height,dst,configState,showAR,showUI;return _regeneratorRuntime().wrap(function _callee6$(_context6){while(1)switch(_context6.prev=_context6.next){case 0:this.removeRenderer();sceneID=this.getAttribute("scene-id");if(sceneID){_context6.next=4;break}throw new Error("ConfiguratorController.startQRCode() - minimum required attributes not set, use scene-id as a minimum");case 4:opt=options||this._GetDefaultQROptions();viewer=document.createElement("plattar-qrcode");this._element=viewer;width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");dst=plattar_api_1.Server.location().base+"renderer/configurator.html?scene_id="+sceneID;configState=null;showAR=this.getAttribute("show-ar");showUI=this.getAttribute("show-ui");_context6.prev=19;_context6.next=22;return this.getConfiguratorState();case 22:configState=_context6.sent.state.encode();_context6.next=28;break;case 25:_context6.prev=25;_context6.t0=_context6["catch"](19);configState=null;case 28:if(showUI&&showUI==="true"){dst=plattar_api_1.Server.location().base+"configurator/dist/index.html?scene_id="+sceneID}if(configState){dst+="&config_state="+configState}if(showAR){dst+="&show_ar="+showAR}viewer.setAttribute("url",opt.url||dst);this._state=plattar_controller_1.ControllerState.QRCode;this._prevQROpt=opt;return _context6.abrupt("return",new Promise(function(accept,reject){viewer.onload=function(){return accept(viewer)};_this15.append(viewer)}));case 35:case"end":return _context6.stop()}},_callee6,this,[[19,25]])}));function startViewerQRCode(_x3){return _startViewerQRCode.apply(this,arguments)}return startViewerQRCode}()},{key:"startRenderer",value:function(){var _startRenderer=_asyncToGenerator(_regeneratorRuntime().mark(function _callee7(){var _this16=this;var sceneID,width,height,server,viewer,configState,showAR,showUI;return _regeneratorRuntime().wrap(function _callee7$(_context7){while(1)switch(_context7.prev=_context7.next){case 0:this.removeRenderer();sceneID=this.getAttribute("scene-id");if(sceneID){_context7.next=4;break}throw new Error("ConfiguratorController.startRenderer() - minimum required attributes not set, use scene-id as a minimum");case 4:width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";server=this.getAttribute("server")||"production";viewer=document.createElement("plattar-configurator");this._element=viewer;viewer.setAttribute("width",width);viewer.setAttribute("height",height);viewer.setAttribute("server",server);viewer.setAttribute("scene-id",sceneID);configState=null;_context7.prev=14;_context7.next=17;return this.getConfiguratorState();case 17:configState=_context7.sent;_context7.next=23;break;case 20:_context7.prev=20;_context7.t0=_context7["catch"](14);configState=null;case 23:showAR=this.getAttribute("show-ar");showUI=this.getAttribute("show-ui");if(configState){viewer.setAttribute("config-state",configState.state.encode())}if(showAR){viewer.setAttribute("show-ar",showAR)}if(showUI){viewer.setAttribute("show-ui",showUI)}this._state=plattar_controller_1.ControllerState.Renderer;return _context7.abrupt("return",new Promise(function(accept,reject){_this16.append(viewer);if(configState){_this16.setupMessengerObservers(viewer,configState)}return accept(viewer)}));case 30:case"end":return _context7.stop()}},_callee7,this,[[14,20]])}));function startRenderer(){return _startRenderer.apply(this,arguments)}return startRenderer}()},{key:"initAR",value:function(){var _initAR=_asyncToGenerator(_regeneratorRuntime().mark(function _callee8(){var arMode;return _regeneratorRuntime().wrap(function _callee8$(_context8){while(1)switch(_context8.prev=_context8.next){case 0:if(util_1.Util.canAugment()){_context8.next=2;break}throw new Error("ConfiguratorController.initAR() - cannot proceed as AR not available in context");case 2:arMode=this.getAttribute("ar-mode")||"generated";_context8.t0=arMode.toLowerCase();_context8.next=_context8.t0==="inherited"?6:_context8.t0==="generated"?7:7;break;case 6:return _context8.abrupt("return",this._InitARInherited());case 7:return _context8.abrupt("return",this._InitARGenerated());case 8:case"end":return _context8.stop()}},_callee8,this)}));function initAR(){return _initAR.apply(this,arguments)}return initAR}()},{key:"_InitARInherited",value:function(){var _InitARInherited2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee9(){var sceneID,state,first,sceneProductAR;return _regeneratorRuntime().wrap(function _callee9$(_context9){while(1)switch(_context9.prev=_context9.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context9.next=3;break}throw new Error("ConfiguratorController.initAR() - inherited AR minimum required attributes not set, use scene-id as a minimum");case 3:_context9.next=5;return this.getConfiguratorState();case 5:state=_context9.sent.state;first=state.first();if(!first){_context9.next=10;break}sceneProductAR=new scene_product_ar_1.SceneProductAR(first.scene_product_id,first.product_variation_id);return _context9.abrupt("return",sceneProductAR.init());case 10:throw new Error("ConfiguratorController.initAR() - invalid decoded config-state does not have any product states");case 11:case"end":return _context9.stop()}},_callee9,this)}));function _InitARInherited(){return _InitARInherited2.apply(this,arguments)}return _InitARInherited}()},{key:"_InitARGenerated",value:function(){var _InitARGenerated2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee10(){var sceneID,configAR;return _regeneratorRuntime().wrap(function _callee10$(_context10){while(1)switch(_context10.prev=_context10.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context10.next=3;break}throw new Error("VTOController.initAR() - generated AR minimum required attributes not set, use scene-id as a minimum");case 3:_context10.t0=configurator_ar_1.ConfiguratorAR;_context10.next=6;return this.getConfiguratorState();case 6:_context10.t1=_context10.sent;configAR=new _context10.t0(_context10.t1);return _context10.abrupt("return",configAR.init());case 9:case"end":return _context10.stop()}},_callee10,this)}));function _InitARGenerated(){return _InitARGenerated2.apply(this,arguments)}return _InitARGenerated}()},{key:"removeRenderer",value:function removeRenderer(){if(this._element){this._element.remove();this._element=null;return true}this.removeMessengerObservers();return false}},{key:"element",get:function get(){return this._element}}]);return ConfiguratorController}(plattar_controller_1.PlattarController);exports.ConfiguratorController=ConfiguratorController},{"../../ar/configurator-ar":1,"../../ar/scene-product-ar":7,"../../util/util":15,"./plattar-controller":9,"@plattar/plattar-api":44}],9:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.PlattarController=exports.ControllerState=void 0;var plattar_api_1=require("@plattar/plattar-api");var configurator_state_1=require("../../util/configurator-state");var ControllerState;(function(ControllerState){ControllerState[ControllerState["None"]=0]="None";ControllerState[ControllerState["Renderer"]=1]="Renderer";ControllerState[ControllerState["QRCode"]=2]="QRCode"})(ControllerState||(exports.ControllerState=ControllerState={}));var PlattarController=function(){function PlattarController(parent){_classCallCheck(this,PlattarController);this._state=ControllerState.None;this._element=null;this._prevQROpt=null;this._selectVariationObserver=null;this._selectVariationSKUObserver=null;this._parent=parent}_createClass(PlattarController,[{key:"_GetDefaultQROptions",value:function _GetDefaultQROptions(){return{color:this.getAttribute("qr-color")||"#101721",qrType:this.getAttribute("qr-style")||"default",shorten:this.getAttribute("qr-shorten")||true,margin:0}}},{key:"createConfiguratorState",value:function(){var _createConfiguratorState=_asyncToGenerator(_regeneratorRuntime().mark(function _callee11(){var sceneID,configState,variationIDs,variationSKUs,decodedState,variationIDList,variationSKUList;return _regeneratorRuntime().wrap(function _callee11$(_context11){while(1)switch(_context11.prev=_context11.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context11.next=3;break}throw new Error("PlattarController.createConfiguratorState() - cannot create as required attribute scene-id is not defined");case 3:configState=this.getAttribute("config-state");variationIDs=this.getAttribute("variation-id");variationSKUs=this.getAttribute("variation-sku");if(!configState){_context11.next=12;break}_context11.next=9;return configurator_state_1.ConfiguratorState.decodeState(sceneID,configState);case 9:_context11.t0=_context11.sent;_context11.next=15;break;case 12:_context11.next=14;return configurator_state_1.ConfiguratorState.decodeScene(sceneID);case 14:_context11.t0=_context11.sent;case 15:decodedState=_context11.t0;variationIDList=variationIDs?variationIDs.split(","):[];variationSKUList=variationSKUs?variationSKUs.split(","):[];variationIDList.forEach(function(variationID){decodedState.state.setVariationID(variationID)});variationSKUList.forEach(function(variationSKU){decodedState.state.setVariationSKU(variationSKU)});return _context11.abrupt("return",decodedState);case 21:case"end":return _context11.stop()}},_callee11,this)}));function createConfiguratorState(){return _createConfiguratorState.apply(this,arguments)}return createConfiguratorState}()},{key:"setupMessengerObservers",value:function setupMessengerObservers(viewer,configState){this._selectVariationObserver=viewer.messengerInstance.observer.subscribe("selectVariation",function(cd){if(cd.type==="call"){var args=cd.data[0];var variations=args?Array.isArray(args)?args:[args]:[];variations.forEach(function(variationID){configState.state.setVariationID(variationID)})}});this._selectVariationSKUObserver=viewer.messengerInstance.observer.subscribe("selectVariationSKU",function(cd){if(cd.type==="call"){var args=cd.data[0];var variations=args?Array.isArray(args)?args:[args]:[];variations.forEach(function(variationSKU){configState.state.setVariationSKU(variationSKU)})}})}},{key:"removeMessengerObservers",value:function removeMessengerObservers(){if(this._selectVariationObserver){this._selectVariationObserver();this._selectVariationObserver=null}if(this._selectVariationSKUObserver){this._selectVariationSKUObserver();this._selectVariationSKUObserver=null}}},{key:"startAR",value:function(){var _startAR=_asyncToGenerator(_regeneratorRuntime().mark(function _callee12(){var launcher;return _regeneratorRuntime().wrap(function _callee12$(_context12){while(1)switch(_context12.prev=_context12.next){case 0:_context12.next=2;return this.initAR();case 2:launcher=_context12.sent;return _context12.abrupt("return",launcher.start());case 4:case"end":return _context12.stop()}},_callee12,this)}));function startAR(){return _startAR.apply(this,arguments)}return startAR}()},{key:"startQRCode",value:function(){var _startQRCode=_asyncToGenerator(_regeneratorRuntime().mark(function _callee13(options){var qrType;return _regeneratorRuntime().wrap(function _callee13$(_context13){while(1)switch(_context13.prev=_context13.next){case 0:qrType=this.getAttribute("qr-type")||"viewer";_context13.t0=qrType.toLowerCase();_context13.next=_context13.t0==="ar"?4:_context13.t0==="viewer"?5:5;break;case 4:return _context13.abrupt("return",this.startARQRCode(options));case 5:return _context13.abrupt("return",this.startViewerQRCode(options));case 6:case"end":return _context13.stop()}},_callee13,this)}));function startQRCode(_x4){return _startQRCode.apply(this,arguments)}return startQRCode}()},{key:"startARQRCode",value:function(){var _startARQRCode=_asyncToGenerator(_regeneratorRuntime().mark(function _callee14(options){var _this17=this;var opt,viewer,width,height,qrOptions,dst,configState,sceneID,embedType,productID,sceneProductID,variationID,variationSKU,arMode;return _regeneratorRuntime().wrap(function _callee14$(_context14){while(1)switch(_context14.prev=_context14.next){case 0:this.removeRenderer();opt=options||this._GetDefaultQROptions();viewer=document.createElement("plattar-qrcode");this._element=viewer;width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");qrOptions=btoa(JSON.stringify(opt));dst=plattar_api_1.Server.location().base+"renderer/launcher.html?qr_options="+qrOptions;configState=null;sceneID=this.getAttribute("scene-id");embedType=this.getAttribute("embed-type");productID=this.getAttribute("product-id");sceneProductID=this.getAttribute("scene-product-id");variationID=this.getAttribute("variation-id");variationSKU=this.getAttribute("variation-sku");arMode=this.getAttribute("ar-mode");_context14.prev=22;_context14.next=25;return this.getConfiguratorState();case 25:configState=_context14.sent.state.encode();_context14.next=31;break;case 28:_context14.prev=28;_context14.t0=_context14["catch"](22);configState=null;case 31:if(configState){dst+="&config_state="+configState}if(embedType){dst+="&embed_type="+embedType}if(productID){dst+="&product_id="+productID}if(sceneProductID){dst+="&scene_product_id="+sceneProductID}if(variationID){dst+="&variation_id="+variationID}if(variationSKU){dst+="&variation_sku="+variationSKU}if(arMode){dst+="&ar_mode="+arMode}if(sceneID){dst+="&scene_id="+sceneID}viewer.setAttribute("url",opt.url||dst);this._state=ControllerState.QRCode;this._prevQROpt=opt;return _context14.abrupt("return",new Promise(function(accept,reject){_this17.append(viewer);viewer.onload=function(){return accept(viewer)}}));case 43:case"end":return _context14.stop()}},_callee14,this,[[22,28]])}));function startARQRCode(_x5){return _startARQRCode.apply(this,arguments)}return startARQRCode}()},{key:"parent",get:function get(){return this._parent}},{key:"getAttribute",value:function getAttribute(attribute){return this.parent?this.parent.hasAttribute(attribute)?this.parent.getAttribute(attribute):null:null}},{key:"append",value:function append(element){var shadow=this.parent.shadowRoot||this.parent.attachShadow({mode:"open"});shadow.append(element)}}]);return PlattarController}();exports.PlattarController=PlattarController},{"../../util/configurator-state":14,"@plattar/plattar-api":44}],10:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.ProductController=void 0;var plattar_api_1=require("@plattar/plattar-api");var product_ar_1=require("../../ar/product-ar");var util_1=require("../../util/util");var plattar_controller_1=require("./plattar-controller");var ProductController=function(_plattar_controller_2){_inherits(ProductController,_plattar_controller_2);var _super8=_createSuper(ProductController);function ProductController(parent){_classCallCheck(this,ProductController);return _super8.call(this,parent)}_createClass(ProductController,[{key:"getConfiguratorState",value:function(){var _getConfiguratorState2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee15(){return _regeneratorRuntime().wrap(function _callee15$(_context15){while(1)switch(_context15.prev=_context15.next){case 0:throw new Error("ProductController.getConfiguratorState() - legacy embeds do not support configurator states");case 1:case"end":return _context15.stop()}},_callee15)}));function getConfiguratorState(){return _getConfiguratorState2.apply(this,arguments)}return getConfiguratorState}()},{key:"onAttributesUpdated",value:function(){var _onAttributesUpdated2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee16(attributeName){var state,viewer,variationID;return _regeneratorRuntime().wrap(function _callee16$(_context16){while(1)switch(_context16.prev=_context16.next){case 0:state=this._state;if(!(state===plattar_controller_1.ControllerState.QRCode)){_context16.next=4;break}this.startQRCode(this._prevQROpt);return _context16.abrupt("return");case 4:if(state===plattar_controller_1.ControllerState.Renderer){viewer=this._element;if(viewer){variationID=this.getAttribute("variation-id");if(variationID&&viewer.messenger){viewer.messenger.selectVariation(variationID)}}}case 5:case"end":return _context16.stop()}},_callee16,this)}));function onAttributesUpdated(_x6){return _onAttributesUpdated2.apply(this,arguments)}return onAttributesUpdated}()},{key:"startViewerQRCode",value:function startViewerQRCode(options){var _this18=this;return new Promise(function(accept,reject){_this18.removeRenderer();var productID=_this18.getAttribute("product-id");if(productID){var opt=options||_this18._GetDefaultQROptions();var viewer=document.createElement("plattar-qrcode");var width=_this18.getAttribute("width")||"500px";var height=_this18.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");var variationID=_this18.getAttribute("variation-id");var variationSKU=_this18.getAttribute("variation-sku");var showAR=_this18.getAttribute("show-ar");var dst=plattar_api_1.Server.location().base+"renderer/product.html?product_id="+productID;if(variationID){dst+="&variationId="+variationID}if(variationSKU){dst+="&variationSku="+variationSKU}if(showAR){dst+="&show_ar="+showAR}viewer.setAttribute("url",opt.url||dst);viewer.onload=function(){return accept(viewer)};_this18.append(viewer);_this18._element=viewer;_this18._state=plattar_controller_1.ControllerState.QRCode;_this18._prevQROpt=opt;return}return reject(new Error("ProductController.startQRCode() - minimum required attributes not set, use product-id as a minimum"))})}},{key:"startARQRCode",value:function startARQRCode(options){var _this19=this;return new Promise(function(accept,reject){_this19.removeRenderer();var opt=options||_this19._GetDefaultQROptions();var viewer=document.createElement("plattar-qrcode");var width=_this19.getAttribute("width")||"500px";var height=_this19.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");var qrOptions=btoa(JSON.stringify(opt));var dst=plattar_api_1.Server.location().base+"renderer/launcher.html?qr_options="+qrOptions;var sceneID=_this19.getAttribute("scene-id");var configState=_this19.getAttribute("config-state");var embedType=_this19.getAttribute("embed-type");var productID=_this19.getAttribute("product-id");var sceneProductID=_this19.getAttribute("scene-product-id");var variationID=_this19.getAttribute("variation-id");var variationSKU=_this19.getAttribute("variation-sku");var arMode=_this19.getAttribute("ar-mode");if(configState){dst+="&config_state="+configState}if(embedType){dst+="&embed_type="+embedType}if(productID){dst+="&product_id="+productID}if(sceneProductID){dst+="&scene_product_id="+sceneProductID}if(variationID){dst+="&variation_id="+variationID}if(variationSKU){dst+="&variation_sku="+variationSKU}if(arMode){dst+="&ar_mode="+arMode}if(sceneID){dst+="&scene_id="+sceneID}viewer.setAttribute("url",opt.url||dst);viewer.onload=function(){return accept(viewer)};_this19._element=viewer;_this19._state=plattar_controller_1.ControllerState.QRCode;_this19._prevQROpt=opt;_this19.append(viewer)})}},{key:"startRenderer",value:function startRenderer(){var _this20=this;return new Promise(function(accept,reject){_this20.removeRenderer();var productID=_this20.getAttribute("product-id");if(productID){var width=_this20.getAttribute("width")||"500px";var height=_this20.getAttribute("height")||"500px";var server=_this20.getAttribute("server")||"production";var viewer=document.createElement("plattar-product");viewer.setAttribute("width",width);viewer.setAttribute("height",height);viewer.setAttribute("server",server);viewer.setAttribute("product-id",productID);var variationID=_this20.getAttribute("variation-id");var variationSKU=_this20.getAttribute("variation-sku");var showAR=_this20.getAttribute("show-ar");if(variationID){viewer.setAttribute("variation-id",variationID)}if(variationSKU){viewer.setAttribute("variation-sku",variationSKU)}if(showAR){viewer.setAttribute("show-ar",showAR)}viewer.onload=function(){return accept(viewer)};_this20.append(viewer);_this20._element=viewer;_this20._state=plattar_controller_1.ControllerState.Renderer;return}return reject(new Error("ProductController.startRenderer() - minimum required attributes not set, use scene-id as a minimum"))})}},{key:"initAR",value:function initAR(){var _this21=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("ProductController.initAR() - cannot proceed as AR not available in context"))}var productID=_this21.getAttribute("product-id");if(productID){var variationID=_this21.getAttribute("variation-id");var variationSKU=_this21.getAttribute("variation-sku");var product=new product_ar_1.ProductAR(productID,variationID,variationSKU);return product.init().then(accept)["catch"](reject)}return reject(new Error("ProductController.initAR() - minimum required attributes not set, use product-id as a minimum"))})}},{key:"removeRenderer",value:function removeRenderer(){if(this._element){this._element.remove();this._element=null;return true}return false}},{key:"element",get:function get(){return this._element}}]);return ProductController}(plattar_controller_1.PlattarController);exports.ProductController=ProductController},{"../../ar/product-ar":4,"../../util/util":15,"./plattar-controller":9,"@plattar/plattar-api":44}],11:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.VTOController=void 0;var plattar_api_1=require("@plattar/plattar-api");var __1=require("../..");var util_1=require("../../util/util");var plattar_controller_1=require("./plattar-controller");var configurator_ar_1=require("../../ar/configurator-ar");var VTOController=function(_plattar_controller_3){_inherits(VTOController,_plattar_controller_3);var _super9=_createSuper(VTOController);function VTOController(){var _this22;_classCallCheck(this,VTOController);_this22=_super9.apply(this,arguments);_this22._cachedConfigState=null;return _this22}_createClass(VTOController,[{key:"getConfiguratorState",value:function(){var _getConfiguratorState3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee17(){return _regeneratorRuntime().wrap(function _callee17$(_context17){while(1)switch(_context17.prev=_context17.next){case 0:if(!this._cachedConfigState){_context17.next=2;break}return _context17.abrupt("return",this._cachedConfigState);case 2:this._cachedConfigState=this.createConfiguratorState();return _context17.abrupt("return",this._cachedConfigState);case 4:case"end":return _context17.stop()}},_callee17,this)}));function getConfiguratorState(){return _getConfiguratorState3.apply(this,arguments)}return getConfiguratorState}()},{key:"onAttributesUpdated",value:function(){var _onAttributesUpdated3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee18(attributeName){var state,viewer,variationIDs,variationIDsList,variationSKUs,variationSKUList,configState,_variationIDs2,_variationIDsList2,_configState2,_variationSKUs2,_variationSKUList2;return _regeneratorRuntime().wrap(function _callee18$(_context18){while(1)switch(_context18.prev=_context18.next){case 0:state=this._state;if(!(state===plattar_controller_1.ControllerState.Renderer)){_context18.next=17;break}viewer=this.element;if(!viewer){_context18.next=16;break}if(!(attributeName==="variation-id")){_context18.next=10;break}variationIDs=this.getAttribute("variation-id");variationIDsList=variationIDs?variationIDs.split(","):[];if(!(variationIDsList.length>0)){_context18.next=10;break}_context18.next=10;return viewer.messenger.selectVariationID(variationIDsList);case 10:if(!(attributeName==="variation-sku")){_context18.next=16;break}variationSKUs=this.getAttribute("variation-sku");variationSKUList=variationSKUs?variationSKUs.split(","):[];if(!(variationSKUList.length>0)){_context18.next=16;break}_context18.next=16;return viewer.messenger.selectVariationSKU(variationSKUList);case 16:return _context18.abrupt("return");case 17:if(!(state===plattar_controller_1.ControllerState.QRCode)){_context18.next=34;break}if(!(attributeName==="variation-id")){_context18.next=25;break}_context18.next=21;return this.getConfiguratorState();case 21:configState=_context18.sent;_variationIDs2=this.getAttribute("variation-id");_variationIDsList2=_variationIDs2?_variationIDs2.split(","):[];_variationIDsList2.forEach(function(variationID){configState.state.setVariationID(variationID)});case 25:if(!(attributeName==="variation-sku")){_context18.next=32;break}_context18.next=28;return this.getConfiguratorState();case 28:_configState2=_context18.sent;_variationSKUs2=this.getAttribute("variation-sku");_variationSKUList2=_variationSKUs2?_variationSKUs2.split(","):[];_variationSKUList2.forEach(function(variationSKU){_configState2.state.setVariationSKU(variationSKU)});case 32:this.startQRCode(this._prevQROpt);return _context18.abrupt("return");case 34:case"end":return _context18.stop()}},_callee18,this)}));function onAttributesUpdated(_x7){return _onAttributesUpdated3.apply(this,arguments)}return onAttributesUpdated}()},{key:"startViewerQRCode",value:function(){var _startViewerQRCode2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee19(options){var _this23=this;var sceneID,opt,viewer,width,height,dst,configState,showAR,productID,sceneProductID,variationID;return _regeneratorRuntime().wrap(function _callee19$(_context19){while(1)switch(_context19.prev=_context19.next){case 0:this.removeRenderer();sceneID=this.getAttribute("scene-id");if(sceneID){_context19.next=4;break}throw new Error("VTOController.startQRCode() - minimum required attributes not set, use scene-id as a minimum");case 4:opt=options||this._GetDefaultQROptions();viewer=document.createElement("plattar-qrcode");this._element=viewer;width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");dst=plattar_api_1.Server.location().base+"renderer/facear.html?scene_id="+sceneID;configState=null;_context19.prev=17;_context19.next=20;return this.getConfiguratorState();case 20:configState=_context19.sent;_context19.next=26;break;case 23:_context19.prev=23;_context19.t0=_context19["catch"](17);configState=null;case 26:showAR=this.getAttribute("show-ar");productID=this.getAttribute("product-id");sceneProductID=this.getAttribute("scene-product-id");variationID=this.getAttribute("variation-id");if(configState){dst+="&config_state="+configState.state.encode()}if(showAR){dst+="&show_ar="+showAR}if(productID){dst+="&product_id="+productID}if(sceneProductID){dst+="&scene_product_id="+sceneProductID}if(variationID){dst+="&variation_id="+variationID}viewer.setAttribute("url",opt.url||dst);this._state=plattar_controller_1.ControllerState.QRCode;this._prevQROpt=opt;return _context19.abrupt("return",new Promise(function(accept,reject){viewer.onload=function(){return accept(viewer)};_this23.append(viewer)}));case 39:case"end":return _context19.stop()}},_callee19,this,[[17,23]])}));function startViewerQRCode(_x8){return _startViewerQRCode2.apply(this,arguments)}return startViewerQRCode}()},{key:"startRenderer",value:function(){var _startRenderer2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee20(){var _this24=this;var sceneID,width,height,server,viewer,configState,showAR,productID,sceneProductID,variationID;return _regeneratorRuntime().wrap(function _callee20$(_context20){while(1)switch(_context20.prev=_context20.next){case 0:this.removeRenderer();sceneID=this.getAttribute("scene-id");if(sceneID){_context20.next=4;break}throw new Error("VTOController.startRenderer() - minimum required attributes not set, use scene-id as a minimum");case 4:width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";server=this.getAttribute("server")||"production";viewer=document.createElement("plattar-facear");this._element=viewer;viewer.setAttribute("width",width);viewer.setAttribute("height",height);viewer.setAttribute("server",server);viewer.setAttribute("scene-id",sceneID);configState=null;_context20.prev=14;_context20.next=17;return this.getConfiguratorState();case 17:configState=_context20.sent;_context20.next=23;break;case 20:_context20.prev=20;_context20.t0=_context20["catch"](14);configState=null;case 23:showAR=this.getAttribute("show-ar");productID=this.getAttribute("product-id");sceneProductID=this.getAttribute("scene-product-id");variationID=this.getAttribute("variation-id");if(configState){viewer.setAttribute("config-state",configState.state.encode())}if(showAR){viewer.setAttribute("show-ar",showAR)}if(productID){viewer.setAttribute("product-id",productID)}if(sceneProductID){viewer.setAttribute("scene-product-id",sceneProductID)}if(variationID){viewer.setAttribute("variation-id",variationID)}this._state=plattar_controller_1.ControllerState.Renderer;return _context20.abrupt("return",new Promise(function(accept,reject){_this24.append(viewer);if(configState){_this24.setupMessengerObservers(viewer,configState)}return accept(viewer)}));case 34:case"end":return _context20.stop()}},_callee20,this,[[14,20]])}));function startRenderer(){return _startRenderer2.apply(this,arguments)}return startRenderer}()},{key:"initAR",value:function(){var _initAR2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee21(){var arMode;return _regeneratorRuntime().wrap(function _callee21$(_context21){while(1)switch(_context21.prev=_context21.next){case 0:if(util_1.Util.canAugment()){_context21.next=2;break}throw new Error("VTOController.initAR() - cannot proceed as VTO AR not available in context");case 2:if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){_context21.next=4;break}throw new Error("VTOController.initAR() - cannot proceed as VTO AR only available on IOS Mobile devices");case 4:arMode=this.getAttribute("ar-mode")||"generated";_context21.t0=arMode.toLowerCase();_context21.next=_context21.t0==="inherited"?8:_context21.t0==="generated"?9:9;break;case 8:return _context21.abrupt("return",this._InitARInherited());case 9:return _context21.abrupt("return",this._InitARGenerated());case 10:case"end":return _context21.stop()}},_callee21,this)}));function initAR(){return _initAR2.apply(this,arguments)}return initAR}()},{key:"_InitARInherited",value:function(){var _InitARInherited3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee22(){var sceneID,state,first,sceneProductAR;return _regeneratorRuntime().wrap(function _callee22$(_context22){while(1)switch(_context22.prev=_context22.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context22.next=3;break}throw new Error("VTOController.initAR() - inherited AR minimum required attributes not set, use scene-id as a minimum");case 3:_context22.next=5;return this.getConfiguratorState();case 5:state=_context22.sent.state;first=state.first();if(!first){_context22.next=10;break}sceneProductAR=new __1.SceneProductAR(first.scene_product_id,first.product_variation_id);return _context22.abrupt("return",sceneProductAR.init());case 10:throw new Error("VTOController.initAR() - invalid decoded config-state does not have any product states");case 11:case"end":return _context22.stop()}},_callee22,this)}));function _InitARInherited(){return _InitARInherited3.apply(this,arguments)}return _InitARInherited}()},{key:"_InitARGenerated",value:function(){var _InitARGenerated3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee23(){var sceneID,configAR;return _regeneratorRuntime().wrap(function _callee23$(_context23){while(1)switch(_context23.prev=_context23.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context23.next=3;break}throw new Error("VTOController.initAR() - generated AR minimum required attributes not set, use scene-id as a minimum");case 3:_context23.t0=configurator_ar_1.ConfiguratorAR;_context23.next=6;return this.getConfiguratorState();case 6:_context23.t1=_context23.sent;configAR=new _context23.t0(_context23.t1);return _context23.abrupt("return",configAR.init());case 9:case"end":return _context23.stop()}},_callee23,this)}));function _InitARGenerated(){return _InitARGenerated3.apply(this,arguments)}return _InitARGenerated}()},{key:"removeRenderer",value:function removeRenderer(){if(this._element){this._element.remove();this._element=null;return true}this.removeMessengerObservers();return false}},{key:"element",get:function get(){return this._element}}]);return VTOController}(plattar_controller_1.PlattarController);exports.VTOController=VTOController},{"../..":13,"../../ar/configurator-ar":1,"../../util/util":15,"./plattar-controller":9,"@plattar/plattar-api":44}],12:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var plattar_api_1=require("@plattar/plattar-api");var configurator_controller_1=require("./controllers/configurator-controller");var vto_controller_1=require("./controllers/vto-controller");var product_controller_1=require("./controllers/product-controller");var EmbedType;(function(EmbedType){EmbedType[EmbedType["Configurator"]=0]="Configurator";EmbedType[EmbedType["Legacy"]=1]="Legacy";EmbedType[EmbedType["VTO"]=2]="VTO";EmbedType[EmbedType["None"]=3]="None"})(EmbedType||(EmbedType={}));var PlattarEmbed=function(_HTMLElement){_inherits(PlattarEmbed,_HTMLElement);var _super10=_createSuper(PlattarEmbed);function PlattarEmbed(){var _this25;_classCallCheck(this,PlattarEmbed);_this25=_super10.call(this);_this25._currentType=EmbedType.None;_this25._controller=null;_this25._currentSceneID=null;_this25._observer=null;return _this25}_createClass(PlattarEmbed,[{key:"viewer",get:function get(){return this._controller?this._controller.element:null}},{key:"connectedCallback",value:function connectedCallback(){this.create()}},{key:"create",value:function create(){var _this26=this;var server=this.hasAttribute("server")?this.getAttribute("server"):"production";plattar_api_1.Server.create(plattar_api_1.Server.match(server||"production"));if(!this._observer){this._observer=new MutationObserver(function(mutations){mutations.forEach(function(mutation){if(mutation.type==="attributes"){var attributeName=mutation.attributeName?mutation.attributeName:"none";if(_this26._currentType!==EmbedType.Legacy){_this26._CreateEmbed(attributeName)}else{_this26._OnAttributesUpdated(attributeName)}}})});this._observer.observe(this,{attributes:true})}var productID=this.hasAttribute("product-id")?this.getAttribute("product-id"):null;if(productID){this._currentType=EmbedType.Legacy;this._CreateLegacyEmbed();return}this._CreateEmbed("none")}},{key:"destroy",value:function destroy(){if(this._controller){this._controller.removeRenderer();this._controller=null}this._currentType=EmbedType.None}},{key:"_CreateLegacyEmbed",value:function _CreateLegacyEmbed(){this._controller=new product_controller_1.ProductController(this);var init=this.hasAttribute("init")?this.getAttribute("init"):null;switch(init){case"viewer":this.startViewer();break;case"qrcode":this.startQRCode();break}}},{key:"_CreateEmbed",value:function _CreateEmbed(attributeName){var embedType=this.hasAttribute("embed-type")?this.getAttribute("embed-type"):"configurator";var currentEmbed=this._currentType;if(embedType){switch(embedType.toLowerCase()){case"vto":this._currentType=EmbedType.VTO;break;case"viewer":case"configurator":default:this._currentType=EmbedType.Configurator}}if(currentEmbed!==this._currentType&&this._controller){this._controller.removeRenderer();this._controller=null}var sceneID=this.hasAttribute("scene-id")?this.getAttribute("scene-id"):null;if(sceneID!==this._currentSceneID&&this._controller){this._controller.removeRenderer();this._controller=null}this._currentSceneID=sceneID;if(!this._currentSceneID){return}if(!this._controller){switch(this._currentType){case EmbedType.Configurator:this._controller=new configurator_controller_1.ConfiguratorController(this);break;case EmbedType.VTO:this._controller=new vto_controller_1.VTOController(this);break}if(this._controller){var init=this.hasAttribute("init")?this.getAttribute("init"):null;switch(init){case"viewer":this.startViewer();break;case"qrcode":this.startQRCode();break}}}else{this._OnAttributesUpdated(attributeName)}}},{key:"initAR",value:function(){var _initAR3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee24(){return _regeneratorRuntime().wrap(function _callee24$(_context24){while(1)switch(_context24.prev=_context24.next){case 0:if(this._controller){_context24.next=2;break}throw new Error("PlattarEmbed.initAR() - cannot execute as controller has not loaded yet");case 2:return _context24.abrupt("return",this._controller.initAR());case 3:case"end":return _context24.stop()}},_callee24,this)}));function initAR(){return _initAR3.apply(this,arguments)}return initAR}()},{key:"startAR",value:function(){var _startAR2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee25(){return _regeneratorRuntime().wrap(function _callee25$(_context25){while(1)switch(_context25.prev=_context25.next){case 0:if(this._controller){_context25.next=2;break}throw new Error("PlattarEmbed.startAR() - cannot execute as controller has not loaded yet");case 2:return _context25.abrupt("return",this._controller.startAR());case 3:case"end":return _context25.stop()}},_callee25,this)}));function startAR(){return _startAR2.apply(this,arguments)}return startAR}()},{key:"startViewer",value:function(){var _startViewer=_asyncToGenerator(_regeneratorRuntime().mark(function _callee26(){return _regeneratorRuntime().wrap(function _callee26$(_context26){while(1)switch(_context26.prev=_context26.next){case 0:if(this._controller){_context26.next=2;break}throw new Error("PlattarEmbed.startViewer() - cannot execute as controller has not loaded yet");case 2:return _context26.abrupt("return",this._controller.startRenderer());case 3:case"end":return _context26.stop()}},_callee26,this)}));function startViewer(){return _startViewer.apply(this,arguments)}return startViewer}()},{key:"startQRCode",value:function(){var _startQRCode2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee27(){var options,_args27=arguments;return _regeneratorRuntime().wrap(function _callee27$(_context27){while(1)switch(_context27.prev=_context27.next){case 0:options=_args27.length>0&&_args27[0]!==undefined?_args27[0]:null;if(this._controller){_context27.next=3;break}throw new Error("PlattarEmbed.startQRCode() - cannot execute as controller has not loaded yet");case 3:return _context27.abrupt("return",this._controller.startQRCode(options));case 4:case"end":return _context27.stop()}},_callee27,this)}));function startQRCode(){return _startQRCode2.apply(this,arguments)}return startQRCode}()},{key:"removeRenderer",value:function removeRenderer(){if(!this._controller){return false}return this._controller.removeRenderer()}},{key:"_OnAttributesUpdated",value:function _OnAttributesUpdated(attributeName){if(this._controller){this._controller.onAttributesUpdated(attributeName)}}}]);return PlattarEmbed}(_wrapNativeSuper(HTMLElement));exports["default"]=PlattarEmbed},{"./controllers/configurator-controller":8,"./controllers/product-controller":10,"./controllers/vto-controller":11,"@plattar/plattar-api":44}],13:[function(require,module,exports){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){if(k2===undefined)k2=k;var desc=Object.getOwnPropertyDescriptor(m,k);if(!desc||("get"in desc?!m.__esModule:desc.writable||desc.configurable)){desc={enumerable:true,get:function get(){return m[k]}}}Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){if(k2===undefined)k2=k;o[k2]=m[k]});var __setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){Object.defineProperty(o,"default",{enumerable:true,value:v})}:function(o,v){o["default"]=v});var __importStar=this&&this.__importStar||function(mod){if(mod&&mod.__esModule)return mod;var result={};if(mod!=null)for(var k in mod)if(k!=="default"&&Object.prototype.hasOwnProperty.call(mod,k))__createBinding(result,mod,k);__setModuleDefault(result,mod);return result};var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ConfiguratorState=exports.Util=exports.RawAR=exports.ModelAR=exports.SceneAR=exports.SceneProductAR=exports.ProductAR=exports.LauncherAR=exports.version=exports.PlattarQRCode=exports.PlattarWeb=void 0;exports.PlattarWeb=__importStar(require("@plattar/plattar-web"));exports.PlattarQRCode=__importStar(require("@plattar/plattar-qrcode"));exports.version=__importStar(require("./version"));var launcher_ar_1=require("./ar/launcher-ar");Object.defineProperty(exports,"LauncherAR",{enumerable:true,get:function get(){return launcher_ar_1.LauncherAR}});var product_ar_1=require("./ar/product-ar");Object.defineProperty(exports,"ProductAR",{enumerable:true,get:function get(){return product_ar_1.ProductAR}});var scene_product_ar_1=require("./ar/scene-product-ar");Object.defineProperty(exports,"SceneProductAR",{enumerable:true,get:function get(){return scene_product_ar_1.SceneProductAR}});var scene_ar_1=require("./ar/scene-ar");Object.defineProperty(exports,"SceneAR",{enumerable:true,get:function get(){return scene_ar_1.SceneAR}});var model_ar_1=require("./ar/model-ar");Object.defineProperty(exports,"ModelAR",{enumerable:true,get:function get(){return model_ar_1.ModelAR}});var raw_ar_1=require("./ar/raw-ar");Object.defineProperty(exports,"RawAR",{enumerable:true,get:function get(){return raw_ar_1.RawAR}});var util_1=require("./util/util");Object.defineProperty(exports,"Util",{enumerable:true,get:function get(){return util_1.Util}});var configurator_state_1=require("./util/configurator-state");Object.defineProperty(exports,"ConfiguratorState",{enumerable:true,get:function get(){return configurator_state_1.ConfiguratorState}});var plattar_embed_1=__importDefault(require("./embed/plattar-embed"));var version_1=__importDefault(require("./version"));if(customElements){if(customElements.get("plattar-embed")===undefined){customElements.define("plattar-embed",plattar_embed_1["default"])}}console.log("using @plattar/plattar-ar-adapter v"+version_1["default"])},{"./ar/launcher-ar":2,"./ar/model-ar":3,"./ar/product-ar":4,"./ar/raw-ar":5,"./ar/scene-ar":6,"./ar/scene-product-ar":7,"./embed/plattar-embed":12,"./util/configurator-state":14,"./util/util":15,"./version":16,"@plattar/plattar-qrcode":110,"@plattar/plattar-web":130}],14:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.ConfiguratorState=void 0;var plattar_api_1=require("@plattar/plattar-api");var ConfiguratorState=function(){function ConfiguratorState(){var state=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;_classCallCheck(this,ConfiguratorState);this._mappedVariationIDValues=new Map;this._mappedVariationSKUValues=new Map;var defaultState={meta:{scene_product_index:0,scene_model_index:0,product_variation_index:1,meta_index:2},states:[]};if(state){try{var decodedb64State=atob(state);var parsedState=JSON.parse(decodedb64State);if(parsedState.meta){defaultState.meta.scene_product_index=parsedState.meta.scene_product_index||0;defaultState.meta.scene_model_index=parsedState.meta.scene_model_index||0;defaultState.meta.product_variation_index=parsedState.meta.product_variation_index||1;defaultState.meta.meta_index=parsedState.meta.meta_index||2}defaultState.states=parsedState.states||[]}catch(err){console.error("ConfiguratorState.constructor() - there was an error parsing configurator state");console.error(err)}}this._state=defaultState}_createClass(ConfiguratorState,[{key:"setVariationSKU",value:function setVariationSKU(productVariationSKU){var variationID=this._mappedVariationSKUValues.get(productVariationSKU);if(!variationID){console.warn("ConfiguratorState.setVariationSKU() - Variation SKU of "+productVariationSKU+" is not defined in any variations");return}this.setVariationID(variationID)}},{key:"setVariationID",value:function setVariationID(productVariationID){var sceneProductID=this._mappedVariationIDValues.get(productVariationID);if(!sceneProductID){console.warn("ConfiguratorState.setVariationID() - Variation ID of "+productVariationID+" is not defined in any products");return}this.setSceneProduct(sceneProductID,productVariationID)}},{key:"setSceneProduct",value:function setSceneProduct(sceneProductID,productVariationID){var metaData=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;this.addSceneProduct(sceneProductID,productVariationID,metaData)}},{key:"setSceneModel",value:function setSceneModel(SceneModelID){var metaData=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;if(SceneModelID){metaData=metaData||{augment:true,type:"scenemodel"};metaData.type="scenemodel";var states=this._state.states;var meta=this._state.meta;var newData=null;var existingData=this.findSceneProductIndex(SceneModelID);if(existingData){newData=existingData}else{newData=[];states.push(newData)}newData[meta.scene_product_index]=SceneModelID;newData[meta.product_variation_index]=null;newData[meta.meta_index]=metaData}}},{key:"addSceneProduct",value:function addSceneProduct(sceneProductID,productVariationID){var metaData=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;if(sceneProductID&&productVariationID){metaData=metaData||{augment:true,type:"sceneproduct"};metaData.type="sceneproduct";var states=this._state.states;var meta=this._state.meta;var newData=null;var existingData=this.findSceneProductIndex(sceneProductID);if(existingData){newData=existingData}else{newData=[];states.push(newData)}newData[meta.scene_product_index]=sceneProductID;newData[meta.product_variation_index]=productVariationID;newData[meta.meta_index]=metaData}}},{key:"findSceneProductIndex",value:function findSceneProductIndex(sceneProductID){var states=this._state.states;if(states.length>0){var meta=this._state.meta;var found=states.find(function(productState){return productState[meta.scene_product_index]===sceneProductID});return found?found:null}return null}},{key:"findSceneProduct",value:function findSceneProduct(sceneProductID){var found=this.findSceneProductIndex(sceneProductID);if(found){var meta=this._state.meta;var data={scene_product_id:found[meta.scene_product_index],product_variation_id:found[meta.product_variation_index],meta_data:{augment:true,type:"sceneproduct"}};if(found.length===3){data.meta_data.augment=found[meta.meta_index].augment||true;data.meta_data.type=found[meta.meta_index].type||"sceneproduct"}return data}return null}},{key:"forEach",value:function forEach(callback){var states=this._state.states;var meta=this._state.meta;if(states.length>0){states.forEach(function(productState){if(productState.length===2){callback({scene_product_id:productState[meta.scene_product_index],product_variation_id:productState[meta.product_variation_index],meta_data:{augment:true,type:"sceneproduct"}})}else if(productState.length===3){callback({scene_product_id:productState[meta.scene_product_index],product_variation_id:productState[meta.product_variation_index],meta_data:{augment:productState[meta.meta_index].augment||true,type:productState[meta.meta_index].type||"sceneproduct"}})}})}}},{key:"array",value:function array(){var array=new Array;this.forEach(function(object){array.push(object)});return array}},{key:"first",value:function first(){var states=this._state.states;if(states.length>0){var meta=this._state.meta;var found=states.find(function(productState){var check=productState[meta.scene_product_index];return check!==null&&check!==undefined});if(!found){return null}var data={scene_product_id:found[meta.scene_product_index],product_variation_id:found[meta.product_variation_index],meta_data:{augment:true,type:"sceneproduct"}};if(found.length===3){data.meta_data.augment=found[meta.meta_index].augment||true;data.meta_data.type=found[meta.meta_index].type||"sceneproduct"}return data}return null}},{key:"length",get:function get(){return this._state.states.length}},{key:"encode",value:function encode(){return btoa(JSON.stringify(this._state))}}],[{key:"decode",value:function decode(state){return new ConfiguratorState(state)}},{key:"decodeState",value:function(){var _decodeState=_asyncToGenerator(_regeneratorRuntime().mark(function _callee28(){var sceneID,state,configState,fscene,scene,_args28=arguments;return _regeneratorRuntime().wrap(function _callee28$(_context28){while(1)switch(_context28.prev=_context28.next){case 0:sceneID=_args28.length>0&&_args28[0]!==undefined?_args28[0]:null;state=_args28.length>1&&_args28[1]!==undefined?_args28[1]:null;if(!(!sceneID||!state)){_context28.next=4;break}throw new Error("ConfiguratorState.decodeState(sceneID, state) - sceneID and state must be defined");case 4:configState=new ConfiguratorState(state);fscene=new plattar_api_1.Scene(sceneID);fscene.include(plattar_api_1.Project);fscene.include(plattar_api_1.SceneProduct);fscene.include(plattar_api_1.SceneModel);fscene.include(plattar_api_1.SceneProduct.include(plattar_api_1.Product.include(plattar_api_1.ProductVariation)));_context28.next=12;return fscene.get();case 12:scene=_context28.sent;return _context28.abrupt("return",{scene:scene,state:configState});case 14:case"end":return _context28.stop()}},_callee28)}));function decodeState(){return _decodeState.apply(this,arguments)}return decodeState}()},{key:"decodeScene",value:function(){var _decodeScene=_asyncToGenerator(_regeneratorRuntime().mark(function _callee29(){var sceneID,configState,fscene,scene,sceneProducts,sceneModels,_args29=arguments;return _regeneratorRuntime().wrap(function _callee29$(_context29){while(1)switch(_context29.prev=_context29.next){case 0:sceneID=_args29.length>0&&_args29[0]!==undefined?_args29[0]:null;if(sceneID){_context29.next=3;break}throw new Error("ConfiguratorState.decodeScene(sceneID) - sceneID must be defined");case 3:configState=new ConfiguratorState;fscene=new plattar_api_1.Scene(sceneID);fscene.include(plattar_api_1.Project);fscene.include(plattar_api_1.SceneProduct);fscene.include(plattar_api_1.SceneModel);fscene.include(plattar_api_1.SceneProduct.include(plattar_api_1.Product.include(plattar_api_1.ProductVariation)));_context29.next=11;return fscene.get();case 11:scene=_context29.sent;sceneProducts=scene.relationships.filter(plattar_api_1.SceneProduct);sceneModels=scene.relationships.filter(plattar_api_1.SceneModel);sceneModels.forEach(function(sceneModel){configState.setSceneModel(sceneModel.id,{augment:sceneModel.attributes.include_in_augment,type:"scenemodel"})});sceneProducts.forEach(function(sceneProduct){var product=sceneProduct.relationships.find(plattar_api_1.Product);if(product){if(product.attributes.product_variation_id){configState.setSceneProduct(sceneProduct.id,product.attributes.product_variation_id,{augment:sceneProduct.attributes.include_in_augment,type:"sceneproduct"})}var variations=product.relationships.filter(plattar_api_1.ProductVariation);variations.forEach(function(variation){configState._mappedVariationIDValues.set(variation.id,sceneProduct.id);if(variation.attributes.sku){configState._mappedVariationSKUValues.set(variation.attributes.sku,variation.id)}})}});return _context29.abrupt("return",{scene:scene,state:configState});case 17:case"end":return _context29.stop()}},_callee29)}));function decodeScene(){return _decodeScene.apply(this,arguments)}return decodeScene}()}]);return ConfiguratorState}();exports.ConfiguratorState=ConfiguratorState},{"@plattar/plattar-api":44}],15:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.Util=void 0;var Util=function(){function Util(){_classCallCheck(this,Util)}_createClass(Util,null,[{key:"canAugment",value:function canAugment(){return Util.canQuicklook()||Util.canSceneViewer()}},{key:"canQuicklook",value:function canQuicklook(){if(Util.isIOS()){var isWKWebView=Boolean((window&&window).webkit&&window.webkit.messageHandlers);if(isWKWebView){return Boolean(/CriOS\/|EdgiOS\/|FxiOS\/|GSA\/|DuckDuckGo\//.test(navigator.userAgent))}var tempAnchor=document.createElement("a");return tempAnchor.relList&&tempAnchor.relList.supports&&tempAnchor.relList.supports("ar")}return false}},{key:"canSceneViewer",value:function canSceneViewer(){return Util.isAndroid()&&!Util.isFirefox()&&!Util.isOculus()}},{key:"canRealityViewer",value:function canRealityViewer(){return Util.isIOS()&&Util.getIOSVersion()[0]>=13}},{key:"isSafariOnIOS",value:function isSafariOnIOS(){return Util.isIOS()&&Util.isSafari()}},{key:"isChromeOnIOS",value:function isChromeOnIOS(){return Util.isIOS()&&/CriOS\//.test(navigator.userAgent)}},{key:"isIOS",value:function isIOS(){return/iPad|iPhone|iPod/.test(navigator.userAgent)&&!self.MSStream||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1}},{key:"isAndroid",value:function isAndroid(){return/android/i.test(navigator.userAgent)}},{key:"isFirefox",value:function isFirefox(){return/firefox/i.test(navigator.userAgent)}},{key:"isOculus",value:function isOculus(){return/OculusBrowser/.test(navigator.userAgent)}},{key:"isSafari",value:function isSafari(){return Util.isIOS()&&/Safari\//.test(navigator.userAgent)}},{key:"getIOSVersion",value:function getIOSVersion(){if(/iP(hone|od|ad)/.test(navigator.platform)){var v=navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/);if(v!==null){return[parseInt(v[1],10),parseInt(v[2],10),parseInt(v[3],10)]}}if(/Mac/.test(navigator.platform)){var _v=navigator.appVersion.match(/Version\/(\d+)\.(\d+)\.?(\d+)?/);if(_v!==null){return[parseInt(_v[1],10),parseInt(_v[2],10),parseInt(_v[3],10)]}}return[-1,-1,-1]}},{key:"getChromeVersion",value:function getChromeVersion(){var raw=navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./);if(raw!==null){return parseInt(raw[2],10)}return 1}}]);return Util}();exports.Util=Util},{}],16:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]="1.155.2"},{}],17:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var ARViewer=_createClass(function ARViewer(){_classCallCheck(this,ARViewer);this.modelUrl=null;this.modelUrl=null});exports["default"]=ARViewer},{}],18:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});var ar_viewer_1=__importDefault(require("./ar-viewer"));var QuicklookViewer=function(_ar_viewer_1$default){_inherits(QuicklookViewer,_ar_viewer_1$default);var _super11=_createSuper(QuicklookViewer);function QuicklookViewer(){var _this27;_classCallCheck(this,QuicklookViewer);_this27=_super11.call(this);_this27.araction=null;_this27.titleHTML="&checkoutTitle="+document.title+"&checkoutSubtitle="+document.title;_this27.arcallback=function(){};return _this27}_createClass(QuicklookViewer,[{key:"nodeType",get:function get(){return"Quick Look"}},{key:"device",get:function get(){return"ios"}},{key:"start",value:function start(){var _this28=this;if(!this.modelUrl){throw new Error("QuicklookViewer.start() - model url not set, use QuicklookViewer.modelUrl")}var anchor=document.createElement("a");anchor.setAttribute("rel","ar");anchor.appendChild(document.createElement("img"));var url=this.modelUrl;var araction=this.araction;if(araction){var handleQuicklook=function handleQuicklook(event){if(event.data==="_apple_ar_quicklook_button_tapped"){_this28.arcallback()}document.body.removeChild(anchor);anchor.removeEventListener("message",handleQuicklook,false)};anchor.addEventListener("message",handleQuicklook,false);document.body.appendChild(anchor);url+="#callToAction="+araction;if(this.titleHTML){url+=this.titleHTML}}anchor.setAttribute("href",encodeURI(url));anchor.click()}}]);return QuicklookViewer}(ar_viewer_1["default"]);exports["default"]=QuicklookViewer},{"./ar-viewer":17}],19:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});var ar_viewer_1=__importDefault(require("./ar-viewer"));var RealityViewer=function(_ar_viewer_1$default2){_inherits(RealityViewer,_ar_viewer_1$default2);var _super12=_createSuper(RealityViewer);function RealityViewer(){_classCallCheck(this,RealityViewer);return _super12.call(this)}_createClass(RealityViewer,[{key:"nodeType",get:function get(){return"Reality Viewer"}},{key:"device",get:function get(){return"ios"}},{key:"start",value:function start(){if(!this.modelUrl){throw new Error("RealityViewer.start() - model url not set, use RealityViewer.modelUrl")}var anchor=document.createElement("a");anchor.setAttribute("rel","ar");anchor.appendChild(document.createElement("img"));anchor.setAttribute("href",this.modelUrl);anchor.click()}}]);return RealityViewer}(ar_viewer_1["default"]);exports["default"]=RealityViewer},{"./ar-viewer":17}],20:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});var ar_viewer_1=__importDefault(require("./ar-viewer"));var SceneViewer=function(_ar_viewer_1$default3){_inherits(SceneViewer,_ar_viewer_1$default3);var _super13=_createSuper(SceneViewer);function SceneViewer(){var _this29;_classCallCheck(this,SceneViewer);_this29=_super13.call(this);_this29.araction=null;_this29.isVertical=false;_this29.titleHTML="<b>"+document.title;_this29.isVertical=false;return _this29}_createClass(SceneViewer,[{key:"nodeType",get:function get(){return"Scene Viewer"}},{key:"device",get:function get(){return"android"}},{key:"start",value:function start(){if(!this.modelUrl){throw new Error("SceneViewer.start() - model url not set, use SceneViewer.modelUrl")}var araction=this.araction;var composedLink=encodeURIComponent(location.href);if(araction){var link=new URL(location.href);link.searchParams.set("araction",araction);composedLink=encodeURIComponent(link.href)}if(!composedLink){throw new Error("SceneViewer.start() - failed to create composition link, check parameters")}var linkOverride=encodeURIComponent(location.href+"#no-ar-fallback");var intent="intent://arvr.google.com/scene-viewer/1.1";intent+="?file="+this.modelUrl;intent+="&mode=ar_preferred";intent+="&link="+composedLink;intent+="&title=<b>"+this.titleHTML;if(this.isVertical){intent+="&enable_vertical_placement=true"}intent+=" #Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;";intent+="S.browser_fallback_url="+linkOverride+";end;";var anchor=document.createElement("a");anchor.setAttribute("href",intent);anchor.click()}}]);return SceneViewer}(ar_viewer_1["default"]);exports["default"]=SceneViewer},{"./ar-viewer":17}],21:[function(require,module,exports){"use strict";var Messenger=require("./messenger/messenger.js");var Memory=require("./memory/memory.js");var GlobalEventHandler=require("./messenger/global-event-handler.js");var Version=require("./version");if(!GlobalEventHandler.instance().messengerInstance){var messengerInstance=new Messenger;var memoryInstance=new Memory(messengerInstance);GlobalEventHandler.instance().messengerInstance=messengerInstance;GlobalEventHandler.instance().memoryInstance=memoryInstance}if(!GlobalEventHandler.instance().memoryInstance){var _memoryInstance=new Memory(GlobalEventHandler.instance().messengerInstance);GlobalEventHandler.instance().memoryInstance=_memoryInstance}console.log("using @plattar/context-messenger v"+Version);module.exports={messenger:GlobalEventHandler.instance().messengerInstance,memory:GlobalEventHandler.instance().memoryInstance,version:Version}},{"./memory/memory.js":22,"./messenger/global-event-handler.js":30,"./messenger/messenger.js":31,"./version":36}],22:[function(require,module,exports){var PermanentMemory=require("./permanent-memory");var TemporaryMemory=require("./temporary-memory");var Memory=function(){function Memory(messengerInstance){var _this30=this;_classCallCheck(this,Memory);this._messenger=messengerInstance;this._tempMemory=new TemporaryMemory(messengerInstance);this._permMemory=new PermanentMemory(messengerInstance);this._messenger.self.__memory__set_temp_var=function(name,data){_this30._tempMemory[name]=data};this._messenger.self.__memory__set_perm_var=function(name,data){_this30._permMemory[name]=data}}_createClass(Memory,[{key:"temp",get:function get(){return this._tempMemory}},{key:"perm",get:function get(){return this._permMemory}}]);return Memory}();module.exports=Memory},{"./permanent-memory":23,"./temporary-memory":24}],23:[function(require,module,exports){var WrappedValue=require("./wrapped-value");var PermanentMemory=_createClass(function PermanentMemory(messengerInstance){_classCallCheck(this,PermanentMemory);return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="watch"){return function(variable,callback){if(!target[variable]){target[variable]=new WrappedValue(variable,true,messengerInstance)}target[variable].watch=callback}}if(prop==="clear"){return function(){var _iterator=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step;try{for(_iterator.s();!(_step=_iterator.n()).done;){var pitem=_step.value;delete target[pitem];localStorage.removeItem(pitem)}}catch(err){_iterator.e(err)}finally{_iterator.f()}}}if(prop==="purge"){return function(){localStorage.clear();var _iterator2=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step2;try{for(_iterator2.s();!(_step2=_iterator2.n()).done;){var pitem=_step2.value;delete target[pitem]}}catch(err){_iterator2.e(err)}finally{_iterator2.f()}}}if(prop==="refresh"){return function(){var _iterator3=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step3;try{for(_iterator3.s();!(_step3=_iterator3.n()).done;){var val=_step3.value;target[val].refresh()}}catch(err){_iterator3.e(err)}finally{_iterator3.f()}}}if(!target[prop]){target[prop]=new WrappedValue(prop,true,messengerInstance)}return target[prop].value},set:function set(target,prop,value){if(!target[prop]){target[prop]=new WrappedValue(prop,true,messengerInstance)}target[prop].value=value;return true}})});module.exports=PermanentMemory},{"./wrapped-value":25}],24:[function(require,module,exports){var WrappedValue=require("./wrapped-value");var TemporaryMemory=_createClass(function TemporaryMemory(messengerInstance){_classCallCheck(this,TemporaryMemory);return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="watch"){return function(variable,callback){if(!target[variable]){target[variable]=new WrappedValue(variable,false,messengerInstance)}target[variable].watch=callback}}if(prop==="clear"||prop==="purge"){return function(){var _iterator4=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step4;try{for(_iterator4.s();!(_step4=_iterator4.n()).done;){var val=_step4.value;delete target[val]}}catch(err){_iterator4.e(err)}finally{_iterator4.f()}}}if(prop==="refresh"){return function(){var _iterator5=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step5;try{for(_iterator5.s();!(_step5=_iterator5.n()).done;){var val=_step5.value;target[val].refresh()}}catch(err){_iterator5.e(err)}finally{_iterator5.f()}}}if(!target[prop]){target[prop]=new WrappedValue(prop,false,messengerInstance)}return target[prop].value},set:function set(target,prop,value){if(!target[prop]){target[prop]=new WrappedValue(prop,false,messengerInstance)}target[prop].value=value;return true}})});module.exports=TemporaryMemory},{"./wrapped-value":25}],25:[function(require,module,exports){var WrappedValue=function(){function WrappedValue(varName,isPermanent,messengerInstance){_classCallCheck(this,WrappedValue);this._value=undefined;this._callback=undefined;this._isPermanent=isPermanent;this._varName=varName;this._messenger=messengerInstance;if(this._isPermanent){this._value=JSON.parse(localStorage.getItem(this._varName))}}_createClass(WrappedValue,[{key:"refresh",value:function refresh(){if(this._isPermanent){this._messenger.broadcast.__memory__set_perm_var(this._varName,this._value);if(this._messenger.parent){this._messenger.parent.__memory__set_perm_var(this._varName,this._value)}}else{this._messenger.broadcast.__memory__set_temp_var(this._varName,this._value);if(this._messenger.parent){this._messenger.parent.__memory__set_temp_var(this._varName,this._value)}}}},{key:"refreshFor",value:function refreshFor(callable){if(!this._messenger[callable]){return}if(this._isPermanent){this._messenger[callable].__memory__set_perm_var(this._varName,this._value)}else{this._messenger[callable].__memory__set_temp_var(this._varName,this._value)}}},{key:"value",get:function get(){if(this._isPermanent&&this._value==undefined){this._value=JSON.parse(localStorage.getItem(this._varName))}return this._value},set:function set(newValue){if(typeof newValue==="function"){throw new TypeError("WrappedValue.value cannot be set to a function type")}var oldValue=this._value;this._value=newValue;if(this._isPermanent){localStorage.setItem(this._varName,JSON.stringify(this._value))}if(this._callback&&oldValue!==newValue){this.refresh();this._callback(oldValue,this._value)}}},{key:"watch",set:function set(newValue){if(typeof newValue==="function"){if(newValue.length==2){this._callback=newValue}else{throw new RangeError("WrappedValue.watch callback must accept exactly 2 variables. Try using WrappedValue.watch = (oldVal, newVal) => {}")}}else{throw new TypeError("WrappedValue.watch must be a type of function. Try using WrappedValue.watch = (oldVal, newVal) => {}")}}}]);return WrappedValue}();module.exports=WrappedValue},{}],26:[function(require,module,exports){var Broadcaster=function(){function Broadcaster(messengerInstance){_classCallCheck(this,Broadcaster);this._messengerInstance=messengerInstance;this._interfaces=[];return new Proxy(this,{get:function get(target,prop,receiver){switch(prop){case"_push":case"_interfaces":return target[prop];default:break}return function(){for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++){args[_key]=arguments[_key]}var interfaces=target._interfaces;var promises=[];interfaces.forEach(function(callable){var _target$_messengerIns;promises.push((_target$_messengerIns=target._messengerInstance[callable])[prop].apply(_target$_messengerIns,args))});return Promise.allSettled(promises)}}})}_createClass(Broadcaster,[{key:"_push",value:function _push(interfaceID){var index=this._interfaces.indexOf(interfaceID);if(index>-1){this._interfaces.splice(index,1)}this._interfaces.push(interfaceID)}}]);return Broadcaster}();module.exports=Broadcaster},{}],27:[function(require,module,exports){var WrappedFunction=require("./wrapped-local-function");var CurrentFunctionList=_createClass(function CurrentFunctionList(){_classCallCheck(this,CurrentFunctionList);return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="watch"){return function(variable,callback){if(!target[variable]){target[variable]=new WrappedFunction(variable)}target[variable].watch=callback}}if(prop==="clear"||prop==="purge"){return function(){var _iterator6=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step6;try{for(_iterator6.s();!(_step6=_iterator6.n()).done;){var pitem=_step6.value;delete target[pitem]}}catch(err){_iterator6.e(err)}finally{_iterator6.f()}}}if(!target[prop]){target[prop]=new WrappedFunction(prop)}return function(){var _target$prop;return(_target$prop=target[prop]).exec.apply(_target$prop,arguments)}},set:function set(target,prop,value){if(!target[prop]){target[prop]=new WrappedFunction(prop)}target[prop].value=value;return true}})});module.exports=CurrentFunctionList},{"./wrapped-local-function":28}],28:[function(require,module,exports){var Util=require("../util/util.js");var WrappedLocalFunction=function(){function WrappedLocalFunction(funcName){_classCallCheck(this,WrappedLocalFunction);this._value=undefined;this._callback=undefined;this._funcName=funcName}_createClass(WrappedLocalFunction,[{key:"_execute",value:function _execute(){for(var _len2=arguments.length,args=new Array(_len2),_key2=0;_key2<_len2;_key2++){args[_key2]=arguments[_key2]}var rData=this._value.apply(this,args);if(this._callback){this._callback.apply(this,[rData].concat(args))}return rData}},{key:"exec",value:function exec(){var _this31=this;for(var _len3=arguments.length,args=new Array(_len3),_key3=0;_key3<_len3;_key3++){args[_key3]=arguments[_key3]}return new Promise(function(accept,reject){if(!_this31._value){return reject(new Error("WrappedLocalFunction.exec() function with name "+_this31._funcName+"() is not defined"))}try{var rObject=_this31._execute.apply(_this31,args);if(Util.isPromise(rObject)){rObject.then(function(res){return accept(res)})["catch"](function(err){return reject(err)})}else{return accept(rObject)}}catch(e){return reject(e)}})}},{key:"value",set:function set(newValue){if(typeof newValue!=="function"){throw new TypeError("WrappedLocalFunction.value must be a function. To store values use Plattar.memory")}this._value=newValue}},{key:"watch",set:function set(newValue){if(typeof newValue==="function"){this._callback=newValue}else{throw new TypeError("WrappedLocalFunction.watch must be a type of function. Try using WrappedLocalFunction.watch = (rData, ...args) => {}")}}}]);return WrappedLocalFunction}();module.exports=WrappedLocalFunction},{"../util/util.js":35}],29:[function(require,module,exports){var Util=require("./util/util");var FunctionObserver=function(){function FunctionObserver(){_classCallCheck(this,FunctionObserver);this._observers=new Map}_createClass(FunctionObserver,[{key:"subscribe",value:function subscribe(functionName,callback){var _this32=this;if(!functionName||!Util.isFunction(callback)){return function(){}}var observers=this._observers;var list=observers.get(functionName);if(!list){list=[];observers.set(functionName,list)}list.push(callback);return function(){return _this32.unsubscribe(functionName,callback)}}},{key:"unsubscribe",value:function unsubscribe(functionName,callback){if(!functionName||!Util.isFunction(callback)){return false}var observers=this._observers;var list=observers.get(functionName);if(list){var index=list.indexOf(callback);if(index>-1){list.splice(index,1);return true}}return false}},{key:"call",value:function call(functionName,data){if(!functionName||!data){return}var observers=this._observers;var list=observers.get(functionName);if(list&&list.length>0){list.forEach(function(observer){try{if(observer){observer(data)}}catch(e){}})}}}]);return FunctionObserver}();module.exports=FunctionObserver},{"./util/util":35}],30:[function(require,module,exports){var RemoteInterface=require("./remote-interface.js");var GlobalEventHandler=function(){function GlobalEventHandler(){var _this33=this;_classCallCheck(this,GlobalEventHandler);this._eventListeners={};window.addEventListener("message",function(evt){var data=evt.data;var jsonData=undefined;try{jsonData=JSON.parse(data)}catch(e){jsonData=undefined}if(jsonData&&jsonData.event&&jsonData.data){if(_this33._eventListeners[jsonData.event]){var remoteInterface=new RemoteInterface(evt.source,evt.origin);_this33._eventListeners[jsonData.event].forEach(function(callback){try{callback(remoteInterface,jsonData.data)}catch(e){console.error("GlobalEventHandler.message() error occured during callback ");console.error(e)}})}}})}_createClass(GlobalEventHandler,[{key:"messengerInstance",get:function get(){return this._messenger},set:function set(value){this._messenger=value}},{key:"memoryInstance",get:function get(){return this._memory},set:function set(value){this._memory=value}},{key:"listen",value:function listen(event,callback){if(typeof callback!=="function"){throw new TypeError("GlobalEventHandler.listen(event, callback) callback must be a type of function.")}if(!this._eventListeners[event]){this._eventListeners[event]=[]}this._eventListeners[event].push(callback)}}]);return GlobalEventHandler}();GlobalEventHandler.instance=function(){if(!GlobalEventHandler._default){GlobalEventHandler._default=new GlobalEventHandler}return GlobalEventHandler._default};module.exports=GlobalEventHandler},{"./remote-interface.js":32}],31:[function(require,module,exports){var CurrentFunctionList=require("./current/current-function-list");var RemoteInterface=require("./remote-interface");var RemoteFunctionList=require("./remote/remote-function-list");var Util=require("./util/util.js");var GlobalEventHandler=require("./global-event-handler.js");var Broadcaster=require("./broadcaster.js");var FunctionObserver=require("./function-observer.js");var Messenger=function(){function Messenger(){_classCallCheck(this,Messenger);this._id=Util.id();this._parentStack=RemoteInterface["default"]();this._functionObserver=new FunctionObserver;this._currentFunctionList=new CurrentFunctionList;this._broadcaster=new Broadcaster(this);this._parentFunctionList=undefined;var callbacks=new Map;this._callbacks=callbacks;this._setup();return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="onload"){return function(variable,callback){if(variable==="self"||variable==="id"){return callback()}if(target[variable]){return callback()}if(callbacks.has(variable)){var array=callbacks.get(variable);array.push(callback)}else{callbacks.set(variable,[callback])}}}switch(prop){case"id":return target._id;case"self":return target._currentFunctionList;case"broadcast":return target._broadcaster;case"addChild":case"observer":case"_setup":case"_registerListeners":case"_id":case"_broadcaster":case"_functionObserver":case"_callbacks":case"_parentStack":return target[prop];default:break}var targetVar=target[prop];if(!targetVar||!targetVar.isValid()){return undefined}return target[prop]}})}_createClass(Messenger,[{key:"observer",get:function get(){return this._functionObserver}},{key:"addChild",value:function addChild(childNode){var remoteInterface=new RemoteInterface(childNode.contentWindow,"*");remoteInterface.send("__messenger__parent_init_inv",{id:childNode.id})}},{key:"_setup",value:function _setup(){this._registerListeners();if(this._parentStack){this._parentStack.send("__messenger__child_init")}if(window.location.protocol!=="https:"){console.warn("Messenger["+this._id+'] requires https but protocol is "'+window.location.protocol+'", messenger will not work correctly.')}}},{key:"_registerListeners",value:function _registerListeners(){var _this34=this;GlobalEventHandler.instance().listen("__messenger__child_init",function(src,data){var iframeID=src.id;switch(iframeID){case undefined:throw new Error("Messenger["+_this34._id+"].setup() Component ID cannot be undefined");case"self":throw new Error("Messenger["+_this34._id+'].setup() Component ID of "self" cannot be used as the keyword is reserved');case"parent":throw new Error("Messenger["+_this34._id+'].setup() Component ID of "parent" cannot be used as the keyword is reserved');case"id":throw new Error("Messenger["+_this34._id+'].setup() Component ID of "id" cannot be used as the keyword is reserved');case"onload":throw new Error("Messenger["+_this34._id+'].setup() Component ID of "onload" cannot be used as the keyword is reserved');default:break}_this34[iframeID]=new RemoteFunctionList(iframeID,_this34._functionObserver);_this34[iframeID].setup(new RemoteInterface(src.source,src.origin));_this34._broadcaster._push(iframeID);var callbacks=_this34._callbacks;if(callbacks.has(iframeID)){var array=callbacks.get(iframeID);if(array){array.forEach(function(item,_){try{if(item){item()}}catch(err){}})}}callbacks["delete"](iframeID);src.send("__messenger__parent_init")});GlobalEventHandler.instance().listen("__messenger__child_init_inv",function(src,data){var iframeID=data.id;switch(iframeID){case undefined:throw new Error("Messenger["+_this34._id+"].setup() Component ID cannot be undefined");case"self":throw new Error("Messenger["+_this34._id+'].setup() Component ID of "self" cannot be used as the keyword is reserved');case"parent":throw new Error("Messenger["+_this34._id+'].setup() Component ID of "parent" cannot be used as the keyword is reserved');case"id":throw new Error("Messenger["+_this34._id+'].setup() Component ID of "id" cannot be used as the keyword is reserved');case"onload":throw new Error("Messenger["+_this34._id+'].setup() Component ID of "onload" cannot be used as the keyword is reserved');default:break}_this34[iframeID]=new RemoteFunctionList(iframeID,_this34._functionObserver);_this34[iframeID].setup(new RemoteInterface(src.source,src.origin));_this34._broadcaster._push(iframeID);var callbacks=_this34._callbacks;if(callbacks.has(iframeID)){var array=callbacks.get(iframeID);if(array){array.forEach(function(item,_){try{if(item){item()}}catch(err){}})}}callbacks["delete"](iframeID)});GlobalEventHandler.instance().listen("__messenger__parent_init",function(src,data){var iframeID="parent";_this34[iframeID]=new RemoteFunctionList(iframeID,_this34._functionObserver);_this34[iframeID].setup(new RemoteInterface(src.source,src.origin));var callbacks=_this34._callbacks;if(callbacks.has(iframeID)){var array=callbacks.get(iframeID);if(array){array.forEach(function(item,_){try{if(item){item()}}catch(err){}})}}callbacks["delete"](iframeID)});GlobalEventHandler.instance().listen("__messenger__parent_init_inv",function(src,data){var iframeID="parent";_this34[iframeID]=new RemoteFunctionList(iframeID,_this34._functionObserver);_this34[iframeID].setup(new RemoteInterface(src.source,src.origin));var callbacks=_this34._callbacks;if(callbacks.has(iframeID)){var array=callbacks.get(iframeID);if(array){array.forEach(function(item,_){try{if(item){item()}}catch(err){}})}}callbacks["delete"](iframeID);src.send("__messenger__child_init_inv",{id:data.id})});GlobalEventHandler.instance().listen("__messenger__exec_fnc",function(src,data){var _GlobalEventHandler$i;var instanceID=data.instance_id;var args=data.function_args;var fname=data.function_name;(_GlobalEventHandler$i=GlobalEventHandler.instance().messengerInstance.self)[fname].apply(_GlobalEventHandler$i,_toConsumableArray(args)).then(function(res){src.send("__messenger__exec_fnc_result",{function_status:"success",function_name:fname,function_args:res,instance_id:instanceID})})["catch"](function(err){var error_arg=Util.isError(err)?err.message:err;src.send("__messenger__exec_fnc_result",{function_status:"error",function_name:fname,function_args:error_arg?error_arg:"unknown error",instance_id:instanceID})})})}}]);return Messenger}();module.exports=Messenger},{"./broadcaster.js":26,"./current/current-function-list":27,"./function-observer.js":29,"./global-event-handler.js":30,"./remote-interface":32,"./remote/remote-function-list":33,"./util/util.js":35}],32:[function(require,module,exports){var RemoteInterface=function(){function RemoteInterface(source,origin){_classCallCheck(this,RemoteInterface);this._source=source;this._origin=origin;if(typeof this._source.postMessage!=="function"){throw new Error("RemoteInterface() provided source is invalid")}}_createClass(RemoteInterface,[{key:"source",get:function get(){return this._source}},{key:"origin",get:function get(){return this._origin}},{key:"id",get:function get(){return this.source.frameElement?this.source.frameElement.id:undefined}},{key:"send",value:function send(event,data){var sendData={event:event,data:data||{}};this.source.postMessage(JSON.stringify(sendData),this.origin)}}],[{key:"default",value:function _default(){try{var parentStack=window.parent?window.frameElement&&window.frameElement.nodeName=="IFRAME"?window.parent:undefined:undefined;if(parentStack){return new RemoteInterface(parentStack,"*")}}catch(err){}return undefined}}]);return RemoteInterface}();module.exports=RemoteInterface},{}],33:[function(require,module,exports){var WrappedFunction=require("./wrapped-remote-function");var RemoteFunctionList=function(){function RemoteFunctionList(remoteName,functionObserver){_classCallCheck(this,RemoteFunctionList);this._remoteInterface=undefined;this._functionObserver=functionObserver;this._remoteName=remoteName;return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="watch"){throw new Error("RemoteFunctionList.watch cannot watch execution of remote functions from current context. Did you mean to use Plattar.messenger.self instead?")}if(prop==="clear"){throw new Error("RemoteFunctionList.clear cannot clear/remove remote functions from current context. Did you mean to use Plattar.messenger.self.clear() instead?")}if(prop==="purge"){throw new Error("RemoteFunctionList.purge cannot clear/remove remote functions from current context. Did you mean to use Plattar.messenger.self.purge() instead?")}switch(prop){case"setup":case"isValid":case"_remoteInterface":case"_functionObserver":case"name":case"_remoteName":return target[prop];default:break}if(!target[prop]){target[prop]=new WrappedFunction(prop,target._remoteInterface,target._functionObserver)}return function(){var _target$prop2;return(_target$prop2=target[prop]).exec.apply(_target$prop2,arguments)}},set:function set(target,prop,value){if(prop==="_remoteInterface"){target[prop]=value;return true}throw new Error("RemoteFunctionList.set cannot add a remote function from current context. Use Plattar.messenger.self instead")}})}_createClass(RemoteFunctionList,[{key:"setup",value:function setup(remoteInterface){if(typeof remoteInterface.send!=="function"){throw new Error("RemoteFunctionList.setup() provided invalid interface")}this._remoteInterface=remoteInterface}},{key:"name",get:function get(){return this._remoteName}},{key:"isValid",value:function isValid(){return this._remoteInterface!=undefined}}]);return RemoteFunctionList}();module.exports=RemoteFunctionList},{"./wrapped-remote-function":34}],34:[function(require,module,exports){var Util=require("../util/util.js");var GlobalEventHandler=require("../global-event-handler.js");var WrappedRemoteFunction=function(){function WrappedRemoteFunction(funcName,remoteInterface,functionObserver){var _this35=this;_classCallCheck(this,WrappedRemoteFunction);this._funcName=funcName;this._remoteInterface=remoteInterface;this._functionObserver=functionObserver;this._callInstances={};GlobalEventHandler.instance().listen("__messenger__exec_fnc_result",function(src,data){var instanceID=data.instance_id;if(data.function_name!==_this35._funcName){return}if(!_this35._callInstances[instanceID]){return}var promise=_this35._callInstances[instanceID];delete _this35._callInstances[instanceID];if(data.function_status==="success"){_this35._functionObserver.call(_this35._funcName,{type:"return",state:"success",data:data.function_args});promise.accept(data.function_args)}else{_this35._functionObserver.call(_this35._funcName,{type:"return",state:"exception",data:new Error(data.function_args)});promise.reject(new Error(data.function_args))}})}_createClass(WrappedRemoteFunction,[{key:"exec",value:function exec(){var _this36=this;for(var _len4=arguments.length,args=new Array(_len4),_key4=0;_key4<_len4;_key4++){args[_key4]=arguments[_key4]}var instanceID=Util.id();if(this._callInstances[instanceID]){return new Promise(function(accept,reject){return reject(new Error("WrappedRemoteFunction.exec() cannot execute function. System generated duplicate Instance ID. PRNG needs checking"))})}return new Promise(function(accept,reject){_this36._callInstances[instanceID]={accept:accept,reject:reject};_this36._remoteInterface.send("__messenger__exec_fnc",{instance_id:instanceID,function_name:_this36._funcName,function_args:args});_this36._functionObserver.call(_this36._funcName,{type:"call",state:"success",data:args})})}}]);return WrappedRemoteFunction}();module.exports=WrappedRemoteFunction},{"../global-event-handler.js":30,"../util/util.js":35}],35:[function(require,module,exports){var Util=function(){function Util(){_classCallCheck(this,Util)}_createClass(Util,null,[{key:"id",value:function id(){return Math.abs(Math.floor(Math.random()*1e13))}},{key:"isPromise",value:function isPromise(obj){return!!obj&&(_typeof(obj)==="object"||typeof obj==="function")&&typeof obj.then==="function"}},{key:"isError",value:function isError(e){return e&&e.stack&&e.message&&typeof e.stack==="string"&&typeof e.message==="string"}},{key:"isFunction",value:function isFunction(obj){return obj&&obj instanceof Function}}]);return Util}();module.exports=Util},{}],36:[function(require,module,exports){module.exports="1.153.3"},{}],37:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.AnalyticsData=void 0;var util_1=require("../util/util");var AnalyticsData=function(){function AnalyticsData(){_classCallCheck(this,AnalyticsData);this._map=new Map;this.push("source","embed");this.push("pageTitle",document.title);this.push("pageURL",location.href);this.push("referrer",document.referrer);this.push("user_id",AnalyticsData.getUserID())}_createClass(AnalyticsData,[{key:"push",value:function push(key,value){this._map.set(key,value)}},{key:"get",value:function get(key){return this._map.get(key)}},{key:"data",get:function get(){return Object.fromEntries(this._map)}},{key:"map",get:function get(){return this._map}}],[{key:"getUserID",value:function getUserID(){var key="plattar_user_id";var userID=null;try{userID=localStorage.getItem(key)}catch(err){userID=util_1.Util.generateUUID();try{localStorage.setItem(key,userID)}catch(_err){}}if(!userID){userID=util_1.Util.generateUUID();try{localStorage.setItem(key,userID)}catch(_err){}}return userID}}]);return AnalyticsData}();exports.AnalyticsData=AnalyticsData},{"../util/util":42}],38:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.Analytics=void 0;var basic_http_1=__importDefault(require("../util/basic-http"));var analytics_data_1=require("./analytics-data");var google_analytics_1=require("./google/google-analytics");var Analytics=function(){function Analytics(applicationID){var _this37=this;_classCallCheck(this,Analytics);this._pageTime=null;this.origin="production";this.event="track";this.isBeacon=false;this._applicationID=applicationID;this._data=new analytics_data_1.AnalyticsData;this._ga=new google_analytics_1.GoogleAnalytics;this._handlePageHide=function(){if(document.visibilityState==="hidden"){_this37._pageTime=new Date}else if(_this37._pageTime){var time2=new Date;var diff=time2.getTime()-_this37._pageTime.getTime();var data=_this37.data;data.push("eventAction","View Time");data.push("viewTime",diff);data.push("eventLabel",diff);_this37.write();_this37._pageTime=null;document.removeEventListener("visibilitychange",_this37._handlePageHide,false)}}}_createClass(Analytics,[{key:"googleAnalytics",get:function get(){return this._ga}},{key:"query",value:function query(){var _this38=this;var _query=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;return new Promise(function(accept,reject){if(!_query){return reject(new Error("Analytics.query() - provided query was null"))}var url=_this38.origin==="dev"?"https://localhost:3008/v3/read":"https://analytics.plattar.com/v3/read";var data={data:{attributes:{application_id:_this38._applicationID,event:_this38.event,query:_query}}};basic_http_1["default"].exec("POST",url,data).then(function(result){accept(result?result:{})})["catch"](reject)})}},{key:"write",value:function write(){var _this39=this;return new Promise(function(accept,reject){var data=_this39._data;var url=_this39.origin==="dev"?"https://localhost:3008/v3/write":"https://analytics.plattar.com/v3/write";data.push("applicationId",_this39._applicationID);var sendData={data:{attributes:{application_id:_this39._applicationID,event:_this39.event,origin:_this39.origin,fields:data.data}}};if(_this39.isBeacon===false){basic_http_1["default"].exec("POST",url,sendData).then(function(result){accept(result?result:{})})["catch"](reject)}else{basic_http_1["default"].execBeacon(url,sendData).then(function(result){accept(result?result:{})})["catch"](reject)}_this39.googleAnalytics.write(_this39.event,_this39.data)})}},{key:"startRecordEngagement",value:function startRecordEngagement(){document.addEventListener("visibilitychange",this._handlePageHide,false)}},{key:"data",get:function get(){return this._data}}]);return Analytics}();exports.Analytics=Analytics},{"../util/basic-http":41,"./analytics-data":37,"./google/google-analytics":39}],39:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.GoogleAnalytics=void 0;var GoogleAnalytics=function(){function GoogleAnalytics(){_classCallCheck(this,GoogleAnalytics);this._tokens=new Set}_createClass(GoogleAnalytics,[{key:"addUniversalToken",value:function addUniversalToken(gaToken){if(this._tokens.has(gaToken)){return}this._tokens.add(gaToken);var gInstance=gtag;if(gInstance){gInstance("config",gaToken,{custom_map:{dimension1:"application_id",dimension2:"application_title",dimension3:"platform"}});gInstance("event","app_dimension",{platform:"Viewer"})}}},{key:"addToken",value:function addToken(gaToken){if(this._tokens.has(gaToken)){return}this._tokens.add(gaToken);var gInstance=gtag;if(gInstance){gInstance("config",gaToken,{custom_map:{dimension1:"application_id",dimension2:"application_title"}})}}},{key:"write",value:function write(event,data){if(this._tokens.size<=0){return}this._tokens.forEach(function(token){var gInstance=gtag;if(gInstance){var eventCategory=data.get("eventCategory");var eventAction=data.get("eventAction");var eventLabel=data.get("eventLabel");var fields={send_to:token,event_category:eventCategory,event_label:eventLabel};data.map.forEach(function(value,key){fields[key]=value});if(event==="track"){gInstance("event",eventAction,fields)}if(event==="pageview"){gInstance("event","pageview",fields)}}})}}]);return GoogleAnalytics}();exports.GoogleAnalytics=GoogleAnalytics},{}],40:[function(require,module,exports){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){if(k2===undefined)k2=k;var desc=Object.getOwnPropertyDescriptor(m,k);if(!desc||("get"in desc?!m.__esModule:desc.writable||desc.configurable)){desc={enumerable:true,get:function get(){return m[k]}}}Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){if(k2===undefined)k2=k;o[k2]=m[k]});var __setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){Object.defineProperty(o,"default",{enumerable:true,value:v})}:function(o,v){o["default"]=v});var __importStar=this&&this.__importStar||function(mod){if(mod&&mod.__esModule)return mod;var result={};if(mod!=null)for(var k in mod)if(k!=="default"&&Object.prototype.hasOwnProperty.call(mod,k))__createBinding(result,mod,k);__setModuleDefault(result,mod);return result};var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.AnalyticsData=exports.Analytics=exports.version=void 0;exports.version=__importStar(require("./version"));var analytics_1=require("./analytics/analytics");Object.defineProperty(exports,"Analytics",{enumerable:true,get:function get(){return analytics_1.Analytics}});var analytics_data_1=require("./analytics/analytics-data");Object.defineProperty(exports,"AnalyticsData",{enumerable:true,get:function get(){return analytics_data_1.AnalyticsData}});var version_1=__importDefault(require("./version"));console.log("using @plattar/plattar-analytics v"+version_1["default"])},{"./analytics/analytics":38,"./analytics/analytics-data":37,"./version":43}],41:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var BasicHTTP=function(){function BasicHTTP(){_classCallCheck(this,BasicHTTP)}_createClass(BasicHTTP,null,[{key:"execBeacon",value:function execBeacon(path){var data=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;return new Promise(function(accept,reject){try{var body=data||{};var headers={type:"application/json"};var blob=new Blob([JSON.stringify(body)],headers);var result=navigator.sendBeacon(path,blob);if(result){return accept({})}else{return reject(new Error("BasicHTTP.execBeacon() - could not query request"))}}catch(err){return reject(err)}})}},{key:"exec",value:function exec(protocol,path){var data=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;return new Promise(function(accept,reject){try{var http=new XMLHttpRequest;http.open(protocol,path,true);http.setRequestHeader("Content-Type","application/json");http.setRequestHeader("Accept","application/json");http.onload=function(e){if(http.status===200){if(http.response){try{var resp=JSON.parse(http.response);return accept(resp)}catch(_err){}}return accept({})}else{return reject(e)}};http.onerror=function(e){return reject(e)};http.onprogress=function(_e){};http.send(data?JSON.stringify(data):null)}catch(e){return reject(e)}})}}]);return BasicHTTP}();exports["default"]=BasicHTTP},{}],42:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.Util=void 0;var _lut=[];for(var i=0;i<256;i++){_lut[i]=(i<16?"0":"")+i.toString(16)}var Util=function(){function Util(){_classCallCheck(this,Util)}_createClass(Util,null,[{key:"generateUUID",value:function generateUUID(){var d0=Math.random()*4294967295|0;var d1=Math.random()*4294967295|0;var d2=Math.random()*4294967295|0;var d3=Math.random()*4294967295|0;var uuid=_lut[d0&255]+_lut[d0>>8&255]+_lut[d0>>16&255]+_lut[d0>>24&255]+"-"+_lut[d1&255]+_lut[d1>>8&255]+"-"+_lut[d1>>16&15|64]+_lut[d1>>24&255]+"-"+_lut[d2&63|128]+_lut[d2>>8&255]+"-"+_lut[d2>>16&255]+_lut[d2>>24&255]+_lut[d3&255]+_lut[d3>>8&255]+_lut[d3>>16&255]+_lut[d3>>24&255];return uuid.toLowerCase()}}]);return Util}();exports.Util=Util},{}],43:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]="1.152.2"},{}],44:[function(require,module,exports){"use strict";var Server=require("./server/plattar-server.js");var Util=require("./util/plattar-util.js");var Project=require("./types/application.js");var Scene=require("./types/scene/scene.js");var SceneAnnotation=require("./types/scene/scene-annotation.js");var SceneAudio=require("./types/scene/scene-audio.js");var SceneButton=require("./types/scene/scene-button.js");var SceneCamera=require("./types/scene/scene-camera.js");var SceneCarousel=require("./types/scene/scene-carousel.js");var SceneImage=require("./types/scene/scene-image.js");var SceneModel=require("./types/scene/scene-model.js");var ScenePanorama=require("./types/scene/scene-panorama.js");var ScenePoller=require("./types/scene/scene-poller.js");var SceneProduct=require("./types/scene/scene-product.js");var SceneShadow=require("./types/scene/scene-shadow.js");var SceneVideo=require("./types/scene/scene-video.js");var SceneVolumetric=require("./types/scene/scene-volumetric.js");var SceneYoutube=require("./types/scene/scene-youtube.js");var SceneScript=require("./types/scene/scene-script.js");var Page=require("./types/page/page.js");var CardButton=require("./types/page/card-button.js");var CardHTML=require("./types/page/card-html.js");var CardIFrame=require("./types/page/card-iframe.js");var CardImage=require("./types/page/card-image.js");var CardMap=require("./types/page/card-map.js");var CardParagraph=require("./types/page/card-paragraph.js");var CardRow=require("./types/page/card-row.js");var CardSlider=require("./types/page/card-slider.js");var CardTitle=require("./types/page/card-title.js");var CardVideo=require("./types/page/card-video.js");var CardYoutube=require("./types/page/card-youtube.js");var Product=require("./types/product/product.js");var ProductVariation=require("./types/product/product-variation.js");var ProductAnnotation=require("./types/product/product-annotation.js");var FileAudio=require("./types/file/file-audio.js");var FileVideo=require("./types/file/file-video.js");var FileModel=require("./types/file/file-model.js");var FileImage=require("./types/file/file-image.js");var FileScript=require("./types/file/file-script.js");var ScriptEvent=require("./types/misc/script-event.js");var Tag=require("./types/misc/tag.js");var ApplicationBuild=require("./types/misc/application-build.js");var AsyncJob=require("./types/misc/async-job.js");var AssetLibrary=require("./types/misc/asset-library.js");var TriggerImage=require("./types/trigger/trigger-image.js");var Brief=require("./types/content-pipeline/brief.js");var CommentBrief=require("./types/content-pipeline/comment-brief.js");var CommentQuote=require("./types/content-pipeline/comment-quote.js");var CommentSolution=require("./types/content-pipeline/comment-solution.js");var PipelineUser=require("./types/content-pipeline/pipeline-user.js");var Quote=require("./types/content-pipeline/quote.js");var Rating=require("./types/content-pipeline/rating.js");var Solution=require("./types/content-pipeline/solution.js");var Folder=require("./types/content-pipeline/folder.js");var SceneObject=require("./types/scene/scene-base.js");var CardObject=require("./types/page/card-base.js");var ProductObject=require("./types/product/product-base.js");var FileObject=require("./types/file/file-base.js");var Version=require("./version");Server.create();console.log("using @plattar/plattar-api v"+Version);module.exports={Server:Server,Util:Util,Project:Project,Scene:Scene,SceneAnnotation:SceneAnnotation,SceneAudio:SceneAudio,SceneButton:SceneButton,SceneCamera:SceneCamera,SceneCarousel:SceneCarousel,SceneImage:SceneImage,SceneModel:SceneModel,ScenePanorama:ScenePanorama,ScenePoller:ScenePoller,SceneProduct:SceneProduct,SceneShadow:SceneShadow,SceneVideo:SceneVideo,SceneVolumetric:SceneVolumetric,SceneYoutube:SceneYoutube,SceneScript:SceneScript,Page:Page,CardButton:CardButton,CardHTML:CardHTML,CardIFrame:CardIFrame,CardImage:CardImage,CardMap:CardMap,CardParagraph:CardParagraph,CardRow:CardRow,CardSlider:CardSlider,CardTitle:CardTitle,CardVideo:CardVideo,CardYoutube:CardYoutube,Product:Product,ProductVariation:ProductVariation,ProductAnnotation:ProductAnnotation,FileAudio:FileAudio,FileVideo:FileVideo,FileModel:FileModel,FileImage:FileImage,FileScript:FileScript,FileObject:FileObject,ScriptEvent:ScriptEvent,Tag:Tag,ApplicationBuild:ApplicationBuild,AsyncJob:AsyncJob,AssetLibrary:AssetLibrary,TriggerImage:TriggerImage,Brief:Brief,CommentBrief:CommentBrief,CommentQuote:CommentQuote,CommentSolution:CommentSolution,PipelineUser:PipelineUser,Quote:Quote,Rating:Rating,Solution:Solution,Folder:Folder,SceneObject:SceneObject,CardObject:CardObject,ProductObject:ProductObject,version:Version}},{"./server/plattar-server.js":46,"./types/application.js":47,"./types/content-pipeline/brief.js":48,"./types/content-pipeline/comment-brief.js":49,"./types/content-pipeline/comment-quote.js":50,"./types/content-pipeline/comment-solution.js":51,"./types/content-pipeline/folder.js":52,"./types/content-pipeline/pipeline-user.js":53,"./types/content-pipeline/quote.js":54,"./types/content-pipeline/rating.js":55,"./types/content-pipeline/solution.js":56,"./types/file/file-audio.js":57,"./types/file/file-base.js":58,"./types/file/file-image.js":59,"./types/file/file-model.js":60,"./types/file/file-script.js":61,"./types/file/file-video.js":62,"./types/misc/application-build.js":66,"./types/misc/asset-library.js":67,"./types/misc/async-job.js":68,"./types/misc/script-event.js":69,"./types/misc/tag.js":70,"./types/page/card-base.js":71,"./types/page/card-button.js":72,"./types/page/card-html.js":73,"./types/page/card-iframe.js":74,"./types/page/card-image.js":75,"./types/page/card-map.js":76,"./types/page/card-paragraph.js":77,"./types/page/card-row.js":78,"./types/page/card-slider.js":79,"./types/page/card-title.js":80,"./types/page/card-video.js":81,"./types/page/card-youtube.js":82,"./types/page/page.js":83,"./types/product/product-annotation.js":84,"./types/product/product-base.js":85,"./types/product/product-variation.js":86,"./types/product/product.js":87,"./types/scene/scene-annotation.js":88,"./types/scene/scene-audio.js":89,"./types/scene/scene-base.js":90,"./types/scene/scene-button.js":91,"./types/scene/scene-camera.js":92,"./types/scene/scene-carousel.js":93,"./types/scene/scene-image.js":94,"./types/scene/scene-model.js":95,"./types/scene/scene-panorama.js":96,"./types/scene/scene-poller.js":97,"./types/scene/scene-product.js":98,"./types/scene/scene-script.js":99,"./types/scene/scene-shadow.js":100,"./types/scene/scene-video.js":101,"./types/scene/scene-volumetric.js":102,"./types/scene/scene-youtube.js":103,"./types/scene/scene.js":104,"./types/trigger/trigger-image.js":105,"./util/plattar-util.js":106,"./version":107}],45:[function(require,module,exports){var fetch=require("node-fetch");var PlattarQuery=function(){function PlattarQuery(target,server){_classCallCheck(this,PlattarQuery);if(!target){throw new Error("PlattarQuery cannot be created as target object cannot be null")}if(!server){throw new Error("PlattarQuery cannot be created as server object cannot be null")}this._target=target;this._server=server;this._params=[];this._getIncludeQuery=[]}_createClass(PlattarQuery,[{key:"target",get:function get(){return this._target}},{key:"server",get:function get(){return this._server}},{key:"getCookie",value:function getCookie(cname){try{var name=cname+"=";var decodedCookie=decodeURIComponent(document.cookie);var ca=decodedCookie.split(";");for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==" "){c=c.substring(1)}if(c.indexOf(name)==0){return c.substring(name.length,c.length)}}}catch(error){}return""}},{key:"_get",value:function _get(opt){var _this40=this;return new Promise(function(resolve,reject){var target=_this40.target;var server=_this40.server;if(!target.id){reject(new Error("PlattarQuery."+target.type()+".get() - object id is missing"));return}var options=opt||{cache:true};if(options.cache===true){var cached=PlattarQuery._GetGlobalCachedObject(target);if(cached){resolve(cached);return}}var origin=server.originLocation.api_read;var auth=server.authToken;var headers={cookie:"laravel_session="+_this40.getCookie("laravel_session")};Object.assign(headers,auth);var reqopts={method:"GET",headers:headers};var includeQuery=_this40._IncludeQuery;var params=_this40._ParamFor("get");var endpoint=origin+target.type()+"/"+target.id;if(includeQuery){endpoint=endpoint+"?include="+includeQuery}if(params){var appender=includeQuery?"&":"?";params.forEach(function(param){endpoint=endpoint+appender+param.key+"="+param.value;appender="&"})}fetch(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("PlattarQuery."+target.type()+".get("+target.id+") - critical error occured, cannot proceed")}}return new Error("PlattarQuery."+target.type()+".get("+target.id+") - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{var PlattarUtil=require("../util/plattar-util.js");PlattarUtil.reconstruct(target,json,options);resolve(target)}})})}},{key:"_update",value:function _update(){var _this41=this;return new Promise(function(resolve,reject){var target=_this41.target;var server=_this41.server;if(!target.id){reject(new Error("PlattarQuery."+target.type()+".update() - object id is missing"));return}var origin=server.originLocation.api_write;var auth=server.authToken;var headers={Accept:"application/json","Content-Type":"application/json",cookie:"laravel_session="+_this41.getCookie("laravel_session")};Object.assign(headers,auth);var reqopts={method:"PATCH",headers:headers,body:JSON.stringify({data:{id:target.id,attributes:target.attributes},meta:target.meta||{}})};var params=_this41._ParamFor("update");var endpoint=origin+target.type()+"/"+target.id;if(params){var appender="?";params.forEach(function(param){endpoint=endpoint+appender+param.key+"="+param.value;appender="&"})}fetch(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("PlattarQuery."+target.type()+".update("+target.id+") - critical error occured, cannot proceed")}}return new Error("PlattarQuery."+target.type()+".update("+target.id+") - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{if(json.data){var PlattarUtil=require("../util/plattar-util.js");PlattarUtil.reconstruct(target,json,{cache:true})}resolve(target)}})})}},{key:"_create",value:function _create(){var _this42=this;return new Promise(function(resolve,reject){var target=_this42.target;var server=_this42.server;var origin=server.originLocation.api_write;var auth=server.authToken;var headers={Accept:"application/json","Content-Type":"application/json",cookie:"laravel_session="+_this42.getCookie("laravel_session")};Object.assign(headers,auth);var reqopts={method:"POST",headers:headers,body:JSON.stringify({data:{attributes:target.attributes},meta:target.meta||{}})};var params=_this42._ParamFor("create");var endpoint=origin+target.type();if(params){var appender="?";params.forEach(function(param){endpoint=endpoint+appender+param.key+"="+param.value;appender="&"})}fetch(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("PlattarQuery."+target.type()+".create() - critical error occured, cannot proceed")}}return new Error("PlattarQuery."+target.type()+".create() - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{if(json.data){target._id=json.data.id;var PlattarUtil=require("../util/plattar-util.js");PlattarUtil.reconstruct(target,json,{cache:true})}resolve(target)}})})}},{key:"_delete",value:function _delete(){var _this43=this;return new Promise(function(resolve,reject){var target=_this43.target;var server=_this43.server;if(!target.id){reject(new Error("PlattarQuery."+target.type()+".delete() - object id is missing"));return}var origin=server.originLocation.api_write;var auth=server.authToken;var headers={Accept:"application/json","Content-Type":"application/json",cookie:"laravel_session="+_this43.getCookie("laravel_session")};Object.assign(headers,auth);var reqopts={method:"DELETE",headers:headers,body:JSON.stringify({data:{id:target.id,attributes:target.attributes},meta:target.meta||{}})};var params=_this43._ParamFor("delete");var endpoint=origin+target.type()+"/"+target.id;if(params){var appender="?";params.forEach(function(param){endpoint=endpoint+appender+param.key+"="+param.value;appender="&"})}fetch(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("PlattarQuery."+target.type()+".delete() - critical error occured, cannot proceed")}}return new Error("PlattarQuery."+target.type()+".delete() - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{if(json.data){target._id=json.data.id;var PlattarUtil=require("../util/plattar-util.js");PlattarUtil.reconstruct(target,json,{cache:true})}resolve(target)}})})}},{key:"_addParameter",value:function _addParameter(key,value,type){type=type||"all";this._params.push({key:key,value:value,type:type.toLowerCase()})}},{key:"_include",value:function _include(args){var _this44=this;if(!args||args.length<=0){return this}var PlattarUtil=require("../util/plattar-util.js");args.forEach(function(obj){if(Array.isArray(obj)){obj.forEach(function(strObject){if(typeof strObject==="string"||strObject instanceof String){_this44._getIncludeQuery.push(strObject)}else{throw new Error("PlattarQuery."+_this44.target.type()+".include(...args) - argument of Array must only include Strings")}})}else if(PlattarUtil.isPlattarObject(obj)){var type=obj.type();if(Array.isArray(type)){_this44._include(type)}else{_this44._getIncludeQuery.push(type)}}else{throw new Error("PlattarQuery."+_this44.target.type()+".include(...args) - argument must be of type PlattarObject or Array but was type="+_typeof(obj)+" value="+obj)}});return this}},{key:"_ParamFor",value:function _ParamFor(type){type=type||"all";var list=this._params.filter(function(objcheck){return objcheck.type===type||objcheck.type==="all"});if(list.length>0){return list}return undefined}},{key:"_IncludeQuery",get:function get(){if(this._getIncludeQuery.length<=0){return undefined}return"".concat(this._getIncludeQuery.map(function(item){return"".concat(item)}).join(","))}}]);return PlattarQuery}();PlattarQuery._GlobalObjectCache={};PlattarQuery._InvalidateGlobalCache=function(){PlattarQuery._GlobalObjectCache={}};PlattarQuery._HasGlobalCachedObject=function(obj){return PlattarQuery._GlobalObjectCache.hasOwnProperty(obj.id)};PlattarQuery._GetGlobalCachedObject=function(obj){return PlattarQuery._HasGlobalCachedObject(obj)?PlattarQuery._GlobalObjectCache[obj.id]:undefined};PlattarQuery._SetGlobalCachedObject=function(obj){};PlattarQuery._DeleteGlobalCachedObject=function(obj){if(PlattarQuery._HasGlobalCachedObject(obj)){delete PlattarQuery._GlobalObjectCache[obj.id]}};module.exports=PlattarQuery},{"../util/plattar-util.js":106,"node-fetch":133}],46:[function(require,module,exports){(function(process){(function(){var fetch=require("node-fetch");var PlattarServer=function(){function PlattarServer(){_classCallCheck(this,PlattarServer);this._authToken={};this._serverLocation=this.prod}_createClass(PlattarServer,[{key:"prod",get:function get(){return PlattarServer.match("prod")}},{key:"isProd",get:function get(){return this._serverLocation.type==="production"}},{key:"review",get:function get(){return PlattarServer.match("review")}},{key:"isReview",get:function get(){return this._serverLocation.type==="review"}},{key:"staging",get:function get(){return PlattarServer.match("staging")}},{key:"isStaging",get:function get(){return this._serverLocation.type==="staging"}},{key:"dev",get:function get(){return PlattarServer.match("dev")}},{key:"isDev",get:function get(){return this._serverLocation.type==="dev"}},{key:"authToken",get:function get(){return this._authToken}},{key:"originLocation",get:function get(){return this._serverLocation}},{key:"auth",value:function auth(token,opt){var _this45=this;var copt=opt||{validate:false};return new Promise(function(resolve,reject){var server=_this45.originLocation.api_write;if(!server){reject(new Error("Plattar.auth(token) - cannot authenticate as server not set via Plattar.origin(server)"));return}if(!token){reject(new Error("Plattar.auth(token) - token variable is undefined"));return}if(!copt.validate){_this45._authToken={"plattar-auth-token":token};resolve(_this45);return}var endpoint=server+"plattaruser/xauth/validate";var options={method:"GET",headers:{"plattar-auth-token":token}};fetch(endpoint,options).then(function(res){if(res.ok){_this45._authToken={"plattar-auth-token":token};resolve(_this45)}else{reject(new Error("Plattar.auth(token) - failed to validate authentication token at "+endpoint))}})})}},{key:"origin",value:function origin(server,opt){var _this46=this;var copt=opt||{validate:false};return new Promise(function(resolve,reject){if(!server){reject(new Error("Plattar.origin(server) - server variable is undefined"));return}if(!copt.validate){_this46._serverLocation=server;resolve(_this46);return}var endpoint=server.api_read+"ping";var options={method:"GET"};fetch(endpoint,options).then(function(res){if(res.ok){_this46._serverLocation=server;resolve(_this46)}else{reject(new Error("Plattar.origin(server) - failed to ping server at "+endpoint))}})})}}]);return PlattarServer}();PlattarServer.match=function(serverName){switch(serverName.toLowerCase()){case"staging.plattar.space":case"cdn-staging.plattar.space":case"staging":return{base:"https://staging.plattar.space/",api_read:"https://api.plattar.space/v3/",api_write:"https://api.plattar.space/v3/",cdn:"https://cdn-staging.plattar.space/",cdn_image:"https://images.plattar.space/",analytics:"https://c.plattar.space/api/v2/analytics",type:"staging"};case"app.plattar.com":case"cdn.plattar.com":case"prod":case"production":return{base:"https://app.plattar.com/",api_read:"https://api.plattar.com/v3/",api_write:"https://api.plattar.com/v3/",cdn:"https://cdn.plattar.com/",cdn_image:"https://images.plattar.com/",analytics:"https://c.plattar.space/api/v2/analytics",type:"production"};case"review.plattar.com":case"review":case"qa":return{base:"https://review.plattar.com/",api_read:"https://review-api.plattar.com/v3/",api_write:"https://review-api.plattar.com/v3/",cdn:"https://cdn.plattar.com/",cdn_image:"https://images.plattar.com/",analytics:"https://c.plattar.space/api/v2/analytics",type:"review"};case"dev":case"developer":case"development":case"local":case"localhost":default:return{base:"https://localhost/",api_read:"https://localhost:3000/v3/",api_write:"https://localhost:3000/v3/",cdn:"https://cdn-dev.plattar.space/",cdn_image:"https://images-dev.plattar.space/'",analytics:"https://localhost:3000/api/v2/analytics/",type:"dev"}}};PlattarServer.create=function(origin,auth){var newServer=new PlattarServer;if(origin){newServer.origin(origin)}if(auth){newServer.auth(auth)}PlattarServer._default=newServer;return newServer};PlattarServer.disableTLS=function(){process.env.NODE_TLS_REJECT_UNAUTHORIZED="0"};PlattarServer["default"]=function(){return PlattarServer._default};PlattarServer.location=function(){return PlattarServer["default"]().originLocation};module.exports=PlattarServer}).call(this)}).call(this,require("_process"))},{_process:135,"node-fetch":133}],47:[function(require,module,exports){var PlattarBase=require("./interfaces/plattar-base.js");var Application=function(_PlattarBase){_inherits(Application,_PlattarBase);var _super14=_createSuper(Application);function Application(){_classCallCheck(this,Application);return _super14.apply(this,arguments)}_createClass(Application,null,[{key:"type",value:function type(){return"application"}}]);return Application}(PlattarBase);module.exports=Application},{"./interfaces/plattar-base.js":63}],48:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Brief=function(_PlattarBase2){_inherits(Brief,_PlattarBase2);var _super15=_createSuper(Brief);function Brief(){_classCallCheck(this,Brief);return _super15.apply(this,arguments)}_createClass(Brief,null,[{key:"type",value:function type(){return"brief"}}]);return Brief}(PlattarBase);module.exports=Brief},{"../interfaces/plattar-base":63}],49:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var CommentBrief=function(_PlattarBase3){_inherits(CommentBrief,_PlattarBase3);var _super16=_createSuper(CommentBrief);function CommentBrief(){_classCallCheck(this,CommentBrief);return _super16.apply(this,arguments)}_createClass(CommentBrief,null,[{key:"type",value:function type(){return"commentbrief"}}]);return CommentBrief}(PlattarBase);module.exports=CommentBrief},{"../interfaces/plattar-base":63}],50:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var CommentQuote=function(_PlattarBase4){_inherits(CommentQuote,_PlattarBase4);var _super17=_createSuper(CommentQuote);function CommentQuote(){_classCallCheck(this,CommentQuote);return _super17.apply(this,arguments)}_createClass(CommentQuote,null,[{key:"type",value:function type(){return"commentquote"}}]);return CommentQuote}(PlattarBase);module.exports=CommentQuote},{"../interfaces/plattar-base":63}],51:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var CommentSolution=function(_PlattarBase5){_inherits(CommentSolution,_PlattarBase5);var _super18=_createSuper(CommentSolution);function CommentSolution(){_classCallCheck(this,CommentSolution);return _super18.apply(this,arguments)}_createClass(CommentSolution,null,[{key:"type",value:function type(){return"commentsolution"}}]);return CommentSolution}(PlattarBase);module.exports=CommentSolution},{"../interfaces/plattar-base":63}],52:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Folder=function(_PlattarBase6){_inherits(Folder,_PlattarBase6);var _super19=_createSuper(Folder);function Folder(){_classCallCheck(this,Folder);return _super19.apply(this,arguments)}_createClass(Folder,null,[{key:"type",value:function type(){return"folder"}}]);return Folder}(PlattarBase);module.exports=Folder},{"../interfaces/plattar-base":63}],53:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var PipelineUser=function(_PlattarBase7){_inherits(PipelineUser,_PlattarBase7);var _super20=_createSuper(PipelineUser);function PipelineUser(){_classCallCheck(this,PipelineUser);return _super20.apply(this,arguments)}_createClass(PipelineUser,null,[{key:"type",value:function type(){return"pipelineuser"}}]);return PipelineUser}(PlattarBase);module.exports=PipelineUser},{"../interfaces/plattar-base":63}],54:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Quote=function(_PlattarBase8){_inherits(Quote,_PlattarBase8);var _super21=_createSuper(Quote);function Quote(){_classCallCheck(this,Quote);return _super21.apply(this,arguments)}_createClass(Quote,null,[{key:"type",value:function type(){return"quote"}}]);return Quote}(PlattarBase);module.exports=Quote},{"../interfaces/plattar-base":63}],55:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Rating=function(_PlattarBase9){_inherits(Rating,_PlattarBase9);var _super22=_createSuper(Rating);function Rating(){_classCallCheck(this,Rating);return _super22.apply(this,arguments)}_createClass(Rating,null,[{key:"type",value:function type(){return"rating"}}]);return Rating}(PlattarBase);module.exports=Rating},{"../interfaces/plattar-base":63}],56:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Solution=function(_PlattarBase10){_inherits(Solution,_PlattarBase10);var _super23=_createSuper(Solution);function Solution(){_classCallCheck(this,Solution);return _super23.apply(this,arguments)}_createClass(Solution,null,[{key:"type",value:function type(){return"solution"}}]);return Solution}(PlattarBase);module.exports=Solution},{"../interfaces/plattar-base":63}],57:[function(require,module,exports){var FileBase=require("./file-base.js");var FileAudio=function(_FileBase){_inherits(FileAudio,_FileBase);var _super24=_createSuper(FileAudio);function FileAudio(){_classCallCheck(this,FileAudio);return _super24.apply(this,arguments)}_createClass(FileAudio,null,[{key:"type",value:function type(){return"fileaudio"}}]);return FileAudio}(FileBase);module.exports=FileAudio},{"./file-base.js":58}],58:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Server=require("../../server/plattar-server.js");var FileBase=function(_PlattarBase11){_inherits(FileBase,_PlattarBase11);var _super25=_createSuper(FileBase);function FileBase(id,server){var _this47;_classCallCheck(this,FileBase);_this47=_super25.call(this,id,server||Server["default"]());if(_this47.constructor===FileBase){throw new Error("FileBase is abstract and cannot be created")}return _this47}_createClass(FileBase,[{key:"sourcePath",get:function get(){if(!this.attributes.path){return null}return this.path+this.attributes.original_filename}},{key:"backupPath",get:function get(){if(!this.attributes.path){return null}return this.path+this.attributes.original_upload}},{key:"path",get:function get(){if(!this.attributes.path){return null}return this._query.server.originLocation.cdn+this.attributes.path}}],[{key:"type",value:function type(){var FileAudio=require("./file-audio.js");var FileVideo=require("./file-video.js");var FileModel=require("./file-model.js");var FileImage=require("./file-image.js");return[FileAudio,FileVideo,FileModel,FileImage]}}]);return FileBase}(PlattarBase);module.exports=FileBase},{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./file-audio.js":57,"./file-image.js":59,"./file-model.js":60,"./file-video.js":62}],59:[function(require,module,exports){var FileBase=require("./file-base.js");var FileImage=function(_FileBase2){_inherits(FileImage,_FileBase2);var _super26=_createSuper(FileImage);function FileImage(){_classCallCheck(this,FileImage);return _super26.apply(this,arguments)}_createClass(FileImage,null,[{key:"type",value:function type(){return"fileimage"}}]);return FileImage}(FileBase);module.exports=FileImage},{"./file-base.js":58}],60:[function(require,module,exports){var FileBase=require("./file-base.js");var FileModel=function(_FileBase3){_inherits(FileModel,_FileBase3);var _super27=_createSuper(FileModel);function FileModel(){_classCallCheck(this,FileModel);return _super27.apply(this,arguments)}_createClass(FileModel,null,[{key:"type",value:function type(){return"filemodel"}}]);return FileModel}(FileBase);module.exports=FileModel},{"./file-base.js":58}],61:[function(require,module,exports){var FileBase=require("./file-base.js");var FileScript=function(_FileBase4){_inherits(FileScript,_FileBase4);var _super28=_createSuper(FileScript);function FileScript(){_classCallCheck(this,FileScript);return _super28.apply(this,arguments)}_createClass(FileScript,null,[{key:"type",value:function type(){return"filescript"}}]);return FileScript}(FileBase);module.exports=FileScript},{"./file-base.js":58}],62:[function(require,module,exports){var FileBase=require("./file-base.js");var FileVideo=function(_FileBase5){_inherits(FileVideo,_FileBase5);var _super29=_createSuper(FileVideo);function FileVideo(){_classCallCheck(this,FileVideo);return _super29.apply(this,arguments)}_createClass(FileVideo,null,[{key:"type",value:function type(){return"filevideo"}}]);return FileVideo}(FileBase);module.exports=FileVideo},{"./file-base.js":58}],63:[function(require,module,exports){var PlattarObject=require("./plattar-object.js");var Server=require("../../server/plattar-server.js");var PlattarBase=function(_PlattarObject){_inherits(PlattarBase,_PlattarObject);var _super30=_createSuper(PlattarBase);function PlattarBase(id,server){var _this48;_classCallCheck(this,PlattarBase);_this48=_super30.call(this,id,server||Server["default"]());if(_this48.constructor===PlattarBase){throw new Error("PlattarBase is abstract and cannot be created")}return _this48}return _createClass(PlattarBase)}(PlattarObject);module.exports=PlattarBase},{"../../server/plattar-server.js":46,"./plattar-object.js":65}],64:[function(require,module,exports){var PlattarObjectRelations=function(){function PlattarObjectRelations(parent){_classCallCheck(this,PlattarObjectRelations);this._parent=parent;this._relatedObjects={}}_createClass(PlattarObjectRelations,[{key:"parent",get:function get(){return this._parent}},{key:"_put",value:function _put(obj){if(!obj){return this}var PlattarUtil=require("../../util/plattar-util.js");if(!PlattarUtil.isPlattarObject(obj)){throw new Error("PlattarObjectRelations._put(PlattarObject) - argument must be type of PlattarObject")}if(!this._relatedObjects.hasOwnProperty(obj.type())){this._relatedObjects[obj.type()]=[]}this._relatedObjects[obj.type()].push(obj)}},{key:"filter",value:function filter(obj,id){var _this49=this;if(!obj){return[]}var PlattarUtil=require("../../util/plattar-util.js");if(!PlattarUtil.isPlattarObject(obj)){throw new Error("PlattarObjectRelations.filter(PlattarObject) - argument must be type of PlattarObject")}var type=obj.type();if(Array.isArray(type)){var compiledList=[];type.forEach(function(inObject){var retArray=_this49.filter(inObject,id);if(retArray.length>0){compiledList=compiledList.concat(retArray)}});return compiledList}if(!this._relatedObjects.hasOwnProperty(type)){return[]}var list=this._relatedObjects[type];if(!id){return list}return list.filter(function(objcheck){return objcheck.id===id})}},{key:"find",value:function find(obj){var id=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;if(id===undefined){return undefined}var list=this.filter(obj,id);if(list.length<=0){return undefined}return list[0]}}]);return PlattarObjectRelations}();module.exports=PlattarObjectRelations},{"../../util/plattar-util.js":106}],65:[function(require,module,exports){var PlattarQuery=require("../../server/plattar-query.js");var PlattarObjectRelations=require("./plattar-object-relations.js");var PlattarObject=function(){function PlattarObject(id,server){_classCallCheck(this,PlattarObject);if(this.constructor===PlattarObject){throw new Error("PlattarObject is abstract and cannot be created")}this._id=id;this._attributes={};this._meta={};this._query=new PlattarQuery(this,server);this._relationships=new PlattarObjectRelations(this)}_createClass(PlattarObject,[{key:"invalidate",value:function invalidate(){return PlattarQuery._DeleteGlobalCachedObject(this)}},{key:"_cache",value:function _cache(){return PlattarQuery._SetGlobalCachedObject(this)}},{key:"id",get:function get(){return this._id}},{key:"attributes",get:function get(){return this._attributes}},{key:"meta",get:function get(){return this._meta}},{key:"overrideAttributes",set:function set(attributes){this._attributes=Object.assign({},attributes)}},{key:"relationships",get:function get(){return this._relationships}},{key:"get",value:function get(opt){return this._query._get(opt)}},{key:"update",value:function update(){return this._query._update()}},{key:"create",value:function create(){return this._query._create()}},{key:"delete",value:function _delete(){return this._query._delete()}},{key:"type",value:function type(){return this.constructor.type()}},{key:"include",value:function include(){for(var _len5=arguments.length,args=new Array(_len5),_key5=0;_key5<_len5;_key5++){args[_key5]=arguments[_key5]}this._query._include(args);return this}},{key:"addParameter",value:function addParameter(key,value,type){this._query._addParameter(key,value,type);return this}}],[{key:"type",value:function type(){throw new Error("PlattarObject.type() - not implemented")}},{key:"include",value:function include(){var _this50=this;for(var _len6=arguments.length,args=new Array(_len6),_key6=0;_key6<_len6;_key6++){args[_key6]=arguments[_key6]}if(!args||args.length<=0){return[]}var includes=[this.type()];args.forEach(function(obj){if(Array.isArray(obj)){obj.forEach(function(strObject){if(typeof strObject==="string"||strObject instanceof String){includes.push("".concat(_this50.type(),".").concat(strObject))}else{throw new Error("PlattarObject."+_this50.type()+".include(...args) - argument of Array must only include Strings")}})}else if(obj.prototype instanceof PlattarObject){includes.push("".concat(_this50.type(),".").concat(obj.type()))}else{throw new Error("PlattarObject."+_this50.type()+".include(...args) - argument must be of type PlattarObject or Array but was type="+_typeof(obj)+" value="+obj)}});return includes}}]);return PlattarObject}();module.exports=PlattarObject},{"../../server/plattar-query.js":45,"./plattar-object-relations.js":64}],66:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var ApplicationBuild=function(_PlattarBase12){_inherits(ApplicationBuild,_PlattarBase12);var _super31=_createSuper(ApplicationBuild);function ApplicationBuild(){_classCallCheck(this,ApplicationBuild);return _super31.apply(this,arguments)}_createClass(ApplicationBuild,null,[{key:"type",value:function type(){return"applicationbuild"}}]);return ApplicationBuild}(PlattarBase);module.exports=ApplicationBuild},{"../interfaces/plattar-base.js":63}],67:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var AssetLibrary=function(_PlattarBase13){_inherits(AssetLibrary,_PlattarBase13);var _super32=_createSuper(AssetLibrary);function AssetLibrary(){_classCallCheck(this,AssetLibrary);return _super32.apply(this,arguments)}_createClass(AssetLibrary,null,[{key:"type",value:function type(){return"assetlibrary"}}]);return AssetLibrary}(PlattarBase);module.exports=AssetLibrary},{"../interfaces/plattar-base.js":63}],68:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var AsyncJob=function(_PlattarBase14){_inherits(AsyncJob,_PlattarBase14);var _super33=_createSuper(AsyncJob);function AsyncJob(){_classCallCheck(this,AsyncJob);return _super33.apply(this,arguments)}_createClass(AsyncJob,[{key:"accessKey",set:function set(code){this.addParameter("access_key",code,"update")}}],[{key:"type",value:function type(){return"asyncjob"}}]);return AsyncJob}(PlattarBase);module.exports=AsyncJob},{"../interfaces/plattar-base.js":63}],69:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var ScriptEvent=function(_PlattarBase15){_inherits(ScriptEvent,_PlattarBase15);var _super34=_createSuper(ScriptEvent);function ScriptEvent(){_classCallCheck(this,ScriptEvent);return _super34.apply(this,arguments)}_createClass(ScriptEvent,null,[{key:"type",value:function type(){return"scriptevent"}}]);return ScriptEvent}(PlattarBase);module.exports=ScriptEvent},{"../interfaces/plattar-base.js":63}],70:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Tag=function(_PlattarBase16){_inherits(Tag,_PlattarBase16);var _super35=_createSuper(Tag);function Tag(){_classCallCheck(this,Tag);return _super35.apply(this,arguments)}_createClass(Tag,null,[{key:"type",value:function type(){return"tag"}}]);return Tag}(PlattarBase);module.exports=Tag},{"../interfaces/plattar-base.js":63}],71:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Server=require("../../server/plattar-server.js");var CardBase=function(_PlattarBase17){_inherits(CardBase,_PlattarBase17);var _super36=_createSuper(CardBase);function CardBase(id,server){var _this51;_classCallCheck(this,CardBase);_this51=_super36.call(this,id,server||Server["default"]());if(_this51.constructor===CardBase){throw new Error("CardBase is abstract and cannot be created")}return _this51}_createClass(CardBase,null,[{key:"type",value:function type(){var CardButton=require("./card-button.js");var CardHTML=require("./card-html.js");var CardIFrame=require("./card-iframe.js");var CardImage=require("./card-image.js");var CardMap=require("./card-map.js");var CardParagraph=require("./card-paragraph.js");var CardRow=require("./card-row.js");var CardSlider=require("./card-slider.js");var CardTitle=require("./card-title.js");var CardVideo=require("./card-video.js");var CardYoutube=require("./card-youtube.js");return[CardButton,CardHTML,CardIFrame,CardImage,CardMap,CardParagraph,CardRow,CardSlider,CardTitle,CardVideo,CardYoutube]}}]);return CardBase}(PlattarBase);module.exports=CardBase},{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./card-button.js":72,"./card-html.js":73,"./card-iframe.js":74,"./card-image.js":75,"./card-map.js":76,"./card-paragraph.js":77,"./card-row.js":78,"./card-slider.js":79,"./card-title.js":80,"./card-video.js":81,"./card-youtube.js":82}],72:[function(require,module,exports){var CardBase=require("./card-base.js");var CardButton=function(_CardBase){_inherits(CardButton,_CardBase);var _super37=_createSuper(CardButton);function CardButton(){_classCallCheck(this,CardButton);return _super37.apply(this,arguments)}_createClass(CardButton,null,[{key:"type",value:function type(){return"cardbutton"}}]);return CardButton}(CardBase);module.exports=CardButton},{"./card-base.js":71}],73:[function(require,module,exports){var CardBase=require("./card-base.js");var CardHTML=function(_CardBase2){_inherits(CardHTML,_CardBase2);var _super38=_createSuper(CardHTML);function CardHTML(){_classCallCheck(this,CardHTML);return _super38.apply(this,arguments)}_createClass(CardHTML,null,[{key:"type",value:function type(){return"cardhtml"}}]);return CardHTML}(CardBase);module.exports=CardHTML},{"./card-base.js":71}],74:[function(require,module,exports){var CardBase=require("./card-base.js");var CardIFrame=function(_CardBase3){_inherits(CardIFrame,_CardBase3);var _super39=_createSuper(CardIFrame);function CardIFrame(){_classCallCheck(this,CardIFrame);return _super39.apply(this,arguments)}_createClass(CardIFrame,null,[{key:"type",value:function type(){return"cardiframe"}}]);return CardIFrame}(CardBase);module.exports=CardIFrame},{"./card-base.js":71}],75:[function(require,module,exports){var CardBase=require("./card-base.js");var CardImage=function(_CardBase4){_inherits(CardImage,_CardBase4);var _super40=_createSuper(CardImage);function CardImage(){_classCallCheck(this,CardImage);return _super40.apply(this,arguments)}_createClass(CardImage,null,[{key:"type",value:function type(){return"cardimage"}}]);return CardImage}(CardBase);module.exports=CardImage},{"./card-base.js":71}],76:[function(require,module,exports){var CardBase=require("./card-base.js");var CardMap=function(_CardBase5){_inherits(CardMap,_CardBase5);var _super41=_createSuper(CardMap);function CardMap(){_classCallCheck(this,CardMap);return _super41.apply(this,arguments)}_createClass(CardMap,null,[{key:"type",value:function type(){return"cardmap"}}]);return CardMap}(CardBase);module.exports=CardMap},{"./card-base.js":71}],77:[function(require,module,exports){var CardBase=require("./card-base.js");var CardParagraph=function(_CardBase6){_inherits(CardParagraph,_CardBase6);var _super42=_createSuper(CardParagraph);function CardParagraph(){_classCallCheck(this,CardParagraph);return _super42.apply(this,arguments)}_createClass(CardParagraph,null,[{key:"type",value:function type(){return"cardparagraph"}}]);return CardParagraph}(CardBase);module.exports=CardParagraph},{"./card-base.js":71}],78:[function(require,module,exports){var CardBase=require("./card-base.js");var CardRow=function(_CardBase7){_inherits(CardRow,_CardBase7);var _super43=_createSuper(CardRow);function CardRow(){_classCallCheck(this,CardRow);return _super43.apply(this,arguments)}_createClass(CardRow,null,[{key:"type",value:function type(){return"cardrow"}}]);return CardRow}(CardBase);module.exports=CardRow},{"./card-base.js":71}],79:[function(require,module,exports){var CardBase=require("./card-base.js");var CardSlider=function(_CardBase8){_inherits(CardSlider,_CardBase8);var _super44=_createSuper(CardSlider);function CardSlider(){_classCallCheck(this,CardSlider);return _super44.apply(this,arguments)}_createClass(CardSlider,null,[{key:"type",value:function type(){return"cardslider"}}]);return CardSlider}(CardBase);module.exports=CardSlider},{"./card-base.js":71}],80:[function(require,module,exports){var CardBase=require("./card-base.js");var CardTitle=function(_CardBase9){_inherits(CardTitle,_CardBase9);var _super45=_createSuper(CardTitle);function CardTitle(){_classCallCheck(this,CardTitle);return _super45.apply(this,arguments)}_createClass(CardTitle,null,[{key:"type",value:function type(){return"cardtitle"}}]);return CardTitle}(CardBase);module.exports=CardTitle},{"./card-base.js":71}],81:[function(require,module,exports){var CardBase=require("./card-base.js");var CardVideo=function(_CardBase10){_inherits(CardVideo,_CardBase10);var _super46=_createSuper(CardVideo);function CardVideo(){_classCallCheck(this,CardVideo);return _super46.apply(this,arguments)}_createClass(CardVideo,null,[{key:"type",value:function type(){return"cardvideo"}}]);return CardVideo}(CardBase);module.exports=CardVideo},{"./card-base.js":71}],82:[function(require,module,exports){var CardBase=require("./card-base.js");var CardYoutube=function(_CardBase11){_inherits(CardYoutube,_CardBase11);var _super47=_createSuper(CardYoutube);function CardYoutube(){_classCallCheck(this,CardYoutube);return _super47.apply(this,arguments)}_createClass(CardYoutube,null,[{key:"type",value:function type(){return"cardyoutube"}}]);return CardYoutube}(CardBase);module.exports=CardYoutube},{"./card-base.js":71}],83:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Page=function(_PlattarBase18){_inherits(Page,_PlattarBase18);var _super48=_createSuper(Page);function Page(){_classCallCheck(this,Page);return _super48.apply(this,arguments)}_createClass(Page,null,[{key:"type",value:function type(){return"page"}}]);return Page}(PlattarBase);module.exports=Page},{"../interfaces/plattar-base.js":63}],84:[function(require,module,exports){var ProductBase=require("./product-base.js");var ProductAnnotation=function(_ProductBase){_inherits(ProductAnnotation,_ProductBase);var _super49=_createSuper(ProductAnnotation);function ProductAnnotation(){_classCallCheck(this,ProductAnnotation);return _super49.apply(this,arguments)}_createClass(ProductAnnotation,null,[{key:"type",value:function type(){return"productannotation"}}]);return ProductAnnotation}(ProductBase);module.exports=ProductAnnotation},{"./product-base.js":85}],85:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Server=require("../../server/plattar-server.js");var ProductBase=function(_PlattarBase19){_inherits(ProductBase,_PlattarBase19);var _super50=_createSuper(ProductBase);function ProductBase(id,server){var _this52;_classCallCheck(this,ProductBase);_this52=_super50.call(this,id,server||Server["default"]());if(_this52.constructor===ProductBase){throw new Error("ProductBase is abstract and cannot be created")}return _this52}_createClass(ProductBase,null,[{key:"type",value:function type(){var ProductVariation=require("./product-variation.js");var ProductAnnotation=require("./product-annotation.js");return[ProductAnnotation,ProductVariation]}}]);return ProductBase}(PlattarBase);module.exports=ProductBase},{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./product-annotation.js":84,"./product-variation.js":86}],86:[function(require,module,exports){var ProductBase=require("./product-base.js");var ProductVariation=function(_ProductBase2){_inherits(ProductVariation,_ProductBase2);var _super51=_createSuper(ProductVariation);function ProductVariation(){_classCallCheck(this,ProductVariation);return _super51.apply(this,arguments)}_createClass(ProductVariation,null,[{key:"type",value:function type(){return"productvariation"}}]);return ProductVariation}(ProductBase);module.exports=ProductVariation},{"./product-base.js":85}],87:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Product=function(_PlattarBase20){_inherits(Product,_PlattarBase20);var _super52=_createSuper(Product);function Product(){_classCallCheck(this,Product);return _super52.apply(this,arguments)}_createClass(Product,null,[{key:"type",value:function type(){return"product"}}]);return Product}(PlattarBase);module.exports=Product},{"../interfaces/plattar-base.js":63}],88:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneAnnotation=function(_SceneBase){_inherits(SceneAnnotation,_SceneBase);var _super53=_createSuper(SceneAnnotation);function SceneAnnotation(){_classCallCheck(this,SceneAnnotation);return _super53.apply(this,arguments)}_createClass(SceneAnnotation,null,[{key:"type",value:function type(){return"sceneannotation"}}]);return SceneAnnotation}(SceneBase);module.exports=SceneAnnotation},{"./scene-base.js":90}],89:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneAudio=function(_SceneBase2){_inherits(SceneAudio,_SceneBase2);var _super54=_createSuper(SceneAudio);function SceneAudio(){_classCallCheck(this,SceneAudio);return _super54.apply(this,arguments)}_createClass(SceneAudio,null,[{key:"type",value:function type(){return"sceneaudio"}}]);return SceneAudio}(SceneBase);module.exports=SceneAudio},{"./scene-base.js":90}],90:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Server=require("../../server/plattar-server.js");var SceneBase=function(_PlattarBase21){_inherits(SceneBase,_PlattarBase21);var _super55=_createSuper(SceneBase);function SceneBase(id,server){var _this53;_classCallCheck(this,SceneBase);_this53=_super55.call(this,id,server||Server["default"]());if(_this53.constructor===SceneBase){throw new Error("SceneBase is abstract and cannot be created")}return _this53}_createClass(SceneBase,null,[{key:"type",value:function type(){var SceneAnnotation=require("./scene-annotation.js");var SceneAudio=require("./scene-audio.js");var SceneButton=require("./scene-button.js");var SceneCamera=require("./scene-camera.js");var SceneCarousel=require("./scene-carousel.js");var SceneImage=require("./scene-image.js");var SceneModel=require("./scene-model.js");var ScenePanorama=require("./scene-panorama.js");var ScenePoller=require("./scene-poller.js");var SceneProduct=require("./scene-product.js");var SceneShadow=require("./scene-shadow.js");var SceneVideo=require("./scene-video.js");var SceneVolumetric=require("./scene-volumetric.js");var SceneYoutube=require("./scene-youtube.js");return[SceneAnnotation,SceneAudio,SceneButton,SceneCamera,SceneCarousel,SceneImage,SceneModel,ScenePanorama,ScenePoller,SceneProduct,SceneShadow,SceneVideo,SceneVolumetric,SceneYoutube]}}]);return SceneBase}(PlattarBase);module.exports=SceneBase},{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./scene-annotation.js":88,"./scene-audio.js":89,"./scene-button.js":91,"./scene-camera.js":92,"./scene-carousel.js":93,"./scene-image.js":94,"./scene-model.js":95,"./scene-panorama.js":96,"./scene-poller.js":97,"./scene-product.js":98,"./scene-shadow.js":100,"./scene-video.js":101,"./scene-volumetric.js":102,"./scene-youtube.js":103}],91:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneButton=function(_SceneBase3){_inherits(SceneButton,_SceneBase3);var _super56=_createSuper(SceneButton);function SceneButton(){_classCallCheck(this,SceneButton);return _super56.apply(this,arguments)}_createClass(SceneButton,null,[{key:"type",value:function type(){return"scenebutton"}}]);return SceneButton}(SceneBase);module.exports=SceneButton},{"./scene-base.js":90}],92:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneCamera=function(_SceneBase4){_inherits(SceneCamera,_SceneBase4);var _super57=_createSuper(SceneCamera);function SceneCamera(){_classCallCheck(this,SceneCamera);return _super57.apply(this,arguments)}_createClass(SceneCamera,null,[{key:"type",value:function type(){return"scenecamera"}}]);return SceneCamera}(SceneBase);module.exports=SceneCamera},{"./scene-base.js":90}],93:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneCarousel=function(_SceneBase5){_inherits(SceneCarousel,_SceneBase5);var _super58=_createSuper(SceneCarousel);function SceneCarousel(){_classCallCheck(this,SceneCarousel);return _super58.apply(this,arguments)}_createClass(SceneCarousel,null,[{key:"type",value:function type(){return"scenecarousel"}}]);return SceneCarousel}(SceneBase);module.exports=SceneCarousel},{"./scene-base.js":90}],94:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneImage=function(_SceneBase6){_inherits(SceneImage,_SceneBase6);var _super59=_createSuper(SceneImage);function SceneImage(){_classCallCheck(this,SceneImage);return _super59.apply(this,arguments)}_createClass(SceneImage,null,[{key:"type",value:function type(){return"sceneimage"}}]);return SceneImage}(SceneBase);module.exports=SceneImage},{"./scene-base.js":90}],95:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneModel=function(_SceneBase7){_inherits(SceneModel,_SceneBase7);var _super60=_createSuper(SceneModel);function SceneModel(){_classCallCheck(this,SceneModel);return _super60.apply(this,arguments)}_createClass(SceneModel,null,[{key:"type",value:function type(){return"scenemodel"}}]);return SceneModel}(SceneBase);module.exports=SceneModel},{"./scene-base.js":90}],96:[function(require,module,exports){var SceneBase=require("./scene-base.js");var ScenePanorama=function(_SceneBase8){_inherits(ScenePanorama,_SceneBase8);var _super61=_createSuper(ScenePanorama);function ScenePanorama(){_classCallCheck(this,ScenePanorama);return _super61.apply(this,arguments)}_createClass(ScenePanorama,null,[{key:"type",value:function type(){return"scenepanorama"}}]);return ScenePanorama}(SceneBase);module.exports=ScenePanorama},{"./scene-base.js":90}],97:[function(require,module,exports){var SceneBase=require("./scene-base.js");var ScenePoller=function(_SceneBase9){_inherits(ScenePoller,_SceneBase9);var _super62=_createSuper(ScenePoller);function ScenePoller(){_classCallCheck(this,ScenePoller);return _super62.apply(this,arguments)}_createClass(ScenePoller,null,[{key:"type",value:function type(){return"scenepoller"}}]);return ScenePoller}(SceneBase);module.exports=ScenePoller},{"./scene-base.js":90}],98:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneProduct=function(_SceneBase10){_inherits(SceneProduct,_SceneBase10);var _super63=_createSuper(SceneProduct);function SceneProduct(){_classCallCheck(this,SceneProduct);return _super63.apply(this,arguments)}_createClass(SceneProduct,null,[{key:"type",value:function type(){return"sceneproduct"}}]);return SceneProduct}(SceneBase);module.exports=SceneProduct},{"./scene-base.js":90}],99:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneScript=function(_SceneBase11){_inherits(SceneScript,_SceneBase11);var _super64=_createSuper(SceneScript);function SceneScript(){_classCallCheck(this,SceneScript);return _super64.apply(this,arguments)}_createClass(SceneScript,null,[{key:"type",value:function type(){return"scenescript"}}]);return SceneScript}(SceneBase);module.exports=SceneScript},{"./scene-base.js":90}],100:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneShadow=function(_SceneBase12){_inherits(SceneShadow,_SceneBase12);var _super65=_createSuper(SceneShadow);function SceneShadow(){_classCallCheck(this,SceneShadow);return _super65.apply(this,arguments)}_createClass(SceneShadow,null,[{key:"type",value:function type(){return"sceneshadow"}}]);return SceneShadow}(SceneBase);module.exports=SceneShadow},{"./scene-base.js":90}],101:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneVideo=function(_SceneBase13){_inherits(SceneVideo,_SceneBase13);var _super66=_createSuper(SceneVideo);function SceneVideo(){_classCallCheck(this,SceneVideo);return _super66.apply(this,arguments)}_createClass(SceneVideo,null,[{key:"type",value:function type(){return"scenevideo"}}]);return SceneVideo}(SceneBase);module.exports=SceneVideo},{"./scene-base.js":90}],102:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneVolumetric=function(_SceneBase14){_inherits(SceneVolumetric,_SceneBase14);var _super67=_createSuper(SceneVolumetric);function SceneVolumetric(){_classCallCheck(this,SceneVolumetric);return _super67.apply(this,arguments)}_createClass(SceneVolumetric,null,[{key:"type",value:function type(){return"scenevolumetric"}}]);return SceneVolumetric}(SceneBase);module.exports=SceneVolumetric},{"./scene-base.js":90}],103:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneYoutube=function(_SceneBase15){_inherits(SceneYoutube,_SceneBase15);var _super68=_createSuper(SceneYoutube);function SceneYoutube(){_classCallCheck(this,SceneYoutube);return _super68.apply(this,arguments)}_createClass(SceneYoutube,null,[{key:"type",value:function type(){return"sceneyoutube"}}]);return SceneYoutube}(SceneBase);module.exports=SceneYoutube},{"./scene-base.js":90}],104:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Scene=function(_PlattarBase22){_inherits(Scene,_PlattarBase22);var _super69=_createSuper(Scene);function Scene(){_classCallCheck(this,Scene);return _super69.apply(this,arguments)}_createClass(Scene,null,[{key:"type",value:function type(){return"scene"}}]);return Scene}(PlattarBase);module.exports=Scene},{"../interfaces/plattar-base.js":63}],105:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var TriggerImage=function(_PlattarBase23){_inherits(TriggerImage,_PlattarBase23);var _super70=_createSuper(TriggerImage);function TriggerImage(){_classCallCheck(this,TriggerImage);return _super70.apply(this,arguments)}_createClass(TriggerImage,null,[{key:"type",value:function type(){return"triggerimage"}}]);return TriggerImage}(PlattarBase);module.exports=TriggerImage},{"../interfaces/plattar-base.js":63}],106:[function(require,module,exports){var Application=require("../types/application.js");var Scene=require("../types/scene/scene.js");var SceneAnnotation=require("../types/scene/scene-annotation.js");var SceneAudio=require("../types/scene/scene-audio.js");var SceneButton=require("../types/scene/scene-button.js");var SceneCamera=require("../types/scene/scene-camera.js");var SceneCarousel=require("../types/scene/scene-carousel.js");var SceneImage=require("../types/scene/scene-image.js");var SceneModel=require("../types/scene/scene-model.js");var ScenePanorama=require("../types/scene/scene-panorama.js");var ScenePoller=require("../types/scene/scene-poller.js");var SceneProduct=require("../types/scene/scene-product.js");var SceneShadow=require("../types/scene/scene-shadow.js");var SceneVideo=require("../types/scene/scene-video.js");var SceneVolumetric=require("../types/scene/scene-volumetric.js");var SceneYoutube=require("../types/scene/scene-youtube.js");var SceneScript=require("../types/scene/scene-script.js");var Page=require("../types/page/page.js");var CardButton=require("../types/page/card-button.js");var CardHTML=require("../types/page/card-html.js");var CardIFrame=require("../types/page/card-iframe.js");var CardImage=require("../types/page/card-image.js");var CardMap=require("../types/page/card-map.js");var CardParagraph=require("../types/page/card-paragraph.js");var CardRow=require("../types/page/card-row.js");var CardSlider=require("../types/page/card-slider.js");var CardTitle=require("../types/page/card-title.js");var CardVideo=require("../types/page/card-video.js");var CardYoutube=require("../types/page/card-youtube.js");var Product=require("../types/product/product.js");var ProductVariation=require("../types/product/product-variation.js");var ProductAnnotation=require("../types/product/product-annotation.js");var FileAudio=require("../types/file/file-audio.js");var FileVideo=require("../types/file/file-video.js");var FileModel=require("../types/file/file-model.js");var FileImage=require("../types/file/file-image.js");var FileScript=require("../types/file/file-script.js");var TriggerImage=require("../types/trigger/trigger-image.js");var Brief=require("../types/content-pipeline/brief.js");var CommentBrief=require("../types/content-pipeline/comment-brief.js");var CommentQuote=require("../types/content-pipeline/comment-quote.js");var CommentSolution=require("../types/content-pipeline/comment-solution.js");var PipelineUser=require("../types/content-pipeline/pipeline-user.js");var Quote=require("../types/content-pipeline/quote.js");var Rating=require("../types/content-pipeline/rating.js");var Solution=require("../types/content-pipeline/solution.js");var Folder=require("../types/content-pipeline/folder.js");var ScriptEvent=require("../types/misc/script-event.js");var Tag=require("../types/misc/tag.js");var ApplicationBuild=require("../types/misc/application-build.js");var AsyncJob=require("../types/misc/async-job.js");var AssetLibrary=require("../types/misc/asset-library");var PlattarUtil=_createClass(function PlattarUtil(){_classCallCheck(this,PlattarUtil)});PlattarUtil.isPlattarObject=function(obj){var PlattarObject=require("../types/interfaces/plattar-object.js");if(obj&&obj.prototype&&obj.prototype instanceof PlattarObject){return true}if(obj&&obj instanceof PlattarObject){return true}return false};PlattarUtil.reconstruct=function(parent,json,options){parent._attributes=json.data.attributes;if(options.cache===true){parent._cache()}var server=parent._query.server;if(json.data.relationships){var _loop=function _loop(){var _Object$entries$_i=_slicedToArray(_Object$entries[_i],2),key=_Object$entries$_i[0],value=_Object$entries$_i[1];var data=value.data;if(Array.isArray(data)){data.forEach(function(item){var construct=PlattarUtil.create(key,item.id,server);construct._attributes=item.attributes||{};parent.relationships._put(construct)})}else{var construct=PlattarUtil.create(key,data.id,server);construct._attributes=data.attributes||{};parent.relationships._put(construct)}};for(var _i=0,_Object$entries=Object.entries(json.data.relationships);_i<_Object$entries.length;_i++){_loop()}}if(json.included){json.included.forEach(function(item){var existing=parent.relationships.find(PlattarUtil.match(item.type),item.id);if(existing){PlattarUtil.reconstruct(existing,{data:item,included:json.included},options)}})}};PlattarUtil.create=function(type,id,server){var _DynamicClass=PlattarUtil.match(type);return new _DynamicClass(id,server)};PlattarUtil.match=function(type){switch(type){case Application.type():return Application;case Scene.type():return Scene;case SceneAnnotation.type():return SceneAnnotation;case SceneAudio.type():return SceneAudio;case SceneButton.type():return SceneButton;case SceneCamera.type():return SceneCamera;case SceneCarousel.type():return SceneCarousel;case SceneImage.type():return SceneImage;case SceneModel.type():return SceneModel;case ScenePanorama.type():return ScenePanorama;case ScenePoller.type():return ScenePoller;case SceneProduct.type():return SceneProduct;case SceneShadow.type():return SceneShadow;case SceneVideo.type():return SceneVideo;case SceneVolumetric.type():return SceneVolumetric;case SceneYoutube.type():return SceneYoutube;case SceneScript.type():return SceneScript;case Page.type():return Page;case CardButton.type():return CardButton;case CardHTML.type():return CardHTML;case CardIFrame.type():return CardIFrame;case Product.type():return Product;case ProductVariation.type():return ProductVariation;case ProductAnnotation.type():return ProductAnnotation;case FileAudio.type():return FileAudio;case FileVideo.type():return FileVideo;case FileModel.type():return FileModel;case FileImage.type():return FileImage;case FileScript.type():return FileScript;case CardMap.type():return CardMap;case CardParagraph.type():return CardParagraph;case CardRow.type():return CardRow;case CardSlider.type():return CardSlider;case CardTitle.type():return CardTitle;case CardVideo.type():return CardVideo;case CardYoutube.type():return CardYoutube;case CardImage.type():return CardImage;case ScriptEvent.type():return ScriptEvent;case Tag.type():return Tag;case ApplicationBuild.type():return ApplicationBuild;case AsyncJob.type():return AsyncJob;case AssetLibrary.type():return AssetLibrary;case TriggerImage.type():return TriggerImage;case Brief.type():return Brief;case CommentBrief.type():return CommentBrief;case CommentQuote.type():return CommentQuote;case CommentSolution.type():return CommentSolution;case PipelineUser.type():return PipelineUser;case Quote.type():return Quote;case Rating.type():return Rating;case Solution.type():return Solution;case Folder.type():return Folder;default:throw new Error('PlattarUtil.match(type) - provided type of "'+type+'" does not exist and cannot be created')}};module.exports=PlattarUtil},{"../types/application.js":47,"../types/content-pipeline/brief.js":48,"../types/content-pipeline/comment-brief.js":49,"../types/content-pipeline/comment-quote.js":50,"../types/content-pipeline/comment-solution.js":51,"../types/content-pipeline/folder.js":52,"../types/content-pipeline/pipeline-user.js":53,"../types/content-pipeline/quote.js":54,"../types/content-pipeline/rating.js":55,"../types/content-pipeline/solution.js":56,"../types/file/file-audio.js":57,"../types/file/file-image.js":59,"../types/file/file-model.js":60,"../types/file/file-script.js":61,"../types/file/file-video.js":62,"../types/interfaces/plattar-object.js":65,"../types/misc/application-build.js":66,"../types/misc/asset-library":67,"../types/misc/async-job.js":68,"../types/misc/script-event.js":69,"../types/misc/tag.js":70,"../types/page/card-button.js":72,"../types/page/card-html.js":73,"../types/page/card-iframe.js":74,"../types/page/card-image.js":75,"../types/page/card-map.js":76,"../types/page/card-paragraph.js":77,"../types/page/card-row.js":78,"../types/page/card-slider.js":79,"../types/page/card-title.js":80,"../types/page/card-video.js":81,"../types/page/card-youtube.js":82,"../types/page/page.js":83,"../types/product/product-annotation.js":84,"../types/product/product-variation.js":86,"../types/product/product.js":87,"../types/scene/scene-annotation.js":88,"../types/scene/scene-audio.js":89,"../types/scene/scene-button.js":91,"../types/scene/scene-camera.js":92,"../types/scene/scene-carousel.js":93,"../types/scene/scene-image.js":94,"../types/scene/scene-model.js":95,"../types/scene/scene-panorama.js":96,"../types/scene/scene-poller.js":97,"../types/scene/scene-product.js":98,"../types/scene/scene-script.js":99,"../types/scene/scene-shadow.js":100,"../types/scene/scene-video.js":101,"../types/scene/scene-volumetric.js":102,"../types/scene/scene-youtube.js":103,"../types/scene/scene.js":104,"../types/trigger/trigger-image.js":105}],107:[function(require,module,exports){module.exports="1.154.1"},{}],108:[function(require,module,exports){var QRCodeStyling=require("qr-code-styling");var hash=require("object-hash");var BaseElement=function(_HTMLElement2){_inherits(BaseElement,_HTMLElement2);var _super71=_createSuper(BaseElement);function BaseElement(){_classCallCheck(this,BaseElement);return _super71.call(this)}_createClass(BaseElement,[{key:"connectedCallback",value:function connectedCallback(){var _this54=this;if(this.hasAttribute("url")){this.renderQRCode()}var observer=new MutationObserver(function(mutations){mutations.forEach(function(mutation){if(mutation.type==="attributes"){if(_this54.hasAttribute("url")){_this54.renderQRCode()}}})});observer.observe(this,{attributes:true})}},{key:"download",value:function download(options){var opt=options||{name:"plattar-qrcode",extension:"png"};if(this._qrCode){this._qrCode.download(opt)}}},{key:"renderQRCode",value:function renderQRCode(){var _this55=this;var url=this.hasAttribute("url")?this.getAttribute("url"):undefined;if(!url){console.warn('PlattarQR.renderQRCode() - required attribute "url" is missing or invalid, QR Code will not render');return}var width=this.hasAttribute("width")?this.getAttribute("width"):"100%";var height=this.hasAttribute("height")?this.getAttribute("height"):"100%";var margin=this.hasAttribute("margin")?this.getAttribute("margin"):0;var image=this.hasAttribute("image")?this.getAttribute("image"):undefined;var color=this.hasAttribute("color")?this.getAttribute("color"):"#000000";var style=this.hasAttribute("qr-type")?this.getAttribute("qr-type"):"default";this._optionsHash="0";this._options=this._options||{imageOptions:{hideBackgroundDots:true,imageSize:.4,margin:0},dotsOptions:{type:"rounded"},backgroundOptions:{color:"#ffffff"},dotsOptionsHelper:{colorType:{single:true,gradient:false},gradient:{linear:true,radial:false,color1:"#6a1a4c",color2:"#6a1a4c",rotation:"0"}},cornersSquareOptions:{type:"extra-rounded"},cornersSquareOptionsHelper:{colorType:{single:true,gradient:false},gradient:{linear:true,radial:false,color1:"#000000",color2:"#000000",rotation:"0"}},cornersDotOptions:{type:"dot"},cornersDotOptionsHelper:{colorType:{single:true,gradient:false},gradient:{linear:true,radial:false,color1:"#000000",color2:"#000000",rotation:"0"}},backgroundOptionsHelper:{colorType:{single:true,gradient:false},gradient:{linear:true,radial:false,color1:"#ffffff",color2:"#ffffff",rotation:"0"}},width:1024,height:1024,type:"canvas"};this._options.margin=margin;this._options.image=image;this._options.dotsOptions.color=color;this._options.cornersDotOptions.color=color;this._options.cornersSquareOptions.color=color;switch(style){case"dots":this._options.dotsOptions.type="dots";break;case"default":default:this._options.dotsOptions.type="rounded"}var shortenURL=this.hasAttribute("shorten")?this.getAttribute("shorten"):"false";if(shortenURL&&shortenURL.toLowerCase()==="true"){this._ShortenURL(url).then(function(newURL){_this55._GenerateQRCode(newURL,width,height)})["catch"](function(_err){console.warn(_err);_this55._GenerateQRCode(url,width,height)})}else{this._GenerateQRCode(url,width,height)}}},{key:"_UpdateCanvas",value:function _UpdateCanvas(width,height){if(!this._qrCode){return}var canvas=this._qrCode._canvas;if(canvas){if(canvas.style.width!=="100%"){canvas.style.width="100%"}if(canvas.style.height!=="100%"){canvas.style.height="100%"}}if(this._divContainer){var div=this._divContainer;if(div.style.width!==width){div.style.width=width}if(div.style.height!==height){div.style.height=height}}}},{key:"_GenerateQRCode",value:function _GenerateQRCode(url,width,height){this._options.data=url;var shadow=this.shadowRoot||this.attachShadow({mode:"open"});var qrCode=this._qrCode;if(!qrCode){var div=document.createElement("div");div.style.display="none";shadow.appendChild(div);this._divContainer=div;this._qrCode=new QRCodeStyling(this._options);this._qrCode.append(div);this._UpdateCanvas(width,height);div.style.display="block";return}var newHash=hash({options:this._options,width:width,height:height});if(this._optionsHash!==newHash){this._optionsHash=newHash;this._qrCode.update(this._options);this._UpdateCanvas(width,height)}}},{key:"_IsFetchAPISupported",value:function _IsFetchAPISupported(){return"fetch"in window}},{key:"_ShortenURL",value:function _ShortenURL(url){var _this56=this;return new Promise(function(accept,reject){if(!_this56._IsFetchAPISupported()){return reject(new Error("PlattarQR._ShortenURL() - fetch api not supported, cannot proceed"))}try{var b64Link=btoa(url);fetch("https://c.plattar.com/shorten",{cache:"no-store",method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({data:{attributes:{url:b64Link,isBase64:true}}})}).then(function(response){if(!response.ok){throw new Error("PlattarQR._ShortenURL() - response was invalid")}return response.json()}).then(function(json){return accept(json.data.attributes.url)})["catch"](function(){return reject(new Error("PlattarQR._ShortenURL() - there was an unexpected issue generating short url"))})}catch(err){return reject(err)}})}}]);return BaseElement}(_wrapNativeSuper(HTMLElement));module.exports=BaseElement},{"object-hash":134,"qr-code-styling":136}],109:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var QRCodeElement=function(_BaseElement){_inherits(QRCodeElement,_BaseElement);var _super72=_createSuper(QRCodeElement);function QRCodeElement(){_classCallCheck(this,QRCodeElement);return _super72.call(this)}return _createClass(QRCodeElement)}(BaseElement);module.exports=QRCodeElement},{"./base/base-element.js":108}],110:[function(require,module,exports){"use strict";var QRCodeElement=require("./elements/qrcode-element.js");var Version=require("./version");if(customElements){if(customElements.get("plattar-qrcode")===undefined){customElements.define("plattar-qrcode",QRCodeElement)}}console.log("using @plattar/plattar-qrcode v"+Version);module.exports={version:Version}},{"./elements/qrcode-element.js":109,"./version":111}],111:[function(require,module,exports){module.exports="1.150.2"},{}],112:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.Configurator=void 0;var plattar_api_1=require("@plattar/plattar-api");var object_hash_1=__importDefault(require("object-hash"));var remote_request_1=require("./remote-request");var Configurator=function(){function Configurator(){_classCallCheck(this,Configurator);this.quality=100;this.output="glb";this.server="production";this.retry=0;this._maps=[];this._attrHash=[]}_createClass(Configurator,[{key:"add",value:function add(){var sceneProduct=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var productVariation=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;this.addSceneProduct(sceneProduct,productVariation)}},{key:"addSceneProduct",value:function addSceneProduct(){var sceneProduct=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var productVariation=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;if(!sceneProduct){throw new Error("Configurator.addSceneProduct() - sceneProduct input was null or undefined")}if(!productVariation){throw new Error("Configurator.addSceneProduct() - productVariation input was null or undefined")}var map={sceneproduct:null,productvariation:null};if(sceneProduct instanceof plattar_api_1.SceneProduct&&productVariation instanceof plattar_api_1.ProductVariation){map.sceneproduct=sceneProduct.id;map.productvariation=productVariation.id;this._maps.push(map);return}if((typeof sceneProduct==="string"||sceneProduct instanceof String)&&(typeof productVariation==="string"||productVariation instanceof String)){map.sceneproduct=sceneProduct;map.productvariation=productVariation;this._maps.push(map);return}throw new Error("Configurator.addSceneProduct() - mismatched instance types for inputs")}},{key:"addProduct",value:function addProduct(){var product=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var productVariation=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;if(!product){throw new Error("Configurator.addProduct() - product input was null or undefined")}if(!productVariation){throw new Error("Configurator.addProduct() - productVariation input was null or undefined")}var map={productvariation:null,product:null};if(product instanceof plattar_api_1.Product&&productVariation instanceof plattar_api_1.ProductVariation){map.product=product.id;map.productvariation=productVariation.id;this._maps.push(map);return}if((typeof product==="string"||product instanceof String)&&(typeof productVariation==="string"||productVariation instanceof String)){map.product=product;map.productvariation=productVariation;this._maps.push(map);return}throw new Error("Configurator.addProduct() - mismatched instance types for inputs")}},{key:"addModel",value:function addModel(){var sceneModel=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;if(!sceneModel){throw new Error("Configurator.addModel() - sceneModel input was null or undefined")}var map={scenemodel:null};if(sceneModel instanceof plattar_api_1.SceneModel){map.scenemodel=sceneModel.id;this._maps.push(map);return}if(typeof sceneModel==="string"){map.scenemodel=sceneModel;this._maps.push(map);return}throw new Error("Configurator.addModel() - mismatched instance types for inputs")}},{key:"get",value:function get(){var _this57=this;return new Promise(function(accept,reject){_this57._CalculateHash().then(function(){remote_request_1.RemoteRequest.request(_this57._GetPayload(),_this57.retry<0?0:_this57.retry).then(accept)["catch"](reject)})["catch"](function(_err){reject(new Error("Configurator.get() - one of the objects does not exist in Plattar API"))})})}},{key:"_CalculateHash",value:function _CalculateHash(){var _this58=this;return new Promise(function(accept,reject){var promises=[];var oldOrigin=plattar_api_1.Server["default"]().originLocation.type;plattar_api_1.Server.create(plattar_api_1.Server.match(_this58.server));_this58._maps.forEach(function(map){if(map.productvariation){promises.push(new plattar_api_1.ProductVariation(map.productvariation).get())}if(map.sceneproduct){promises.push(new plattar_api_1.SceneProduct(map.sceneproduct).get())}if(map.scenemodel){promises.push(new plattar_api_1.SceneModel(map.scenemodel).get())}if(map.product){promises.push(new plattar_api_1.Product(map.product).get())}});Promise.all(promises).then(function(values){values.forEach(function(value){_this58._attrHash.push(value.attributes)});plattar_api_1.Server.create(plattar_api_1.Server.match(oldOrigin));accept()})["catch"](function(){plattar_api_1.Server.create(plattar_api_1.Server.match(oldOrigin));reject(new Error("Configurator._CalculateHash() - unexpected error"))})})}},{key:"_GetPayload",value:function _GetPayload(){var converter=this.output==="vto"?"config_to_reality":"config_to_model";var load={options:{converter:converter,quality:this.quality,output:this.output,server:this.server},data:{maps:this._maps}};if(this._attrHash.length>0){load.options.hash=object_hash_1["default"].MD5(this._attrHash)+object_hash_1["default"].MD5(load)}else{load.options.hash=object_hash_1["default"].MD5(load)}return load}}]);return Configurator}();exports.Configurator=Configurator},{"./remote-request":114,"@plattar/plattar-api":44,"object-hash":117}],113:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ModelConverter=void 0;var plattar_api_1=require("@plattar/plattar-api");var object_hash_1=__importDefault(require("object-hash"));var remote_request_1=require("./remote-request");var ModelConverter=function(){function ModelConverter(){_classCallCheck(this,ModelConverter);this._model=null;this.quality=100;this.output="glb";this.server="production";this.retry=0;this._attrHash=[]}_createClass(ModelConverter,[{key:"model",get:function get(){return this._model},set:function set(newModel){if(!newModel){return}if(newModel instanceof plattar_api_1.FileModel){this._model=newModel.id;this._attrHash.push(object_hash_1["default"].MD5(newModel.attributes));return}this._model=newModel}},{key:"get",value:function get(){var _this59=this;return new Promise(function(accept,reject){if(!_this59._model){return reject(new Error("ModelConverter.get() - required .model attribute was not set"))}remote_request_1.RemoteRequest.request(_this59._Payload,_this59.retry<0?0:_this59.retry).then(accept)["catch"](reject)})}},{key:"_Payload",get:function get(){var load={options:{converter:"gltf_to_model",quality:this.quality,output:this.output,server:this.server},data:{model:this._model}};if(this._attrHash.length>0){load.options.hash=object_hash_1["default"].MD5(this._attrHash)+object_hash_1["default"].MD5(load)}else{load.options.hash=object_hash_1["default"].MD5(load)}return load}}]);return ModelConverter}();exports.ModelConverter=ModelConverter},{"./remote-request":114,"@plattar/plattar-api":44,"object-hash":117}],114:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.RemoteRequest=void 0;var node_fetch_1=__importDefault(require("node-fetch"));var RemoteRequest=function(){function RemoteRequest(){_classCallCheck(this,RemoteRequest)}_createClass(RemoteRequest,null,[{key:"request",value:function request(payload){var retry=arguments.length>1&&arguments[1]!==undefined?arguments[1]:0;return new Promise(function(accept,reject){if(retry>=0){RemoteRequest._send(payload).then(accept)["catch"](function(err){var newretry=retry-1;if(newretry<0){return reject(err)}console.error("RemoteRequest.request() - retry number "+newretry);console.error(err);setTimeout(function(){RemoteRequest.request(payload,newretry).then(accept)["catch"](reject)},500)})}else{return reject(new Error("RemoteRequest.request() - attempted all retries without success"))}})}},{key:"_send",value:function _send(payload){return new Promise(function(accept,reject){var endpoint=payload.options.server==="dev"?"http://localhost:9000/2015-03-31/functions/function/invocations":"https://3gbnq7wuw2.execute-api.ap-southeast-2.amazonaws.com/main/xrutils";var reqopts={method:"POST",headers:{Accept:"application/json","Content-Type":"application/json"},body:JSON.stringify(payload)};(0,node_fetch_1["default"])(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("RemoteRequest.request() - critical error occured, cannot proceed")}}return new Error("RemoteRequest.request() - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{accept(json)}})})}}]);return RemoteRequest}();exports.RemoteRequest=RemoteRequest},{"node-fetch":133}],115:[function(require,module,exports){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){if(k2===undefined)k2=k;Object.defineProperty(o,k2,{enumerable:true,get:function get(){return m[k]}})}:function(o,m,k,k2){if(k2===undefined)k2=k;o[k2]=m[k]});var __setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){Object.defineProperty(o,"default",{enumerable:true,value:v})}:function(o,v){o["default"]=v});var __importStar=this&&this.__importStar||function(mod){if(mod&&mod.__esModule)return mod;var result={};if(mod!=null)for(var k in mod)if(k!=="default"&&Object.prototype.hasOwnProperty.call(mod,k))__createBinding(result,mod,k);__setModuleDefault(result,mod);return result};var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.version=exports.ModelConverter=exports.Configurator=void 0;var configurator_1=require("./core/configurator");Object.defineProperty(exports,"Configurator",{enumerable:true,get:function get(){return configurator_1.Configurator}});var model_converter_1=require("./core/model-converter");Object.defineProperty(exports,"ModelConverter",{enumerable:true,get:function get(){return model_converter_1.ModelConverter}});exports.version=__importStar(require("./version"));var version_1=__importDefault(require("./version"));console.log("using @plattar/plattar-services v"+version_1["default"])},{"./core/configurator":112,"./core/model-converter":113,"./version":116}],116:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]="1.120.1"},{}],117:[function(require,module,exports){(function(global){(function(){!function(e){var t;"object"==_typeof(exports)?module.exports=e():"function"==typeof define&&define.amd?define(e):("undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.objectHash=e())}(function(){return function o(i,u,a){function s(n,e){if(!u[n]){if(!i[n]){var t="function"==typeof require&&require;if(!e&&t)return t(n,!0);if(f)return f(n,!0);throw new Error("Cannot find module '"+n+"'")}var r=u[n]={exports:{}};i[n][0].call(r.exports,function(e){var t=i[n][1][e];return s(t||e)},r,r.exports,o,i,u,a)}return u[n].exports}for(var f="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(w,b,m){(function(e,t,f,n,r,o,i,u,a){"use strict";var s=w("crypto");function c(e,t){return function(e,t){var n;n="passthrough"!==t.algorithm?s.createHash(t.algorithm):new y;void 0===n.write&&(n.write=n.update,n.end=n.update);g(t,n).dispatch(e),n.update||n.end("");if(n.digest)return n.digest("buffer"===t.encoding?void 0:t.encoding);var r=n.read();return"buffer"!==t.encoding?r.toString(t.encoding):r}(e,t=h(e,t))}(m=b.exports=c).sha1=function(e){return c(e)},m.keys=function(e){return c(e,{excludeValues:!0,algorithm:"sha1",encoding:"hex"})},m.MD5=function(e){return c(e,{algorithm:"md5",encoding:"hex"})},m.keysMD5=function(e){return c(e,{algorithm:"md5",encoding:"hex",excludeValues:!0})};var l=s.getHashes?s.getHashes().slice():["sha1","md5"];l.push("passthrough");var d=["buffer","hex","binary","base64"];function h(e,t){t=t||{};var n={};if(n.algorithm=t.algorithm||"sha1",n.encoding=t.encoding||"hex",n.excludeValues=!!t.excludeValues,n.algorithm=n.algorithm.toLowerCase(),n.encoding=n.encoding.toLowerCase(),n.ignoreUnknown=!0===t.ignoreUnknown,n.respectType=!1!==t.respectType,n.respectFunctionNames=!1!==t.respectFunctionNames,n.respectFunctionProperties=!1!==t.respectFunctionProperties,n.unorderedArrays=!0===t.unorderedArrays,n.unorderedSets=!1!==t.unorderedSets,n.unorderedObjects=!1!==t.unorderedObjects,n.replacer=t.replacer||void 0,n.excludeKeys=t.excludeKeys||void 0,void 0===e)throw new Error("Object argument required.");for(var r=0;r<l.length;++r)l[r].toLowerCase()===n.algorithm.toLowerCase()&&(n.algorithm=l[r]);if(-1===l.indexOf(n.algorithm))throw new Error('Algorithm "'+n.algorithm+'" not supported. supported values: '+l.join(", "));if(-1===d.indexOf(n.encoding)&&"passthrough"!==n.algorithm)throw new Error('Encoding "'+n.encoding+'" not supported. supported values: '+d.join(", "));return n}function p(e){if("function"==typeof e){return null!=/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(e))}}function g(u,t,a){a=a||[];function s(e){return t.update?t.update(e,"utf8"):t.write(e,"utf8")}return{dispatch:function dispatch(e){return u.replacer&&(e=u.replacer(e)),this["_"+(null===e?"null":_typeof(e))](e)},_object:function _object(t){var e=Object.prototype.toString.call(t),n=/\[object (.*)\]/i.exec(e);n=(n=n?n[1]:"unknown:["+e+"]").toLowerCase();var r;if(0<=(r=a.indexOf(t)))return this.dispatch("[CIRCULAR:"+r+"]");if(a.push(t),void 0!==f&&f.isBuffer&&f.isBuffer(t))return s("buffer:"),s(t);if("object"===n||"function"===n||"asyncfunction"===n){var o=Object.keys(t);u.unorderedObjects&&(o=o.sort()),!1===u.respectType||p(t)||o.splice(0,0,"prototype","__proto__","constructor"),u.excludeKeys&&(o=o.filter(function(e){return!u.excludeKeys(e)})),s("object:"+o.length+":");var i=this;return o.forEach(function(e){i.dispatch(e),s(":"),u.excludeValues||i.dispatch(t[e]),s(",")})}if(!this["_"+n]){if(u.ignoreUnknown)return s("["+n+"]");throw new Error('Unknown object type "'+n+'"')}this["_"+n](t)},_array:function _array(e,t){t=void 0!==t?t:!1!==u.unorderedArrays;var n=this;if(s("array:"+e.length+":"),!t||e.length<=1)return e.forEach(function(e){return n.dispatch(e)});var r=[],o=e.map(function(e){var t=new y,n=a.slice();return g(u,t,n).dispatch(e),r=r.concat(n.slice(a.length)),t.read().toString()});return a=a.concat(r),o.sort(),this._array(o,!1)},_date:function _date(e){return s("date:"+e.toJSON())},_symbol:function _symbol(e){return s("symbol:"+e.toString())},_error:function _error(e){return s("error:"+e.toString())},_boolean:function _boolean(e){return s("bool:"+e.toString())},_string:function _string(e){s("string:"+e.length+":"),s(e.toString())},_function:function _function(e){s("fn:"),p(e)?this.dispatch("[native]"):this.dispatch(e.toString()),!1!==u.respectFunctionNames&&this.dispatch("function-name:"+String(e.name)),u.respectFunctionProperties&&this._object(e)},_number:function _number(e){return s("number:"+e.toString())},_xml:function _xml(e){return s("xml:"+e.toString())},_null:function _null(){return s("Null")},_undefined:function _undefined(){return s("Undefined")},_regexp:function _regexp(e){return s("regex:"+e.toString())},_uint8array:function _uint8array(e){return s("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint8clampedarray:function _uint8clampedarray(e){return s("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(e))},_int8array:function _int8array(e){return s("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint16array:function _uint16array(e){return s("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_int16array:function _int16array(e){return s("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_uint32array:function _uint32array(e){return s("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_int32array:function _int32array(e){return s("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_float32array:function _float32array(e){return s("float32array:"),this.dispatch(Array.prototype.slice.call(e))},_float64array:function _float64array(e){return s("float64array:"),this.dispatch(Array.prototype.slice.call(e))},_arraybuffer:function _arraybuffer(e){return s("arraybuffer:"),this.dispatch(new Uint8Array(e))},_url:function _url(e){return s("url:"+e.toString())},_map:function _map(e){s("map:");var t=Array.from(e);return this._array(t,!1!==u.unorderedSets)},_set:function _set(e){s("set:");var t=Array.from(e);return this._array(t,!1!==u.unorderedSets)},_file:function _file(e){return s("file:"),this.dispatch([e.name,e.size,e.type,e.lastModfied])},_blob:function _blob(){if(u.ignoreUnknown)return s("[blob]");throw Error('Hashing Blob objects is currently not supported\n(see https://github.com/puleos/object-hash/issues/26)\nUse "options.replacer" or "options.ignoreUnknown"\n')},_domwindow:function _domwindow(){return s("domwindow")},_bigint:function _bigint(e){return s("bigint:"+e.toString())},_process:function _process(){return s("process")},_timer:function _timer(){return s("timer")},_pipe:function _pipe(){return s("pipe")},_tcp:function _tcp(){return s("tcp")},_udp:function _udp(){return s("udp")},_tty:function _tty(){return s("tty")},_statwatcher:function _statwatcher(){return s("statwatcher")},_securecontext:function _securecontext(){return s("securecontext")},_connection:function _connection(){return s("connection")},_zlib:function _zlib(){return s("zlib")},_context:function _context(){return s("context")},_nodescript:function _nodescript(){return s("nodescript")},_httpparser:function _httpparser(){return s("httpparser")},_dataview:function _dataview(){return s("dataview")},_signal:function _signal(){return s("signal")},_fsevent:function _fsevent(){return s("fsevent")},_tlswrap:function _tlswrap(){return s("tlswrap")}}}function y(){return{buf:"",write:function write(e){this.buf+=e},end:function end(e){this.buf+=e},read:function read(){return this.buf}}}m.writeToStream=function(e,t,n){return void 0===n&&(n=t,t={}),g(t=h(e,t),n).dispatch(e)}}).call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_7eac155c.js","/")},{buffer:3,crypto:5,lYpoI2:10}],2:[function(e,t,f){(function(e,t,n,r,o,i,u,a,s){!function(e){"use strict";var f="undefined"!=typeof Uint8Array?Uint8Array:Array,n="+".charCodeAt(0),r="/".charCodeAt(0),o="0".charCodeAt(0),i="a".charCodeAt(0),u="A".charCodeAt(0),a="-".charCodeAt(0),s="_".charCodeAt(0);function c(e){var t=e.charCodeAt(0);return t===n||t===a?62:t===r||t===s?63:t<o?-1:t<o+10?t-o+26+26:t<u+26?t-u:t<i+26?t-i+26:void 0}e.toByteArray=function(e){var t,n;if(0<e.length%4)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.length,o="="===e.charAt(r-2)?2:"="===e.charAt(r-1)?1:0,i=new f(3*e.length/4-o),u=0<o?e.length-4:e.length,a=0;function s(e){i[a++]=e}for(t=0;t<u;t+=4,0)s((16711680&(n=c(e.charAt(t))<<18|c(e.charAt(t+1))<<12|c(e.charAt(t+2))<<6|c(e.charAt(t+3))))>>16),s((65280&n)>>8),s(255&n);return 2==o?s(255&(n=c(e.charAt(t))<<2|c(e.charAt(t+1))>>4)):1==o&&(s((n=c(e.charAt(t))<<10|c(e.charAt(t+1))<<4|c(e.charAt(t+2))>>2)>>8&255),s(255&n)),i},e.fromByteArray=function(e){var t,n,r,o,i=e.length%3,u="";function a(e){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)}for(t=0,r=e.length-i;t<r;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],u+=a((o=n)>>18&63)+a(o>>12&63)+a(o>>6&63)+a(63&o);switch(i){case 1:u+=a((n=e[e.length-1])>>2),u+=a(n<<4&63),u+="==";break;case 2:u+=a((n=(e[e.length-2]<<8)+e[e.length-1])>>10),u+=a(n>>4&63),u+=a(n<<2&63),u+="="}return u}}(void 0===f?this.base64js={}:f)}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:10}],3:[function(O,e,H){(function(e,t,g,n,r,o,i,u,a){var s=O("base64-js"),f=O("ieee754");function g(e,t,n){if(!(this instanceof g))return new g(e,t,n);var r,o,i,u,a,s=_typeof(e);if("base64"===t&&"string"==s)for(e=(r=e).trim?r.trim():r.replace(/^\s+|\s+$/g,"");e.length%4!=0;)e+="=";if("number"==s)o=x(e);else if("string"==s)o=g.byteLength(e,t);else{if("object"!=s)throw new Error("First argument needs to be a number, array or string.");o=x(e.length)}if(g._useTypedArrays?i=g._augment(new Uint8Array(o)):((i=this).length=o,i._isBuffer=!0),g._useTypedArrays&&"number"==typeof e.byteLength)i._set(e);else if(S(a=e)||g.isBuffer(a)||a&&"object"==_typeof(a)&&"number"==typeof a.length)for(u=0;u<o;u++)g.isBuffer(e)?i[u]=e.readUInt8(u):i[u]=e[u];else if("string"==s)i.write(e,0,t);else if("number"==s&&!g._useTypedArrays&&!n)for(u=0;u<o;u++)i[u]=0;return i}function y(e,t,n,r){return g._charsWritten=T(function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function w(e,t,n,r){return g._charsWritten=T(function(e){for(var t,n,r,o=[],i=0;i<e.length;i++)t=e.charCodeAt(i),n=t>>8,r=t%256,o.push(r),o.push(n);return o}(t),e,n,r)}function c(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;o++)r+=String.fromCharCode(e[o]);return r}function l(e,t,n,r){r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+1<e.length,"Trying to read beyond buffer length"));var o,i=e.length;if(!(i<=t))return n?(o=e[t],t+1<i&&(o|=e[t+1]<<8)):(o=e[t]<<8,t+1<i&&(o|=e[t+1])),o}function d(e,t,n,r){r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+3<e.length,"Trying to read beyond buffer length"));var o,i=e.length;if(!(i<=t))return n?(t+2<i&&(o=e[t+2]<<16),t+1<i&&(o|=e[t+1]<<8),o|=e[t],t+3<i&&(o+=e[t+3]<<24>>>0)):(t+1<i&&(o=e[t+1]<<16),t+2<i&&(o|=e[t+2]<<8),t+3<i&&(o|=e[t+3]),o+=e[t]<<24>>>0),o}function h(e,t,n,r){if(r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+1<e.length,"Trying to read beyond buffer length")),!(e.length<=t)){var o=l(e,t,n,!0);return 32768&o?-1*(65535-o+1):o}}function p(e,t,n,r){if(r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+3<e.length,"Trying to read beyond buffer length")),!(e.length<=t)){var o=d(e,t,n,!0);return 2147483648&o?-1*(4294967295-o+1):o}}function b(e,t,n,r){return r||(D("boolean"==typeof n,"missing or invalid endian"),D(t+3<e.length,"Trying to read beyond buffer length")),f.read(e,t,n,23,4)}function m(e,t,n,r){return r||(D("boolean"==typeof n,"missing or invalid endian"),D(t+7<e.length,"Trying to read beyond buffer length")),f.read(e,t,n,52,8)}function v(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+1<e.length,"trying to write beyond buffer length"),N(t,65535));var i=e.length;if(!(i<=n))for(var u=0,a=Math.min(i-n,2);u<a;u++)e[n+u]=(t&255<<8*(r?u:1-u))>>>8*(r?u:1-u)}function _(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+3<e.length,"trying to write beyond buffer length"),N(t,4294967295));var i=e.length;if(!(i<=n))for(var u=0,a=Math.min(i-n,4);u<a;u++)e[n+u]=t>>>8*(r?u:3-u)&255}function E(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+1<e.length,"Trying to write beyond buffer length"),Y(t,32767,-32768)),e.length<=n||v(e,0<=t?t:65535+t+1,n,r,o)}function I(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+3<e.length,"Trying to write beyond buffer length"),Y(t,2147483647,-2147483648)),e.length<=n||_(e,0<=t?t:4294967295+t+1,n,r,o)}function A(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+3<e.length,"Trying to write beyond buffer length"),F(t,34028234663852886e22,-34028234663852886e22)),e.length<=n||f.write(e,t,n,r,23,4)}function B(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+7<e.length,"Trying to write beyond buffer length"),F(t,17976931348623157e292,-17976931348623157e292)),e.length<=n||f.write(e,t,n,r,52,8)}H.Buffer=g,H.SlowBuffer=g,H.INSPECT_MAX_BYTES=50,g.poolSize=8192,g._useTypedArrays=function(){try{var e=new ArrayBuffer(0),t=new Uint8Array(e);return t.foo=function(){return 42},42===t.foo()&&"function"==typeof t.subarray}catch(e){return!1}}(),g.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},g.isBuffer=function(e){return!(null==e||!e._isBuffer)},g.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"hex":n=e.length/2;break;case"utf8":case"utf-8":n=C(e).length;break;case"ascii":case"binary":case"raw":n=e.length;break;case"base64":n=k(e).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;default:throw new Error("Unknown encoding")}return n},g.concat=function(e,t){if(D(S(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===e.length)return new g(0);if(1===e.length)return e[0];if("number"!=typeof t)for(o=t=0;o<e.length;o++)t+=e[o].length;for(var n=new g(t),r=0,o=0;o<e.length;o++){var i=e[o];i.copy(n,r),r+=i.length}return n},g.prototype.write=function(e,t,n,r){var o;isFinite(t)?isFinite(n)||(r=n,n=void 0):(o=r,r=t,t=n,n=o),t=Number(t)||0;var i,u,a,s,f,c,l,d,h,p=this.length-t;switch((!n||p<(n=Number(n)))&&(n=p),r=String(r||"utf8").toLowerCase()){case"hex":i=function(e,t,n,r){n=Number(n)||0;var o=e.length-n;(!r||o<(r=Number(r)))&&(r=o);var i=t.length;D(i%2==0,"Invalid hex string"),i/2<r&&(r=i/2);for(var u=0;u<r;u++){var a=parseInt(t.substr(2*u,2),16);D(!isNaN(a),"Invalid hex string"),e[n+u]=a}return g._charsWritten=2*u,u}(this,e,t,n);break;case"utf8":case"utf-8":c=this,l=e,d=t,h=n,i=g._charsWritten=T(C(l),c,d,h);break;case"ascii":case"binary":i=y(this,e,t,n);break;case"base64":u=this,a=e,s=t,f=n,i=g._charsWritten=T(k(a),u,s,f);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":i=w(this,e,t,n);break;default:throw new Error("Unknown encoding")}return i},g.prototype.toString=function(e,t,n){var r,o,i,u,a=this;if(e=String(e||"utf8").toLowerCase(),t=Number(t)||0,(n=void 0!==n?Number(n):n=a.length)===t)return"";switch(e){case"hex":r=function(e,t,n){var r=e.length;(!t||t<0)&&(t=0);(!n||n<0||r<n)&&(n=r);for(var o="",i=t;i<n;i++)o+=j(e[i]);return o}(a,t,n);break;case"utf8":case"utf-8":r=function(e,t,n){var r="",o="";n=Math.min(e.length,n);for(var i=t;i<n;i++)e[i]<=127?(r+=M(o)+String.fromCharCode(e[i]),o=""):o+="%"+e[i].toString(16);return r+M(o)}(a,t,n);break;case"ascii":case"binary":r=c(a,t,n);break;case"base64":o=a,u=n,r=0===(i=t)&&u===o.length?s.fromByteArray(o):s.fromByteArray(o.slice(i,u));break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":r=function(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}(a,t,n);break;default:throw new Error("Unknown encoding")}return r},g.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},g.prototype.copy=function(e,t,n,r){if(n=n||0,r||0===r||(r=this.length),t=t||0,r!==n&&0!==e.length&&0!==this.length){D(n<=r,"sourceEnd < sourceStart"),D(0<=t&&t<e.length,"targetStart out of bounds"),D(0<=n&&n<this.length,"sourceStart out of bounds"),D(0<=r&&r<=this.length,"sourceEnd out of bounds"),r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o=r-n;if(o<100||!g._useTypedArrays)for(var i=0;i<o;i++)e[i+t]=this[i+n];else e._set(this.subarray(n,n+o),t)}},g.prototype.slice=function(e,t){var n=this.length;if(e=U(e,n,0),t=U(t,n,n),g._useTypedArrays)return g._augment(this.subarray(e,t));for(var r=t-e,o=new g(r,void 0,!0),i=0;i<r;i++)o[i]=this[i+e];return o},g.prototype.get=function(e){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(e)},g.prototype.set=function(e,t){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(e,t)},g.prototype.readUInt8=function(e,t){if(t||(D(null!=e,"missing offset"),D(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return this[e]},g.prototype.readUInt16LE=function(e,t){return l(this,e,!0,t)},g.prototype.readUInt16BE=function(e,t){return l(this,e,!1,t)},g.prototype.readUInt32LE=function(e,t){return d(this,e,!0,t)},g.prototype.readUInt32BE=function(e,t){return d(this,e,!1,t)},g.prototype.readInt8=function(e,t){if(t||(D(null!=e,"missing offset"),D(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return 128&this[e]?-1*(255-this[e]+1):this[e]},g.prototype.readInt16LE=function(e,t){return h(this,e,!0,t)},g.prototype.readInt16BE=function(e,t){return h(this,e,!1,t)},g.prototype.readInt32LE=function(e,t){return p(this,e,!0,t)},g.prototype.readInt32BE=function(e,t){return p(this,e,!1,t)},g.prototype.readFloatLE=function(e,t){return b(this,e,!0,t)},g.prototype.readFloatBE=function(e,t){return b(this,e,!1,t)},g.prototype.readDoubleLE=function(e,t){return m(this,e,!0,t)},g.prototype.readDoubleBE=function(e,t){return m(this,e,!1,t)},g.prototype.writeUInt8=function(e,t,n){n||(D(null!=e,"missing value"),D(null!=t,"missing offset"),D(t<this.length,"trying to write beyond buffer length"),N(e,255)),t>=this.length||(this[t]=e)},g.prototype.writeUInt16LE=function(e,t,n){v(this,e,t,!0,n)},g.prototype.writeUInt16BE=function(e,t,n){v(this,e,t,!1,n)},g.prototype.writeUInt32LE=function(e,t,n){_(this,e,t,!0,n)},g.prototype.writeUInt32BE=function(e,t,n){_(this,e,t,!1,n)},g.prototype.writeInt8=function(e,t,n){n||(D(null!=e,"missing value"),D(null!=t,"missing offset"),D(t<this.length,"Trying to write beyond buffer length"),Y(e,127,-128)),t>=this.length||(0<=e?this.writeUInt8(e,t,n):this.writeUInt8(255+e+1,t,n))},g.prototype.writeInt16LE=function(e,t,n){E(this,e,t,!0,n)},g.prototype.writeInt16BE=function(e,t,n){E(this,e,t,!1,n)},g.prototype.writeInt32LE=function(e,t,n){I(this,e,t,!0,n)},g.prototype.writeInt32BE=function(e,t,n){I(this,e,t,!1,n)},g.prototype.writeFloatLE=function(e,t,n){A(this,e,t,!0,n)},g.prototype.writeFloatBE=function(e,t,n){A(this,e,t,!1,n)},g.prototype.writeDoubleLE=function(e,t,n){B(this,e,t,!0,n)},g.prototype.writeDoubleBE=function(e,t,n){B(this,e,t,!1,n)},g.prototype.fill=function(e,t,n){if(e=e||0,t=t||0,n=n||this.length,"string"==typeof e&&(e=e.charCodeAt(0)),D("number"==typeof e&&!isNaN(e),"value is not a number"),D(t<=n,"end < start"),n!==t&&0!==this.length){D(0<=t&&t<this.length,"start out of bounds"),D(0<=n&&n<=this.length,"end out of bounds");for(var r=t;r<n;r++)this[r]=e}},g.prototype.inspect=function(){for(var e=[],t=this.length,n=0;n<t;n++)if(e[n]=j(this[n]),n===H.INSPECT_MAX_BYTES){e[n+1]="...";break}return"<Buffer "+e.join(" ")+">"},g.prototype.toArrayBuffer=function(){if("undefined"==typeof Uint8Array)throw new Error("Buffer.toArrayBuffer not supported in this browser");if(g._useTypedArrays)return new g(this).buffer;for(var e=new Uint8Array(this.length),t=0,n=e.length;t<n;t+=1)e[t]=this[t];return e.buffer};var L=g.prototype;function U(e,t,n){return"number"!=typeof e?n:t<=(e=~~e)?t:0<=e||0<=(e+=t)?e:0}function x(e){return(e=~~Math.ceil(+e))<0?0:e}function S(e){return(Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)})(e)}function j(e){return e<16?"0"+e.toString(16):e.toString(16)}function C(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r<=127)t.push(e.charCodeAt(n));else{var o=n;55296<=r&&r<=57343&&n++;for(var i=encodeURIComponent(e.slice(o,n+1)).substr(1).split("%"),u=0;u<i.length;u++)t.push(parseInt(i[u],16))}}return t}function k(e){return s.toByteArray(e)}function T(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);o++)t[o+n]=e[o];return o}function M(e){try{return decodeURIComponent(e)}catch(e){return String.fromCharCode(65533)}}function N(e,t){D("number"==typeof e,"cannot write a non-number as a number"),D(0<=e,"specified a negative value for writing an unsigned value"),D(e<=t,"value is larger than maximum value for type"),D(Math.floor(e)===e,"value has a fractional component")}function Y(e,t,n){D("number"==typeof e,"cannot write a non-number as a number"),D(e<=t,"value larger than maximum allowed value"),D(n<=e,"value smaller than minimum allowed value"),D(Math.floor(e)===e,"value has a fractional component")}function F(e,t,n){D("number"==typeof e,"cannot write a non-number as a number"),D(e<=t,"value larger than maximum allowed value"),D(n<=e,"value smaller than minimum allowed value")}function D(e,t){if(!e)throw new Error(t||"Failed assertion")}g._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=L.get,e.set=L.set,e.write=L.write,e.toString=L.toString,e.toLocaleString=L.toString,e.toJSON=L.toJSON,e.copy=L.copy,e.slice=L.slice,e.readUInt8=L.readUInt8,e.readUInt16LE=L.readUInt16LE,e.readUInt16BE=L.readUInt16BE,e.readUInt32LE=L.readUInt32LE,e.readUInt32BE=L.readUInt32BE,e.readInt8=L.readInt8,e.readInt16LE=L.readInt16LE,e.readInt16BE=L.readInt16BE,e.readInt32LE=L.readInt32LE,e.readInt32BE=L.readInt32BE,e.readFloatLE=L.readFloatLE,e.readFloatBE=L.readFloatBE,e.readDoubleLE=L.readDoubleLE,e.readDoubleBE=L.readDoubleBE,e.writeUInt8=L.writeUInt8,e.writeUInt16LE=L.writeUInt16LE,e.writeUInt16BE=L.writeUInt16BE,e.writeUInt32LE=L.writeUInt32LE,e.writeUInt32BE=L.writeUInt32BE,e.writeInt8=L.writeInt8,e.writeInt16LE=L.writeInt16LE,e.writeInt16BE=L.writeInt16BE,e.writeInt32LE=L.writeInt32LE,e.writeInt32BE=L.writeInt32BE,e.writeFloatLE=L.writeFloatLE,e.writeFloatBE=L.writeFloatBE,e.writeDoubleLE=L.writeDoubleLE,e.writeDoubleBE=L.writeDoubleBE,e.fill=L.fill,e.inspect=L.inspect,e.toArrayBuffer=L.toArrayBuffer,e}}).call(this,O("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},O("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:11,lYpoI2:10}],4:[function(l,d,e){(function(e,t,u,n,r,o,i,a,s){var u=l("buffer").Buffer,f=4,c=new u(f);c.fill(0);d.exports={hash:function hash(e,t,n,r){return u.isBuffer(e)||(e=new u(e)),function(e,t,n){for(var r=new u(t),o=n?r.writeInt32BE:r.writeInt32LE,i=0;i<e.length;i++)o.call(r,e[i],4*i,!0);return r}(t(function(e,t){var n;e.length%f!=0&&(n=e.length+(f-e.length%f),e=u.concat([e,c],n));for(var r=[],o=t?e.readInt32BE:e.readInt32LE,i=0;i<e.length;i+=f)r.push(o.call(e,i));return r}(e,r),8*e.length),n,r)}}}).call(this,l("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},l("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/helpers.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],5:[function(w,e,b){(function(e,t,a,n,r,o,i,u,s){var a=w("buffer").Buffer,f=w("./sha"),c=w("./sha256"),l=w("./rng"),d={sha1:f,sha256:c,md5:w("./md5")},h=64,p=new a(h);function g(e,r){var o=d[e=e||"sha1"],i=[];return o||y("algorithm:",e,"is not yet supported"),{update:function update(e){return a.isBuffer(e)||(e=new a(e)),i.push(e),e.length,this},digest:function digest(e){var t=a.concat(i),n=r?function(e,t,n){a.isBuffer(t)||(t=new a(t)),a.isBuffer(n)||(n=new a(n)),t.length>h?t=e(t):t.length<h&&(t=a.concat([t,p],h));for(var r=new a(h),o=new a(h),i=0;i<h;i++)r[i]=54^t[i],o[i]=92^t[i];var u=e(a.concat([r,n]));return e(a.concat([o,u]))}(o,r,t):o(t);return i=null,e?n.toString(e):n}}}function y(){var e=[].slice.call(arguments).join(" ");throw new Error([e,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join("\n"))}p.fill(0),b.createHash=function(e){return g(e)},b.createHmac=g,b.randomBytes=function(e,t){if(!t||!t.call)return new a(l(e));try{t.call(this,void 0,new a(l(e)))}catch(e){t(e)}},function(e,t){for(var n in e)t(e[n],n)}(["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],function(e){b[e]=function(){y("sorry,",e,"is not implemented yet")}})}).call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/index.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./md5":6,"./rng":7,"./sha":8,"./sha256":9,buffer:3,lYpoI2:10}],6:[function(w,b,e){(function(e,t,n,r,o,i,u,a,s){var f=w("./helpers");function c(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,r=-271733879,o=-1732584194,i=271733878,u=0;u<e.length;u+=16){var a=n,s=r,f=o,c=i,n=d(n,r,o,i,e[u+0],7,-680876936),i=d(i,n,r,o,e[u+1],12,-389564586),o=d(o,i,n,r,e[u+2],17,606105819),r=d(r,o,i,n,e[u+3],22,-1044525330);n=d(n,r,o,i,e[u+4],7,-176418897),i=d(i,n,r,o,e[u+5],12,1200080426),o=d(o,i,n,r,e[u+6],17,-1473231341),r=d(r,o,i,n,e[u+7],22,-45705983),n=d(n,r,o,i,e[u+8],7,1770035416),i=d(i,n,r,o,e[u+9],12,-1958414417),o=d(o,i,n,r,e[u+10],17,-42063),r=d(r,o,i,n,e[u+11],22,-1990404162),n=d(n,r,o,i,e[u+12],7,1804603682),i=d(i,n,r,o,e[u+13],12,-40341101),o=d(o,i,n,r,e[u+14],17,-1502002290),n=h(n,r=d(r,o,i,n,e[u+15],22,1236535329),o,i,e[u+1],5,-165796510),i=h(i,n,r,o,e[u+6],9,-1069501632),o=h(o,i,n,r,e[u+11],14,643717713),r=h(r,o,i,n,e[u+0],20,-373897302),n=h(n,r,o,i,e[u+5],5,-701558691),i=h(i,n,r,o,e[u+10],9,38016083),o=h(o,i,n,r,e[u+15],14,-660478335),r=h(r,o,i,n,e[u+4],20,-405537848),n=h(n,r,o,i,e[u+9],5,568446438),i=h(i,n,r,o,e[u+14],9,-1019803690),o=h(o,i,n,r,e[u+3],14,-187363961),r=h(r,o,i,n,e[u+8],20,1163531501),n=h(n,r,o,i,e[u+13],5,-1444681467),i=h(i,n,r,o,e[u+2],9,-51403784),o=h(o,i,n,r,e[u+7],14,1735328473),n=p(n,r=h(r,o,i,n,e[u+12],20,-1926607734),o,i,e[u+5],4,-378558),i=p(i,n,r,o,e[u+8],11,-2022574463),o=p(o,i,n,r,e[u+11],16,1839030562),r=p(r,o,i,n,e[u+14],23,-35309556),n=p(n,r,o,i,e[u+1],4,-1530992060),i=p(i,n,r,o,e[u+4],11,1272893353),o=p(o,i,n,r,e[u+7],16,-155497632),r=p(r,o,i,n,e[u+10],23,-1094730640),n=p(n,r,o,i,e[u+13],4,681279174),i=p(i,n,r,o,e[u+0],11,-358537222),o=p(o,i,n,r,e[u+3],16,-722521979),r=p(r,o,i,n,e[u+6],23,76029189),n=p(n,r,o,i,e[u+9],4,-640364487),i=p(i,n,r,o,e[u+12],11,-421815835),o=p(o,i,n,r,e[u+15],16,530742520),n=g(n,r=p(r,o,i,n,e[u+2],23,-995338651),o,i,e[u+0],6,-198630844),i=g(i,n,r,o,e[u+7],10,1126891415),o=g(o,i,n,r,e[u+14],15,-1416354905),r=g(r,o,i,n,e[u+5],21,-57434055),n=g(n,r,o,i,e[u+12],6,1700485571),i=g(i,n,r,o,e[u+3],10,-1894986606),o=g(o,i,n,r,e[u+10],15,-1051523),r=g(r,o,i,n,e[u+1],21,-2054922799),n=g(n,r,o,i,e[u+8],6,1873313359),i=g(i,n,r,o,e[u+15],10,-30611744),o=g(o,i,n,r,e[u+6],15,-1560198380),r=g(r,o,i,n,e[u+13],21,1309151649),n=g(n,r,o,i,e[u+4],6,-145523070),i=g(i,n,r,o,e[u+11],10,-1120210379),o=g(o,i,n,r,e[u+2],15,718787259),r=g(r,o,i,n,e[u+9],21,-343485551),n=y(n,a),r=y(r,s),o=y(o,f),i=y(i,c)}return Array(n,r,o,i)}function l(e,t,n,r,o,i){return y((u=y(y(t,e),y(r,i)))<<(a=o)|u>>>32-a,n);var u,a}function d(e,t,n,r,o,i,u){return l(t&n|~t&r,e,t,o,i,u)}function h(e,t,n,r,o,i,u){return l(t&r|n&~r,e,t,o,i,u)}function p(e,t,n,r,o,i,u){return l(t^n^r,e,t,o,i,u)}function g(e,t,n,r,o,i,u){return l(n^(t|~r),e,t,o,i,u)}function y(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}b.exports=function(e){return f.hash(e,c,16)}}).call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],7:[function(e,l,t){(function(e,t,n,r,o,i,u,a,s){var f,c;c=function c(e){for(var t,n=new Array(e),r=0;r<e;r++)0==(3&r)&&(t=4294967296*Math.random()),n[r]=t>>>((3&r)<<3)&255;return n},l.exports=f||c}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],8:[function(l,d,e){(function(e,t,n,r,o,i,u,a,s){var f=l("./helpers");function c(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var n,r,o,i,u,a=Array(80),s=1732584193,f=-271733879,c=-1732584194,l=271733878,d=-1009589776,h=0;h<e.length;h+=16){for(var p=s,g=f,y=c,w=l,b=d,m=0;m<80;m++){a[m]=m<16?e[h+m]:E(a[m-3]^a[m-8]^a[m-14]^a[m-16],1);var v=_(_(E(s,5),(o=f,i=c,u=l,(r=m)<20?o&i|~o&u:!(r<40)&&r<60?o&i|o&u|i&u:o^i^u)),_(_(d,a[m]),(n=m)<20?1518500249:n<40?1859775393:n<60?-1894007588:-899497514)),d=l,l=c,c=E(f,30),f=s,s=v}s=_(s,p),f=_(f,g),c=_(c,y),l=_(l,w),d=_(d,b)}return Array(s,f,c,l,d)}function _(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function E(e,t){return e<<t|e>>>32-t}d.exports=function(e){return f.hash(e,c,20,!0)}}).call(this,l("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},l("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],9:[function(l,d,e){(function(e,t,n,r,o,i,u,a,s){function B(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function L(e,t){return e>>>t|e<<32-t}function f(e,t){var n,r,o,i,u,a,s,f,c,l,d=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),h=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),p=new Array(64);e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var g,y,w,b,m,v,_,E,I=0;I<e.length;I+=16){n=h[0],r=h[1],o=h[2],i=h[3],u=h[4],a=h[5],s=h[6],f=h[7];for(var A=0;A<64;A++)p[A]=A<16?e[A+I]:B(B(B((E=p[A-2],L(E,17)^L(E,19)^E>>>10),p[A-7]),(_=p[A-15],L(_,7)^L(_,18)^_>>>3)),p[A-16]),c=B(B(B(B(f,L(v=u,6)^L(v,11)^L(v,25)),(m=u)&a^~m&s),d[A]),p[A]),l=B(L(b=n,2)^L(b,13)^L(b,22),(g=n)&(y=r)^g&(w=o)^y&w),f=s,s=a,a=u,u=B(i,c),i=o,o=r,r=n,n=B(c,l);h[0]=B(n,h[0]),h[1]=B(r,h[1]),h[2]=B(o,h[2]),h[3]=B(i,h[3]),h[4]=B(u,h[4]),h[5]=B(a,h[5]),h[6]=B(s,h[6]),h[7]=B(f,h[7])}return h}var c=l("./helpers");d.exports=function(e){return c.hash(e,f,32,!0)}}).call(this,l("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},l("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],10:[function(e,c,t){(function(e,t,n,r,o,i,u,a,s){function f(){}(e=c.exports={}).nextTick=function(){var e="undefined"!=typeof window&&window.setImmediate,t="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(e)return function(e){return window.setImmediate(e)};if(t){var n=[];return window.addEventListener("message",function(e){var t=e.source;t!==window&&null!==t||"process-tick"!==e.data||(e.stopPropagation(),0<n.length&&n.shift()())},!0),function(e){n.push(e),window.postMessage("process-tick","*")}}return function(e){setTimeout(e,0)}}(),e.title="browser",e.browser=!0,e.env={},e.argv=[],e.on=f,e.addListener=f,e.once=f,e.off=f,e.removeListener=f,e.removeAllListeners=f,e.emit=f,e.binding=function(e){throw new Error("process.binding is not supported")},e.cwd=function(){return"/"},e.chdir=function(e){throw new Error("process.chdir is not supported")}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/process/browser.js","/node_modules/gulp-browserify/node_modules/process")},{buffer:3,lYpoI2:10}],11:[function(e,t,f){(function(e,t,n,r,o,i,u,a,s){f.read=function(e,t,n,r,o){var i,u,a=8*o-r-1,s=(1<<a)-1,f=s>>1,c=-7,l=n?o-1:0,d=n?-1:1,h=e[t+l];for(l+=d,i=h&(1<<-c)-1,h>>=-c,c+=a;0<c;i=256*i+e[t+l],l+=d,c-=8);for(u=i&(1<<-c)-1,i>>=-c,c+=r;0<c;u=256*u+e[t+l],l+=d,c-=8);if(0===i)i=1-f;else{if(i===s)return u?NaN:1/0*(h?-1:1);u+=Math.pow(2,r),i-=f}return(h?-1:1)*u*Math.pow(2,i-r)},f.write=function(e,t,n,r,o,i){var u,a,s,f=8*i-o-1,c=(1<<f)-1,l=c>>1,d=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=r?0:i-1,p=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,u=c):(u=Math.floor(Math.log(t)/Math.LN2),t*(s=Math.pow(2,-u))<1&&(u--,s*=2),2<=(t+=1<=u+l?d/s:d*Math.pow(2,1-l))*s&&(u++,s/=2),c<=u+l?(a=0,u=c):1<=u+l?(a=(t*s-1)*Math.pow(2,o),u+=l):(a=t*Math.pow(2,l-1)*Math.pow(2,o),u=0));8<=o;e[n+h]=255&a,h+=p,a/=256,o-=8);for(u=u<<o|a,f+=o;0<f;e[n+h]=255&u,h+=p,u/=256,f-=8);e[n+h-p]|=128*g}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/ieee754/index.js","/node_modules/ieee754")},{buffer:3,lYpoI2:10}]},{},[1])(1)})}).call(this)}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{}],118:[function(require,module,exports){var Util=require("../../util/util");var ElementController=require("../controllers/element-controller");var _require=require("@plattar/context-messenger"),messenger=_require.messenger;var BaseElement=function(_HTMLElement3){_inherits(BaseElement,_HTMLElement3);var _super73=_createSuper(BaseElement);function BaseElement(){_classCallCheck(this,BaseElement);return _super73.call(this)}_createClass(BaseElement,[{key:"connectedCallback",value:function connectedCallback(){this._controller=new ElementController(this)}},{key:"onready",set:function set(callback){if(this._controller){this._controller.onload=callback;return}throw new Error("set BaseElement.onready - cannot use as element not connected")}},{key:"messengerInstance",get:function get(){return messenger}},{key:"messenger",get:function get(){return this._controller?this._controller.messenger:undefined}},{key:"context",get:function get(){return this.messengerInstance.self}},{key:"parent",get:function get(){return this.messengerInstance.parent}},{key:"element",get:function get(){return this._controller}},{key:"ready",get:function get(){return this._controller?true:false}},{key:"allowDragDrop",get:function get(){return this._controller?this._controller.controller.allowDragDrop:false},set:function set(value){if(this._controller){this._controller.controller.allowDragDrop=value;return}throw new Error("set BaseElement.allowDragDrop - cannot use as element not connected")}},{key:"permissions",get:function get(){return[]}},{key:"coreAttributes",get:function get(){return[{key:"scene-id",map:"scene_id"}]}},{key:"usesCoreAttribute",value:function usesCoreAttribute(key){var attr=this.coreAttributes;var length=attr.length;for(var i=0;i<length;i++){if(attr[i].key===key){return true}}return false}},{key:"usesOptionalAttribute",value:function usesOptionalAttribute(key){var attr=this.optionalAttributes;var length=attr.length;for(var i=0;i<length;i++){if(attr[i].key===key){return true}}return false}},{key:"usesAttribute",value:function usesAttribute(key){return this.usesCoreAttribute(key)||this.usesOptionalAttribute(key)}},{key:"optionalAttributes",get:function get(){return[]}},{key:"hasAllCoreAttributes",get:function get(){var attr=this.coreAttributes;var length=attr.length;for(var i=0;i<length;i++){if(!this.hasAttribute(attr[i].key)){return false}}return true}},{key:"allMappedAttributes",get:function get(){var _this60=this;var map=new Map;var coreAttr=this.coreAttributes;var optAttr=this.optionalAttributes;coreAttr.forEach(function(ele){if(_this60.hasAttribute(ele.key)){map.set(ele.map,_this60.getAttribute(ele.key))}});optAttr.forEach(function(ele){if(_this60.hasAttribute(ele.key)){map.set(ele.map,_this60.getAttribute(ele.key))}});return map}},{key:"allMappedAttributesQuery",get:function get(){var attr=this.allMappedAttributes;var queryStr="";var first=true;var _iterator7=_createForOfIteratorHelper(attr.entries()),_step7;try{for(_iterator7.s();!(_step7=_iterator7.n()).done;){var _step7$value=_slicedToArray(_step7.value,2),key=_step7$value[0],value=_step7$value[1];queryStr+=first?"?"+key+"="+value:"&"+key+"="+value;first=false}}catch(err){_iterator7.e(err)}finally{_iterator7.f()}return queryStr}},{key:"elementType",get:function get(){return"none"}},{key:"elementLocation",get:function get(){return Util.getElementLocation(this.elementType)}}]);return BaseElement}(_wrapNativeSuper(HTMLElement));module.exports=BaseElement},{"../../util/util":131,"../controllers/element-controller":120,"@plattar/context-messenger":21}],119:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var ConfiguratorElement=function(_BaseElement2){_inherits(ConfiguratorElement,_BaseElement2);var _super74=_createSuper(ConfiguratorElement);function ConfiguratorElement(){_classCallCheck(this,ConfiguratorElement);return _super74.call(this)}_createClass(ConfiguratorElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"configurator"}},{key:"elementLocation",get:function get(){if(this.hasAttribute("show-ui")){var state=this.getAttribute("show-ui");return state==="true"?"configurator/dist/index.html":_get(_getPrototypeOf(ConfiguratorElement.prototype),"elementLocation",this)}return _get(_getPrototypeOf(ConfiguratorElement.prototype),"elementLocation",this)}},{key:"optionalAttributes",get:function get(){return[{key:"config-state",map:"config_state"},{key:"show-ar",map:"show_ar"}]}}]);return ConfiguratorElement}(BaseElement);module.exports=ConfiguratorElement},{"./base/base-element.js":118}],120:[function(require,module,exports){var Util=require("../../util/util.js");var _require2=require("@plattar/context-messenger"),messenger=_require2.messenger;var IFrameController=require("./iframe-controller.js");var ElementController=function(){function ElementController(element){var _this61=this;_classCallCheck(this,ElementController);this._element=element;var callback=function callback(mutationsList){var _iterator8=_createForOfIteratorHelper(mutationsList),_step8;try{for(_iterator8.s();!(_step8=_iterator8.n()).done;){var mutation=_step8.value;if(mutation.type==="attributes"&&element.usesAttribute(mutation.attributeName)){if(element.hasAllCoreAttributes){_this61._load()}}}}catch(err){_iterator8.e(err)}finally{_iterator8.f()}};var observer=new MutationObserver(callback);observer.observe(this._element,{attributes:true});if(element.hasAllCoreAttributes){this._load()}}_createClass(ElementController,[{key:"_load",value:function _load(){if(this._controller){this._controller._destroy();this._controller=undefined}var element=this._element;this._server=element.hasAttribute("server")?element.getAttribute("server"):"production";var serverLocation=Util.getServerLocation(this._server);if(serverLocation===undefined){throw new Error('ElementController - attribute "server" must be one of "production", "staging", "review" or "dev"')}var embedLocation=element.elementLocation;if(embedLocation===undefined){throw new Error('ElementController - element named "'+elementType+'" is invalid')}var source=serverLocation+embedLocation+element.allMappedAttributesQuery;this._messengerID="element_"+Util.id();this._controller=new IFrameController(element,source,this._messengerID,function(node){messenger.addChild(node)})}},{key:"onload",set:function set(callback){if(!callback){return}if(this.messenger){callback()}else{messenger.onload(this._messengerID,function(){callback()})}}},{key:"messenger",get:function get(){return messenger[this._messengerID]}},{key:"context",get:function get(){return messenger.self}},{key:"parent",get:function get(){return messenger.parent}},{key:"controller",get:function get(){return this._controller}}]);return ElementController}();module.exports=ElementController},{"../../util/util.js":131,"./iframe-controller.js":121,"@plattar/context-messenger":21}],121:[function(require,module,exports){var Util=require("../../util/util.js");var IFrameController=function(){function IFrameController(element,src,id){var _this62=this;var onelemload=arguments.length>3&&arguments[3]!==undefined?arguments[3]:undefined;_classCallCheck(this,IFrameController);this._iframe=document.createElement("iframe");this._isDraggable=false;if(!element.hasAttribute("sameorigin")){this._iframe.onload=function(){if(onelemload){onelemload(_this62._iframe)}}}this._iframe.setAttribute("id",id);this._iframe.setAttribute("width",element.hasAttribute("width")?element.getAttribute("width"):"500px");this._iframe.setAttribute("height",element.hasAttribute("height")?element.getAttribute("height"):"500px");this._iframe.setAttribute("src",src);this._iframe.setAttribute("frameBorder","0");var permissions=Util.getPermissionString(element.permissions);if(permissions){this._iframe.setAttribute("allow",permissions)}var shadow=element.shadowRoot||element.attachShadow({mode:"open"});this.allowDragging=false;shadow.append(this._iframe);if(element.hasAttribute("fullscreen")){var style=document.createElement("style");style.textContent="._PlattarFullScreen { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }";this._iframe.className="_PlattarFullScreen";shadow.append(style);this._fsStyle=style}}_createClass(IFrameController,[{key:"allowDragDrop",get:function get(){return this._isDraggable},set:function set(value){if(value){this._isDraggable=true;this._iframe.style.pointerEvents="none"}else{this._isDraggable=false;this._iframe.style.pointerEvents="auto"}}},{key:"_destroy",value:function _destroy(){if(this._iframe){this._iframe.remove()}if(this._fsStyle){this._fsStyle.remove()}this._iframe=undefined;this._fsStyle=undefined}},{key:"width",get:function get(){return this._iframe.getAttribute("width")},set:function set(value){this._iframe.setAttribute("width",value)}},{key:"child",get:function get(){return this._iframe}},{key:"height",get:function get(){return this._iframe.getAttribute("height")},set:function set(value){this._iframe.setAttribute("height",value)}},{key:"id",get:function get(){return this._iframe.id}}]);return IFrameController}();module.exports=IFrameController},{"../../util/util.js":131}],122:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var EditorElement=function(_BaseElement3){_inherits(EditorElement,_BaseElement3);var _super75=_createSuper(EditorElement);function EditorElement(){_classCallCheck(this,EditorElement);return _super75.call(this)}_createClass(EditorElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"editor"}}]);return EditorElement}(BaseElement);module.exports=EditorElement},{"./base/base-element.js":118}],123:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var EWallElement=function(_BaseElement4){_inherits(EWallElement,_BaseElement4);var _super76=_createSuper(EWallElement);function EWallElement(){var _this63;_classCallCheck(this,EWallElement);_this63=_super76.call(this);var tag=document.createElement("script");tag.src="https://cdn.8thwall.com/web/iframe/iframe.js";tag.defer=true;return _this63}_createClass(EWallElement,[{key:"connectedCallback",value:function connectedCallback(){_get(_getPrototypeOf(EWallElement.prototype),"connectedCallback",this).call(this);var id=this.element.controller.id;var onLoad=function onLoad(){if(window.XRIFrame){window.XRIFrame.registerXRIFrame(id)}};window.addEventListener("load",onLoad,false)}},{key:"permissions",get:function get(){return["camera","autoplay","xr-spatial-tracking","gyroscope","accelerometer"]}},{key:"elementType",get:function get(){return"ewall"}}]);return EWallElement}(BaseElement);module.exports=EWallElement},{"./base/base-element.js":118}],124:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var FaceARElement=function(_BaseElement5){_inherits(FaceARElement,_BaseElement5);var _super77=_createSuper(FaceARElement);function FaceARElement(){_classCallCheck(this,FaceARElement);return _super77.call(this)}_createClass(FaceARElement,[{key:"permissions",get:function get(){return["camera","autoplay"]}},{key:"elementType",get:function get(){return"facear"}},{key:"optionalAttributes",get:function get(){return[{key:"variation-id",map:"variationId"},{key:"variation-sku",map:"variationSku"},{key:"product-id",map:"productId"},{key:"config-state",map:"config_state"},{key:"show-ar",map:"show_ar"}]}}]);return FaceARElement}(BaseElement);module.exports=FaceARElement},{"./base/base-element.js":118}],125:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var ModelElement=function(_BaseElement6){_inherits(ModelElement,_BaseElement6);var _super78=_createSuper(ModelElement);function ModelElement(){_classCallCheck(this,ModelElement);return _super78.call(this)}_createClass(ModelElement,[{key:"permissions",get:function get(){return["camera","autoplay"]}},{key:"elementType",get:function get(){return"model"}},{key:"coreAttributes",get:function get(){return[]}},{key:"optionalAttributes",get:function get(){return[{key:"mode",map:"mode"},{key:"capture-id",map:"capture_id"},{key:"model-id",map:"model_id"}]}}]);return ModelElement}(BaseElement);module.exports=ModelElement},{"./base/base-element.js":118}],126:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var ProductElement=function(_BaseElement7){_inherits(ProductElement,_BaseElement7);var _super79=_createSuper(ProductElement);function ProductElement(){_classCallCheck(this,ProductElement);return _super79.call(this)}_createClass(ProductElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"product"}},{key:"coreAttributes",get:function get(){return[{key:"product-id",map:"product_id"}]}},{key:"optionalAttributes",get:function get(){return[{key:"variation-id",map:"variation_id"},{key:"variation-sku",map:"variationSku"},{key:"show-ar",map:"show_ar"}]}}]);return ProductElement}(BaseElement);module.exports=ProductElement},{"./base/base-element.js":118}],127:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var StudioElement=function(_BaseElement8){_inherits(StudioElement,_BaseElement8);var _super80=_createSuper(StudioElement);function StudioElement(){_classCallCheck(this,StudioElement);return _super80.call(this)}_createClass(StudioElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"studio"}}]);return StudioElement}(BaseElement);module.exports=StudioElement},{"./base/base-element.js":118}],128:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var ViewerElement=function(_BaseElement9){_inherits(ViewerElement,_BaseElement9);var _super81=_createSuper(ViewerElement);function ViewerElement(){_classCallCheck(this,ViewerElement);return _super81.call(this)}_createClass(ViewerElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"viewer"}},{key:"optionalAttributes",get:function get(){return[{key:"variation-id",map:"variationId"},{key:"variation-sku",map:"variationSku"},{key:"product-id",map:"productId"},{key:"show-ar",map:"show_ar"}]}}]);return ViewerElement}(BaseElement);module.exports=ViewerElement},{"./base/base-element.js":118}],129:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var WebXRElement=function(_BaseElement10){_inherits(WebXRElement,_BaseElement10);var _super82=_createSuper(WebXRElement);function WebXRElement(){_classCallCheck(this,WebXRElement);return _super82.call(this)}_createClass(WebXRElement,[{key:"permissions",get:function get(){return["camera","autoplay","xr-spatial-tracking"]}},{key:"elementType",get:function get(){return"webxr"}}]);return WebXRElement}(BaseElement);module.exports=WebXRElement},{"./base/base-element.js":118}],130:[function(require,module,exports){"use strict";var WebXRElement=require("./elements/webxr-element.js");var ViewerElement=require("./elements/viewer-element.js");var ProductElement=require("./elements/product-element.js");var EWallElement=require("./elements/ewall-element.js");var FaceARElement=require("./elements/facear-element.js");var EditorElement=require("./elements/editor-element.js");var StudioElement=require("./elements/studio-element.js");var ModelElement=require("./elements/model-element.js");var ConfiguratorElement=require("./elements/configurator-element.js");var Version=require("./version");if(customElements.get("plattar-webxr")===undefined){customElements.define("plattar-webxr",WebXRElement)}if(customElements.get("plattar-viewer")===undefined){customElements.define("plattar-viewer",ViewerElement)}if(customElements.get("plattar-product")===undefined){customElements.define("plattar-product",ProductElement)}if(customElements.get("plattar-editor")===undefined){customElements.define("plattar-editor",EditorElement)}if(customElements.get("plattar-facear")===undefined){customElements.define("plattar-facear",FaceARElement)}if(customElements.get("plattar-8wall")===undefined){customElements.define("plattar-8wall",EWallElement)}if(customElements.get("plattar-studio")===undefined){customElements.define("plattar-studio",StudioElement)}if(customElements.get("plattar-model")===undefined){customElements.define("plattar-model",ModelElement)}if(customElements.get("plattar-configurator")===undefined){customElements.define("plattar-configurator",ConfiguratorElement)}console.log("using @plattar/plattar-web v"+Version);module.exports={version:Version}},{"./elements/configurator-element.js":119,"./elements/editor-element.js":122,"./elements/ewall-element.js":123,"./elements/facear-element.js":124,"./elements/model-element.js":125,"./elements/product-element.js":126,"./elements/studio-element.js":127,"./elements/viewer-element.js":128,"./elements/webxr-element.js":129,"./version":132}],131:[function(require,module,exports){var Util=function(){function Util(){_classCallCheck(this,Util)}_createClass(Util,null,[{key:"getServerLocation",value:function getServerLocation(server){switch(server){case"production":return"https://app.plattar.com/";case"staging":return"https://staging.plattar.space/";case"review":return"https://review.plattar.com/";case"dev":return"https://localhost/";default:return undefined}}},{key:"getElementLocation",value:function getElementLocation(etype){var isValid=Util.isValidType(etype);if(isValid){return"renderer/"+etype+".html"}return undefined}},{key:"isValidType",value:function isValidType(etype){switch(etype){case"viewer":case"editor":case"ewall":case"facear":case"studio":case"product":case"model":case"configurator":case"webxr":return true;default:return false}}},{key:"id",value:function id(){return Math.abs(Math.floor(Math.random()*1e13))}},{key:"getPermissionString",value:function getPermissionString(permissions){if(permissions&&permissions.length>0){var permissionString=permissions[0];for(var i=1;i<permissions.length;i++){permissionString+="; "+permissions[i]}return permissionString}return undefined}}]);return Util}();module.exports=Util},{}],132:[function(require,module,exports){module.exports="1.154.3"},{}],133:[function(require,module,exports){(function(global){(function(){"use strict";var getGlobal=function getGlobal(){if(typeof self!=="undefined"){return self}if(typeof window!=="undefined"){return window}if(typeof global!=="undefined"){return global}throw new Error("unable to locate global object")};var globalObject=getGlobal();module.exports=exports=globalObject.fetch;if(globalObject.fetch){exports["default"]=globalObject.fetch.bind(globalObject)}exports.Headers=globalObject.Headers;exports.Request=globalObject.Request;exports.Response=globalObject.Response}).call(this)}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{}],134:[function(require,module,exports){(function(global){(function(){!function(e){var t;"object"==_typeof(exports)?module.exports=e():"function"==typeof define&&define.amd?define(e):("undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.objectHash=e())}(function(){return function r(o,i,u){function s(n,e){if(!i[n]){if(!o[n]){var t="function"==typeof require&&require;if(!e&&t)return t(n,!0);if(a)return a(n,!0);throw new Error("Cannot find module '"+n+"'")}e=i[n]={exports:{}};o[n][0].call(e.exports,function(e){var t=o[n][1][e];return s(t||e)},e,e.exports,r,o,i,u)}return i[n].exports}for(var a="function"==typeof require&&require,e=0;e<u.length;e++)s(u[e]);return s}({1:[function(w,b,m){!function(e,n,s,c,d,h,p,g,y){"use strict";var r=w("crypto");function t(e,t){t=u(e,t);var n;return void 0===(n="passthrough"!==t.algorithm?r.createHash(t.algorithm):new l).write&&(n.write=n.update,n.end=n.update),f(t,n).dispatch(e),n.update||n.end(""),n.digest?n.digest("buffer"===t.encoding?void 0:t.encoding):(e=n.read(),"buffer"!==t.encoding?e.toString(t.encoding):e)}(m=b.exports=t).sha1=function(e){return t(e)},m.keys=function(e){return t(e,{excludeValues:!0,algorithm:"sha1",encoding:"hex"})},m.MD5=function(e){return t(e,{algorithm:"md5",encoding:"hex"})},m.keysMD5=function(e){return t(e,{algorithm:"md5",encoding:"hex",excludeValues:!0})};var o=r.getHashes?r.getHashes().slice():["sha1","md5"],i=(o.push("passthrough"),["buffer","hex","binary","base64"]);function u(e,t){var n={};if(n.algorithm=(t=t||{}).algorithm||"sha1",n.encoding=t.encoding||"hex",n.excludeValues=!!t.excludeValues,n.algorithm=n.algorithm.toLowerCase(),n.encoding=n.encoding.toLowerCase(),n.ignoreUnknown=!0===t.ignoreUnknown,n.respectType=!1!==t.respectType,n.respectFunctionNames=!1!==t.respectFunctionNames,n.respectFunctionProperties=!1!==t.respectFunctionProperties,n.unorderedArrays=!0===t.unorderedArrays,n.unorderedSets=!1!==t.unorderedSets,n.unorderedObjects=!1!==t.unorderedObjects,n.replacer=t.replacer||void 0,n.excludeKeys=t.excludeKeys||void 0,void 0===e)throw new Error("Object argument required.");for(var r=0;r<o.length;++r)o[r].toLowerCase()===n.algorithm.toLowerCase()&&(n.algorithm=o[r]);if(-1===o.indexOf(n.algorithm))throw new Error('Algorithm "'+n.algorithm+'" not supported. supported values: '+o.join(", "));if(-1===i.indexOf(n.encoding)&&"passthrough"!==n.algorithm)throw new Error('Encoding "'+n.encoding+'" not supported. supported values: '+i.join(", "));return n}function a(e){if("function"==typeof e)return null!=/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(e))}function f(o,t,i){i=i||[];function u(e){return t.update?t.update(e,"utf8"):t.write(e,"utf8")}return{dispatch:function dispatch(e){return this["_"+(null===(e=o.replacer?o.replacer(e):e)?"null":_typeof(e))](e)},_object:function _object(t){var n,e=Object.prototype.toString.call(t),r=/\[object (.*)\]/i.exec(e);r=(r=r?r[1]:"unknown:["+e+"]").toLowerCase();if(0<=(e=i.indexOf(t)))return this.dispatch("[CIRCULAR:"+e+"]");if(i.push(t),void 0!==s&&s.isBuffer&&s.isBuffer(t))return u("buffer:"),u(t);if("object"===r||"function"===r||"asyncfunction"===r)return e=Object.keys(t),o.unorderedObjects&&(e=e.sort()),!1===o.respectType||a(t)||e.splice(0,0,"prototype","__proto__","constructor"),o.excludeKeys&&(e=e.filter(function(e){return!o.excludeKeys(e)})),u("object:"+e.length+":"),n=this,e.forEach(function(e){n.dispatch(e),u(":"),o.excludeValues||n.dispatch(t[e]),u(",")});if(!this["_"+r]){if(o.ignoreUnknown)return u("["+r+"]");throw new Error('Unknown object type "'+r+'"')}this["_"+r](t)},_array:function _array(e,t){t=void 0!==t?t:!1!==o.unorderedArrays;var n=this;if(u("array:"+e.length+":"),!t||e.length<=1)return e.forEach(function(e){return n.dispatch(e)});var r=[],t=e.map(function(e){var t=new l,n=i.slice();return f(o,t,n).dispatch(e),r=r.concat(n.slice(i.length)),t.read().toString()});return i=i.concat(r),t.sort(),this._array(t,!1)},_date:function _date(e){return u("date:"+e.toJSON())},_symbol:function _symbol(e){return u("symbol:"+e.toString())},_error:function _error(e){return u("error:"+e.toString())},_boolean:function _boolean(e){return u("bool:"+e.toString())},_string:function _string(e){u("string:"+e.length+":"),u(e.toString())},_function:function _function(e){u("fn:"),a(e)?this.dispatch("[native]"):this.dispatch(e.toString()),!1!==o.respectFunctionNames&&this.dispatch("function-name:"+String(e.name)),o.respectFunctionProperties&&this._object(e)},_number:function _number(e){return u("number:"+e.toString())},_xml:function _xml(e){return u("xml:"+e.toString())},_null:function _null(){return u("Null")},_undefined:function _undefined(){return u("Undefined")},_regexp:function _regexp(e){return u("regex:"+e.toString())},_uint8array:function _uint8array(e){return u("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint8clampedarray:function _uint8clampedarray(e){return u("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(e))},_int8array:function _int8array(e){return u("int8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint16array:function _uint16array(e){return u("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_int16array:function _int16array(e){return u("int16array:"),this.dispatch(Array.prototype.slice.call(e))},_uint32array:function _uint32array(e){return u("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_int32array:function _int32array(e){return u("int32array:"),this.dispatch(Array.prototype.slice.call(e))},_float32array:function _float32array(e){return u("float32array:"),this.dispatch(Array.prototype.slice.call(e))},_float64array:function _float64array(e){return u("float64array:"),this.dispatch(Array.prototype.slice.call(e))},_arraybuffer:function _arraybuffer(e){return u("arraybuffer:"),this.dispatch(new Uint8Array(e))},_url:function _url(e){return u("url:"+e.toString())},_map:function _map(e){u("map:");e=Array.from(e);return this._array(e,!1!==o.unorderedSets)},_set:function _set(e){u("set:");e=Array.from(e);return this._array(e,!1!==o.unorderedSets)},_file:function _file(e){return u("file:"),this.dispatch([e.name,e.size,e.type,e.lastModfied])},_blob:function _blob(){if(o.ignoreUnknown)return u("[blob]");throw Error('Hashing Blob objects is currently not supported\n(see https://github.com/puleos/object-hash/issues/26)\nUse "options.replacer" or "options.ignoreUnknown"\n')},_domwindow:function _domwindow(){return u("domwindow")},_bigint:function _bigint(e){return u("bigint:"+e.toString())},_process:function _process(){return u("process")},_timer:function _timer(){return u("timer")},_pipe:function _pipe(){return u("pipe")},_tcp:function _tcp(){return u("tcp")},_udp:function _udp(){return u("udp")},_tty:function _tty(){return u("tty")},_statwatcher:function _statwatcher(){return u("statwatcher")},_securecontext:function _securecontext(){return u("securecontext")},_connection:function _connection(){return u("connection")},_zlib:function _zlib(){return u("zlib")},_context:function _context(){return u("context")},_nodescript:function _nodescript(){return u("nodescript")},_httpparser:function _httpparser(){return u("httpparser")},_dataview:function _dataview(){return u("dataview")},_signal:function _signal(){return u("signal")},_fsevent:function _fsevent(){return u("fsevent")},_tlswrap:function _tlswrap(){return u("tlswrap")}}}function l(){return{buf:"",write:function write(e){this.buf+=e},end:function end(e){this.buf+=e},read:function read(){return this.buf}}}m.writeToStream=function(e,t,n){return void 0===n&&(n=t,t={}),f(t=u(e,t),n).dispatch(e)}}.call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_9a5aa49d.js","/")},{buffer:3,crypto:5,lYpoI2:11}],2:[function(e,t,f){!function(e,t,n,r,o,i,u,s,a){!function(e){"use strict";var a="undefined"!=typeof Uint8Array?Uint8Array:Array,t="+".charCodeAt(0),n="/".charCodeAt(0),r="0".charCodeAt(0),o="a".charCodeAt(0),i="A".charCodeAt(0),u="-".charCodeAt(0),s="_".charCodeAt(0);function f(e){e=e.charCodeAt(0);return e===t||e===u?62:e===n||e===s?63:e<r?-1:e<r+10?e-r+26+26:e<i+26?e-i:e<o+26?e-o+26:void 0}e.toByteArray=function(e){var t,n;if(0<e.length%4)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.length,r="="===e.charAt(r-2)?2:"="===e.charAt(r-1)?1:0,o=new a(3*e.length/4-r),i=0<r?e.length-4:e.length,u=0;function s(e){o[u++]=e}for(t=0;t<i;t+=4,0)s((16711680&(n=f(e.charAt(t))<<18|f(e.charAt(t+1))<<12|f(e.charAt(t+2))<<6|f(e.charAt(t+3))))>>16),s((65280&n)>>8),s(255&n);return 2==r?s(255&(n=f(e.charAt(t))<<2|f(e.charAt(t+1))>>4)):1==r&&(s((n=f(e.charAt(t))<<10|f(e.charAt(t+1))<<4|f(e.charAt(t+2))>>2)>>8&255),s(255&n)),o},e.fromByteArray=function(e){var t,n,r,o,i=e.length%3,u="";function s(e){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)}for(t=0,r=e.length-i;t<r;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],u+=s((o=n)>>18&63)+s(o>>12&63)+s(o>>6&63)+s(63&o);switch(i){case 1:u=(u+=s((n=e[e.length-1])>>2))+s(n<<4&63)+"==";break;case 2:u=(u=(u+=s((n=(e[e.length-2]<<8)+e[e.length-1])>>10))+s(n>>4&63))+s(n<<2&63)+"="}return u}}(void 0===f?this.base64js={}:f)}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:11}],3:[function(O,e,H){!function(e,n,f,r,h,p,g,y,w){var a=O("base64-js"),i=O("ieee754");function f(e,t,n){if(!(this instanceof f))return new f(e,t,n);var r,o,i,u,s=_typeof(e);if("base64"===t&&"string"==s)for(e=(u=e).trim?u.trim():u.replace(/^\s+|\s+$/g,"");e.length%4!=0;)e+="=";if("number"==s)r=j(e);else if("string"==s)r=f.byteLength(e,t);else{if("object"!=s)throw new Error("First argument needs to be a number, array or string.");r=j(e.length)}if(f._useTypedArrays?o=f._augment(new Uint8Array(r)):((o=this).length=r,o._isBuffer=!0),f._useTypedArrays&&"number"==typeof e.byteLength)o._set(e);else if(C(u=e)||f.isBuffer(u)||u&&"object"==_typeof(u)&&"number"==typeof u.length)for(i=0;i<r;i++)f.isBuffer(e)?o[i]=e.readUInt8(i):o[i]=e[i];else if("string"==s)o.write(e,0,t);else if("number"==s&&!f._useTypedArrays&&!n)for(i=0;i<r;i++)o[i]=0;return o}function b(e,t,n,r){return f._charsWritten=c(function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function m(e,t,n,r){return f._charsWritten=c(function(e){for(var t,n,r=[],o=0;o<e.length;o++)n=e.charCodeAt(o),t=n>>8,n=n%256,r.push(n),r.push(t);return r}(t),e,n,r)}function v(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;o++)r+=String.fromCharCode(e[o]);return r}function o(e,t,n,r){r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+1<e.length,"Trying to read beyond buffer length"));var o,r=e.length;if(!(r<=t))return n?(o=e[t],t+1<r&&(o|=e[t+1]<<8)):(o=e[t]<<8,t+1<r&&(o|=e[t+1])),o}function u(e,t,n,r){r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+3<e.length,"Trying to read beyond buffer length"));var o,r=e.length;if(!(r<=t))return n?(t+2<r&&(o=e[t+2]<<16),t+1<r&&(o|=e[t+1]<<8),o|=e[t],t+3<r&&(o+=e[t+3]<<24>>>0)):(t+1<r&&(o=e[t+1]<<16),t+2<r&&(o|=e[t+2]<<8),t+3<r&&(o|=e[t+3]),o+=e[t]<<24>>>0),o}function _(e,t,n,r){if(r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+1<e.length,"Trying to read beyond buffer length")),!(e.length<=t))return r=o(e,t,n,!0),32768&r?-1*(65535-r+1):r}function E(e,t,n,r){if(r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+3<e.length,"Trying to read beyond buffer length")),!(e.length<=t))return r=u(e,t,n,!0),2147483648&r?-1*(4294967295-r+1):r}function I(e,t,n,r){return r||(d("boolean"==typeof n,"missing or invalid endian"),d(t+3<e.length,"Trying to read beyond buffer length")),i.read(e,t,n,23,4)}function A(e,t,n,r){return r||(d("boolean"==typeof n,"missing or invalid endian"),d(t+7<e.length,"Trying to read beyond buffer length")),i.read(e,t,n,52,8)}function s(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+1<e.length,"trying to write beyond buffer length"),Y(t,65535));o=e.length;if(!(o<=n))for(var i=0,u=Math.min(o-n,2);i<u;i++)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function l(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"trying to write beyond buffer length"),Y(t,4294967295));o=e.length;if(!(o<=n))for(var i=0,u=Math.min(o-n,4);i<u;i++)e[n+i]=t>>>8*(r?i:3-i)&255}function B(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+1<e.length,"Trying to write beyond buffer length"),F(t,32767,-32768)),e.length<=n||s(e,0<=t?t:65535+t+1,n,r,o)}function L(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"Trying to write beyond buffer length"),F(t,2147483647,-2147483648)),e.length<=n||l(e,0<=t?t:4294967295+t+1,n,r,o)}function U(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"Trying to write beyond buffer length"),D(t,34028234663852886e22,-34028234663852886e22)),e.length<=n||i.write(e,t,n,r,23,4)}function x(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+7<e.length,"Trying to write beyond buffer length"),D(t,17976931348623157e292,-17976931348623157e292)),e.length<=n||i.write(e,t,n,r,52,8)}H.Buffer=f,H.SlowBuffer=f,H.INSPECT_MAX_BYTES=50,f.poolSize=8192,f._useTypedArrays=function(){try{var e=new ArrayBuffer(0),t=new Uint8Array(e);return t.foo=function(){return 42},42===t.foo()&&"function"==typeof t.subarray}catch(e){return!1}}(),f.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},f.isBuffer=function(e){return!(null==e||!e._isBuffer)},f.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"hex":n=e.length/2;break;case"utf8":case"utf-8":n=T(e).length;break;case"ascii":case"binary":case"raw":n=e.length;break;case"base64":n=M(e).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;default:throw new Error("Unknown encoding")}return n},f.concat=function(e,t){if(d(C(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===e.length)return new f(0);if(1===e.length)return e[0];if("number"!=typeof t)for(o=t=0;o<e.length;o++)t+=e[o].length;for(var n=new f(t),r=0,o=0;o<e.length;o++){var i=e[o];i.copy(n,r),r+=i.length}return n},f.prototype.write=function(e,t,n,r){isFinite(t)?isFinite(n)||(r=n,n=void 0):(a=r,r=t,t=n,n=a),t=Number(t)||0;var o,i,u,s,a=this.length-t;switch((!n||a<(n=Number(n)))&&(n=a),r=String(r||"utf8").toLowerCase()){case"hex":o=function(e,t,n,r){n=Number(n)||0;var o=e.length-n;(!r||o<(r=Number(r)))&&(r=o),d((o=t.length)%2==0,"Invalid hex string"),o/2<r&&(r=o/2);for(var i=0;i<r;i++){var u=parseInt(t.substr(2*i,2),16);d(!isNaN(u),"Invalid hex string"),e[n+i]=u}return f._charsWritten=2*i,i}(this,e,t,n);break;case"utf8":case"utf-8":i=this,u=t,s=n,o=f._charsWritten=c(T(e),i,u,s);break;case"ascii":case"binary":o=b(this,e,t,n);break;case"base64":i=this,u=t,s=n,o=f._charsWritten=c(M(e),i,u,s);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":o=m(this,e,t,n);break;default:throw new Error("Unknown encoding")}return o},f.prototype.toString=function(e,t,n){var r,o,i,u,s=this;if(e=String(e||"utf8").toLowerCase(),t=Number(t)||0,(n=void 0!==n?Number(n):s.length)===t)return"";switch(e){case"hex":r=function(e,t,n){var r=e.length;(!t||t<0)&&(t=0);(!n||n<0||r<n)&&(n=r);for(var o="",i=t;i<n;i++)o+=k(e[i]);return o}(s,t,n);break;case"utf8":case"utf-8":r=function(e,t,n){var r="",o="";n=Math.min(e.length,n);for(var i=t;i<n;i++)e[i]<=127?(r+=N(o)+String.fromCharCode(e[i]),o=""):o+="%"+e[i].toString(16);return r+N(o)}(s,t,n);break;case"ascii":case"binary":r=v(s,t,n);break;case"base64":o=s,u=n,r=0===(i=t)&&u===o.length?a.fromByteArray(o):a.fromByteArray(o.slice(i,u));break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":r=function(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}(s,t,n);break;default:throw new Error("Unknown encoding")}return r},f.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},f.prototype.copy=function(e,t,n,r){if(t=t||0,(r=r||0===r?r:this.length)!==(n=n||0)&&0!==e.length&&0!==this.length){d(n<=r,"sourceEnd < sourceStart"),d(0<=t&&t<e.length,"targetStart out of bounds"),d(0<=n&&n<this.length,"sourceStart out of bounds"),d(0<=r&&r<=this.length,"sourceEnd out of bounds"),r>this.length&&(r=this.length);var o=(r=e.length-t<r-n?e.length-t+n:r)-n;if(o<100||!f._useTypedArrays)for(var i=0;i<o;i++)e[i+t]=this[i+n];else e._set(this.subarray(n,n+o),t)}},f.prototype.slice=function(e,t){var n=this.length;if(e=S(e,n,0),t=S(t,n,n),f._useTypedArrays)return f._augment(this.subarray(e,t));for(var r=t-e,o=new f(r,void 0,!0),i=0;i<r;i++)o[i]=this[i+e];return o},f.prototype.get=function(e){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(e)},f.prototype.set=function(e,t){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(e,t)},f.prototype.readUInt8=function(e,t){if(t||(d(null!=e,"missing offset"),d(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return this[e]},f.prototype.readUInt16LE=function(e,t){return o(this,e,!0,t)},f.prototype.readUInt16BE=function(e,t){return o(this,e,!1,t)},f.prototype.readUInt32LE=function(e,t){return u(this,e,!0,t)},f.prototype.readUInt32BE=function(e,t){return u(this,e,!1,t)},f.prototype.readInt8=function(e,t){if(t||(d(null!=e,"missing offset"),d(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return 128&this[e]?-1*(255-this[e]+1):this[e]},f.prototype.readInt16LE=function(e,t){return _(this,e,!0,t)},f.prototype.readInt16BE=function(e,t){return _(this,e,!1,t)},f.prototype.readInt32LE=function(e,t){return E(this,e,!0,t)},f.prototype.readInt32BE=function(e,t){return E(this,e,!1,t)},f.prototype.readFloatLE=function(e,t){return I(this,e,!0,t)},f.prototype.readFloatBE=function(e,t){return I(this,e,!1,t)},f.prototype.readDoubleLE=function(e,t){return A(this,e,!0,t)},f.prototype.readDoubleBE=function(e,t){return A(this,e,!1,t)},f.prototype.writeUInt8=function(e,t,n){n||(d(null!=e,"missing value"),d(null!=t,"missing offset"),d(t<this.length,"trying to write beyond buffer length"),Y(e,255)),t>=this.length||(this[t]=e)},f.prototype.writeUInt16LE=function(e,t,n){s(this,e,t,!0,n)},f.prototype.writeUInt16BE=function(e,t,n){s(this,e,t,!1,n)},f.prototype.writeUInt32LE=function(e,t,n){l(this,e,t,!0,n)},f.prototype.writeUInt32BE=function(e,t,n){l(this,e,t,!1,n)},f.prototype.writeInt8=function(e,t,n){n||(d(null!=e,"missing value"),d(null!=t,"missing offset"),d(t<this.length,"Trying to write beyond buffer length"),F(e,127,-128)),t>=this.length||(0<=e?this.writeUInt8(e,t,n):this.writeUInt8(255+e+1,t,n))},f.prototype.writeInt16LE=function(e,t,n){B(this,e,t,!0,n)},f.prototype.writeInt16BE=function(e,t,n){B(this,e,t,!1,n)},f.prototype.writeInt32LE=function(e,t,n){L(this,e,t,!0,n)},f.prototype.writeInt32BE=function(e,t,n){L(this,e,t,!1,n)},f.prototype.writeFloatLE=function(e,t,n){U(this,e,t,!0,n)},f.prototype.writeFloatBE=function(e,t,n){U(this,e,t,!1,n)},f.prototype.writeDoubleLE=function(e,t,n){x(this,e,t,!0,n)},f.prototype.writeDoubleBE=function(e,t,n){x(this,e,t,!1,n)},f.prototype.fill=function(e,t,n){if(t=t||0,n=n||this.length,d("number"==typeof(e="string"==typeof(e=e||0)?e.charCodeAt(0):e)&&!isNaN(e),"value is not a number"),d(t<=n,"end < start"),n!==t&&0!==this.length){d(0<=t&&t<this.length,"start out of bounds"),d(0<=n&&n<=this.length,"end out of bounds");for(var r=t;r<n;r++)this[r]=e}},f.prototype.inspect=function(){for(var e=[],t=this.length,n=0;n<t;n++)if(e[n]=k(this[n]),n===H.INSPECT_MAX_BYTES){e[n+1]="...";break}return"<Buffer "+e.join(" ")+">"},f.prototype.toArrayBuffer=function(){if("undefined"==typeof Uint8Array)throw new Error("Buffer.toArrayBuffer not supported in this browser");if(f._useTypedArrays)return new f(this).buffer;for(var e=new Uint8Array(this.length),t=0,n=e.length;t<n;t+=1)e[t]=this[t];return e.buffer};var t=f.prototype;function S(e,t,n){return"number"!=typeof e?n:t<=(e=~~e)?t:0<=e||0<=(e+=t)?e:0}function j(e){return(e=~~Math.ceil(+e))<0?0:e}function C(e){return(Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)})(e)}function k(e){return e<16?"0"+e.toString(16):e.toString(16)}function T(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r<=127)t.push(e.charCodeAt(n));else for(var o=n,i=(55296<=r&&r<=57343&&n++,encodeURIComponent(e.slice(o,n+1)).substr(1).split("%")),u=0;u<i.length;u++)t.push(parseInt(i[u],16))}return t}function M(e){return a.toByteArray(e)}function c(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);o++)t[o+n]=e[o];return o}function N(e){try{return decodeURIComponent(e)}catch(e){return String.fromCharCode(65533)}}function Y(e,t){d("number"==typeof e,"cannot write a non-number as a number"),d(0<=e,"specified a negative value for writing an unsigned value"),d(e<=t,"value is larger than maximum value for type"),d(Math.floor(e)===e,"value has a fractional component")}function F(e,t,n){d("number"==typeof e,"cannot write a non-number as a number"),d(e<=t,"value larger than maximum allowed value"),d(n<=e,"value smaller than minimum allowed value"),d(Math.floor(e)===e,"value has a fractional component")}function D(e,t,n){d("number"==typeof e,"cannot write a non-number as a number"),d(e<=t,"value larger than maximum allowed value"),d(n<=e,"value smaller than minimum allowed value")}function d(e,t){if(!e)throw new Error(t||"Failed assertion")}f._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=t.get,e.set=t.set,e.write=t.write,e.toString=t.toString,e.toLocaleString=t.toString,e.toJSON=t.toJSON,e.copy=t.copy,e.slice=t.slice,e.readUInt8=t.readUInt8,e.readUInt16LE=t.readUInt16LE,e.readUInt16BE=t.readUInt16BE,e.readUInt32LE=t.readUInt32LE,e.readUInt32BE=t.readUInt32BE,e.readInt8=t.readInt8,e.readInt16LE=t.readInt16LE,e.readInt16BE=t.readInt16BE,e.readInt32LE=t.readInt32LE,e.readInt32BE=t.readInt32BE,e.readFloatLE=t.readFloatLE,e.readFloatBE=t.readFloatBE,e.readDoubleLE=t.readDoubleLE,e.readDoubleBE=t.readDoubleBE,e.writeUInt8=t.writeUInt8,e.writeUInt16LE=t.writeUInt16LE,e.writeUInt16BE=t.writeUInt16BE,e.writeUInt32LE=t.writeUInt32LE,e.writeUInt32BE=t.writeUInt32BE,e.writeInt8=t.writeInt8,e.writeInt16LE=t.writeInt16LE,e.writeInt16BE=t.writeInt16BE,e.writeInt32LE=t.writeInt32LE,e.writeInt32BE=t.writeInt32BE,e.writeFloatLE=t.writeFloatLE,e.writeFloatBE=t.writeFloatBE,e.writeDoubleLE=t.writeDoubleLE,e.writeDoubleBE=t.writeDoubleBE,e.fill=t.fill,e.inspect=t.inspect,e.toArrayBuffer=t.toArrayBuffer,e}}.call(this,O("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},O("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:10,lYpoI2:11}],4:[function(c,d,e){!function(e,t,a,n,r,o,i,u,s){var a=c("buffer").Buffer,f=4,l=new a(f);l.fill(0);d.exports={hash:function hash(e,t,n,r){for(var o=t(function(e,t){e.length%f!=0&&(n=e.length+(f-e.length%f),e=a.concat([e,l],n));for(var n,r=[],o=t?e.readInt32BE:e.readInt32LE,i=0;i<e.length;i+=f)r.push(o.call(e,i));return r}(e=a.isBuffer(e)?e:new a(e),r),8*e.length),t=r,i=new a(n),u=t?i.writeInt32BE:i.writeInt32LE,s=0;s<o.length;s++)u.call(i,o[s],4*s,!0);return i}}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/helpers.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:11}],5:[function(v,e,_){!function(l,c,u,d,h,p,g,y,w){var u=v("buffer").Buffer,e=v("./sha"),t=v("./sha256"),n=v("./rng"),b={sha1:e,sha256:t,md5:v("./md5")},s=64,a=new u(s);function r(e,n){var r=b[e=e||"sha1"],o=[];return r||i("algorithm:",e,"is not yet supported"),{update:function update(e){return u.isBuffer(e)||(e=new u(e)),o.push(e),e.length,this},digest:function digest(e){var t=u.concat(o),t=n?function(e,t,n){u.isBuffer(t)||(t=new u(t)),u.isBuffer(n)||(n=new u(n)),t.length>s?t=e(t):t.length<s&&(t=u.concat([t,a],s));for(var r=new u(s),o=new u(s),i=0;i<s;i++)r[i]=54^t[i],o[i]=92^t[i];return n=e(u.concat([r,n])),e(u.concat([o,n]))}(r,n,t):r(t);return o=null,e?t.toString(e):t}}}function i(){var e=[].slice.call(arguments).join(" ");throw new Error([e,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join("\n"))}a.fill(0),_.createHash=function(e){return r(e)},_.createHmac=r,_.randomBytes=function(e,t){if(!t||!t.call)return new u(n(e));try{t.call(this,void 0,new u(n(e)))}catch(e){t(e)}};var o,f=["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],m=function m(e){_[e]=function(){i("sorry,",e,"is not implemented yet")}};for(o in f)m(f[o],o)}.call(this,v("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},v("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/index.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./md5":6,"./rng":7,"./sha":8,"./sha256":9,buffer:3,lYpoI2:11}],6:[function(w,b,e){!function(e,r,o,i,u,a,f,l,y){var t=w("./helpers");function n(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,r=-271733879,o=-1732584194,i=271733878,u=0;u<e.length;u+=16){var s=n,a=r,f=o,l=i,n=c(n,r,o,i,e[u+0],7,-680876936),i=c(i,n,r,o,e[u+1],12,-389564586),o=c(o,i,n,r,e[u+2],17,606105819),r=c(r,o,i,n,e[u+3],22,-1044525330);n=c(n,r,o,i,e[u+4],7,-176418897),i=c(i,n,r,o,e[u+5],12,1200080426),o=c(o,i,n,r,e[u+6],17,-1473231341),r=c(r,o,i,n,e[u+7],22,-45705983),n=c(n,r,o,i,e[u+8],7,1770035416),i=c(i,n,r,o,e[u+9],12,-1958414417),o=c(o,i,n,r,e[u+10],17,-42063),r=c(r,o,i,n,e[u+11],22,-1990404162),n=c(n,r,o,i,e[u+12],7,1804603682),i=c(i,n,r,o,e[u+13],12,-40341101),o=c(o,i,n,r,e[u+14],17,-1502002290),n=d(n,r=c(r,o,i,n,e[u+15],22,1236535329),o,i,e[u+1],5,-165796510),i=d(i,n,r,o,e[u+6],9,-1069501632),o=d(o,i,n,r,e[u+11],14,643717713),r=d(r,o,i,n,e[u+0],20,-373897302),n=d(n,r,o,i,e[u+5],5,-701558691),i=d(i,n,r,o,e[u+10],9,38016083),o=d(o,i,n,r,e[u+15],14,-660478335),r=d(r,o,i,n,e[u+4],20,-405537848),n=d(n,r,o,i,e[u+9],5,568446438),i=d(i,n,r,o,e[u+14],9,-1019803690),o=d(o,i,n,r,e[u+3],14,-187363961),r=d(r,o,i,n,e[u+8],20,1163531501),n=d(n,r,o,i,e[u+13],5,-1444681467),i=d(i,n,r,o,e[u+2],9,-51403784),o=d(o,i,n,r,e[u+7],14,1735328473),n=h(n,r=d(r,o,i,n,e[u+12],20,-1926607734),o,i,e[u+5],4,-378558),i=h(i,n,r,o,e[u+8],11,-2022574463),o=h(o,i,n,r,e[u+11],16,1839030562),r=h(r,o,i,n,e[u+14],23,-35309556),n=h(n,r,o,i,e[u+1],4,-1530992060),i=h(i,n,r,o,e[u+4],11,1272893353),o=h(o,i,n,r,e[u+7],16,-155497632),r=h(r,o,i,n,e[u+10],23,-1094730640),n=h(n,r,o,i,e[u+13],4,681279174),i=h(i,n,r,o,e[u+0],11,-358537222),o=h(o,i,n,r,e[u+3],16,-722521979),r=h(r,o,i,n,e[u+6],23,76029189),n=h(n,r,o,i,e[u+9],4,-640364487),i=h(i,n,r,o,e[u+12],11,-421815835),o=h(o,i,n,r,e[u+15],16,530742520),n=p(n,r=h(r,o,i,n,e[u+2],23,-995338651),o,i,e[u+0],6,-198630844),i=p(i,n,r,o,e[u+7],10,1126891415),o=p(o,i,n,r,e[u+14],15,-1416354905),r=p(r,o,i,n,e[u+5],21,-57434055),n=p(n,r,o,i,e[u+12],6,1700485571),i=p(i,n,r,o,e[u+3],10,-1894986606),o=p(o,i,n,r,e[u+10],15,-1051523),r=p(r,o,i,n,e[u+1],21,-2054922799),n=p(n,r,o,i,e[u+8],6,1873313359),i=p(i,n,r,o,e[u+15],10,-30611744),o=p(o,i,n,r,e[u+6],15,-1560198380),r=p(r,o,i,n,e[u+13],21,1309151649),n=p(n,r,o,i,e[u+4],6,-145523070),i=p(i,n,r,o,e[u+11],10,-1120210379),o=p(o,i,n,r,e[u+2],15,718787259),r=p(r,o,i,n,e[u+9],21,-343485551),n=g(n,s),r=g(r,a),o=g(o,f),i=g(i,l)}return Array(n,r,o,i)}function s(e,t,n,r,o,i){return g((t=g(g(t,e),g(r,i)))<<o|t>>>32-o,n)}function c(e,t,n,r,o,i,u){return s(t&n|~t&r,e,t,o,i,u)}function d(e,t,n,r,o,i,u){return s(t&r|n&~r,e,t,o,i,u)}function h(e,t,n,r,o,i,u){return s(t^n^r,e,t,o,i,u)}function p(e,t,n,r,o,i,u){return s(n^(t|~r),e,t,o,i,u)}function g(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}b.exports=function(e){return t.hash(e,n,16)}}.call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],7:[function(e,l,t){!function(e,t,n,r,o,i,u,s,f){var a;l.exports=a||function(e){for(var t,n=new Array(e),r=0;r<e;r++)0==(3&r)&&(t=4294967296*Math.random()),n[r]=t>>>((3&r)<<3)&255;return n}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:11}],8:[function(c,d,e){!function(e,t,n,r,o,s,a,f,l){var i=c("./helpers");function u(l,c){l[c>>5]|=128<<24-c%32,l[15+(c+64>>9<<4)]=c;for(var e,t,n,r=Array(80),o=1732584193,i=-271733879,u=-1732584194,s=271733878,d=-1009589776,h=0;h<l.length;h+=16){for(var p=o,g=i,y=u,w=s,b=d,a=0;a<80;a++){r[a]=a<16?l[h+a]:v(r[a-3]^r[a-8]^r[a-14]^r[a-16],1);var f=m(m(v(o,5),(f=i,t=u,n=s,(e=a)<20?f&t|~f&n:!(e<40)&&e<60?f&t|f&n|t&n:f^t^n)),m(m(d,r[a]),(e=a)<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514)),d=s,s=u,u=v(i,30),i=o,o=f}o=m(o,p),i=m(i,g),u=m(u,y),s=m(s,w),d=m(d,b)}return Array(o,i,u,s,d)}function m(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function v(e,t){return e<<t|e>>>32-t}d.exports=function(e){return i.hash(e,u,20,!0)}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],9:[function(c,d,e){!function(e,t,n,r,u,s,a,f,l){function b(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function o(e,l){var c,d=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),t=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),n=new Array(64);e[l>>5]|=128<<24-l%32,e[15+(l+64>>9<<4)]=l;for(var r,o,h=0;h<e.length;h+=16){for(var i=t[0],u=t[1],s=t[2],p=t[3],a=t[4],g=t[5],y=t[6],w=t[7],f=0;f<64;f++)n[f]=f<16?e[f+h]:b(b(b((o=n[f-2],m(o,17)^m(o,19)^v(o,10)),n[f-7]),(o=n[f-15],m(o,7)^m(o,18)^v(o,3))),n[f-16]),c=b(b(b(b(w,m(o=a,6)^m(o,11)^m(o,25)),a&g^~a&y),d[f]),n[f]),r=b(m(r=i,2)^m(r,13)^m(r,22),i&u^i&s^u&s),w=y,y=g,g=a,a=b(p,c),p=s,s=u,u=i,i=b(c,r);t[0]=b(i,t[0]),t[1]=b(u,t[1]),t[2]=b(s,t[2]),t[3]=b(p,t[3]),t[4]=b(a,t[4]),t[5]=b(g,t[5]),t[6]=b(y,t[6]),t[7]=b(w,t[7])}return t}var i=c("./helpers"),m=function m(e,t){return e>>>t|e<<32-t},v=function v(e,t){return e>>>t};d.exports=function(e){return i.hash(e,o,32,!0)}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],10:[function(e,t,f){!function(e,t,n,r,o,i,u,s,a){f.read=function(e,t,n,r,o){var i,u,l=8*o-r-1,c=(1<<l)-1,d=c>>1,s=-7,a=n?o-1:0,f=n?-1:1,o=e[t+a];for(a+=f,i=o&(1<<-s)-1,o>>=-s,s+=l;0<s;i=256*i+e[t+a],a+=f,s-=8);for(u=i&(1<<-s)-1,i>>=-s,s+=r;0<s;u=256*u+e[t+a],a+=f,s-=8);if(0===i)i=1-d;else{if(i===c)return u?NaN:1/0*(o?-1:1);u+=Math.pow(2,r),i-=d}return(o?-1:1)*u*Math.pow(2,i-r)},f.write=function(e,t,l,n,r,c){var o,i,u=8*c-r-1,s=(1<<u)-1,a=s>>1,d=23===r?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:c-1,h=n?1:-1,c=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,o=s):(o=Math.floor(Math.log(t)/Math.LN2),t*(n=Math.pow(2,-o))<1&&(o--,n*=2),2<=(t+=1<=o+a?d/n:d*Math.pow(2,1-a))*n&&(o++,n/=2),s<=o+a?(i=0,o=s):1<=o+a?(i=(t*n-1)*Math.pow(2,r),o+=a):(i=t*Math.pow(2,a-1)*Math.pow(2,r),o=0));8<=r;e[l+f]=255&i,f+=h,i/=256,r-=8);for(o=o<<r|i,u+=r;0<u;e[l+f]=255&o,f+=h,o/=256,u-=8);e[l+f-h]|=128*c}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/ieee754/index.js","/node_modules/gulp-browserify/node_modules/ieee754")},{buffer:3,lYpoI2:11}],11:[function(e,h,t){!function(e,t,n,r,o,f,l,c,d){var i,u,s;function a(){}(e=h.exports={}).nextTick=(u="undefined"!=typeof window&&window.setImmediate,s="undefined"!=typeof window&&window.postMessage&&window.addEventListener,u?function(e){return window.setImmediate(e)}:s?(i=[],window.addEventListener("message",function(e){var t=e.source;t!==window&&null!==t||"process-tick"!==e.data||(e.stopPropagation(),0<i.length&&i.shift()())},!0),function(e){i.push(e),window.postMessage("process-tick","*")}):function(e){setTimeout(e,0)}),e.title="browser",e.browser=!0,e.env={},e.argv=[],e.on=a,e.addListener=a,e.once=a,e.off=a,e.removeListener=a,e.removeAllListeners=a,e.emit=a,e.binding=function(e){throw new Error("process.binding is not supported")},e.cwd=function(){return"/"},e.chdir=function(e){throw new Error("process.chdir is not supported")}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/process/browser.js","/node_modules/gulp-browserify/node_modules/process")},{buffer:3,lYpoI2:11}]},{},[1])(1)})}).call(this)}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{}],135:[function(require,module,exports){var process=module.exports={};var cachedSetTimeout;var cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{if(typeof setTimeout==="function"){cachedSetTimeout=setTimeout}else{cachedSetTimeout=defaultSetTimout}}catch(e){cachedSetTimeout=defaultSetTimout}try{if(typeof clearTimeout==="function"){cachedClearTimeout=clearTimeout}else{cachedClearTimeout=defaultClearTimeout}}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout){return setTimeout(fun,0)}if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout){cachedSetTimeout=setTimeout;return setTimeout(fun,0)}try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout){return clearTimeout(marker)}if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout){cachedClearTimeout=clearTimeout;return clearTimeout(marker)}try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e){return cachedClearTimeout.call(this,marker)}}}var queue=[];var draining=false;var currentQueue;var queueIndex=-1;function cleanUpNextTick(){if(!draining||!currentQueue){return}draining=false;if(currentQueue.length){queue=currentQueue.concat(queue)}else{queueIndex=-1}if(queue.length){drainQueue()}}function drainQueue(){if(draining){return}var timeout=runTimeout(cleanUpNextTick);draining=true;var len=queue.length;while(len){currentQueue=queue;queue=[];while(++queueIndex<len){if(currentQueue){currentQueue[queueIndex].run()}}queueIndex=-1;len=queue.length}currentQueue=null;draining=false;runClearTimeout(timeout)}process.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1){for(var i=1;i<arguments.length;i++){args[i-1]=arguments[i]}}queue.push(new Item(fun,args));if(queue.length===1&&!draining){runTimeout(drainQueue)}};function Item(fun,array){this.fun=fun;this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process.title="browser";process.browser=true;process.env={};process.argv=[];process.version="";process.versions={};function noop(){}process.on=noop;process.addListener=noop;process.once=noop;process.off=noop;process.removeListener=noop;process.removeAllListeners=noop;process.emit=noop;process.prependListener=noop;process.prependOnceListener=noop;process.listeners=function(name){return[]};process.binding=function(name){throw new Error("process.binding is not supported")};process.cwd=function(){return"/"};process.chdir=function(dir){throw new Error("process.chdir is not supported")};process.umask=function(){return 0}},{}],136:[function(require,module,exports){!function(t,e){"object"==_typeof(exports)&&"object"==_typeof(module)?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==_typeof(exports)?exports.QRCodeStyling=e():t.QRCodeStyling=e()}(self,function(){return function(){var t={192:function _(t,e){var r,n,o=function(){var t=function t(_t,e){var r=_t,n=a[e],o=null,i=0,u=null,v=[],w={},m=function m(t,e){o=function(t){for(var e=new Array(t),r=0;r<t;r+=1){e[r]=new Array(t);for(var n=0;n<t;n+=1)e[r][n]=null}return e}(i=4*r+17),b(0,0),b(i-7,0),b(0,i-7),x(),_(),M(t,e),r>=7&&S(t),null==u&&(u=A(r,n,v)),C(u,e)},b=function b(t,e){for(var r=-1;r<=7;r+=1)if(!(t+r<=-1||i<=t+r))for(var n=-1;n<=7;n+=1)e+n<=-1||i<=e+n||(o[t+r][e+n]=0<=r&&r<=6&&(0==n||6==n)||0<=n&&n<=6&&(0==r||6==r)||2<=r&&r<=4&&2<=n&&n<=4)},_=function _(){for(var t=8;t<i-8;t+=1)null==o[t][6]&&(o[t][6]=t%2==0);for(var e=8;e<i-8;e+=1)null==o[6][e]&&(o[6][e]=e%2==0)},x=function x(){for(var t=s.getPatternPosition(r),e=0;e<t.length;e+=1)for(var n=0;n<t.length;n+=1){var i=t[e],a=t[n];if(null==o[i][a])for(var u=-2;u<=2;u+=1)for(var h=-2;h<=2;h+=1)o[i+u][a+h]=-2==u||2==u||-2==h||2==h||0==u&&0==h}},S=function S(t){for(var e=s.getBCHTypeNumber(r),n=0;n<18;n+=1){var a=!t&&1==(e>>n&1);o[Math.floor(n/3)][n%3+i-8-3]=a}for(n=0;n<18;n+=1)a=!t&&1==(e>>n&1),o[n%3+i-8-3][Math.floor(n/3)]=a},M=function M(t,e){for(var r=n<<3|e,a=s.getBCHTypeInfo(r),u=0;u<15;u+=1){var h=!t&&1==(a>>u&1);u<6?o[u][8]=h:u<8?o[u+1][8]=h:o[i-15+u][8]=h}for(u=0;u<15;u+=1)h=!t&&1==(a>>u&1),u<8?o[8][i-u-1]=h:u<9?o[8][15-u-1+1]=h:o[8][15-u-1]=h;o[i-8][8]=!t},C=function C(t,e){for(var r=-1,n=i-1,a=7,u=0,h=s.getMaskFunction(e),c=i-1;c>0;c-=2)for(6==c&&(c-=1);;){for(var l=0;l<2;l+=1)if(null==o[n][c-l]){var d=!1;u<t.length&&(d=1==(t[u]>>>a&1)),h(n,c-l)&&(d=!d),o[n][c-l]=d,-1==(a-=1)&&(u+=1,a=7)}if((n+=r)<0||i<=n){n-=r,r=-r;break}}},A=function A(t,e,r){for(var n=c.getRSBlocks(t,e),o=l(),i=0;i<r.length;i+=1){var a=r[i];o.put(a.getMode(),4),o.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(o)}var u=0;for(i=0;i<n.length;i+=1)u+=n[i].dataCount;if(o.getLengthInBits()>8*u)throw"code length overflow. ("+o.getLengthInBits()+">"+8*u+")";for(o.getLengthInBits()+4<=8*u&&o.put(0,4);o.getLengthInBits()%8!=0;)o.putBit(!1);for(;!(o.getLengthInBits()>=8*u||(o.put(236,8),o.getLengthInBits()>=8*u));)o.put(17,8);return function(t,e){for(var r=0,n=0,o=0,i=new Array(e.length),a=new Array(e.length),u=0;u<e.length;u+=1){var c=e[u].dataCount,l=e[u].totalCount-c;n=Math.max(n,c),o=Math.max(o,l),i[u]=new Array(c);for(var d=0;d<i[u].length;d+=1)i[u][d]=255&t.getBuffer()[d+r];r+=c;var f=s.getErrorCorrectPolynomial(l),g=h(i[u],f.getLength()-1).mod(f);for(a[u]=new Array(f.getLength()-1),d=0;d<a[u].length;d+=1){var p=d+g.getLength()-a[u].length;a[u][d]=p>=0?g.getAt(p):0}}var v=0;for(d=0;d<e.length;d+=1)v+=e[d].totalCount;var w=new Array(v),y=0;for(d=0;d<n;d+=1)for(u=0;u<e.length;u+=1)d<i[u].length&&(w[y]=i[u][d],y+=1);for(d=0;d<o;d+=1)for(u=0;u<e.length;u+=1)d<a[u].length&&(w[y]=a[u][d],y+=1);return w}(o,n)};w.addData=function(t,e){var r=null;switch(e=e||"Byte"){case"Numeric":r=d(t);break;case"Alphanumeric":r=f(t);break;case"Byte":r=g(t);break;case"Kanji":r=p(t);break;default:throw"mode:"+e}v.push(r),u=null},w.isDark=function(t,e){if(t<0||i<=t||e<0||i<=e)throw t+","+e;return o[t][e]},w.getModuleCount=function(){return i},w.make=function(){if(r<1){for(var t=1;t<40;t++){for(var e=c.getRSBlocks(t,n),o=l(),i=0;i<v.length;i++){var a=v[i];o.put(a.getMode(),4),o.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(o)}var u=0;for(i=0;i<e.length;i++)u+=e[i].dataCount;if(o.getLengthInBits()<=8*u)break}r=t}m(!1,function(){for(var t=0,e=0,r=0;r<8;r+=1){m(!0,r);var n=s.getLostPoint(w);(0==r||t>n)&&(t=n,e=r)}return e}())},w.createTableTag=function(t,e){t=t||2;var r="";r+='<table style="',r+=" border-width: 0px; border-style: none;",r+=" border-collapse: collapse;",r+=" padding: 0px; margin: "+(e=void 0===e?4*t:e)+"px;",r+='">',r+="<tbody>";for(var n=0;n<w.getModuleCount();n+=1){r+="<tr>";for(var o=0;o<w.getModuleCount();o+=1)r+='<td style="',r+=" border-width: 0px; border-style: none;",r+=" border-collapse: collapse;",r+=" padding: 0px; margin: 0px;",r+=" width: "+t+"px;",r+=" height: "+t+"px;",r+=" background-color: ",r+=w.isDark(n,o)?"#000000":"#ffffff",r+=";",r+='"/>';r+="</tr>"}return(r+="</tbody>")+"</table>"},w.createSvgTag=function(t,e,r,n){var o={};"object"==_typeof(arguments[0])&&(t=(o=arguments[0]).cellSize,e=o.margin,r=o.alt,n=o.title),t=t||2,e=void 0===e?4*t:e,(r="string"==typeof r?{text:r}:r||{}).text=r.text||null,r.id=r.text?r.id||"qrcode-description":null,(n="string"==typeof n?{text:n}:n||{}).text=n.text||null,n.id=n.text?n.id||"qrcode-title":null;var i,a,s,u,h=w.getModuleCount()*t+2*e,c="";for(u="l"+t+",0 0,"+t+" -"+t+",0 0,-"+t+"z ",c+='<svg version="1.1" xmlns="http://www.w3.org/2000/svg"',c+=o.scalable?"":' width="'+h+'px" height="'+h+'px"',c+=' viewBox="0 0 '+h+" "+h+'" ',c+=' preserveAspectRatio="xMinYMin meet"',c+=n.text||r.text?' role="img" aria-labelledby="'+k([n.id,r.id].join(" ").trim())+'"':"",c+=">",c+=n.text?'<title id="'+k(n.id)+'">'+k(n.text)+"</title>":"",c+=r.text?'<description id="'+k(r.id)+'">'+k(r.text)+"</description>":"",c+='<rect width="100%" height="100%" fill="white" cx="0" cy="0"/>',c+='<path d="',a=0;a<w.getModuleCount();a+=1)for(s=a*t+e,i=0;i<w.getModuleCount();i+=1)w.isDark(a,i)&&(c+="M"+(i*t+e)+","+s+u);return(c+='" stroke="transparent" fill="black"/>')+"</svg>"},w.createDataURL=function(t,e){t=t||2,e=void 0===e?4*t:e;var r=w.getModuleCount()*t+2*e,n=e,o=r-e;return y(r,r,function(e,r){if(n<=e&&e<o&&n<=r&&r<o){var i=Math.floor((e-n)/t),a=Math.floor((r-n)/t);return w.isDark(a,i)?0:1}return 1})},w.createImgTag=function(t,e,r){t=t||2,e=void 0===e?4*t:e;var n=w.getModuleCount()*t+2*e,o="";return o+="<img",o+=' src="',o+=w.createDataURL(t,e),o+='"',o+=' width="',o+=n,o+='"',o+=' height="',o+=n,o+='"',r&&(o+=' alt="',o+=k(r),o+='"'),o+"/>"};var k=function k(t){for(var e="",r=0;r<t.length;r+=1){var n=t.charAt(r);switch(n){case"<":e+="<";break;case">":e+=">";break;case"&":e+="&";break;case'"':e+=""";break;default:e+=n}}return e};return w.createASCII=function(t,e){if((t=t||1)<2)return function(t){t=void 0===t?2:t;var e,r,n,o,i,a=1*w.getModuleCount()+2*t,s=t,u=a-t,h={"██":"█","█ ":"▀"," █":"▄"," ":" "},c={"██":"▀","█ ":"▀"," █":" "," ":" "},l="";for(e=0;e<a;e+=2){for(n=Math.floor((e-s)/1),o=Math.floor((e+1-s)/1),r=0;r<a;r+=1)i="█",s<=r&&r<u&&s<=e&&e<u&&w.isDark(n,Math.floor((r-s)/1))&&(i=" "),s<=r&&r<u&&s<=e+1&&e+1<u&&w.isDark(o,Math.floor((r-s)/1))?i+=" ":i+="█",l+=t<1&&e+1>=u?c[i]:h[i];l+="\n"}return a%2&&t>0?l.substring(0,l.length-a-1)+Array(a+1).join("▀"):l.substring(0,l.length-1)}(e);t-=1,e=void 0===e?2*t:e;var r,n,o,i,a=w.getModuleCount()*t+2*e,s=e,u=a-e,h=Array(t+1).join("██"),c=Array(t+1).join(" "),l="",d="";for(r=0;r<a;r+=1){for(o=Math.floor((r-s)/t),d="",n=0;n<a;n+=1)i=1,s<=n&&n<u&&s<=r&&r<u&&w.isDark(o,Math.floor((n-s)/t))&&(i=0),d+=i?h:c;for(o=0;o<t;o+=1)l+=d+"\n"}return l.substring(0,l.length-1)},w.renderTo2dContext=function(t,e){e=e||2;for(var r=w.getModuleCount(),n=0;n<r;n++)for(var o=0;o<r;o++)t.fillStyle=w.isDark(n,o)?"black":"white",t.fillRect(n*e,o*e,e,e)},w};t.stringToBytes=(t.stringToBytesFuncs={default:function _default(t){for(var e=[],r=0;r<t.length;r+=1){var n=t.charCodeAt(r);e.push(255&n)}return e}})["default"],t.createStringToBytes=function(t,e){var r=function(){for(var r=w(t),n=function n(){var t=r.read();if(-1==t)throw"eof";return t},o=0,i={};;){var a=r.read();if(-1==a)break;var s=n(),u=n()<<8|n();i[String.fromCharCode(a<<8|s)]=u,o+=1}if(o!=e)throw o+" != "+e;return i}(),n="?".charCodeAt(0);return function(t){for(var e=[],o=0;o<t.length;o+=1){var i=t.charCodeAt(o);if(i<128)e.push(i);else{var a=r[t.charAt(o)];"number"==typeof a?(255&a)==a?e.push(a):(e.push(a>>>8),e.push(255&a)):e.push(n)}}return e}};var e,r,n,o,i,a={L:1,M:0,Q:3,H:2},s=(e=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],r=1335,n=7973,i=function i(t){for(var e=0;0!=t;)e+=1,t>>>=1;return e},(o={}).getBCHTypeInfo=function(t){for(var e=t<<10;i(e)-i(r)>=0;)e^=r<<i(e)-i(r);return 21522^(t<<10|e)},o.getBCHTypeNumber=function(t){for(var e=t<<12;i(e)-i(n)>=0;)e^=n<<i(e)-i(n);return t<<12|e},o.getPatternPosition=function(t){return e[t-1]},o.getMaskFunction=function(t){switch(t){case 0:return function(t,e){return(t+e)%2==0};case 1:return function(t,e){return t%2==0};case 2:return function(t,e){return e%3==0};case 3:return function(t,e){return(t+e)%3==0};case 4:return function(t,e){return(Math.floor(t/2)+Math.floor(e/3))%2==0};case 5:return function(t,e){return t*e%2+t*e%3==0};case 6:return function(t,e){return(t*e%2+t*e%3)%2==0};case 7:return function(t,e){return(t*e%3+(t+e)%2)%2==0};default:throw"bad maskPattern:"+t}},o.getErrorCorrectPolynomial=function(t){for(var e=h([1],0),r=0;r<t;r+=1)e=e.multiply(h([1,u.gexp(r)],0));return e},o.getLengthInBits=function(t,e){if(1<=e&&e<10)switch(t){case 1:return 10;case 2:return 9;case 4:case 8:return 8;default:throw"mode:"+t}else if(e<27)switch(t){case 1:return 12;case 2:return 11;case 4:return 16;case 8:return 10;default:throw"mode:"+t}else{if(!(e<41))throw"type:"+e;switch(t){case 1:return 14;case 2:return 13;case 4:return 16;case 8:return 12;default:throw"mode:"+t}}},o.getLostPoint=function(t){for(var e=t.getModuleCount(),r=0,n=0;n<e;n+=1)for(var o=0;o<e;o+=1){for(var i=0,a=t.isDark(n,o),s=-1;s<=1;s+=1)if(!(n+s<0||e<=n+s))for(var u=-1;u<=1;u+=1)o+u<0||e<=o+u||0==s&&0==u||a==t.isDark(n+s,o+u)&&(i+=1);i>5&&(r+=3+i-5)}for(n=0;n<e-1;n+=1)for(o=0;o<e-1;o+=1){var h=0;t.isDark(n,o)&&(h+=1),t.isDark(n+1,o)&&(h+=1),t.isDark(n,o+1)&&(h+=1),t.isDark(n+1,o+1)&&(h+=1),0!=h&&4!=h||(r+=3)}for(n=0;n<e;n+=1)for(o=0;o<e-6;o+=1)t.isDark(n,o)&&!t.isDark(n,o+1)&&t.isDark(n,o+2)&&t.isDark(n,o+3)&&t.isDark(n,o+4)&&!t.isDark(n,o+5)&&t.isDark(n,o+6)&&(r+=40);for(o=0;o<e;o+=1)for(n=0;n<e-6;n+=1)t.isDark(n,o)&&!t.isDark(n+1,o)&&t.isDark(n+2,o)&&t.isDark(n+3,o)&&t.isDark(n+4,o)&&!t.isDark(n+5,o)&&t.isDark(n+6,o)&&(r+=40);var c=0;for(o=0;o<e;o+=1)for(n=0;n<e;n+=1)t.isDark(n,o)&&(c+=1);return r+Math.abs(100*c/e/e-50)/5*10},o),u=function(){for(var t=new Array(256),e=new Array(256),r=0;r<8;r+=1)t[r]=1<<r;for(r=8;r<256;r+=1)t[r]=t[r-4]^t[r-5]^t[r-6]^t[r-8];for(r=0;r<255;r+=1)e[t[r]]=r;return{glog:function glog(t){if(t<1)throw"glog("+t+")";return e[t]},gexp:function gexp(e){for(;e<0;)e+=255;for(;e>=256;)e-=255;return t[e]}}}();function h(t,e){if(void 0===t.length)throw t.length+"/"+e;var r=function(){for(var r=0;r<t.length&&0==t[r];)r+=1;for(var n=new Array(t.length-r+e),o=0;o<t.length-r;o+=1)n[o]=t[o+r];return n}(),n={getAt:function getAt(t){return r[t]},getLength:function getLength(){return r.length},multiply:function multiply(t){for(var e=new Array(n.getLength()+t.getLength()-1),r=0;r<n.getLength();r+=1)for(var o=0;o<t.getLength();o+=1)e[r+o]^=u.gexp(u.glog(n.getAt(r))+u.glog(t.getAt(o)));return h(e,0)},mod:function mod(t){if(n.getLength()-t.getLength()<0)return n;for(var e=u.glog(n.getAt(0))-u.glog(t.getAt(0)),r=new Array(n.getLength()),o=0;o<n.getLength();o+=1)r[o]=n.getAt(o);for(o=0;o<t.getLength();o+=1)r[o]^=u.gexp(u.glog(t.getAt(o))+e);return h(r,0).mod(t)}};return n}var c=function(){var t=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12,7,37,13],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],e=function e(t,_e2){var r={};return r.totalCount=t,r.dataCount=_e2,r},r={getRSBlocks:function getRSBlocks(r,n){var o=function(e,r){switch(r){case a.L:return t[4*(e-1)+0];case a.M:return t[4*(e-1)+1];case a.Q:return t[4*(e-1)+2];case a.H:return t[4*(e-1)+3];default:return}}(r,n);if(void 0===o)throw"bad rs block @ typeNumber:"+r+"/errorCorrectionLevel:"+n;for(var i=o.length/3,s=[],u=0;u<i;u+=1)for(var h=o[3*u+0],c=o[3*u+1],l=o[3*u+2],d=0;d<h;d+=1)s.push(e(c,l));return s}};return r}(),l=function l(){var t=[],e=0,r={getBuffer:function getBuffer(){return t},getAt:function getAt(e){var r=Math.floor(e/8);return 1==(t[r]>>>7-e%8&1)},put:function put(t,e){for(var n=0;n<e;n+=1)r.putBit(1==(t>>>e-n-1&1))},getLengthInBits:function getLengthInBits(){return e},putBit:function putBit(r){var n=Math.floor(e/8);t.length<=n&&t.push(0),r&&(t[n]|=128>>>e%8),e+=1}};return r},d=function d(t){var e=t,r={getMode:function getMode(){return 1},getLength:function getLength(t){return e.length},write:function write(t){for(var r=e,o=0;o+2<r.length;)t.put(n(r.substring(o,o+3)),10),o+=3;o<r.length&&(r.length-o==1?t.put(n(r.substring(o,o+1)),4):r.length-o==2&&t.put(n(r.substring(o,o+2)),7))}},n=function n(t){for(var e=0,r=0;r<t.length;r+=1)e=10*e+o(t.charAt(r));return e},o=function o(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);throw"illegal char :"+t};return r},f=function f(t){var e=t,r={getMode:function getMode(){return 2},getLength:function getLength(t){return e.length},write:function write(t){for(var r=e,o=0;o+1<r.length;)t.put(45*n(r.charAt(o))+n(r.charAt(o+1)),11),o+=2;o<r.length&&t.put(n(r.charAt(o)),6)}},n=function n(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);if("A"<=t&&t<="Z")return t.charCodeAt(0)-"A".charCodeAt(0)+10;switch(t){case" ":return 36;case"$":return 37;case"%":return 38;case"*":return 39;case"+":return 40;case"-":return 41;case".":return 42;case"/":return 43;case":":return 44;default:throw"illegal char :"+t}};return r},g=function g(e){var r=t.stringToBytes(e);return{getMode:function getMode(){return 4},getLength:function getLength(t){return r.length},write:function write(t){for(var e=0;e<r.length;e+=1)t.put(r[e],8)}}},p=function p(e){var r=t.stringToBytesFuncs.SJIS;if(!r)throw"sjis not supported.";!function(t,e){var n=r("友");if(2!=n.length||38726!=(n[0]<<8|n[1]))throw"sjis not supported."}();var n=r(e);return{getMode:function getMode(){return 8},getLength:function getLength(t){return~~(n.length/2)},write:function write(t){for(var e=n,r=0;r+1<e.length;){var o=(255&e[r])<<8|255&e[r+1];if(33088<=o&&o<=40956)o-=33088;else{if(!(57408<=o&&o<=60351))throw"illegal char at "+(r+1)+"/"+o;o-=49472}o=192*(o>>>8&255)+(255&o),t.put(o,13),r+=2}if(r<e.length)throw"illegal char at "+(r+1)}}},v=function v(){var t=[],e={writeByte:function writeByte(e){t.push(255&e)},writeShort:function writeShort(t){e.writeByte(t),e.writeByte(t>>>8)},writeBytes:function writeBytes(t,r,n){r=r||0,n=n||t.length;for(var o=0;o<n;o+=1)e.writeByte(t[o+r])},writeString:function writeString(t){for(var r=0;r<t.length;r+=1)e.writeByte(t.charCodeAt(r))},toByteArray:function toByteArray(){return t},toString:function toString(){var e="";e+="[";for(var r=0;r<t.length;r+=1)r>0&&(e+=","),e+=t[r];return e+"]"}};return e},w=function w(t){var e=t,r=0,n=0,o=0,i={read:function read(){for(;o<8;){if(r>=e.length){if(0==o)return-1;throw"unexpected end of file./"+o}var t=e.charAt(r);if(r+=1,"="==t)return o=0,-1;t.match(/^\s$/)||(n=n<<6|a(t.charCodeAt(0)),o+=6)}var i=n>>>o-8&255;return o-=8,i}},a=function a(t){if(65<=t&&t<=90)return t-65;if(97<=t&&t<=122)return t-97+26;if(48<=t&&t<=57)return t-48+52;if(43==t)return 62;if(47==t)return 63;throw"c:"+t};return i},y=function y(t,e,r){for(var n=function(t,e){var r=t,n=e,o=new Array(t*e),i={setPixel:function setPixel(t,e,n){o[e*r+t]=n},write:function write(t){t.writeString("GIF87a"),t.writeShort(r),t.writeShort(n),t.writeByte(128),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(255),t.writeByte(255),t.writeByte(255),t.writeString(","),t.writeShort(0),t.writeShort(0),t.writeShort(r),t.writeShort(n),t.writeByte(0);var e=a(2);t.writeByte(2);for(var o=0;e.length-o>255;)t.writeByte(255),t.writeBytes(e,o,255),o+=255;t.writeByte(e.length-o),t.writeBytes(e,o,e.length-o),t.writeByte(0),t.writeString(";")}},a=function a(t){for(var e=1<<t,r=1+(1<<t),n=t+1,i=s(),a=0;a<e;a+=1)i.add(String.fromCharCode(a));i.add(String.fromCharCode(e)),i.add(String.fromCharCode(r));var u,h,c,l=v(),d=(u=l,h=0,c=0,{write:function write(t,e){if(t>>>e!=0)throw"length over";for(;h+e>=8;)u.writeByte(255&(t<<h|c)),e-=8-h,t>>>=8-h,c=0,h=0;c|=t<<h,h+=e},flush:function flush(){h>0&&u.writeByte(c)}});d.write(e,n);var f=0,g=String.fromCharCode(o[f]);for(f+=1;f<o.length;){var p=String.fromCharCode(o[f]);f+=1,i.contains(g+p)?g+=p:(d.write(i.indexOf(g),n),i.size()<4095&&(i.size()==1<<n&&(n+=1),i.add(g+p)),g=p)}return d.write(i.indexOf(g),n),d.write(r,n),d.flush(),l.toByteArray()},s=function s(){var t={},e=0,r={add:function add(n){if(r.contains(n))throw"dup key:"+n;t[n]=e,e+=1},size:function size(){return e},indexOf:function indexOf(e){return t[e]},contains:function contains(e){return void 0!==t[e]}};return r};return i}(t,e),o=0;o<e;o+=1)for(var i=0;i<t;i+=1)n.setPixel(i,o,r(i,o));var a=v();n.write(a);for(var s=function(){var t=0,e=0,r=0,n="",o={},i=function i(t){n+=String.fromCharCode(a(63&t))},a=function a(t){if(t<0);else{if(t<26)return 65+t;if(t<52)return t-26+97;if(t<62)return t-52+48;if(62==t)return 43;if(63==t)return 47}throw"n:"+t};return o.writeByte=function(n){for(t=t<<8|255&n,e+=8,r+=1;e>=6;)i(t>>>e-6),e-=6},o.flush=function(){if(e>0&&(i(t<<6-e),t=0,e=0),r%3!=0)for(var o=3-r%3,a=0;a<o;a+=1)n+="="},o.toString=function(){return n},o}(),u=a.toByteArray(),h=0;h<u.length;h+=1)s.writeByte(u[h]);return s.flush(),"data:image/gif;base64,"+s};return t}();o.stringToBytesFuncs["UTF-8"]=function(t){return function(t){for(var e=[],r=0;r<t.length;r++){var n=t.charCodeAt(r);n<128?e.push(n):n<2048?e.push(192|n>>6,128|63&n):n<55296||n>=57344?e.push(224|n>>12,128|n>>6&63,128|63&n):(r++,n=65536+((1023&n)<<10|1023&t.charCodeAt(r)),e.push(240|n>>18,128|n>>12&63,128|n>>6&63,128|63&n))}return e}(t)},void 0===(n="function"==typeof(r=function r(){return o})?r.apply(e,[]):r)||(t.exports=n)},676:function _(t,e,r){"use strict";r.d(e,{default:function _default(){return q}});var _n2=function n(){return(_n2=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},o=function o(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;var n=Array(t),o=0;for(e=0;e<r;e++)for(var i=arguments[e],a=0,s=i.length;a<s;a++,o++)n[o]=i[a];return n},i=function i(t){return!!t&&"object"==_typeof(t)&&!Array.isArray(t)};function a(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(!e.length)return t;var s=e.shift();return void 0!==s&&i(t)&&i(s)?(t=_n2({},t),Object.keys(s).forEach(function(e){var r=t[e],n=s[e];Array.isArray(r)&&Array.isArray(n)?t[e]=n:i(r)&&i(n)?t[e]=a(Object.assign({},r),n):t[e]=n}),a.apply(void 0,o([t],e))):t}function s(t,e){var r=document.createElement("a");r.download=e,r.href=t,document.body.appendChild(r),r.click(),document.body.removeChild(r)}function u(t){return e=this,r=void 0,o=function o(){return function(t,e){var r,n,o,i,a={label:0,sent:function sent(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n["return"]:i[0]?n["throw"]||((o=n["return"])&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}(this,function(e){return[2,new Promise(function(e){var r=new XMLHttpRequest;r.onload=function(){var t=new FileReader;t.onloadend=function(){e(t.result)},t.readAsDataURL(r.response)},r.open("GET",t),r.responseType="blob",r.send()})]})},new((n=void 0)||(n=Promise))(function(t,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o["throw"](t))}catch(t){i(t)}}function u(e){var r;e.done?t(e.value):(r=e.value,r instanceof n?r:new n(function(t){t(r)})).then(a,s)}u((o=o.apply(e,r||[])).next())});var e,r,n,o}var h={L:.07,M:.15,Q:.25,H:.3};var _c=function c(){return(_c=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};var l=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"dots":o=this._drawDot;break;case"classy":o=this._drawClassy;break;case"classy-rounded":o=this._drawClassyRounded;break;case"rounded":o=this._drawRounded;break;case"extra-rounded":o=this._drawExtraRounded;break;case"square":default:o=this._drawSquare}o.call(this,{x:t,y:e,size:r,getNeighbor:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(n+r/2)),e._element.setAttribute("cy",String(o+r/2)),e._element.setAttribute("r",String(r/2))}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(n)),e._element.setAttribute("y",String(o)),e._element.setAttribute("width",String(r)),e._element.setAttribute("height",String(r))}}))},t.prototype._basicSideRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r/2+"a "+r/2+" "+r/2+", 0, 0, 0, 0 "+-r)}}))},t.prototype._basicCornerRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"v "+-r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+-r/2+" "+-r/2)}}))},t.prototype._basicCornerExtraRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"a "+r+" "+r+", 0, 0, 0, "+-r+" "+-r)}}))},t.prototype._basicCornersRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+r/2+" "+r/2+"h "+r/2+"v "+-r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+-r/2+" "+-r/2)}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size;this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size;this._basicSquare({x:e,y:r,size:n,rotation:0})},t.prototype._drawRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0,h=i+a+s+u;if(0!==h){if(h>2||i&&a||s&&u)this._basicSquare({x:e,y:r,size:n,rotation:0});else{if(2===h){var c=0;return i&&s?c=Math.PI/2:s&&a?c=Math.PI:a&&u&&(c=-Math.PI/2),void this._basicCornerRounded({x:e,y:r,size:n,rotation:c})}if(1===h)return c=0,s?c=Math.PI/2:a?c=Math.PI:u&&(c=-Math.PI/2),void this._basicSideRounded({x:e,y:r,size:n,rotation:c})}}else this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawExtraRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0,h=i+a+s+u;if(0!==h){if(h>2||i&&a||s&&u)this._basicSquare({x:e,y:r,size:n,rotation:0});else{if(2===h){var c=0;return i&&s?c=Math.PI/2:s&&a?c=Math.PI:a&&u&&(c=-Math.PI/2),void this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:c})}if(1===h)return c=0,s?c=Math.PI/2:a?c=Math.PI:u&&(c=-Math.PI/2),void this._basicSideRounded({x:e,y:r,size:n,rotation:c})}}else this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawClassy=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0;0!==i+a+s+u?i||s?a||u?this._basicSquare({x:e,y:r,size:n,rotation:0}):this._basicCornerRounded({x:e,y:r,size:n,rotation:Math.PI/2}):this._basicCornerRounded({x:e,y:r,size:n,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:r,size:n,rotation:Math.PI/2})},t.prototype._drawClassyRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0;0!==i+a+s+u?i||s?a||u?this._basicSquare({x:e,y:r,size:n,rotation:0}):this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:Math.PI/2}):this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:r,size:n,rotation:Math.PI/2})},t}();var _d2=function d(){return(_d2=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};var f=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"square":o=this._drawSquare;break;case"extra-rounded":o=this._drawExtraRounded;break;case"dot":default:o=this._drawDot}o.call(this,{x:t,y:e,size:r,rotation:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(_d2(_d2({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+(n+r/2)+" "+o+"a "+r/2+" "+r/2+" 0 1 0 0.1 0zm 0 "+i+"a "+(r/2-i)+" "+(r/2-i)+" 0 1 1 -0.1 0Z")}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(_d2(_d2({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"v "+-r+"zM "+(n+i)+" "+(o+i)+"h "+(r-2*i)+"v "+(r-2*i)+"h "+(2*i-r)+"z")}}))},t.prototype._basicExtraRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(_d2(_d2({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+n+" "+(o+2.5*i)+"v "+2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*i+" "+2.5*i+"h "+2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*i+" "+2.5*-i+"v "+-2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*-i+" "+2.5*-i+"h "+-2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*-i+" "+2.5*i+"M "+(n+2.5*i)+" "+(o+i)+"h "+2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*i+" "+1.5*i+"v "+2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*-i+" "+1.5*i+"h "+-2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*-i+" "+1.5*-i+"v "+-2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*i+" "+1.5*-i)}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicDot({x:e,y:r,size:n,rotation:o})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicSquare({x:e,y:r,size:n,rotation:o})},t.prototype._drawExtraRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicExtraRounded({x:e,y:r,size:n,rotation:o})},t}();var _g=function g(){return(_g=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};var p=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"square":o=this._drawSquare;break;case"dot":default:o=this._drawDot}o.call(this,{x:t,y:e,size:r,rotation:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_g(_g({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(n+r/2)),e._element.setAttribute("cy",String(o+r/2)),e._element.setAttribute("r",String(r/2))}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_g(_g({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(n)),e._element.setAttribute("y",String(o)),e._element.setAttribute("width",String(r)),e._element.setAttribute("height",String(r))}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicDot({x:e,y:r,size:n,rotation:o})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicSquare({x:e,y:r,size:n,rotation:o})},t}(),v="circle";var w=function w(t,e,r,n){return new(r||(r=Promise))(function(o,i){function a(t){try{u(n.next(t))}catch(t){i(t)}}function s(t){try{u(n["throw"](t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r(function(t){t(e)})).then(a,s)}u((n=n.apply(t,e||[])).next())})},y=function y(t,e){var r,n,o,i,a={label:0,sent:function sent(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n["return"]:i[0]?n["throw"]||((o=n["return"])&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},m=[[1,1,1,1,1,1,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,1,1,1,1,1,1]],b=[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]];var _=function(){function t(t){this._element=document.createElementNS("http://www.w3.org/2000/svg","svg"),this._element.setAttribute("width",String(t.width)),this._element.setAttribute("height",String(t.height)),this._defs=document.createElementNS("http://www.w3.org/2000/svg","defs"),this._element.appendChild(this._defs),this._options=t}return Object.defineProperty(t.prototype,"width",{get:function get(){return this._options.width},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function get(){return this._options.height},enumerable:!1,configurable:!0}),t.prototype.getElement=function(){return this._element},t.prototype.drawQR=function(t){return w(this,void 0,void 0,function(){var e,r,n,o,i,a,s,u,c,l,d=this;return y(this,function(f){switch(f.label){case 0:return e=t.getModuleCount(),r=Math.min(this._options.width,this._options.height)-2*this._options.margin,n=this._options.shape===v?r/Math.sqrt(2):r,o=Math.floor(n/e),i={hideXDots:0,hideYDots:0,width:0,height:0},this._qr=t,this._options.image?[4,this.loadImage()]:[3,2];case 1:if(f.sent(),!this._image)return[2];a=this._options,s=a.imageOptions,u=a.qrOptions,c=s.imageSize*h[u.errorCorrectionLevel],l=Math.floor(c*e*e),i=function(t){var e=t.originalHeight,r=t.originalWidth,n=t.maxHiddenDots,o=t.maxHiddenAxisDots,i=t.dotSize,a={x:0,y:0},s={x:0,y:0};if(e<=0||r<=0||n<=0||i<=0)return{height:0,width:0,hideYDots:0,hideXDots:0};var u=e/r;return a.x=Math.floor(Math.sqrt(n/u)),a.x<=0&&(a.x=1),o&&o<a.x&&(a.x=o),a.x%2==0&&a.x--,s.x=a.x*i,a.y=1+2*Math.ceil((a.x*u-1)/2),s.y=Math.round(s.x*u),(a.y*a.x>n||o&&o<a.y)&&(o&&o<a.y?(a.y=o,a.y%2==0&&a.x--):a.y-=2,s.y=a.y*i,a.x=1+2*Math.ceil((a.y/u-1)/2),s.x=Math.round(s.y/u)),{height:s.y,width:s.x,hideYDots:a.y,hideXDots:a.x}}({originalWidth:this._image.width,originalHeight:this._image.height,maxHiddenDots:l,maxHiddenAxisDots:e-14,dotSize:o}),f.label=2;case 2:return this.drawBackground(),this.drawDots(function(t,r){var n,o,a,s,u,h;return!(d._options.imageOptions.hideBackgroundDots&&t>=(e-i.hideXDots)/2&&t<(e+i.hideXDots)/2&&r>=(e-i.hideYDots)/2&&r<(e+i.hideYDots)/2||(null===(n=m[t])||void 0===n?void 0:n[r])||(null===(o=m[t-e+7])||void 0===o?void 0:o[r])||(null===(a=m[t])||void 0===a?void 0:a[r-e+7])||(null===(s=b[t])||void 0===s?void 0:s[r])||(null===(u=b[t-e+7])||void 0===u?void 0:u[r])||(null===(h=b[t])||void 0===h?void 0:h[r-e+7]))}),this.drawCorners(),this._options.image?[4,this.drawImage({width:i.width,height:i.height,count:e,dotSize:o})]:[3,4];case 3:f.sent(),f.label=4;case 4:return[2]}})})},t.prototype.drawBackground=function(){var t,e,r,n=this._element,o=this._options;if(n){var i=null===(t=o.backgroundOptions)||void 0===t?void 0:t.gradient,a=null===(e=o.backgroundOptions)||void 0===e?void 0:e.color;if((i||a)&&this._createColor({options:i,color:a,additionalRotation:0,x:0,y:0,height:o.height,width:o.width,name:"background-color"}),null===(r=o.backgroundOptions)||void 0===r?void 0:r.round){var s=Math.min(o.width,o.height),u=document.createElementNS("http://www.w3.org/2000/svg","rect");this._backgroundClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._backgroundClipPath.setAttribute("id","clip-path-background-color"),this._defs.appendChild(this._backgroundClipPath),u.setAttribute("x",String((o.width-s)/2)),u.setAttribute("y",String((o.height-s)/2)),u.setAttribute("width",String(s)),u.setAttribute("height",String(s)),u.setAttribute("rx",String(s/2*o.backgroundOptions.round)),this._backgroundClipPath.appendChild(u)}}},t.prototype.drawDots=function(t){var e,r,n=this;if(!this._qr)throw"QR code is not defined";var o=this._options,i=this._qr.getModuleCount();if(i>o.width||i>o.height)throw"The canvas is too small.";var a=Math.min(o.width,o.height)-2*o.margin,s=o.shape===v?a/Math.sqrt(2):a,u=Math.floor(s/i),h=Math.floor((o.width-i*u)/2),c=Math.floor((o.height-i*u)/2),d=new l({svg:this._element,type:o.dotsOptions.type});this._dotsClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._dotsClipPath.setAttribute("id","clip-path-dot-color"),this._defs.appendChild(this._dotsClipPath),this._createColor({options:null===(e=o.dotsOptions)||void 0===e?void 0:e.gradient,color:o.dotsOptions.color,additionalRotation:0,x:0,y:0,height:o.height,width:o.width,name:"dot-color"});for(var f=function f(e){for(var o=function o(_o){return t&&!t(e,_o)?"continue":(null===(r=g._qr)||void 0===r?void 0:r.isDark(e,_o))?(d.draw(h+e*u,c+_o*u,u,function(r,a){return!(e+r<0||_o+a<0||e+r>=i||_o+a>=i)&&!(t&&!t(e+r,_o+a))&&!!n._qr&&n._qr.isDark(e+r,_o+a)}),void(d._element&&g._dotsClipPath&&g._dotsClipPath.appendChild(d._element))):"continue"},a=0;a<i;a++)o(a)},g=this,p=0;p<i;p++)f(p);if(o.shape===v){var w=Math.floor((a/u-i)/2),y=i+2*w,m=h-w*u,b=c-w*u,_=[],x=Math.floor(y/2);for(p=0;p<y;p++){_[p]=[];for(var S=0;S<y;S++)p>=w-1&&p<=y-w&&S>=w-1&&S<=y-w||Math.sqrt((p-x)*(p-x)+(S-x)*(S-x))>x?_[p][S]=0:_[p][S]=this._qr.isDark(S-2*w<0?S:S>=i?S-2*w:S-w,p-2*w<0?p:p>=i?p-2*w:p-w)?1:0}var M=function M(t){for(var e=function e(_e3){if(!_[t][_e3])return"continue";d.draw(m+t*u,b+_e3*u,u,function(r,n){var o;return!!(null===(o=_[t+r])||void 0===o?void 0:o[_e3+n])}),d._element&&C._dotsClipPath&&C._dotsClipPath.appendChild(d._element)},r=0;r<y;r++)e(r)},C=this;for(p=0;p<y;p++)M(p)}},t.prototype.drawCorners=function(){var t=this;if(!this._qr)throw"QR code is not defined";var e=this._element,r=this._options;if(!e)throw"Element code is not defined";var n=this._qr.getModuleCount(),o=Math.min(r.width,r.height)-2*r.margin,i=r.shape===v?o/Math.sqrt(2):o,a=Math.floor(i/n),s=7*a,u=3*a,h=Math.floor((r.width-n*a)/2),c=Math.floor((r.height-n*a)/2);[[0,0,0],[1,0,Math.PI/2],[0,1,-Math.PI/2]].forEach(function(e){var o,i,d,g,v,w,y,_,x,S,M,C,A=e[0],k=e[1],O=e[2],D=h+A*a*(n-7),P=c+k*a*(n-7),z=t._dotsClipPath,B=t._dotsClipPath;if(((null===(o=r.cornersSquareOptions)||void 0===o?void 0:o.gradient)||(null===(i=r.cornersSquareOptions)||void 0===i?void 0:i.color))&&((z=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-square-color-"+A+"-"+k),t._defs.appendChild(z),t._cornersSquareClipPath=t._cornersDotClipPath=B=z,t._createColor({options:null===(d=r.cornersSquareOptions)||void 0===d?void 0:d.gradient,color:null===(g=r.cornersSquareOptions)||void 0===g?void 0:g.color,additionalRotation:O,x:D,y:P,height:s,width:s,name:"corners-square-color-"+A+"-"+k})),null===(v=r.cornersSquareOptions)||void 0===v?void 0:v.type){var q=new f({svg:t._element,type:r.cornersSquareOptions.type});q.draw(D,P,s,O),q._element&&z&&z.appendChild(q._element)}else for(var I=new l({svg:t._element,type:r.dotsOptions.type}),E=function E(t){for(var e=function e(_e4){if(!(null===(w=m[t])||void 0===w?void 0:w[_e4]))return"continue";I.draw(D+t*a,P+_e4*a,a,function(r,n){var o;return!!(null===(o=m[t+r])||void 0===o?void 0:o[_e4+n])}),I._element&&z&&z.appendChild(I._element)},r=0;r<m[t].length;r++)e(r)},L=0;L<m.length;L++)E(L);if(((null===(y=r.cornersDotOptions)||void 0===y?void 0:y.gradient)||(null===(_=r.cornersDotOptions)||void 0===_?void 0:_.color))&&((B=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-dot-color-"+A+"-"+k),t._defs.appendChild(B),t._cornersDotClipPath=B,t._createColor({options:null===(x=r.cornersDotOptions)||void 0===x?void 0:x.gradient,color:null===(S=r.cornersDotOptions)||void 0===S?void 0:S.color,additionalRotation:O,x:D+2*a,y:P+2*a,height:u,width:u,name:"corners-dot-color-"+A+"-"+k})),null===(M=r.cornersDotOptions)||void 0===M?void 0:M.type){var R=new p({svg:t._element,type:r.cornersDotOptions.type});R.draw(D+2*a,P+2*a,u,O),R._element&&B&&B.appendChild(R._element)}else{I=new l({svg:t._element,type:r.dotsOptions.type});var N=function N(t){for(var e=function e(_e5){if(!(null===(C=b[t])||void 0===C?void 0:C[_e5]))return"continue";I.draw(D+t*a,P+_e5*a,a,function(r,n){var o;return!!(null===(o=b[t+r])||void 0===o?void 0:o[_e5+n])}),I._element&&B&&B.appendChild(I._element)},r=0;r<b[t].length;r++)e(r)};for(L=0;L<b.length;L++)N(L)}})},t.prototype.loadImage=function(){var t=this;return new Promise(function(e,r){var n=t._options,o=new Image;if(!n.image)return r("Image is not defined");"string"==typeof n.imageOptions.crossOrigin&&(o.crossOrigin=n.imageOptions.crossOrigin),t._image=o,o.onload=function(){e()},o.src=n.image})},t.prototype.drawImage=function(t){var e=t.width,r=t.height,n=t.count,o=t.dotSize;return w(this,void 0,void 0,function(){var t,i,a,s,h,c,l,d,f;return y(this,function(g){switch(g.label){case 0:return t=this._options,i=Math.floor((t.width-n*o)/2),a=Math.floor((t.height-n*o)/2),s=i+t.imageOptions.margin+(n*o-e)/2,h=a+t.imageOptions.margin+(n*o-r)/2,c=e-2*t.imageOptions.margin,l=r-2*t.imageOptions.margin,(d=document.createElementNS("http://www.w3.org/2000/svg","image")).setAttribute("x",String(s)),d.setAttribute("y",String(h)),d.setAttribute("width",c+"px"),d.setAttribute("height",l+"px"),[4,u(t.image||"")];case 1:return f=g.sent(),d.setAttribute("href",f||""),this._element.appendChild(d),[2]}})})},t.prototype._createColor=function(t){var e=t.options,r=t.color,n=t.additionalRotation,o=t.x,i=t.y,a=t.height,s=t.width,u=t.name,h=s>a?s:a,c=document.createElementNS("http://www.w3.org/2000/svg","rect");if(c.setAttribute("x",String(o)),c.setAttribute("y",String(i)),c.setAttribute("height",String(a)),c.setAttribute("width",String(s)),c.setAttribute("clip-path","url('#clip-path-"+u+"')"),e){var l;if("radial"===e.type)(l=document.createElementNS("http://www.w3.org/2000/svg","radialGradient")).setAttribute("id",u),l.setAttribute("gradientUnits","userSpaceOnUse"),l.setAttribute("fx",String(o+s/2)),l.setAttribute("fy",String(i+a/2)),l.setAttribute("cx",String(o+s/2)),l.setAttribute("cy",String(i+a/2)),l.setAttribute("r",String(h/2));else{var d=((e.rotation||0)+n)%(2*Math.PI),f=(d+2*Math.PI)%(2*Math.PI),g=o+s/2,p=i+a/2,v=o+s/2,w=i+a/2;f>=0&&f<=.25*Math.PI||f>1.75*Math.PI&&f<=2*Math.PI?(g-=s/2,p-=a/2*Math.tan(d),v+=s/2,w+=a/2*Math.tan(d)):f>.25*Math.PI&&f<=.75*Math.PI?(p-=a/2,g-=s/2/Math.tan(d),w+=a/2,v+=s/2/Math.tan(d)):f>.75*Math.PI&&f<=1.25*Math.PI?(g+=s/2,p+=a/2*Math.tan(d),v-=s/2,w-=a/2*Math.tan(d)):f>1.25*Math.PI&&f<=1.75*Math.PI&&(p+=a/2,g+=s/2/Math.tan(d),w-=a/2,v-=s/2/Math.tan(d)),(l=document.createElementNS("http://www.w3.org/2000/svg","linearGradient")).setAttribute("id",u),l.setAttribute("gradientUnits","userSpaceOnUse"),l.setAttribute("x1",String(Math.round(g))),l.setAttribute("y1",String(Math.round(p))),l.setAttribute("x2",String(Math.round(v))),l.setAttribute("y2",String(Math.round(w)))}e.colorStops.forEach(function(t){var e=t.offset,r=t.color,n=document.createElementNS("http://www.w3.org/2000/svg","stop");n.setAttribute("offset",100*e+"%"),n.setAttribute("stop-color",r),l.appendChild(n)}),c.setAttribute("fill","url('#"+u+"')"),this._defs.appendChild(l)}else r&&c.setAttribute("fill",r);this._element.appendChild(c)},t}(),x="canvas";for(var S={},M=0;M<=40;M++)S[M]=M;var C={type:x,shape:"square",width:300,height:300,data:"",margin:0,qrOptions:{typeNumber:S[0],mode:void 0,errorCorrectionLevel:"Q"},imageOptions:{hideBackgroundDots:!0,imageSize:.4,crossOrigin:void 0,margin:0},dotsOptions:{type:"square",color:"#000"},backgroundOptions:{round:0,color:"#fff"}};var _A=function A(){return(_A=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};function k(t){var e=_A({},t);if(!e.colorStops||!e.colorStops.length)throw"Field 'colorStops' is required in gradient";return e.rotation?e.rotation=Number(e.rotation):e.rotation=0,e.colorStops=e.colorStops.map(function(t){return _A(_A({},t),{offset:Number(t.offset)})}),e}function O(t){var e=_A({},t);return e.width=Number(e.width),e.height=Number(e.height),e.margin=Number(e.margin),e.imageOptions=_A(_A({},e.imageOptions),{hideBackgroundDots:Boolean(e.imageOptions.hideBackgroundDots),imageSize:Number(e.imageOptions.imageSize),margin:Number(e.imageOptions.margin)}),e.margin>Math.min(e.width,e.height)&&(e.margin=Math.min(e.width,e.height)),e.dotsOptions=_A({},e.dotsOptions),e.dotsOptions.gradient&&(e.dotsOptions.gradient=k(e.dotsOptions.gradient)),e.cornersSquareOptions&&(e.cornersSquareOptions=_A({},e.cornersSquareOptions),e.cornersSquareOptions.gradient&&(e.cornersSquareOptions.gradient=k(e.cornersSquareOptions.gradient))),e.cornersDotOptions&&(e.cornersDotOptions=_A({},e.cornersDotOptions),e.cornersDotOptions.gradient&&(e.cornersDotOptions.gradient=k(e.cornersDotOptions.gradient))),e.backgroundOptions&&(e.backgroundOptions=_A({},e.backgroundOptions),e.backgroundOptions.gradient&&(e.backgroundOptions.gradient=k(e.backgroundOptions.gradient))),e}var D=r(192),P=r.n(D),z=function z(t,e,r,n){return new(r||(r=Promise))(function(o,i){function a(t){try{u(n.next(t))}catch(t){i(t)}}function s(t){try{u(n["throw"](t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r(function(t){t(e)})).then(a,s)}u((n=n.apply(t,e||[])).next())})},B=function B(t,e){var r,n,o,i,a={label:0,sent:function sent(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n["return"]:i[0]?n["throw"]||((o=n["return"])&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};var q=function(){function t(t){this._options=t?O(a(C,t)):C,this.update()}return t._clearContainer=function(t){t&&(t.innerHTML="")},t.prototype._setupSvg=function(){var t=this;if(this._qr){var e=new _(this._options);this._svg=e.getElement(),this._svgDrawingPromise=e.drawQR(this._qr).then(function(){var r;t._svg&&(null===(r=t._extension)||void 0===r||r.call(t,e.getElement(),t._options))})}},t.prototype._setupCanvas=function(){var t,e=this;this._qr&&(this._canvas=document.createElement("canvas"),this._canvas.width=this._options.width,this._canvas.height=this._options.height,this._setupSvg(),this._canvasDrawingPromise=null===(t=this._svgDrawingPromise)||void 0===t?void 0:t.then(function(){if(e._svg){var t=e._svg,r=(new XMLSerializer).serializeToString(t),n="data:image/svg+xml;base64,"+btoa(r),o=new Image;return new Promise(function(t){o.onload=function(){var r,n;null===(n=null===(r=e._canvas)||void 0===r?void 0:r.getContext("2d"))||void 0===n||n.drawImage(o,0,0),t()},o.src=n})}}))},t.prototype._getElement=function(t){return void 0===t&&(t="png"),z(this,void 0,void 0,function(){return B(this,function(e){switch(e.label){case 0:if(!this._qr)throw"QR code is empty";return"svg"!==t.toLowerCase()?[3,2]:(this._svg&&this._svgDrawingPromise||this._setupSvg(),[4,this._svgDrawingPromise]);case 1:return e.sent(),[2,this._svg];case 2:return this._canvas&&this._canvasDrawingPromise||this._setupCanvas(),[4,this._canvasDrawingPromise];case 3:return e.sent(),[2,this._canvas]}})})},t.prototype.update=function(e){t._clearContainer(this._container),this._options=e?O(a(this._options,e)):this._options,this._options.data&&(this._qr=P()(this._options.qrOptions.typeNumber,this._options.qrOptions.errorCorrectionLevel),this._qr.addData(this._options.data,this._options.qrOptions.mode||function(t){switch(!0){case/^[0-9]*$/.test(t):return"Numeric";case/^[0-9A-Z $%*+\-./:]*$/.test(t):return"Alphanumeric";default:return"Byte"}}(this._options.data)),this._qr.make(),this._options.type===x?this._setupCanvas():this._setupSvg(),this.append(this._container))},t.prototype.append=function(t){if(t){if("function"!=typeof t.appendChild)throw"Container should be a single DOM node";this._options.type===x?this._canvas&&t.appendChild(this._canvas):this._svg&&t.appendChild(this._svg),this._container=t}},t.prototype.applyExtension=function(t){if(!t)throw"Extension function should be defined.";this._extension=t,this.update()},t.prototype.deleteExtension=function(){this._extension=void 0,this.update()},t.prototype.getRawData=function(t){return void 0===t&&(t="png"),z(this,void 0,void 0,function(){var e,r,n;return B(this,function(o){switch(o.label){case 0:if(!this._qr)throw"QR code is empty";return[4,this._getElement(t)];case 1:return(e=o.sent())?"svg"===t.toLowerCase()?(r=new XMLSerializer,n=r.serializeToString(e),[2,new Blob(['<?xml version="1.0" standalone="no"?>\r\n'+n],{type:"image/svg+xml"})]):[2,new Promise(function(r){return e.toBlob(r,"image/"+t,1)})]:[2,null]}})})},t.prototype.download=function(t){return z(this,void 0,void 0,function(){var e,r,n,o,i;return B(this,function(a){switch(a.label){case 0:if(!this._qr)throw"QR code is empty";return e="png",r="qr","string"==typeof t?(e=t,console.warn("Extension is deprecated as argument for 'download' method, please pass object { name: '...', extension: '...' } as argument")):"object"==_typeof(t)&&null!==t&&(t.name&&(r=t.name),t.extension&&(e=t.extension)),[4,this._getElement(e)];case 1:return(n=a.sent())?("svg"===e.toLowerCase()?(o=new XMLSerializer,i='<?xml version="1.0" standalone="no"?>\r\n'+(i=o.serializeToString(n)),s("data:image/svg+xml;charset=utf-8,"+encodeURIComponent(i),r+".svg")):s(n.toDataURL("image/"+e),r+"."+e),[2]):[2]}})})},t}()}},e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={exports:{}};return t[n](o,o.exports,r),o.exports}return r.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return r.d(e,{a:e}),e},r.d=function(t,e){for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r(676)}()["default"]})},{}]},{},[13])(13)});
|
|
1
|
+
"use strict";function _slicedToArray(arr,i){return _arrayWithHoles(arr)||_iterableToArrayLimit(arr,i)||_unsupportedIterableToArray(arr,i)||_nonIterableRest()}function _nonIterableRest(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArrayLimit(arr,i){var _i=null==arr?null:"undefined"!=typeof Symbol&&arr[Symbol.iterator]||arr["@@iterator"];if(null!=_i){var _s,_e,_x,_r,_arr=[],_n=!0,_d=!1;try{if(_x=(_i=_i.call(arr)).next,0===i){if(Object(_i)!==_i)return;_n=!1}else for(;!(_n=(_s=_x.call(_i)).done)&&(_arr.push(_s.value),_arr.length!==i);_n=!0);}catch(err){_d=!0,_e=err}finally{try{if(!_n&&null!=_i["return"]&&(_r=_i["return"](),Object(_r)!==_r))return}finally{if(_d)throw _e}}return _arr}}function _arrayWithHoles(arr){if(Array.isArray(arr))return arr}function _toConsumableArray(arr){return _arrayWithoutHoles(arr)||_iterableToArray(arr)||_unsupportedIterableToArray(arr)||_nonIterableSpread()}function _nonIterableSpread(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function _iterableToArray(iter){if(typeof Symbol!=="undefined"&&iter[Symbol.iterator]!=null||iter["@@iterator"]!=null)return Array.from(iter)}function _arrayWithoutHoles(arr){if(Array.isArray(arr))return _arrayLikeToArray(arr)}function _createForOfIteratorHelper(o,allowArrayLike){var it=typeof Symbol!=="undefined"&&o[Symbol.iterator]||o["@@iterator"];if(!it){if(Array.isArray(o)||(it=_unsupportedIterableToArray(o))||allowArrayLike&&o&&typeof o.length==="number"){if(it)o=it;var i=0;var F=function F(){};return{s:F,n:function n(){if(i>=o.length)return{done:true};return{done:false,value:o[i++]}},e:function e(_e6){throw _e6},f:F}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var normalCompletion=true,didErr=false,err;return{s:function s(){it=it.call(o)},n:function n(){var step=it.next();normalCompletion=step.done;return step},e:function e(_e7){didErr=true;err=_e7},f:function f(){try{if(!normalCompletion&&it["return"]!=null)it["return"]()}finally{if(didErr)throw err}}}}function _unsupportedIterableToArray(o,minLen){if(!o)return;if(typeof o==="string")return _arrayLikeToArray(o,minLen);var n=Object.prototype.toString.call(o).slice(8,-1);if(n==="Object"&&o.constructor)n=o.constructor.name;if(n==="Map"||n==="Set")return Array.from(o);if(n==="Arguments"||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n))return _arrayLikeToArray(o,minLen)}function _arrayLikeToArray(arr,len){if(len==null||len>arr.length)len=arr.length;for(var i=0,arr2=new Array(len);i<len;i++)arr2[i]=arr[i];return arr2}function _wrapNativeSuper(Class){var _cache=typeof Map==="function"?new Map:undefined;_wrapNativeSuper=function _wrapNativeSuper(Class){if(Class===null||!_isNativeFunction(Class))return Class;if(typeof Class!=="function"){throw new TypeError("Super expression must either be null or a function")}if(typeof _cache!=="undefined"){if(_cache.has(Class))return _cache.get(Class);_cache.set(Class,Wrapper)}function Wrapper(){return _construct(Class,arguments,_getPrototypeOf(this).constructor)}Wrapper.prototype=Object.create(Class.prototype,{constructor:{value:Wrapper,enumerable:false,writable:true,configurable:true}});return _setPrototypeOf(Wrapper,Class)};return _wrapNativeSuper(Class)}function _construct(Parent,args,Class){if(_isNativeReflectConstruct()){_construct=Reflect.construct.bind()}else{_construct=function _construct(Parent,args,Class){var a=[null];a.push.apply(a,args);var Constructor=Function.bind.apply(Parent,a);var instance=new Constructor;if(Class)_setPrototypeOf(instance,Class.prototype);return instance}}return _construct.apply(null,arguments)}function _isNativeFunction(fn){return Function.toString.call(fn).indexOf("[native code]")!==-1}function _get(){if(typeof Reflect!=="undefined"&&Reflect.get){_get=Reflect.get.bind()}else{_get=function _get(target,property,receiver){var base=_superPropBase(target,property);if(!base)return;var desc=Object.getOwnPropertyDescriptor(base,property);if(desc.get){return desc.get.call(arguments.length<3?target:receiver)}return desc.value}}return _get.apply(this,arguments)}function _superPropBase(object,property){while(!Object.prototype.hasOwnProperty.call(object,property)){object=_getPrototypeOf(object);if(object===null)break}return object}function _regeneratorRuntime(){"use strict";_regeneratorRuntime=function _regeneratorRuntime(){return exports};var exports={},Op=Object.prototype,hasOwn=Op.hasOwnProperty,defineProperty=Object.defineProperty||function(obj,key,desc){obj[key]=desc.value},$Symbol="function"==typeof Symbol?Symbol:{},iteratorSymbol=$Symbol.iterator||"@@iterator",asyncIteratorSymbol=$Symbol.asyncIterator||"@@asyncIterator",toStringTagSymbol=$Symbol.toStringTag||"@@toStringTag";function define(obj,key,value){return Object.defineProperty(obj,key,{value:value,enumerable:!0,configurable:!0,writable:!0}),obj[key]}try{define({},"")}catch(err){define=function define(obj,key,value){return obj[key]=value}}function wrap(innerFn,outerFn,self,tryLocsList){var protoGenerator=outerFn&&outerFn.prototype instanceof Generator?outerFn:Generator,generator=Object.create(protoGenerator.prototype),context=new Context(tryLocsList||[]);return defineProperty(generator,"_invoke",{value:makeInvokeMethod(innerFn,self,context)}),generator}function tryCatch(fn,obj,arg){try{return{type:"normal",arg:fn.call(obj,arg)}}catch(err){return{type:"throw",arg:err}}}exports.wrap=wrap;var ContinueSentinel={};function Generator(){}function GeneratorFunction(){}function GeneratorFunctionPrototype(){}var IteratorPrototype={};define(IteratorPrototype,iteratorSymbol,function(){return this});var getProto=Object.getPrototypeOf,NativeIteratorPrototype=getProto&&getProto(getProto(values([])));NativeIteratorPrototype&&NativeIteratorPrototype!==Op&&hasOwn.call(NativeIteratorPrototype,iteratorSymbol)&&(IteratorPrototype=NativeIteratorPrototype);var Gp=GeneratorFunctionPrototype.prototype=Generator.prototype=Object.create(IteratorPrototype);function defineIteratorMethods(prototype){["next","throw","return"].forEach(function(method){define(prototype,method,function(arg){return this._invoke(method,arg)})})}function AsyncIterator(generator,PromiseImpl){function invoke(method,arg,resolve,reject){var record=tryCatch(generator[method],generator,arg);if("throw"!==record.type){var result=record.arg,value=result.value;return value&&"object"==_typeof(value)&&hasOwn.call(value,"__await")?PromiseImpl.resolve(value.__await).then(function(value){invoke("next",value,resolve,reject)},function(err){invoke("throw",err,resolve,reject)}):PromiseImpl.resolve(value).then(function(unwrapped){result.value=unwrapped,resolve(result)},function(error){return invoke("throw",error,resolve,reject)})}reject(record.arg)}var previousPromise;defineProperty(this,"_invoke",{value:function value(method,arg){function callInvokeWithMethodAndArg(){return new PromiseImpl(function(resolve,reject){invoke(method,arg,resolve,reject)})}return previousPromise=previousPromise?previousPromise.then(callInvokeWithMethodAndArg,callInvokeWithMethodAndArg):callInvokeWithMethodAndArg()}})}function makeInvokeMethod(innerFn,self,context){var state="suspendedStart";return function(method,arg){if("executing"===state)throw new Error("Generator is already running");if("completed"===state){if("throw"===method)throw arg;return doneResult()}for(context.method=method,context.arg=arg;;){var delegate=context.delegate;if(delegate){var delegateResult=maybeInvokeDelegate(delegate,context);if(delegateResult){if(delegateResult===ContinueSentinel)continue;return delegateResult}}if("next"===context.method)context.sent=context._sent=context.arg;else if("throw"===context.method){if("suspendedStart"===state)throw state="completed",context.arg;context.dispatchException(context.arg)}else"return"===context.method&&context.abrupt("return",context.arg);state="executing";var record=tryCatch(innerFn,self,context);if("normal"===record.type){if(state=context.done?"completed":"suspendedYield",record.arg===ContinueSentinel)continue;return{value:record.arg,done:context.done}}"throw"===record.type&&(state="completed",context.method="throw",context.arg=record.arg)}}}function maybeInvokeDelegate(delegate,context){var methodName=context.method,method=delegate.iterator[methodName];if(undefined===method)return context.delegate=null,"throw"===methodName&&delegate.iterator["return"]&&(context.method="return",context.arg=undefined,maybeInvokeDelegate(delegate,context),"throw"===context.method)||"return"!==methodName&&(context.method="throw",context.arg=new TypeError("The iterator does not provide a '"+methodName+"' method")),ContinueSentinel;var record=tryCatch(method,delegate.iterator,context.arg);if("throw"===record.type)return context.method="throw",context.arg=record.arg,context.delegate=null,ContinueSentinel;var info=record.arg;return info?info.done?(context[delegate.resultName]=info.value,context.next=delegate.nextLoc,"return"!==context.method&&(context.method="next",context.arg=undefined),context.delegate=null,ContinueSentinel):info:(context.method="throw",context.arg=new TypeError("iterator result is not an object"),context.delegate=null,ContinueSentinel)}function pushTryEntry(locs){var entry={tryLoc:locs[0]};1 in locs&&(entry.catchLoc=locs[1]),2 in locs&&(entry.finallyLoc=locs[2],entry.afterLoc=locs[3]),this.tryEntries.push(entry)}function resetTryEntry(entry){var record=entry.completion||{};record.type="normal",delete record.arg,entry.completion=record}function Context(tryLocsList){this.tryEntries=[{tryLoc:"root"}],tryLocsList.forEach(pushTryEntry,this),this.reset(!0)}function values(iterable){if(iterable){var iteratorMethod=iterable[iteratorSymbol];if(iteratorMethod)return iteratorMethod.call(iterable);if("function"==typeof iterable.next)return iterable;if(!isNaN(iterable.length)){var i=-1,next=function next(){for(;++i<iterable.length;)if(hasOwn.call(iterable,i))return next.value=iterable[i],next.done=!1,next;return next.value=undefined,next.done=!0,next};return next.next=next}}return{next:doneResult}}function doneResult(){return{value:undefined,done:!0}}return GeneratorFunction.prototype=GeneratorFunctionPrototype,defineProperty(Gp,"constructor",{value:GeneratorFunctionPrototype,configurable:!0}),defineProperty(GeneratorFunctionPrototype,"constructor",{value:GeneratorFunction,configurable:!0}),GeneratorFunction.displayName=define(GeneratorFunctionPrototype,toStringTagSymbol,"GeneratorFunction"),exports.isGeneratorFunction=function(genFun){var ctor="function"==typeof genFun&&genFun.constructor;return!!ctor&&(ctor===GeneratorFunction||"GeneratorFunction"===(ctor.displayName||ctor.name))},exports.mark=function(genFun){return Object.setPrototypeOf?Object.setPrototypeOf(genFun,GeneratorFunctionPrototype):(genFun.__proto__=GeneratorFunctionPrototype,define(genFun,toStringTagSymbol,"GeneratorFunction")),genFun.prototype=Object.create(Gp),genFun},exports.awrap=function(arg){return{__await:arg}},defineIteratorMethods(AsyncIterator.prototype),define(AsyncIterator.prototype,asyncIteratorSymbol,function(){return this}),exports.AsyncIterator=AsyncIterator,exports.async=function(innerFn,outerFn,self,tryLocsList,PromiseImpl){void 0===PromiseImpl&&(PromiseImpl=Promise);var iter=new AsyncIterator(wrap(innerFn,outerFn,self,tryLocsList),PromiseImpl);return exports.isGeneratorFunction(outerFn)?iter:iter.next().then(function(result){return result.done?result.value:iter.next()})},defineIteratorMethods(Gp),define(Gp,toStringTagSymbol,"Generator"),define(Gp,iteratorSymbol,function(){return this}),define(Gp,"toString",function(){return"[object Generator]"}),exports.keys=function(val){var object=Object(val),keys=[];for(var key in object)keys.push(key);return keys.reverse(),function next(){for(;keys.length;){var key=keys.pop();if(key in object)return next.value=key,next.done=!1,next}return next.done=!0,next}},exports.values=values,Context.prototype={constructor:Context,reset:function reset(skipTempReset){if(this.prev=0,this.next=0,this.sent=this._sent=undefined,this.done=!1,this.delegate=null,this.method="next",this.arg=undefined,this.tryEntries.forEach(resetTryEntry),!skipTempReset)for(var name in this)"t"===name.charAt(0)&&hasOwn.call(this,name)&&!isNaN(+name.slice(1))&&(this[name]=undefined)},stop:function stop(){this.done=!0;var rootRecord=this.tryEntries[0].completion;if("throw"===rootRecord.type)throw rootRecord.arg;return this.rval},dispatchException:function dispatchException(exception){if(this.done)throw exception;var context=this;function handle(loc,caught){return record.type="throw",record.arg=exception,context.next=loc,caught&&(context.method="next",context.arg=undefined),!!caught}for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i],record=entry.completion;if("root"===entry.tryLoc)return handle("end");if(entry.tryLoc<=this.prev){var hasCatch=hasOwn.call(entry,"catchLoc"),hasFinally=hasOwn.call(entry,"finallyLoc");if(hasCatch&&hasFinally){if(this.prev<entry.catchLoc)return handle(entry.catchLoc,!0);if(this.prev<entry.finallyLoc)return handle(entry.finallyLoc)}else if(hasCatch){if(this.prev<entry.catchLoc)return handle(entry.catchLoc,!0)}else{if(!hasFinally)throw new Error("try statement without catch or finally");if(this.prev<entry.finallyLoc)return handle(entry.finallyLoc)}}}},abrupt:function abrupt(type,arg){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc<=this.prev&&hasOwn.call(entry,"finallyLoc")&&this.prev<entry.finallyLoc){var finallyEntry=entry;break}}finallyEntry&&("break"===type||"continue"===type)&&finallyEntry.tryLoc<=arg&&arg<=finallyEntry.finallyLoc&&(finallyEntry=null);var record=finallyEntry?finallyEntry.completion:{};return record.type=type,record.arg=arg,finallyEntry?(this.method="next",this.next=finallyEntry.finallyLoc,ContinueSentinel):this.complete(record)},complete:function complete(record,afterLoc){if("throw"===record.type)throw record.arg;return"break"===record.type||"continue"===record.type?this.next=record.arg:"return"===record.type?(this.rval=this.arg=record.arg,this.method="return",this.next="end"):"normal"===record.type&&afterLoc&&(this.next=afterLoc),ContinueSentinel},finish:function finish(finallyLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.finallyLoc===finallyLoc)return this.complete(entry.completion,entry.afterLoc),resetTryEntry(entry),ContinueSentinel}},catch:function _catch(tryLoc){for(var i=this.tryEntries.length-1;i>=0;--i){var entry=this.tryEntries[i];if(entry.tryLoc===tryLoc){var record=entry.completion;if("throw"===record.type){var thrown=record.arg;resetTryEntry(entry)}return thrown}}throw new Error("illegal catch attempt")},delegateYield:function delegateYield(iterable,resultName,nextLoc){return this.delegate={iterator:values(iterable),resultName:resultName,nextLoc:nextLoc},"next"===this.method&&(this.arg=undefined),ContinueSentinel}},exports}function asyncGeneratorStep(gen,resolve,reject,_next,_throw,key,arg){try{var info=gen[key](arg);var value=info.value}catch(error){reject(error);return}if(info.done){resolve(value)}else{Promise.resolve(value).then(_next,_throw)}}function _asyncToGenerator(fn){return function(){var self=this,args=arguments;return new Promise(function(resolve,reject){var gen=fn.apply(self,args);function _next(value){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"next",value)}function _throw(err){asyncGeneratorStep(gen,resolve,reject,_next,_throw,"throw",err)}_next(undefined)})}}function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor)){throw new TypeError("Cannot call a class as a function")}}function _defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||false;descriptor.configurable=true;if("value"in descriptor)descriptor.writable=true;Object.defineProperty(target,_toPropertyKey(descriptor.key),descriptor)}}function _createClass(Constructor,protoProps,staticProps){if(protoProps)_defineProperties(Constructor.prototype,protoProps);if(staticProps)_defineProperties(Constructor,staticProps);Object.defineProperty(Constructor,"prototype",{writable:false});return Constructor}function _toPropertyKey(arg){var key=_toPrimitive(arg,"string");return _typeof(key)==="symbol"?key:String(key)}function _toPrimitive(input,hint){if(_typeof(input)!=="object"||input===null)return input;var prim=input[Symbol.toPrimitive];if(prim!==undefined){var res=prim.call(input,hint||"default");if(_typeof(res)!=="object")return res;throw new TypeError("@@toPrimitive must return a primitive value.")}return(hint==="string"?String:Number)(input)}function _inherits(subClass,superClass){if(typeof superClass!=="function"&&superClass!==null){throw new TypeError("Super expression must either be null or a function")}subClass.prototype=Object.create(superClass&&superClass.prototype,{constructor:{value:subClass,writable:true,configurable:true}});Object.defineProperty(subClass,"prototype",{writable:false});if(superClass)_setPrototypeOf(subClass,superClass)}function _setPrototypeOf(o,p){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(o,p){o.__proto__=p;return o};return _setPrototypeOf(o,p)}function _createSuper(Derived){var hasNativeReflectConstruct=_isNativeReflectConstruct();return function _createSuperInternal(){var Super=_getPrototypeOf(Derived),result;if(hasNativeReflectConstruct){var NewTarget=_getPrototypeOf(this).constructor;result=Reflect.construct(Super,arguments,NewTarget)}else{result=Super.apply(this,arguments)}return _possibleConstructorReturn(this,result)}}function _possibleConstructorReturn(self,call){if(call&&(_typeof(call)==="object"||typeof call==="function")){return call}else if(call!==void 0){throw new TypeError("Derived constructors may only return object or undefined")}return _assertThisInitialized(self)}function _assertThisInitialized(self){if(self===void 0){throw new ReferenceError("this hasn't been initialised - super() hasn't been called")}return self}function _isNativeReflectConstruct(){if(typeof Reflect==="undefined"||!Reflect.construct)return false;if(Reflect.construct.sham)return false;if(typeof Proxy==="function")return true;try{Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){}));return true}catch(e){return false}}function _getPrototypeOf(o){_getPrototypeOf=Object.setPrototypeOf?Object.getPrototypeOf.bind():function _getPrototypeOf(o){return o.__proto__||Object.getPrototypeOf(o)};return _getPrototypeOf(o)}function _typeof(obj){"@babel/helpers - typeof";return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(obj){return typeof obj}:function(obj){return obj&&"function"==typeof Symbol&&obj.constructor===Symbol&&obj!==Symbol.prototype?"symbol":typeof obj},_typeof(obj)}(function(f){if((typeof exports==="undefined"?"undefined":_typeof(exports))==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.PlattarARAdapter=f()}})(function(){var define,module,exports;return function(){function r(e,n,t){function o(i,f){if(!n[i]){if(!e[i]){var c="function"==typeof require&&require;if(!f&&c)return c(i,!0);if(u)return u(i,!0);var a=new Error("Cannot find module '"+i+"'");throw a.code="MODULE_NOT_FOUND",a}var p=n[i]={exports:{}};e[i][0].call(p.exports,function(r){var n=e[i][1][r];return o(n||r)},p,p.exports,r,e,n,t)}return n[i].exports}for(var u="function"==typeof require&&require,i=0;i<t.length;i++)o(t[i]);return o}return r}()({1:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ConfiguratorAR=void 0;var plattar_analytics_1=require("@plattar/plattar-analytics");var plattar_api_1=require("@plattar/plattar-api");var plattar_services_1=require("@plattar/plattar-services");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var ConfiguratorAR=function(_launcher_ar_1$Launch){_inherits(ConfiguratorAR,_launcher_ar_1$Launch);var _super=_createSuper(ConfiguratorAR);function ConfiguratorAR(state){var _this;_classCallCheck(this,ConfiguratorAR);_this=_super.call(this);_this._analytics=null;if(!state){throw new Error("ConfiguratorAR.constructor(state) - state must be defined")}_this._state=state;_this._ar=null;return _this}_createClass(ConfiguratorAR,[{key:"_SetupAnalytics",value:function _SetupAnalytics(){var scene=this._state.scene;var analytics=null;if(scene){analytics=new plattar_analytics_1.Analytics(scene.attributes.application_id);analytics.origin=plattar_api_1.Server.location().type;this._analytics=analytics;analytics.data.push("type","scene-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("sceneId",scene.id);analytics.data.push("sceneTitle",scene.attributes.title);var application=scene.relationships.find(plattar_api_1.Project);if(application){analytics.data.push("applicationId",application.id);analytics.data.push("applicationTitle",application.attributes.title)}}}},{key:"_Compose",value:function(){var _Compose2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee(output){var objects,configurator,totalARObjectCount,results;return _regeneratorRuntime().wrap(function _callee$(_context){while(1)switch(_context.prev=_context.next){case 0:objects=this._state.state.array();if(!(objects.length<=0)){_context.next=3;break}throw new Error("ConfiguratorAR.Compose() - cannot proceed as scene does not contain AR components");case 3:configurator=new plattar_services_1.Configurator;configurator.server=plattar_api_1.Server.location().type;configurator.output=output;totalARObjectCount=0;objects.forEach(function(object){if(object.meta_data.augment){if(object.meta_data.type==="scenemodel"){configurator.addModel(object.scene_product_id)}else{configurator.addSceneProduct(object.scene_product_id,object.product_variation_id)}totalARObjectCount++}});if(!(totalARObjectCount<=0)){_context.next=10;break}throw new Error("ConfiguratorAR.Compose() - cannot proceed as scene does not contain any enabled AR components");case 10:_context.next=12;return configurator.get();case 12:results=_context.sent;return _context.abrupt("return",results.filename);case 14:case"end":return _context.stop()}},_callee,this)}));function _Compose(_x){return _Compose2.apply(this,arguments)}return _Compose}()},{key:"init",value:function(){var _init=_asyncToGenerator(_regeneratorRuntime().mark(function _callee2(){var scene,sceneOpt,modelUrl,_modelUrl,_modelUrl2,arviewer;return _regeneratorRuntime().wrap(function _callee2$(_context2){while(1)switch(_context2.prev=_context2.next){case 0:if(util_1.Util.canAugment()){_context2.next=2;break}throw new Error("ConfiguratorAR.init() - cannot proceed as AR not available in context");case 2:scene=this._state.scene;this._SetupAnalytics();sceneOpt=scene.attributes.custom_json||{};if(!(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS())){_context2.next=25;break}if(!(sceneOpt.anchor==="face")){_context2.next=17;break}if(!util_1.Util.canRealityViewer()){_context2.next=16;break}_context2.next=10;return this._Compose("vto");case 10:modelUrl=_context2.sent;this._ar=new reality_viewer_1["default"];this._ar.modelUrl=modelUrl;return _context2.abrupt("return",this);case 16:throw new Error("ConfiguratorAR.init() - cannot proceed as VTO AR requires Reality Viewer support");case 17:if(!util_1.Util.canQuicklook()){_context2.next=24;break}_context2.next=20;return this._Compose("usdz");case 20:_modelUrl=_context2.sent;this._ar=new quicklook_viewer_1["default"];this._ar.modelUrl=_modelUrl;return _context2.abrupt("return",this);case 24:throw new Error("ConfiguratorAR.init() - cannot proceed as IOS device does not support AR Mode");case 25:if(!util_1.Util.canSceneViewer()){_context2.next=35;break}_context2.next=28;return this._Compose("glb");case 28:_modelUrl2=_context2.sent;arviewer=new scene_viewer_1["default"];arviewer.modelUrl=_modelUrl2;arviewer.isVertical=this.options.anchor==="vertical"?true:false;if(sceneOpt.anchor==="vertical"){arviewer.isVertical=true}this._ar=arviewer;return _context2.abrupt("return",this);case 35:throw new Error("ConfiguratorAR.init() - could not initialise AR correctly, check values");case 36:case"end":return _context2.stop()}},_callee2,this)}));function init(){return _init.apply(this,arguments)}return init}()},{key:"start",value:function start(){if(!this._ar){throw new Error("SceneAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Scene Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return ConfiguratorAR}(launcher_ar_1.LauncherAR);exports.ConfiguratorAR=ConfiguratorAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44,"@plattar/plattar-services":115}],2:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.LauncherAR=void 0;var LauncherAR=function(){function LauncherAR(){_classCallCheck(this,LauncherAR);this._opt={anchor:"horizontal_vertical"}}_createClass(LauncherAR,[{key:"launch",value:function(){var _launch=_asyncToGenerator(_regeneratorRuntime().mark(function _callee3(){var value;return _regeneratorRuntime().wrap(function _callee3$(_context3){while(1)switch(_context3.prev=_context3.next){case 0:_context3.next=2;return this.init();case 2:value=_context3.sent;return _context3.abrupt("return",value.start());case 4:case"end":return _context3.stop()}},_callee3,this)}));function launch(){return _launch.apply(this,arguments)}return launch}()},{key:"options",get:function get(){return this._opt}}]);return LauncherAR}();exports.LauncherAR=LauncherAR},{}],3:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ModelAR=void 0;var plattar_api_1=require("@plattar/plattar-api");var plattar_analytics_1=require("@plattar/plattar-analytics");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var ModelAR=function(_launcher_ar_1$Launch2){_inherits(ModelAR,_launcher_ar_1$Launch2);var _super2=_createSuper(ModelAR);function ModelAR(){var _this2;var modelID=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;_classCallCheck(this,ModelAR);_this2=_super2.call(this);_this2._analytics=null;if(!modelID){throw new Error("ModelAR.constructor(modelID) - modelID must be defined")}_this2._modelID=modelID;_this2._ar=null;return _this2}_createClass(ModelAR,[{key:"modelID",get:function get(){return this._modelID}},{key:"_SetupAnalytics",value:function _SetupAnalytics(model){var analytics=null;var project=model.relationships.find(plattar_api_1.Project);if(project){analytics=new plattar_analytics_1.Analytics(project.id);analytics.origin=plattar_api_1.Server.location().type;analytics.data.push("type","model-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("applicationId",project.id);analytics.data.push("applicationTitle",project.attributes.title);analytics.data.push("modelId",model.id);analytics.data.push("modelTitle",model.attributes.title);this._analytics=analytics}}},{key:"init",value:function init(){var _this3=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("ModelAR.init() - cannot proceed as AR not available in context"))}var model=new plattar_api_1.FileModel(_this3.modelID);model.include(plattar_api_1.Project);model.get().then(function(model){_this3._SetupAnalytics(model);if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){if(model.attributes.reality_filename&&util_1.Util.canRealityViewer()){_this3._ar=new reality_viewer_1["default"];_this3._ar.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.reality_filename;return accept(_this3)}if(model.attributes.usdz_filename&&util_1.Util.canQuicklook()){_this3._ar=new quicklook_viewer_1["default"];_this3._ar.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.usdz_filename;return accept(_this3)}return reject(new Error("ModelAR.init() - cannot proceed as ModelFile does not have a defined .usdz or .reality file"))}if(util_1.Util.canSceneViewer()){var arviewer=new scene_viewer_1["default"];arviewer.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.original_filename;arviewer.isVertical=_this3.options.anchor==="vertical"?true:false;_this3._ar=arviewer;return accept(_this3)}return reject(new Error("ModelAR.init() - could not initialise AR correctly, check values"))})["catch"](reject)})}},{key:"start",value:function start(){if(!this._ar){throw new Error("ModelAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Model Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return ModelAR}(launcher_ar_1.LauncherAR);exports.ModelAR=ModelAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44}],4:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ProductAR=void 0;var plattar_api_1=require("@plattar/plattar-api");var plattar_analytics_1=require("@plattar/plattar-analytics");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var ProductAR=function(_launcher_ar_1$Launch3){_inherits(ProductAR,_launcher_ar_1$Launch3);var _super3=_createSuper(ProductAR);function ProductAR(){var _this4;var productID=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var variationID=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;var variationSKU=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;_classCallCheck(this,ProductAR);_this4=_super3.call(this);_this4._analytics=null;if(!productID){throw new Error("ProductAR.constructor(productID, variationID) - productID must be defined")}_this4._productID=productID;_this4._variationSKU=variationSKU;_this4._variationID=variationID?variationID:variationSKU?null:"default";_this4._ar=null;return _this4}_createClass(ProductAR,[{key:"productID",get:function get(){return this._productID}},{key:"variationID",get:function get(){return this._variationID}},{key:"variationSKU",get:function get(){return this._variationSKU}},{key:"_SetupAnalytics",value:function _SetupAnalytics(product,variation){var analytics=null;var scene=product.relationships.find(plattar_api_1.Scene);if(scene){analytics=new plattar_analytics_1.Analytics(scene.attributes.application_id);analytics.origin=plattar_api_1.Server.location().type;this._analytics=analytics;analytics.data.push("type","product-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("sceneId",scene.id);analytics.data.push("sceneTitle",scene.attributes.title);var application=scene.relationships.find(plattar_api_1.Project);if(application){analytics.data.push("applicationId",application.id);analytics.data.push("applicationTitle",application.attributes.title)}}if(analytics){analytics.data.push("productId",product.id);analytics.data.push("productTitle",product.attributes.title);analytics.data.push("productSKU",product.attributes.sku);analytics.data.push("variationId",variation.id);analytics.data.push("variationTitle",variation.attributes.title);analytics.data.push("variationSKU",variation.attributes.sku)}}},{key:"init",value:function init(){var _this5=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("ProductAR.init() - cannot proceed as AR not available in context"))}var product=new plattar_api_1.Product(_this5.productID);product.include(plattar_api_1.ProductVariation);product.include(plattar_api_1.ProductVariation.include(plattar_api_1.FileModel));product.include(plattar_api_1.Scene);product.include(plattar_api_1.Scene.include(plattar_api_1.Project));product.get().then(function(product){var variationID=_this5.variationID?_this5.variationID==="default"?product.attributes.product_variation_id:_this5.variationID:null;var variationSKU=_this5.variationSKU;if(!variationID&&!variationSKU){return reject(new Error("ProductAR.init() - cannot proceed as variation-id or variation-sku was not set correctly"))}var variation=undefined;if(variationID){variation=product.relationships.find(plattar_api_1.ProductVariation,variationID)}if(!variation&&variationSKU){var variations=product.relationships.filter(plattar_api_1.ProductVariation);if(variations){variation=variations.find(function(element){return element.attributes.sku===variationSKU})}}if(!variation){return reject(new Error("ProductAR.init() - cannot proceed as variation with id "+variationID+" or sku "+variationSKU+" cannot be found"))}var modelID=variation.attributes.file_model_id;if(!modelID){return reject(new Error("ProductAR.init() - cannot proceed as variation does not have a defined file"))}var model=variation.relationships.find(plattar_api_1.FileModel,modelID);if(!model){return reject(new Error("ProductAR.init() - cannot proceed as ModelFile for selected variation is corrupt"))}_this5._SetupAnalytics(product,variation);if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){if(model.attributes.reality_filename&&util_1.Util.canRealityViewer()){_this5._ar=new reality_viewer_1["default"];_this5._ar.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.reality_filename;return accept(_this5)}if(model.attributes.usdz_filename&&util_1.Util.canQuicklook()){_this5._ar=new quicklook_viewer_1["default"];_this5._ar.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.usdz_filename;return accept(_this5)}return reject(new Error("ProductAR.init() - cannot proceed as ModelFile does not have a defined .usdz or .reality file"))}if(util_1.Util.canSceneViewer()){var arviewer=new scene_viewer_1["default"];arviewer.modelUrl=plattar_api_1.Server.location().cdn+model.attributes.path+model.attributes.original_filename;arviewer.isVertical=_this5.options.anchor==="vertical"?true:false;var scene=product.relationships.find(plattar_api_1.Scene);if(scene){var sceneOpt=scene.attributes.custom_json||{};if(sceneOpt.anchor==="vertical"){arviewer.isVertical=true}}_this5._ar=arviewer;return accept(_this5)}return reject(new Error("ProductAR.init() - could not initialise AR correctly, check values"))})["catch"](reject)})}},{key:"start",value:function start(){if(!this._ar){throw new Error("ProductAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return ProductAR}(launcher_ar_1.LauncherAR);exports.ProductAR=ProductAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44}],5:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.RawAR=void 0;var plattar_analytics_1=require("@plattar/plattar-analytics");var plattar_api_1=require("@plattar/plattar-api");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var RawAR=function(_launcher_ar_1$Launch4){_inherits(RawAR,_launcher_ar_1$Launch4);var _super4=_createSuper(RawAR);function RawAR(){var _this6;var modelLocation=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var sceneID=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;_classCallCheck(this,RawAR);_this6=_super4.call(this);_this6._analytics=null;if(!modelLocation){throw new Error("RawAR.constructor(modelLocation) - modelLocation must be defined")}var lowerLoc=modelLocation.toLowerCase();if(lowerLoc.endsWith("usdz")||lowerLoc.endsWith("glb")||lowerLoc.endsWith("gltf")||lowerLoc.endsWith("reality")){_this6._modelLocation=modelLocation;_this6._sceneID=sceneID;_this6._ar=null}else{throw new Error("RawAR.constructor(modelLocation) - modelLocation must be one of gltf, glb, usdz or reality")}return _this6}_createClass(RawAR,[{key:"modelLocation",get:function get(){return this._modelLocation}},{key:"_SetupAnalytics",value:function _SetupAnalytics(){var _this7=this;return new Promise(function(accept,_reject){var sceneID=_this7._sceneID;if(!sceneID){return accept()}var scene=new plattar_api_1.Scene(sceneID);scene.include(plattar_api_1.Project);scene.get().then(function(scene){var analytics=new plattar_analytics_1.Analytics(scene.attributes.application_id);analytics.origin=plattar_api_1.Server.location().type;_this7._analytics=analytics;analytics.data.push("type","scene-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("sceneId",scene.id);analytics.data.push("sceneTitle",scene.attributes.title);var application=scene.relationships.find(plattar_api_1.Project);if(application){analytics.data.push("applicationId",application.id);analytics.data.push("applicationTitle",application.attributes.title)}accept()})["catch"](function(_err){accept()})})}},{key:"init",value:function init(){var _this8=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("RawAR.init() - cannot proceed as AR not available in context"))}_this8._SetupAnalytics().then(function(){var modelLocation=_this8._modelLocation;var lowerLoc=modelLocation.toLowerCase();if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){if(lowerLoc.endsWith("reality")&&util_1.Util.canRealityViewer()){_this8._ar=new reality_viewer_1["default"];_this8._ar.modelUrl=modelLocation;return accept(_this8)}if(lowerLoc.endsWith("usdz")&&util_1.Util.canQuicklook()){_this8._ar=new quicklook_viewer_1["default"];_this8._ar.modelUrl=modelLocation;return accept(_this8)}return reject(new Error("RawAR.init() - cannot proceed as model is not a .usdz or .reality file"))}if(util_1.Util.canSceneViewer()){if(lowerLoc.endsWith("glb")||lowerLoc.endsWith("gltf")){var arviewer=new scene_viewer_1["default"];arviewer.modelUrl=modelLocation;arviewer.isVertical=_this8.options.anchor==="vertical"?true:false;_this8._ar=arviewer;return accept(_this8)}return reject(new Error("RawAR.init() - cannot proceed as model is not a .glb or .gltf file"))}return reject(new Error("RawAR.init() - could not initialise AR correctly, check values"))})})}},{key:"start",value:function start(){if(!this._ar){throw new Error("RawAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Scene Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return RawAR}(launcher_ar_1.LauncherAR);exports.RawAR=RawAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44}],6:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.SceneAR=void 0;var plattar_analytics_1=require("@plattar/plattar-analytics");var plattar_api_1=require("@plattar/plattar-api");var plattar_services_1=require("@plattar/plattar-services");var util_1=require("../util/util");var quicklook_viewer_1=__importDefault(require("../viewers/quicklook-viewer"));var reality_viewer_1=__importDefault(require("../viewers/reality-viewer"));var scene_viewer_1=__importDefault(require("../viewers/scene-viewer"));var launcher_ar_1=require("./launcher-ar");var version_1=__importDefault(require("../version"));var SceneAR=function(_launcher_ar_1$Launch5){_inherits(SceneAR,_launcher_ar_1$Launch5);var _super5=_createSuper(SceneAR);function SceneAR(){var _this9;var sceneID=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var variationSelection=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;_classCallCheck(this,SceneAR);_this9=_super5.call(this);_this9._analytics=null;if(!sceneID){throw new Error("SceneAR.constructor(sceneID) - sceneID must be defined")}_this9._sceneID=sceneID;_this9._variationSelection=variationSelection||{};_this9._ar=null;return _this9}_createClass(SceneAR,[{key:"sceneID",get:function get(){return this._sceneID}},{key:"_SetupAnalytics",value:function _SetupAnalytics(scene){var analytics=null;if(scene){analytics=new plattar_analytics_1.Analytics(scene.attributes.application_id);analytics.origin=plattar_api_1.Server.location().type;this._analytics=analytics;analytics.data.push("type","scene-ar");analytics.data.push("sdkVersion",version_1["default"]);analytics.data.push("sceneId",scene.id);analytics.data.push("sceneTitle",scene.attributes.title);var application=scene.relationships.find(plattar_api_1.Project);if(application){analytics.data.push("applicationId",application.id);analytics.data.push("applicationTitle",application.attributes.title)}}}},{key:"_ComposeScene",value:function _ComposeScene(scene,output){var _this10=this;return new Promise(function(accept,reject){var sceneProducts=scene.relationships.filter(plattar_api_1.SceneProduct);var sceneModels=scene.relationships.filter(plattar_api_1.SceneModel);if(sceneProducts.length+sceneModels.length<=0){return reject(new Error("SceneAR.ComposeScene() - cannot proceed as scene does not contain AR components"))}var configurator=new plattar_services_1.Configurator;configurator.server=plattar_api_1.Server.location().type;configurator.output=output;var totalARObjectCount=0;sceneProducts.forEach(function(sceneProduct){var product=sceneProduct.relationships.find(plattar_api_1.Product);var selection=_this10._variationSelection;if(sceneProduct.attributes.include_in_augment){if(product&&product.id===selection.productID&&selection.variationID){configurator.addSceneProduct(sceneProduct.id,selection.variationID);totalARObjectCount++}else if(product){if(sceneProduct.id===selection.sceneProductID&&selection.variationID){configurator.addSceneProduct(sceneProduct.id,selection.variationID);totalARObjectCount++}else if(product.attributes.product_variation_id){configurator.addSceneProduct(sceneProduct.id,product.attributes.product_variation_id);totalARObjectCount++}}}});sceneModels.forEach(function(sceneModel){if(sceneModel.attributes.include_in_augment){configurator.addModel(sceneModel.id);totalARObjectCount++}});if(totalARObjectCount<=0){return reject(new Error("SceneAR.ComposeScene() - cannot proceed as scene does not contain any enabled AR components"))}return configurator.get().then(function(result){accept(result.filename)})["catch"](reject)})}},{key:"init",value:function init(){var _this11=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("SceneAR.init() - cannot proceed as AR not available in context"))}var scene=new plattar_api_1.Scene(_this11.sceneID);scene.include(plattar_api_1.Project);scene.include(plattar_api_1.SceneProduct);scene.include(plattar_api_1.SceneProduct.include(plattar_api_1.Product));scene.include(plattar_api_1.SceneModel);scene.get().then(function(scene){_this11._SetupAnalytics(scene);var sceneOpt=scene.attributes.custom_json||{};if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){if(sceneOpt.anchor==="face"){if(util_1.Util.canRealityViewer()){return _this11._ComposeScene(scene,"vto").then(function(modelUrl){_this11._ar=new reality_viewer_1["default"];_this11._ar.modelUrl=modelUrl;return accept(_this11)})["catch"](reject)}else{return reject(new Error("SceneAR.init() - cannot proceed as VTO AR requires Reality Viewer support"))}}if(util_1.Util.canQuicklook()){return _this11._ComposeScene(scene,"usdz").then(function(modelUrl){_this11._ar=new quicklook_viewer_1["default"];_this11._ar.modelUrl=modelUrl;return accept(_this11)})["catch"](reject)}return reject(new Error("SceneAR.init() - cannot proceed as IOS device does not support AR Mode"))}if(util_1.Util.canSceneViewer()){return _this11._ComposeScene(scene,"glb").then(function(modelUrl){var arviewer=new scene_viewer_1["default"];arviewer.modelUrl=modelUrl;arviewer.isVertical=_this11.options.anchor==="vertical"?true:false;if(sceneOpt.anchor==="vertical"){arviewer.isVertical=true}_this11._ar=arviewer;return accept(_this11)})["catch"](reject)}return reject(new Error("SceneAR.init() - could not initialise AR correctly, check values"))})["catch"](reject)})}},{key:"start",value:function start(){if(!this._ar){throw new Error("SceneAR.start() - cannot proceed as AR instance is null")}var analytics=this._analytics;if(analytics){analytics.data.push("device",this._ar.device);analytics.data.push("eventCategory",this._ar.nodeType);analytics.data.push("eventAction","Start Scene Augment");analytics.write();analytics.startRecordEngagement()}this._ar.start()}},{key:"canQuicklook",value:function canQuicklook(){return this._ar&&this._ar.nodeType==="Quick Look"?true:false}},{key:"canRealityViewer",value:function canRealityViewer(){return this._ar&&this._ar.nodeType==="Reality Viewer"?true:false}},{key:"canSceneViewer",value:function canSceneViewer(){return this._ar&&this._ar.nodeType==="Scene Viewer"?true:false}}]);return SceneAR}(launcher_ar_1.LauncherAR);exports.SceneAR=SceneAR},{"../util/util":15,"../version":16,"../viewers/quicklook-viewer":18,"../viewers/reality-viewer":19,"../viewers/scene-viewer":20,"./launcher-ar":2,"@plattar/plattar-analytics":40,"@plattar/plattar-api":44,"@plattar/plattar-services":115}],7:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.SceneProductAR=void 0;var product_ar_1=require("./product-ar");var plattar_api_1=require("@plattar/plattar-api");var util_1=require("../util/util");var SceneProductAR=function(_product_ar_1$Product){_inherits(SceneProductAR,_product_ar_1$Product);var _super6=_createSuper(SceneProductAR);function SceneProductAR(){var _this12;var sceneProductID=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var variationID=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;var variationSKU=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;_classCallCheck(this,SceneProductAR);_this12=_super6.call(this,sceneProductID,variationID,variationSKU);_this12._attachedProductID=null;if(!sceneProductID){throw new Error("SceneProductAR.constructor(sceneProductID, variationID) - sceneProductID must be defined")}_this12._sceneProductID=sceneProductID;return _this12}_createClass(SceneProductAR,[{key:"sceneProductID",get:function get(){return this._sceneProductID}},{key:"productID",get:function get(){if(!this._attachedProductID){throw new Error("SceneProductAR.productID() - product id was not defined, did you call init()?")}return this._attachedProductID}},{key:"init",value:function init(){var _this13=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("SceneProductAR.init() - cannot proceed as AR not available in context"))}var sceneProduct=new plattar_api_1.SceneProduct(_this13.sceneProductID);sceneProduct.get().then(function(sceneProduct){var productID=sceneProduct.attributes.product_id;if(!productID){return reject("SceneProductAR.init() - Scene Product does not have an attached Product instance")}_this13._attachedProductID=productID;return _get(_getPrototypeOf(SceneProductAR.prototype),"init",_this13).call(_this13).then(accept)["catch"](reject)})["catch"](reject)})}}]);return SceneProductAR}(product_ar_1.ProductAR);exports.SceneProductAR=SceneProductAR},{"../util/util":15,"./product-ar":4,"@plattar/plattar-api":44}],8:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.ConfiguratorController=void 0;var plattar_api_1=require("@plattar/plattar-api");var scene_product_ar_1=require("../../ar/scene-product-ar");var util_1=require("../../util/util");var plattar_controller_1=require("./plattar-controller");var configurator_ar_1=require("../../ar/configurator-ar");var ConfiguratorController=function(_plattar_controller_){_inherits(ConfiguratorController,_plattar_controller_);var _super7=_createSuper(ConfiguratorController);function ConfiguratorController(){var _this14;_classCallCheck(this,ConfiguratorController);_this14=_super7.apply(this,arguments);_this14._cachedConfigState=null;return _this14}_createClass(ConfiguratorController,[{key:"getConfiguratorState",value:function(){var _getConfiguratorState=_asyncToGenerator(_regeneratorRuntime().mark(function _callee4(){return _regeneratorRuntime().wrap(function _callee4$(_context4){while(1)switch(_context4.prev=_context4.next){case 0:if(!this._cachedConfigState){_context4.next=2;break}return _context4.abrupt("return",this._cachedConfigState);case 2:this._cachedConfigState=this.createConfiguratorState();return _context4.abrupt("return",this._cachedConfigState);case 4:case"end":return _context4.stop()}},_callee4,this)}));function getConfiguratorState(){return _getConfiguratorState.apply(this,arguments)}return getConfiguratorState}()},{key:"onAttributesUpdated",value:function(){var _onAttributesUpdated=_asyncToGenerator(_regeneratorRuntime().mark(function _callee5(attributeName){var state,viewer,variationIDs,variationIDsList,variationSKUs,variationSKUList,configState,_variationIDs,_variationIDsList,_configState,_variationSKUs,_variationSKUList;return _regeneratorRuntime().wrap(function _callee5$(_context5){while(1)switch(_context5.prev=_context5.next){case 0:state=this._state;if(!(state===plattar_controller_1.ControllerState.Renderer)){_context5.next=17;break}viewer=this.element;if(!viewer){_context5.next=16;break}if(!(attributeName==="variation-id")){_context5.next=10;break}variationIDs=this.getAttribute("variation-id");variationIDsList=variationIDs?variationIDs.split(","):[];if(!(variationIDsList.length>0)){_context5.next=10;break}_context5.next=10;return viewer.messenger.selectVariationID(variationIDsList);case 10:if(!(attributeName==="variation-sku")){_context5.next=16;break}variationSKUs=this.getAttribute("variation-sku");variationSKUList=variationSKUs?variationSKUs.split(","):[];if(!(variationSKUList.length>0)){_context5.next=16;break}_context5.next=16;return viewer.messenger.selectVariationSKU(variationSKUList);case 16:return _context5.abrupt("return");case 17:if(!(state===plattar_controller_1.ControllerState.QRCode)){_context5.next=34;break}if(!(attributeName==="variation-id")){_context5.next=25;break}_context5.next=21;return this.getConfiguratorState();case 21:configState=_context5.sent;_variationIDs=this.getAttribute("variation-id");_variationIDsList=_variationIDs?_variationIDs.split(","):[];_variationIDsList.forEach(function(variationID){configState.state.setVariationID(variationID)});case 25:if(!(attributeName==="variation-sku")){_context5.next=32;break}_context5.next=28;return this.getConfiguratorState();case 28:_configState=_context5.sent;_variationSKUs=this.getAttribute("variation-sku");_variationSKUList=_variationSKUs?_variationSKUs.split(","):[];_variationSKUList.forEach(function(variationSKU){_configState.state.setVariationSKU(variationSKU)});case 32:this.startQRCode(this._prevQROpt);return _context5.abrupt("return");case 34:case"end":return _context5.stop()}},_callee5,this)}));function onAttributesUpdated(_x2){return _onAttributesUpdated.apply(this,arguments)}return onAttributesUpdated}()},{key:"startARQRCode",value:function(){var _startARQRCode=_asyncToGenerator(_regeneratorRuntime().mark(function _callee6(options){var dState,product,controller;return _regeneratorRuntime().wrap(function _callee6$(_context6){while(1)switch(_context6.prev=_context6.next){case 0:_context6.prev=0;_context6.next=3;return this.getConfiguratorState();case 3:dState=_context6.sent;product=dState.state.firstOfType("product");if(!product){_context6.next=14;break}this.parent.lockObserver();this.parent.destroy();this.setAttribute("product-id",product.scene_product_id);this.parent.unlockObserver();controller=this.parent.create();if(!controller){_context6.next=13;break}return _context6.abrupt("return",controller.startARQRCode(options));case 13:return _context6.abrupt("return",Promise.reject(new Error("ConfiguratorController.startARQRCode() - legacy product transition failed")));case 14:_context6.next=18;break;case 16:_context6.prev=16;_context6.t0=_context6["catch"](0);case 18:return _context6.abrupt("return",_get(_getPrototypeOf(ConfiguratorController.prototype),"startARQRCode",this).call(this,options));case 19:case"end":return _context6.stop()}},_callee6,this,[[0,16]])}));function startARQRCode(_x3){return _startARQRCode.apply(this,arguments)}return startARQRCode}()},{key:"startViewerQRCode",value:function(){var _startViewerQRCode=_asyncToGenerator(_regeneratorRuntime().mark(function _callee7(options){var _this15=this;var sceneID,configState,dState,product,controller,opt,viewer,width,height,dst,showAR,showUI;return _regeneratorRuntime().wrap(function _callee7$(_context7){while(1)switch(_context7.prev=_context7.next){case 0:this.removeRenderer();sceneID=this.getAttribute("scene-id");if(sceneID){_context7.next=4;break}throw new Error("ConfiguratorController.startViewerQRCode() - minimum required attributes not set, use scene-id as a minimum");case 4:configState=null;_context7.prev=5;_context7.next=8;return this.getConfiguratorState();case 8:dState=_context7.sent;product=dState.state.firstOfType("product");if(!product){_context7.next=19;break}this.parent.lockObserver();this.parent.destroy();this.setAttribute("product-id",product.scene_product_id);this.parent.unlockObserver();controller=this.parent.create();if(!controller){_context7.next=18;break}return _context7.abrupt("return",controller.startViewerQRCode(options));case 18:return _context7.abrupt("return",Promise.reject(new Error("ConfiguratorController.startViewerQRCode() - legacy product transition failed")));case 19:configState=dState.state.encode();_context7.next=25;break;case 22:_context7.prev=22;_context7.t0=_context7["catch"](5);configState=null;case 25:opt=options||this._GetDefaultQROptions();viewer=document.createElement("plattar-qrcode");this._element=viewer;width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");dst=plattar_api_1.Server.location().base+"renderer/configurator.html?scene_id="+sceneID;showAR=this.getAttribute("show-ar");showUI=this.getAttribute("show-ui");if(showUI&&showUI==="true"){dst=plattar_api_1.Server.location().base+"configurator/dist/index.html?scene_id="+sceneID}if(configState){dst+="&config_state="+configState}if(showAR){dst+="&show_ar="+showAR}viewer.setAttribute("url",opt.url||dst);this._state=plattar_controller_1.ControllerState.QRCode;this._prevQROpt=opt;return _context7.abrupt("return",new Promise(function(accept,reject){viewer.onload=function(){return accept(viewer)};_this15.append(viewer)}));case 46:case"end":return _context7.stop()}},_callee7,this,[[5,22]])}));function startViewerQRCode(_x4){return _startViewerQRCode.apply(this,arguments)}return startViewerQRCode}()},{key:"startRenderer",value:function(){var _startRenderer=_asyncToGenerator(_regeneratorRuntime().mark(function _callee8(){var _this16=this;var sceneID,configState,dState,product,controller,width,height,server,viewer,showAR,showUI;return _regeneratorRuntime().wrap(function _callee8$(_context8){while(1)switch(_context8.prev=_context8.next){case 0:this.removeRenderer();sceneID=this.getAttribute("scene-id");if(sceneID){_context8.next=4;break}throw new Error("ConfiguratorController.startRenderer() - minimum required attributes not set, use scene-id as a minimum");case 4:configState=null;_context8.prev=5;_context8.next=8;return this.getConfiguratorState();case 8:dState=_context8.sent;product=dState.state.firstOfType("product");if(!product){_context8.next=19;break}this.parent.lockObserver();this.parent.destroy();this.setAttribute("product-id",product.scene_product_id);this.parent.unlockObserver();controller=this.parent.create();if(!controller){_context8.next=18;break}return _context8.abrupt("return",controller.startRenderer());case 18:return _context8.abrupt("return",Promise.reject(new Error("ConfiguratorController.startRenderer() - legacy product transition failed")));case 19:configState=dState;_context8.next=25;break;case 22:_context8.prev=22;_context8.t0=_context8["catch"](5);configState=null;case 25:width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";server=this.getAttribute("server")||"production";viewer=document.createElement("plattar-configurator");this._element=viewer;viewer.setAttribute("width",width);viewer.setAttribute("height",height);viewer.setAttribute("server",server);viewer.setAttribute("scene-id",sceneID);showAR=this.getAttribute("show-ar");showUI=this.getAttribute("show-ui");if(configState){viewer.setAttribute("config-state",configState.state.encode())}if(showAR){viewer.setAttribute("show-ar",showAR)}if(showUI){viewer.setAttribute("show-ui",showUI)}this._state=plattar_controller_1.ControllerState.Renderer;return _context8.abrupt("return",new Promise(function(accept,reject){_this16.append(viewer);if(configState){_this16.setupMessengerObservers(viewer,configState)}return accept(viewer)}));case 41:case"end":return _context8.stop()}},_callee8,this,[[5,22]])}));function startRenderer(){return _startRenderer.apply(this,arguments)}return startRenderer}()},{key:"initAR",value:function(){var _initAR=_asyncToGenerator(_regeneratorRuntime().mark(function _callee9(){var dState,product,controller,arMode;return _regeneratorRuntime().wrap(function _callee9$(_context9){while(1)switch(_context9.prev=_context9.next){case 0:if(util_1.Util.canAugment()){_context9.next=2;break}throw new Error("ConfiguratorController.initAR() - cannot proceed as AR not available in context");case 2:_context9.prev=2;_context9.next=5;return this.getConfiguratorState();case 5:dState=_context9.sent;product=dState.state.firstOfType("product");if(!product){_context9.next=16;break}this.parent.lockObserver();this.parent.destroy();this.setAttribute("product-id",product.scene_product_id);this.parent.unlockObserver();controller=this.parent.create();if(!controller){_context9.next=15;break}return _context9.abrupt("return",controller.initAR());case 15:return _context9.abrupt("return",Promise.reject(new Error("ConfiguratorController.initAR() - legacy product transition failed")));case 16:_context9.next=20;break;case 18:_context9.prev=18;_context9.t0=_context9["catch"](2);case 20:arMode=this.getAttribute("ar-mode")||"generated";_context9.t1=arMode.toLowerCase();_context9.next=_context9.t1==="inherited"?24:_context9.t1==="generated"?25:25;break;case 24:return _context9.abrupt("return",this._InitARInherited());case 25:return _context9.abrupt("return",this._InitARGenerated());case 26:case"end":return _context9.stop()}},_callee9,this,[[2,18]])}));function initAR(){return _initAR.apply(this,arguments)}return initAR}()},{key:"_InitARInherited",value:function(){var _InitARInherited2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee10(){var sceneID,state,first,sceneProductAR;return _regeneratorRuntime().wrap(function _callee10$(_context10){while(1)switch(_context10.prev=_context10.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context10.next=3;break}throw new Error("ConfiguratorController.initAR() - inherited AR minimum required attributes not set, use scene-id as a minimum");case 3:_context10.next=5;return this.getConfiguratorState();case 5:state=_context10.sent.state;first=state.first();if(!first){_context10.next=10;break}sceneProductAR=new scene_product_ar_1.SceneProductAR(first.scene_product_id,first.product_variation_id);return _context10.abrupt("return",sceneProductAR.init());case 10:throw new Error("ConfiguratorController.initAR() - invalid decoded config-state does not have any product states");case 11:case"end":return _context10.stop()}},_callee10,this)}));function _InitARInherited(){return _InitARInherited2.apply(this,arguments)}return _InitARInherited}()},{key:"_InitARGenerated",value:function(){var _InitARGenerated2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee11(){var sceneID,configAR;return _regeneratorRuntime().wrap(function _callee11$(_context11){while(1)switch(_context11.prev=_context11.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context11.next=3;break}throw new Error("VTOController.initAR() - generated AR minimum required attributes not set, use scene-id as a minimum");case 3:_context11.t0=configurator_ar_1.ConfiguratorAR;_context11.next=6;return this.getConfiguratorState();case 6:_context11.t1=_context11.sent;configAR=new _context11.t0(_context11.t1);return _context11.abrupt("return",configAR.init());case 9:case"end":return _context11.stop()}},_callee11,this)}));function _InitARGenerated(){return _InitARGenerated2.apply(this,arguments)}return _InitARGenerated}()},{key:"removeRenderer",value:function removeRenderer(){if(this._element){this._element.remove();this._element=null;return true}this.removeMessengerObservers();return false}},{key:"element",get:function get(){return this._element}}]);return ConfiguratorController}(plattar_controller_1.PlattarController);exports.ConfiguratorController=ConfiguratorController},{"../../ar/configurator-ar":1,"../../ar/scene-product-ar":7,"../../util/util":15,"./plattar-controller":9,"@plattar/plattar-api":44}],9:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.PlattarController=exports.ControllerState=void 0;var plattar_api_1=require("@plattar/plattar-api");var configurator_state_1=require("../../util/configurator-state");var ControllerState;(function(ControllerState){ControllerState[ControllerState["None"]=0]="None";ControllerState[ControllerState["Renderer"]=1]="Renderer";ControllerState[ControllerState["QRCode"]=2]="QRCode"})(ControllerState||(exports.ControllerState=ControllerState={}));var PlattarController=function(){function PlattarController(parent){_classCallCheck(this,PlattarController);this._state=ControllerState.None;this._element=null;this._prevQROpt=null;this._selectVariationObserver=null;this._selectVariationSKUObserver=null;this._parent=parent}_createClass(PlattarController,[{key:"_GetDefaultQROptions",value:function _GetDefaultQROptions(){return{color:this.getAttribute("qr-color")||"#101721",qrType:this.getAttribute("qr-style")||"default",shorten:this.getAttribute("qr-shorten")||true,margin:0}}},{key:"createConfiguratorState",value:function(){var _createConfiguratorState=_asyncToGenerator(_regeneratorRuntime().mark(function _callee12(){var sceneID,configState,variationIDs,variationSKUs,decodedState,variationIDList,variationSKUList;return _regeneratorRuntime().wrap(function _callee12$(_context12){while(1)switch(_context12.prev=_context12.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context12.next=3;break}throw new Error("PlattarController.createConfiguratorState() - cannot create as required attribute scene-id is not defined");case 3:configState=this.getAttribute("config-state");variationIDs=this.getAttribute("variation-id");variationSKUs=this.getAttribute("variation-sku");if(!configState){_context12.next=12;break}_context12.next=9;return configurator_state_1.ConfiguratorState.decodeState(sceneID,configState);case 9:_context12.t0=_context12.sent;_context12.next=15;break;case 12:_context12.next=14;return configurator_state_1.ConfiguratorState.decodeScene(sceneID);case 14:_context12.t0=_context12.sent;case 15:decodedState=_context12.t0;variationIDList=variationIDs?variationIDs.split(","):[];variationSKUList=variationSKUs?variationSKUs.split(","):[];variationIDList.forEach(function(variationID){decodedState.state.setVariationID(variationID)});variationSKUList.forEach(function(variationSKU){decodedState.state.setVariationSKU(variationSKU)});return _context12.abrupt("return",decodedState);case 21:case"end":return _context12.stop()}},_callee12,this)}));function createConfiguratorState(){return _createConfiguratorState.apply(this,arguments)}return createConfiguratorState}()},{key:"setupMessengerObservers",value:function setupMessengerObservers(viewer,configState){this._selectVariationObserver=viewer.messengerInstance.observer.subscribe("selectVariation",function(cd){if(cd.type==="call"){var args=cd.data[0];var variations=args?Array.isArray(args)?args:[args]:[];variations.forEach(function(variationID){configState.state.setVariationID(variationID)})}});this._selectVariationSKUObserver=viewer.messengerInstance.observer.subscribe("selectVariationSKU",function(cd){if(cd.type==="call"){var args=cd.data[0];var variations=args?Array.isArray(args)?args:[args]:[];variations.forEach(function(variationSKU){configState.state.setVariationSKU(variationSKU)})}})}},{key:"removeMessengerObservers",value:function removeMessengerObservers(){if(this._selectVariationObserver){this._selectVariationObserver();this._selectVariationObserver=null}if(this._selectVariationSKUObserver){this._selectVariationSKUObserver();this._selectVariationSKUObserver=null}}},{key:"startAR",value:function(){var _startAR=_asyncToGenerator(_regeneratorRuntime().mark(function _callee13(){var launcher;return _regeneratorRuntime().wrap(function _callee13$(_context13){while(1)switch(_context13.prev=_context13.next){case 0:_context13.next=2;return this.initAR();case 2:launcher=_context13.sent;return _context13.abrupt("return",launcher.start());case 4:case"end":return _context13.stop()}},_callee13,this)}));function startAR(){return _startAR.apply(this,arguments)}return startAR}()},{key:"startQRCode",value:function(){var _startQRCode=_asyncToGenerator(_regeneratorRuntime().mark(function _callee14(options){var qrType;return _regeneratorRuntime().wrap(function _callee14$(_context14){while(1)switch(_context14.prev=_context14.next){case 0:qrType=this.getAttribute("qr-type")||"viewer";_context14.t0=qrType.toLowerCase();_context14.next=_context14.t0==="ar"?4:_context14.t0==="viewer"?5:5;break;case 4:return _context14.abrupt("return",this.startARQRCode(options));case 5:return _context14.abrupt("return",this.startViewerQRCode(options));case 6:case"end":return _context14.stop()}},_callee14,this)}));function startQRCode(_x5){return _startQRCode.apply(this,arguments)}return startQRCode}()},{key:"startARQRCode",value:function(){var _startARQRCode2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee15(options){var _this17=this;var opt,viewer,width,height,qrOptions,dst,configState,sceneID,embedType,productID,sceneProductID,variationID,variationSKU,arMode;return _regeneratorRuntime().wrap(function _callee15$(_context15){while(1)switch(_context15.prev=_context15.next){case 0:this.removeRenderer();opt=options||this._GetDefaultQROptions();viewer=document.createElement("plattar-qrcode");this._element=viewer;width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");qrOptions=btoa(JSON.stringify(opt));dst=plattar_api_1.Server.location().base+"renderer/launcher.html?qr_options="+qrOptions;configState=null;sceneID=this.getAttribute("scene-id");embedType=this.getAttribute("embed-type");productID=this.getAttribute("product-id");sceneProductID=this.getAttribute("scene-product-id");variationID=this.getAttribute("variation-id");variationSKU=this.getAttribute("variation-sku");arMode=this.getAttribute("ar-mode");_context15.prev=22;_context15.next=25;return this.getConfiguratorState();case 25:configState=_context15.sent.state.encode();_context15.next=31;break;case 28:_context15.prev=28;_context15.t0=_context15["catch"](22);configState=null;case 31:if(configState){dst+="&config_state="+configState}if(embedType){dst+="&embed_type="+embedType}if(productID){dst+="&product_id="+productID}if(sceneProductID){dst+="&scene_product_id="+sceneProductID}if(variationID){dst+="&variation_id="+variationID}if(variationSKU){dst+="&variation_sku="+variationSKU}if(arMode){dst+="&ar_mode="+arMode}if(sceneID){dst+="&scene_id="+sceneID}viewer.setAttribute("url",opt.url||dst);this._state=ControllerState.QRCode;this._prevQROpt=opt;return _context15.abrupt("return",new Promise(function(accept,reject){_this17.append(viewer);viewer.onload=function(){return accept(viewer)}}));case 43:case"end":return _context15.stop()}},_callee15,this,[[22,28]])}));function startARQRCode(_x6){return _startARQRCode2.apply(this,arguments)}return startARQRCode}()},{key:"parent",get:function get(){return this._parent}},{key:"getAttribute",value:function getAttribute(attribute){return this.parent?this.parent.hasAttribute(attribute)?this.parent.getAttribute(attribute):null:null}},{key:"setAttribute",value:function setAttribute(attribute,value){if(this.parent){this.parent.setAttribute(attribute,value)}}},{key:"append",value:function append(element){var shadow=this.parent.shadowRoot||this.parent.attachShadow({mode:"open"});shadow.append(element)}}]);return PlattarController}();exports.PlattarController=PlattarController},{"../../util/configurator-state":14,"@plattar/plattar-api":44}],10:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.ProductController=void 0;var plattar_api_1=require("@plattar/plattar-api");var product_ar_1=require("../../ar/product-ar");var util_1=require("../../util/util");var plattar_controller_1=require("./plattar-controller");var ProductController=function(_plattar_controller_2){_inherits(ProductController,_plattar_controller_2);var _super8=_createSuper(ProductController);function ProductController(){_classCallCheck(this,ProductController);return _super8.apply(this,arguments)}_createClass(ProductController,[{key:"getConfiguratorState",value:function(){var _getConfiguratorState2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee16(){return _regeneratorRuntime().wrap(function _callee16$(_context16){while(1)switch(_context16.prev=_context16.next){case 0:throw new Error("ProductController.getConfiguratorState() - legacy embeds do not support configurator states");case 1:case"end":return _context16.stop()}},_callee16)}));function getConfiguratorState(){return _getConfiguratorState2.apply(this,arguments)}return getConfiguratorState}()},{key:"onAttributesUpdated",value:function(){var _onAttributesUpdated2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee17(attributeName){var state,viewer,variationID;return _regeneratorRuntime().wrap(function _callee17$(_context17){while(1)switch(_context17.prev=_context17.next){case 0:state=this._state;if(!(state===plattar_controller_1.ControllerState.QRCode)){_context17.next=4;break}this.startQRCode(this._prevQROpt);return _context17.abrupt("return");case 4:if(state===plattar_controller_1.ControllerState.Renderer){viewer=this._element;if(viewer){variationID=this.getAttribute("variation-id");if(variationID&&viewer.messenger){viewer.messenger.selectVariation(variationID)}}}case 5:case"end":return _context17.stop()}},_callee17,this)}));function onAttributesUpdated(_x7){return _onAttributesUpdated2.apply(this,arguments)}return onAttributesUpdated}()},{key:"startViewerQRCode",value:function startViewerQRCode(options){var _this18=this;return new Promise(function(accept,reject){_this18.removeRenderer();var productID=_this18.getAttribute("product-id");if(productID){var opt=options||_this18._GetDefaultQROptions();var viewer=document.createElement("plattar-qrcode");var width=_this18.getAttribute("width")||"500px";var height=_this18.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");var variationID=_this18.getAttribute("variation-id");var variationSKU=_this18.getAttribute("variation-sku");var showAR=_this18.getAttribute("show-ar");var dst=plattar_api_1.Server.location().base+"renderer/product.html?product_id="+productID;if(variationID){dst+="&variationId="+variationID}if(variationSKU){dst+="&variationSku="+variationSKU}if(showAR){dst+="&show_ar="+showAR}viewer.setAttribute("url",opt.url||dst);viewer.onload=function(){return accept(viewer)};_this18.append(viewer);_this18._element=viewer;_this18._state=plattar_controller_1.ControllerState.QRCode;_this18._prevQROpt=opt;return}return reject(new Error("ProductController.startQRCode() - minimum required attributes not set, use product-id as a minimum"))})}},{key:"startARQRCode",value:function startARQRCode(options){var _this19=this;return new Promise(function(accept,reject){_this19.removeRenderer();var opt=options||_this19._GetDefaultQROptions();var viewer=document.createElement("plattar-qrcode");var width=_this19.getAttribute("width")||"500px";var height=_this19.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");var qrOptions=btoa(JSON.stringify(opt));var dst=plattar_api_1.Server.location().base+"renderer/launcher.html?qr_options="+qrOptions;var sceneID=_this19.getAttribute("scene-id");var configState=_this19.getAttribute("config-state");var embedType=_this19.getAttribute("embed-type");var productID=_this19.getAttribute("product-id");var sceneProductID=_this19.getAttribute("scene-product-id");var variationID=_this19.getAttribute("variation-id");var variationSKU=_this19.getAttribute("variation-sku");var arMode=_this19.getAttribute("ar-mode");if(configState){dst+="&config_state="+configState}if(embedType){dst+="&embed_type="+embedType}if(productID){dst+="&product_id="+productID}if(sceneProductID){dst+="&scene_product_id="+sceneProductID}if(variationID){dst+="&variation_id="+variationID}if(variationSKU){dst+="&variation_sku="+variationSKU}if(arMode){dst+="&ar_mode="+arMode}if(sceneID){dst+="&scene_id="+sceneID}viewer.setAttribute("url",opt.url||dst);viewer.onload=function(){return accept(viewer)};_this19._element=viewer;_this19._state=plattar_controller_1.ControllerState.QRCode;_this19._prevQROpt=opt;_this19.append(viewer)})}},{key:"startRenderer",value:function startRenderer(){var _this20=this;return new Promise(function(accept,reject){_this20.removeRenderer();var productID=_this20.getAttribute("product-id");if(productID){var width=_this20.getAttribute("width")||"500px";var height=_this20.getAttribute("height")||"500px";var server=_this20.getAttribute("server")||"production";var viewer=document.createElement("plattar-product");viewer.setAttribute("width",width);viewer.setAttribute("height",height);viewer.setAttribute("server",server);viewer.setAttribute("product-id",productID);var variationID=_this20.getAttribute("variation-id");var variationSKU=_this20.getAttribute("variation-sku");var showAR=_this20.getAttribute("show-ar");if(variationID){viewer.setAttribute("variation-id",variationID)}if(variationSKU){viewer.setAttribute("variation-sku",variationSKU)}if(showAR){viewer.setAttribute("show-ar",showAR)}viewer.onload=function(){return accept(viewer)};_this20.append(viewer);_this20._element=viewer;_this20._state=plattar_controller_1.ControllerState.Renderer;return}return reject(new Error("ProductController.startRenderer() - minimum required attributes not set, use scene-id as a minimum"))})}},{key:"initAR",value:function initAR(){var _this21=this;return new Promise(function(accept,reject){if(!util_1.Util.canAugment()){return reject(new Error("ProductController.initAR() - cannot proceed as AR not available in context"))}var productID=_this21.getAttribute("product-id");if(productID){var variationID=_this21.getAttribute("variation-id");var variationSKU=_this21.getAttribute("variation-sku");var product=new product_ar_1.ProductAR(productID,variationID,variationSKU);return product.init().then(accept)["catch"](reject)}return reject(new Error("ProductController.initAR() - minimum required attributes not set, use product-id as a minimum"))})}},{key:"removeRenderer",value:function removeRenderer(){if(this._element){this._element.remove();this._element=null;return true}return false}},{key:"element",get:function get(){return this._element}}]);return ProductController}(plattar_controller_1.PlattarController);exports.ProductController=ProductController},{"../../ar/product-ar":4,"../../util/util":15,"./plattar-controller":9,"@plattar/plattar-api":44}],11:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.VTOController=void 0;var plattar_api_1=require("@plattar/plattar-api");var __1=require("../..");var util_1=require("../../util/util");var plattar_controller_1=require("./plattar-controller");var configurator_ar_1=require("../../ar/configurator-ar");var VTOController=function(_plattar_controller_3){_inherits(VTOController,_plattar_controller_3);var _super9=_createSuper(VTOController);function VTOController(){var _this22;_classCallCheck(this,VTOController);_this22=_super9.apply(this,arguments);_this22._cachedConfigState=null;return _this22}_createClass(VTOController,[{key:"getConfiguratorState",value:function(){var _getConfiguratorState3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee18(){return _regeneratorRuntime().wrap(function _callee18$(_context18){while(1)switch(_context18.prev=_context18.next){case 0:if(!this._cachedConfigState){_context18.next=2;break}return _context18.abrupt("return",this._cachedConfigState);case 2:this._cachedConfigState=this.createConfiguratorState();return _context18.abrupt("return",this._cachedConfigState);case 4:case"end":return _context18.stop()}},_callee18,this)}));function getConfiguratorState(){return _getConfiguratorState3.apply(this,arguments)}return getConfiguratorState}()},{key:"onAttributesUpdated",value:function(){var _onAttributesUpdated3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee19(attributeName){var state,viewer,variationIDs,variationIDsList,variationSKUs,variationSKUList,configState,_variationIDs2,_variationIDsList2,_configState2,_variationSKUs2,_variationSKUList2;return _regeneratorRuntime().wrap(function _callee19$(_context19){while(1)switch(_context19.prev=_context19.next){case 0:state=this._state;if(!(state===plattar_controller_1.ControllerState.Renderer)){_context19.next=17;break}viewer=this.element;if(!viewer){_context19.next=16;break}if(!(attributeName==="variation-id")){_context19.next=10;break}variationIDs=this.getAttribute("variation-id");variationIDsList=variationIDs?variationIDs.split(","):[];if(!(variationIDsList.length>0)){_context19.next=10;break}_context19.next=10;return viewer.messenger.selectVariationID(variationIDsList);case 10:if(!(attributeName==="variation-sku")){_context19.next=16;break}variationSKUs=this.getAttribute("variation-sku");variationSKUList=variationSKUs?variationSKUs.split(","):[];if(!(variationSKUList.length>0)){_context19.next=16;break}_context19.next=16;return viewer.messenger.selectVariationSKU(variationSKUList);case 16:return _context19.abrupt("return");case 17:if(!(state===plattar_controller_1.ControllerState.QRCode)){_context19.next=34;break}if(!(attributeName==="variation-id")){_context19.next=25;break}_context19.next=21;return this.getConfiguratorState();case 21:configState=_context19.sent;_variationIDs2=this.getAttribute("variation-id");_variationIDsList2=_variationIDs2?_variationIDs2.split(","):[];_variationIDsList2.forEach(function(variationID){configState.state.setVariationID(variationID)});case 25:if(!(attributeName==="variation-sku")){_context19.next=32;break}_context19.next=28;return this.getConfiguratorState();case 28:_configState2=_context19.sent;_variationSKUs2=this.getAttribute("variation-sku");_variationSKUList2=_variationSKUs2?_variationSKUs2.split(","):[];_variationSKUList2.forEach(function(variationSKU){_configState2.state.setVariationSKU(variationSKU)});case 32:this.startQRCode(this._prevQROpt);return _context19.abrupt("return");case 34:case"end":return _context19.stop()}},_callee19,this)}));function onAttributesUpdated(_x8){return _onAttributesUpdated3.apply(this,arguments)}return onAttributesUpdated}()},{key:"startViewerQRCode",value:function(){var _startViewerQRCode2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee20(options){var _this23=this;var sceneID,opt,viewer,width,height,dst,configState,showAR,productID,sceneProductID,variationID;return _regeneratorRuntime().wrap(function _callee20$(_context20){while(1)switch(_context20.prev=_context20.next){case 0:this.removeRenderer();sceneID=this.getAttribute("scene-id");if(sceneID){_context20.next=4;break}throw new Error("VTOController.startQRCode() - minimum required attributes not set, use scene-id as a minimum");case 4:opt=options||this._GetDefaultQROptions();viewer=document.createElement("plattar-qrcode");this._element=viewer;width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";viewer.setAttribute("width",width);viewer.setAttribute("height",height);if(opt.color){viewer.setAttribute("color",opt.color)}if(opt.margin){viewer.setAttribute("margin",""+opt.margin)}if(opt.qrType){viewer.setAttribute("qr-type",opt.qrType)}viewer.setAttribute("shorten",opt.shorten&&(opt.shorten===true||opt.shorten==="true")?"true":"false");dst=plattar_api_1.Server.location().base+"renderer/facear.html?scene_id="+sceneID;configState=null;_context20.prev=17;_context20.next=20;return this.getConfiguratorState();case 20:configState=_context20.sent;_context20.next=26;break;case 23:_context20.prev=23;_context20.t0=_context20["catch"](17);configState=null;case 26:showAR=this.getAttribute("show-ar");productID=this.getAttribute("product-id");sceneProductID=this.getAttribute("scene-product-id");variationID=this.getAttribute("variation-id");if(configState){dst+="&config_state="+configState.state.encode()}if(showAR){dst+="&show_ar="+showAR}if(productID){dst+="&product_id="+productID}if(sceneProductID){dst+="&scene_product_id="+sceneProductID}if(variationID){dst+="&variation_id="+variationID}viewer.setAttribute("url",opt.url||dst);this._state=plattar_controller_1.ControllerState.QRCode;this._prevQROpt=opt;return _context20.abrupt("return",new Promise(function(accept,reject){viewer.onload=function(){return accept(viewer)};_this23.append(viewer)}));case 39:case"end":return _context20.stop()}},_callee20,this,[[17,23]])}));function startViewerQRCode(_x9){return _startViewerQRCode2.apply(this,arguments)}return startViewerQRCode}()},{key:"startRenderer",value:function(){var _startRenderer2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee21(){var _this24=this;var sceneID,width,height,server,viewer,configState,showAR,productID,sceneProductID,variationID;return _regeneratorRuntime().wrap(function _callee21$(_context21){while(1)switch(_context21.prev=_context21.next){case 0:this.removeRenderer();sceneID=this.getAttribute("scene-id");if(sceneID){_context21.next=4;break}throw new Error("VTOController.startRenderer() - minimum required attributes not set, use scene-id as a minimum");case 4:width=this.getAttribute("width")||"500px";height=this.getAttribute("height")||"500px";server=this.getAttribute("server")||"production";viewer=document.createElement("plattar-facear");this._element=viewer;viewer.setAttribute("width",width);viewer.setAttribute("height",height);viewer.setAttribute("server",server);viewer.setAttribute("scene-id",sceneID);configState=null;_context21.prev=14;_context21.next=17;return this.getConfiguratorState();case 17:configState=_context21.sent;_context21.next=23;break;case 20:_context21.prev=20;_context21.t0=_context21["catch"](14);configState=null;case 23:showAR=this.getAttribute("show-ar");productID=this.getAttribute("product-id");sceneProductID=this.getAttribute("scene-product-id");variationID=this.getAttribute("variation-id");if(configState){viewer.setAttribute("config-state",configState.state.encode())}if(showAR){viewer.setAttribute("show-ar",showAR)}if(productID){viewer.setAttribute("product-id",productID)}if(sceneProductID){viewer.setAttribute("scene-product-id",sceneProductID)}if(variationID){viewer.setAttribute("variation-id",variationID)}this._state=plattar_controller_1.ControllerState.Renderer;return _context21.abrupt("return",new Promise(function(accept,reject){_this24.append(viewer);if(configState){_this24.setupMessengerObservers(viewer,configState)}return accept(viewer)}));case 34:case"end":return _context21.stop()}},_callee21,this,[[14,20]])}));function startRenderer(){return _startRenderer2.apply(this,arguments)}return startRenderer}()},{key:"initAR",value:function(){var _initAR2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee22(){var arMode;return _regeneratorRuntime().wrap(function _callee22$(_context22){while(1)switch(_context22.prev=_context22.next){case 0:if(util_1.Util.canAugment()){_context22.next=2;break}throw new Error("VTOController.initAR() - cannot proceed as VTO AR not available in context");case 2:if(util_1.Util.isSafari()||util_1.Util.isChromeOnIOS()){_context22.next=4;break}throw new Error("VTOController.initAR() - cannot proceed as VTO AR only available on IOS Mobile devices");case 4:arMode=this.getAttribute("ar-mode")||"generated";_context22.t0=arMode.toLowerCase();_context22.next=_context22.t0==="inherited"?8:_context22.t0==="generated"?9:9;break;case 8:return _context22.abrupt("return",this._InitARInherited());case 9:return _context22.abrupt("return",this._InitARGenerated());case 10:case"end":return _context22.stop()}},_callee22,this)}));function initAR(){return _initAR2.apply(this,arguments)}return initAR}()},{key:"_InitARInherited",value:function(){var _InitARInherited3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee23(){var sceneID,state,first,sceneProductAR;return _regeneratorRuntime().wrap(function _callee23$(_context23){while(1)switch(_context23.prev=_context23.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context23.next=3;break}throw new Error("VTOController.initAR() - inherited AR minimum required attributes not set, use scene-id as a minimum");case 3:_context23.next=5;return this.getConfiguratorState();case 5:state=_context23.sent.state;first=state.first();if(!first){_context23.next=10;break}sceneProductAR=new __1.SceneProductAR(first.scene_product_id,first.product_variation_id);return _context23.abrupt("return",sceneProductAR.init());case 10:throw new Error("VTOController.initAR() - invalid decoded config-state does not have any product states");case 11:case"end":return _context23.stop()}},_callee23,this)}));function _InitARInherited(){return _InitARInherited3.apply(this,arguments)}return _InitARInherited}()},{key:"_InitARGenerated",value:function(){var _InitARGenerated3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee24(){var sceneID,configAR;return _regeneratorRuntime().wrap(function _callee24$(_context24){while(1)switch(_context24.prev=_context24.next){case 0:sceneID=this.getAttribute("scene-id");if(sceneID){_context24.next=3;break}throw new Error("VTOController.initAR() - generated AR minimum required attributes not set, use scene-id as a minimum");case 3:_context24.t0=configurator_ar_1.ConfiguratorAR;_context24.next=6;return this.getConfiguratorState();case 6:_context24.t1=_context24.sent;configAR=new _context24.t0(_context24.t1);return _context24.abrupt("return",configAR.init());case 9:case"end":return _context24.stop()}},_callee24,this)}));function _InitARGenerated(){return _InitARGenerated3.apply(this,arguments)}return _InitARGenerated}()},{key:"removeRenderer",value:function removeRenderer(){if(this._element){this._element.remove();this._element=null;return true}this.removeMessengerObservers();return false}},{key:"element",get:function get(){return this._element}}]);return VTOController}(plattar_controller_1.PlattarController);exports.VTOController=VTOController},{"../..":13,"../../ar/configurator-ar":1,"../../util/util":15,"./plattar-controller":9,"@plattar/plattar-api":44}],12:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var plattar_api_1=require("@plattar/plattar-api");var configurator_controller_1=require("./controllers/configurator-controller");var vto_controller_1=require("./controllers/vto-controller");var product_controller_1=require("./controllers/product-controller");var EmbedType;(function(EmbedType){EmbedType[EmbedType["Configurator"]=0]="Configurator";EmbedType[EmbedType["Legacy"]=1]="Legacy";EmbedType[EmbedType["VTO"]=2]="VTO";EmbedType[EmbedType["None"]=3]="None"})(EmbedType||(EmbedType={}));var ObserverState;(function(ObserverState){ObserverState[ObserverState["Locked"]=0]="Locked";ObserverState[ObserverState["Unlocked"]=1]="Unlocked"})(ObserverState||(ObserverState={}));var PlattarEmbed=function(_HTMLElement){_inherits(PlattarEmbed,_HTMLElement);var _super10=_createSuper(PlattarEmbed);function PlattarEmbed(){var _this25;_classCallCheck(this,PlattarEmbed);_this25=_super10.call(this);_this25._currentType=EmbedType.None;_this25._observerState=ObserverState.Unlocked;_this25._controller=null;_this25._currentSceneID=null;_this25._observer=null;return _this25}_createClass(PlattarEmbed,[{key:"viewer",get:function get(){return this._controller?this._controller.element:null}},{key:"connectedCallback",value:function connectedCallback(){this.create()}},{key:"create",value:function create(){var _this26=this;var server=this.hasAttribute("server")?this.getAttribute("server"):"production";plattar_api_1.Server.create(plattar_api_1.Server.match(server||"production"));if(!this._observer){this._observer=new MutationObserver(function(mutations){if(_this26._observerState===ObserverState.Unlocked){mutations.forEach(function(mutation){if(mutation.type==="attributes"){var attributeName=mutation.attributeName?mutation.attributeName:"none";if(_this26._currentType!==EmbedType.Legacy){_this26._CreateEmbed(attributeName)}else{_this26._OnAttributesUpdated(attributeName)}}})}});this._observer.observe(this,{attributes:true})}var productID=this.hasAttribute("product-id")?this.getAttribute("product-id"):null;if(productID){this._currentType=EmbedType.Legacy;this._CreateLegacyEmbed();return this._controller}this._CreateEmbed("none");return this._controller}},{key:"lockObserver",value:function lockObserver(){this._observerState=ObserverState.Locked}},{key:"unlockObserver",value:function unlockObserver(){this._observerState=ObserverState.Unlocked}},{key:"destroy",value:function destroy(){if(this._controller){this._controller.removeRenderer();this._controller=null}this._currentType=EmbedType.None}},{key:"_CreateLegacyEmbed",value:function _CreateLegacyEmbed(){this._controller=new product_controller_1.ProductController(this);var init=this.hasAttribute("init")?this.getAttribute("init"):null;switch(init){case"viewer":this.startViewer();break;case"qrcode":this.startQRCode();break}}},{key:"_CreateEmbed",value:function _CreateEmbed(attributeName){var embedType=this.hasAttribute("embed-type")?this.getAttribute("embed-type"):"configurator";var currentEmbed=this._currentType;if(embedType){switch(embedType.toLowerCase()){case"vto":this._currentType=EmbedType.VTO;break;case"viewer":case"configurator":default:this._currentType=EmbedType.Configurator}}if(currentEmbed!==this._currentType&&this._controller){this._controller.removeRenderer();this._controller=null}var sceneID=this.hasAttribute("scene-id")?this.getAttribute("scene-id"):null;if(sceneID!==this._currentSceneID&&this._controller){this._controller.removeRenderer();this._controller=null}this._currentSceneID=sceneID;if(!this._currentSceneID){return}if(!this._controller){switch(this._currentType){case EmbedType.Configurator:this._controller=new configurator_controller_1.ConfiguratorController(this);break;case EmbedType.VTO:this._controller=new vto_controller_1.VTOController(this);break}if(this._controller){var init=this.hasAttribute("init")?this.getAttribute("init"):null;switch(init){case"viewer":this.startViewer();break;case"qrcode":this.startQRCode();break}}}else{this._OnAttributesUpdated(attributeName)}}},{key:"initAR",value:function(){var _initAR3=_asyncToGenerator(_regeneratorRuntime().mark(function _callee25(){return _regeneratorRuntime().wrap(function _callee25$(_context25){while(1)switch(_context25.prev=_context25.next){case 0:if(this._controller){_context25.next=2;break}throw new Error("PlattarEmbed.initAR() - cannot execute as controller has not loaded yet");case 2:return _context25.abrupt("return",this._controller.initAR());case 3:case"end":return _context25.stop()}},_callee25,this)}));function initAR(){return _initAR3.apply(this,arguments)}return initAR}()},{key:"startAR",value:function(){var _startAR2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee26(){return _regeneratorRuntime().wrap(function _callee26$(_context26){while(1)switch(_context26.prev=_context26.next){case 0:if(this._controller){_context26.next=2;break}throw new Error("PlattarEmbed.startAR() - cannot execute as controller has not loaded yet");case 2:return _context26.abrupt("return",this._controller.startAR());case 3:case"end":return _context26.stop()}},_callee26,this)}));function startAR(){return _startAR2.apply(this,arguments)}return startAR}()},{key:"startViewer",value:function(){var _startViewer=_asyncToGenerator(_regeneratorRuntime().mark(function _callee27(){return _regeneratorRuntime().wrap(function _callee27$(_context27){while(1)switch(_context27.prev=_context27.next){case 0:if(this._controller){_context27.next=2;break}throw new Error("PlattarEmbed.startViewer() - cannot execute as controller has not loaded yet");case 2:return _context27.abrupt("return",this._controller.startRenderer());case 3:case"end":return _context27.stop()}},_callee27,this)}));function startViewer(){return _startViewer.apply(this,arguments)}return startViewer}()},{key:"startQRCode",value:function(){var _startQRCode2=_asyncToGenerator(_regeneratorRuntime().mark(function _callee28(){var options,_args28=arguments;return _regeneratorRuntime().wrap(function _callee28$(_context28){while(1)switch(_context28.prev=_context28.next){case 0:options=_args28.length>0&&_args28[0]!==undefined?_args28[0]:null;if(this._controller){_context28.next=3;break}throw new Error("PlattarEmbed.startQRCode() - cannot execute as controller has not loaded yet");case 3:return _context28.abrupt("return",this._controller.startQRCode(options));case 4:case"end":return _context28.stop()}},_callee28,this)}));function startQRCode(){return _startQRCode2.apply(this,arguments)}return startQRCode}()},{key:"removeRenderer",value:function removeRenderer(){if(!this._controller){return false}return this._controller.removeRenderer()}},{key:"_OnAttributesUpdated",value:function _OnAttributesUpdated(attributeName){if(this._controller){this._controller.onAttributesUpdated(attributeName)}}}]);return PlattarEmbed}(_wrapNativeSuper(HTMLElement));exports["default"]=PlattarEmbed},{"./controllers/configurator-controller":8,"./controllers/product-controller":10,"./controllers/vto-controller":11,"@plattar/plattar-api":44}],13:[function(require,module,exports){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){if(k2===undefined)k2=k;var desc=Object.getOwnPropertyDescriptor(m,k);if(!desc||("get"in desc?!m.__esModule:desc.writable||desc.configurable)){desc={enumerable:true,get:function get(){return m[k]}}}Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){if(k2===undefined)k2=k;o[k2]=m[k]});var __setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){Object.defineProperty(o,"default",{enumerable:true,value:v})}:function(o,v){o["default"]=v});var __importStar=this&&this.__importStar||function(mod){if(mod&&mod.__esModule)return mod;var result={};if(mod!=null)for(var k in mod)if(k!=="default"&&Object.prototype.hasOwnProperty.call(mod,k))__createBinding(result,mod,k);__setModuleDefault(result,mod);return result};var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ConfiguratorState=exports.Util=exports.RawAR=exports.ModelAR=exports.SceneAR=exports.SceneProductAR=exports.ProductAR=exports.LauncherAR=exports.version=exports.PlattarQRCode=exports.PlattarWeb=void 0;exports.PlattarWeb=__importStar(require("@plattar/plattar-web"));exports.PlattarQRCode=__importStar(require("@plattar/plattar-qrcode"));exports.version=__importStar(require("./version"));var launcher_ar_1=require("./ar/launcher-ar");Object.defineProperty(exports,"LauncherAR",{enumerable:true,get:function get(){return launcher_ar_1.LauncherAR}});var product_ar_1=require("./ar/product-ar");Object.defineProperty(exports,"ProductAR",{enumerable:true,get:function get(){return product_ar_1.ProductAR}});var scene_product_ar_1=require("./ar/scene-product-ar");Object.defineProperty(exports,"SceneProductAR",{enumerable:true,get:function get(){return scene_product_ar_1.SceneProductAR}});var scene_ar_1=require("./ar/scene-ar");Object.defineProperty(exports,"SceneAR",{enumerable:true,get:function get(){return scene_ar_1.SceneAR}});var model_ar_1=require("./ar/model-ar");Object.defineProperty(exports,"ModelAR",{enumerable:true,get:function get(){return model_ar_1.ModelAR}});var raw_ar_1=require("./ar/raw-ar");Object.defineProperty(exports,"RawAR",{enumerable:true,get:function get(){return raw_ar_1.RawAR}});var util_1=require("./util/util");Object.defineProperty(exports,"Util",{enumerable:true,get:function get(){return util_1.Util}});var configurator_state_1=require("./util/configurator-state");Object.defineProperty(exports,"ConfiguratorState",{enumerable:true,get:function get(){return configurator_state_1.ConfiguratorState}});var plattar_embed_1=__importDefault(require("./embed/plattar-embed"));var version_1=__importDefault(require("./version"));if(customElements){if(customElements.get("plattar-embed")===undefined){customElements.define("plattar-embed",plattar_embed_1["default"])}}console.log("using @plattar/plattar-ar-adapter v"+version_1["default"])},{"./ar/launcher-ar":2,"./ar/model-ar":3,"./ar/product-ar":4,"./ar/raw-ar":5,"./ar/scene-ar":6,"./ar/scene-product-ar":7,"./embed/plattar-embed":12,"./util/configurator-state":14,"./util/util":15,"./version":16,"@plattar/plattar-qrcode":110,"@plattar/plattar-web":130}],14:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.ConfiguratorState=void 0;var plattar_api_1=require("@plattar/plattar-api");var ConfiguratorState=function(){function ConfiguratorState(){var state=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;_classCallCheck(this,ConfiguratorState);this._mappedVariationIDValues=new Map;this._mappedVariationSKUValues=new Map;var defaultState={meta:{scene_product_index:0,scene_model_index:0,product_index:0,product_variation_index:1,meta_index:2},states:[]};if(state){try{var decodedb64State=atob(state);var parsedState=JSON.parse(decodedb64State);if(parsedState.meta){defaultState.meta.scene_product_index=parsedState.meta.scene_product_index||0;defaultState.meta.scene_model_index=parsedState.meta.scene_model_index||0;defaultState.meta.product_index=parsedState.meta.product_index||0;defaultState.meta.product_variation_index=parsedState.meta.product_variation_index||1;defaultState.meta.meta_index=parsedState.meta.meta_index||2}defaultState.states=parsedState.states||[]}catch(err){console.error("ConfiguratorState.constructor() - there was an error parsing configurator state");console.error(err)}}this._state=defaultState}_createClass(ConfiguratorState,[{key:"setVariationSKU",value:function setVariationSKU(productVariationSKU){var _this27=this;var variationIDs=this._mappedVariationSKUValues.get(productVariationSKU);if(!variationIDs){console.warn("ConfiguratorState.setVariationSKU() - Variation SKU of "+productVariationSKU+" is not defined in any variations");return}variationIDs.forEach(function(variationID){_this27.setVariationID(variationID)})}},{key:"setVariationID",value:function setVariationID(productVariationID){var sceneProductID=this._mappedVariationIDValues.get(productVariationID);if(!sceneProductID){console.warn("ConfiguratorState.setVariationID() - Variation ID of "+productVariationID+" is not defined in any products");return}this.setSceneProduct(sceneProductID,productVariationID)}},{key:"setSceneProduct",value:function setSceneProduct(sceneProductID,productVariationID){var metaData=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;this.addSceneProduct(sceneProductID,productVariationID,metaData)}},{key:"setSceneModel",value:function setSceneModel(SceneModelID){var metaData=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;if(SceneModelID){metaData=metaData||{augment:true,type:"scenemodel"};metaData.type="scenemodel";var states=this._state.states;var meta=this._state.meta;var newData=null;var existingData=this.findSceneProductIndex(SceneModelID);if(existingData){newData=existingData}else{newData=[];states.push(newData)}newData[meta.scene_product_index]=SceneModelID;newData[meta.product_variation_index]=null;newData[meta.meta_index]=metaData}}},{key:"setProduct",value:function setProduct(productID,productVariationID){var metaData=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;if(productID&&productVariationID){metaData=metaData||{augment:true,type:"product"};metaData.type="product";var states=this._state.states;var meta=this._state.meta;var newData=null;var existingData=this.findSceneProductIndex(productID);if(existingData){newData=existingData}else{newData=[];states.push(newData)}newData[meta.product_index]=productID;newData[meta.product_variation_index]=productVariationID;newData[meta.meta_index]=metaData}}},{key:"addSceneProduct",value:function addSceneProduct(sceneProductID,productVariationID){var metaData=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;if(sceneProductID&&productVariationID){metaData=metaData||{augment:true,type:"sceneproduct"};metaData.type="sceneproduct";var states=this._state.states;var meta=this._state.meta;var newData=null;var existingData=this.findSceneProductIndex(sceneProductID);if(existingData){newData=existingData}else{newData=[];states.push(newData)}newData[meta.scene_product_index]=sceneProductID;newData[meta.product_variation_index]=productVariationID;newData[meta.meta_index]=metaData}}},{key:"findSceneProductIndex",value:function findSceneProductIndex(sceneProductID){var states=this._state.states;if(states.length>0){var meta=this._state.meta;var found=states.find(function(productState){return productState[meta.scene_product_index]===sceneProductID});return found?found:null}return null}},{key:"findSceneProduct",value:function findSceneProduct(sceneProductID){var found=this.findSceneProductIndex(sceneProductID);if(found){var meta=this._state.meta;var data={scene_product_id:found[meta.scene_product_index],product_variation_id:found[meta.product_variation_index],meta_data:{augment:true,type:"sceneproduct"}};if(found.length===3){data.meta_data.augment=found[meta.meta_index].augment||true;data.meta_data.type=found[meta.meta_index].type||"sceneproduct"}return data}return null}},{key:"forEach",value:function forEach(callback){var states=this._state.states;var meta=this._state.meta;if(states.length>0){states.forEach(function(productState){if(productState.length===2){callback({scene_product_id:productState[meta.scene_product_index],product_variation_id:productState[meta.product_variation_index],meta_data:{augment:true,type:"sceneproduct"}})}else if(productState.length===3){callback({scene_product_id:productState[meta.scene_product_index],product_variation_id:productState[meta.product_variation_index],meta_data:{augment:productState[meta.meta_index].augment||true,type:productState[meta.meta_index].type||"sceneproduct"}})}})}}},{key:"array",value:function array(){var array=new Array;this.forEach(function(object){array.push(object)});return array}},{key:"first",value:function first(){var states=this._state.states;if(states.length>0){var meta=this._state.meta;var found=states.find(function(productState){var check=productState[meta.scene_product_index];return check!==null&&check!==undefined});if(!found){return null}var data={scene_product_id:found[meta.scene_product_index],product_variation_id:found[meta.product_variation_index],meta_data:{augment:true,type:"sceneproduct"}};if(found.length===3){data.meta_data.augment=found[meta.meta_index].augment||true;data.meta_data.type=found[meta.meta_index].type||"sceneproduct"}return data}return null}},{key:"firstOfType",value:function firstOfType(type){var states=this._state.states;if(states.length>0){var meta=this._state.meta;var found=states.find(function(productState){var check=productState[meta.scene_product_index];if(check!==null&&check!==undefined){return productState.length===3&&data.meta_data.type===type}return false});if(!found){return null}var data={scene_product_id:found[meta.scene_product_index],product_variation_id:found[meta.product_variation_index],meta_data:{augment:found[meta.meta_index].augment||true,type:found[meta.meta_index].type||type}};return data}return null}},{key:"length",get:function get(){return this._state.states.length}},{key:"encode",value:function encode(){return btoa(JSON.stringify(this._state))}}],[{key:"decode",value:function decode(state){return new ConfiguratorState(state)}},{key:"decodeState",value:function(){var _decodeState=_asyncToGenerator(_regeneratorRuntime().mark(function _callee29(){var sceneID,state,configState,fscene,scene,_args29=arguments;return _regeneratorRuntime().wrap(function _callee29$(_context29){while(1)switch(_context29.prev=_context29.next){case 0:sceneID=_args29.length>0&&_args29[0]!==undefined?_args29[0]:null;state=_args29.length>1&&_args29[1]!==undefined?_args29[1]:null;if(!(!sceneID||!state)){_context29.next=4;break}throw new Error("ConfiguratorState.decodeState(sceneID, state) - sceneID and state must be defined");case 4:configState=new ConfiguratorState(state);fscene=new plattar_api_1.Scene(sceneID);fscene.include(plattar_api_1.Project);fscene.include(plattar_api_1.Product);fscene.include(plattar_api_1.SceneProduct);fscene.include(plattar_api_1.SceneModel);fscene.include(plattar_api_1.SceneProduct.include(plattar_api_1.Product.include(plattar_api_1.ProductVariation)));_context29.next=13;return fscene.get();case 13:scene=_context29.sent;return _context29.abrupt("return",{scene:scene,state:configState});case 15:case"end":return _context29.stop()}},_callee29)}));function decodeState(){return _decodeState.apply(this,arguments)}return decodeState}()},{key:"decodeScene",value:function(){var _decodeScene=_asyncToGenerator(_regeneratorRuntime().mark(function _callee30(){var sceneID,configState,fscene,scene,sceneProducts,sceneModels,products,_args30=arguments;return _regeneratorRuntime().wrap(function _callee30$(_context30){while(1)switch(_context30.prev=_context30.next){case 0:sceneID=_args30.length>0&&_args30[0]!==undefined?_args30[0]:null;if(sceneID){_context30.next=3;break}throw new Error("ConfiguratorState.decodeScene(sceneID) - sceneID must be defined");case 3:configState=new ConfiguratorState;fscene=new plattar_api_1.Scene(sceneID);fscene.include(plattar_api_1.Project);fscene.include(plattar_api_1.SceneProduct);fscene.include(plattar_api_1.SceneModel);fscene.include(plattar_api_1.Product);fscene.include(plattar_api_1.SceneProduct.include(plattar_api_1.Product.include(plattar_api_1.ProductVariation)));_context30.next=12;return fscene.get();case 12:scene=_context30.sent;sceneProducts=scene.relationships.filter(plattar_api_1.SceneProduct);sceneModels=scene.relationships.filter(plattar_api_1.SceneModel);products=scene.relationships.filter(plattar_api_1.Product);sceneModels.forEach(function(sceneModel){configState.setSceneModel(sceneModel.id,{augment:sceneModel.attributes.include_in_augment,type:"scenemodel"})});products.forEach(function(product){if(product.attributes.product_variation_id){configState.setProduct(product.id,product.attributes.product_variation_id,{augment:true,type:"product"})}});sceneProducts.forEach(function(sceneProduct){var product=sceneProduct.relationships.find(plattar_api_1.Product);if(product){if(product.attributes.product_variation_id){configState.setSceneProduct(sceneProduct.id,product.attributes.product_variation_id,{augment:sceneProduct.attributes.include_in_augment,type:"sceneproduct"})}var variations=product.relationships.filter(plattar_api_1.ProductVariation);variations.forEach(function(variation){configState._mappedVariationIDValues.set(variation.id,sceneProduct.id);if(variation.attributes.sku){var existingSKUs=configState._mappedVariationSKUValues.get(variation.attributes.sku);if(existingSKUs){existingSKUs.push(variation.id)}else{configState._mappedVariationSKUValues.set(variation.attributes.sku,[variation.id])}}})}});return _context30.abrupt("return",{scene:scene,state:configState});case 20:case"end":return _context30.stop()}},_callee30)}));function decodeScene(){return _decodeScene.apply(this,arguments)}return decodeScene}()}]);return ConfiguratorState}();exports.ConfiguratorState=ConfiguratorState},{"@plattar/plattar-api":44}],15:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.Util=void 0;var Util=function(){function Util(){_classCallCheck(this,Util)}_createClass(Util,null,[{key:"canAugment",value:function canAugment(){return Util.canQuicklook()||Util.canSceneViewer()}},{key:"canQuicklook",value:function canQuicklook(){if(Util.isIOS()){var isWKWebView=Boolean((window&&window).webkit&&window.webkit.messageHandlers);if(isWKWebView){return Boolean(/CriOS\/|EdgiOS\/|FxiOS\/|GSA\/|DuckDuckGo\//.test(navigator.userAgent))}var tempAnchor=document.createElement("a");return tempAnchor.relList&&tempAnchor.relList.supports&&tempAnchor.relList.supports("ar")}return false}},{key:"canSceneViewer",value:function canSceneViewer(){return Util.isAndroid()&&!Util.isFirefox()&&!Util.isOculus()}},{key:"canRealityViewer",value:function canRealityViewer(){return Util.isIOS()&&Util.getIOSVersion()[0]>=13}},{key:"isSafariOnIOS",value:function isSafariOnIOS(){return Util.isIOS()&&Util.isSafari()}},{key:"isChromeOnIOS",value:function isChromeOnIOS(){return Util.isIOS()&&/CriOS\//.test(navigator.userAgent)}},{key:"isIOS",value:function isIOS(){return/iPad|iPhone|iPod/.test(navigator.userAgent)&&!self.MSStream||navigator.platform==="MacIntel"&&navigator.maxTouchPoints>1}},{key:"isAndroid",value:function isAndroid(){return/android/i.test(navigator.userAgent)}},{key:"isFirefox",value:function isFirefox(){return/firefox/i.test(navigator.userAgent)}},{key:"isOculus",value:function isOculus(){return/OculusBrowser/.test(navigator.userAgent)}},{key:"isSafari",value:function isSafari(){return Util.isIOS()&&/Safari\//.test(navigator.userAgent)}},{key:"getIOSVersion",value:function getIOSVersion(){if(/iP(hone|od|ad)/.test(navigator.platform)){var v=navigator.appVersion.match(/OS (\d+)_(\d+)_?(\d+)?/);if(v!==null){return[parseInt(v[1],10),parseInt(v[2],10),parseInt(v[3],10)]}}if(/Mac/.test(navigator.platform)){var _v=navigator.appVersion.match(/Version\/(\d+)\.(\d+)\.?(\d+)?/);if(_v!==null){return[parseInt(_v[1],10),parseInt(_v[2],10),parseInt(_v[3],10)]}}return[-1,-1,-1]}},{key:"getChromeVersion",value:function getChromeVersion(){var raw=navigator.userAgent.match(/Chrom(e|ium)\/([0-9]+)\./);if(raw!==null){return parseInt(raw[2],10)}return 1}}]);return Util}();exports.Util=Util},{}],16:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]="1.155.4-b1"},{}],17:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var ARViewer=_createClass(function ARViewer(){_classCallCheck(this,ARViewer);this.modelUrl=null;this.modelUrl=null});exports["default"]=ARViewer},{}],18:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});var ar_viewer_1=__importDefault(require("./ar-viewer"));var QuicklookViewer=function(_ar_viewer_1$default){_inherits(QuicklookViewer,_ar_viewer_1$default);var _super11=_createSuper(QuicklookViewer);function QuicklookViewer(){var _this28;_classCallCheck(this,QuicklookViewer);_this28=_super11.call(this);_this28.araction=null;_this28.titleHTML="&checkoutTitle="+document.title+"&checkoutSubtitle="+document.title;_this28.arcallback=function(){};return _this28}_createClass(QuicklookViewer,[{key:"nodeType",get:function get(){return"Quick Look"}},{key:"device",get:function get(){return"ios"}},{key:"start",value:function start(){var _this29=this;if(!this.modelUrl){throw new Error("QuicklookViewer.start() - model url not set, use QuicklookViewer.modelUrl")}var anchor=document.createElement("a");anchor.setAttribute("rel","ar");anchor.appendChild(document.createElement("img"));var url=this.modelUrl;var araction=this.araction;if(araction){var handleQuicklook=function handleQuicklook(event){if(event.data==="_apple_ar_quicklook_button_tapped"){_this29.arcallback()}document.body.removeChild(anchor);anchor.removeEventListener("message",handleQuicklook,false)};anchor.addEventListener("message",handleQuicklook,false);document.body.appendChild(anchor);url+="#callToAction="+araction;if(this.titleHTML){url+=this.titleHTML}}anchor.setAttribute("href",encodeURI(url));anchor.click()}}]);return QuicklookViewer}(ar_viewer_1["default"]);exports["default"]=QuicklookViewer},{"./ar-viewer":17}],19:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});var ar_viewer_1=__importDefault(require("./ar-viewer"));var RealityViewer=function(_ar_viewer_1$default2){_inherits(RealityViewer,_ar_viewer_1$default2);var _super12=_createSuper(RealityViewer);function RealityViewer(){_classCallCheck(this,RealityViewer);return _super12.call(this)}_createClass(RealityViewer,[{key:"nodeType",get:function get(){return"Reality Viewer"}},{key:"device",get:function get(){return"ios"}},{key:"start",value:function start(){if(!this.modelUrl){throw new Error("RealityViewer.start() - model url not set, use RealityViewer.modelUrl")}var anchor=document.createElement("a");anchor.setAttribute("rel","ar");anchor.appendChild(document.createElement("img"));anchor.setAttribute("href",this.modelUrl);anchor.click()}}]);return RealityViewer}(ar_viewer_1["default"]);exports["default"]=RealityViewer},{"./ar-viewer":17}],20:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});var ar_viewer_1=__importDefault(require("./ar-viewer"));var SceneViewer=function(_ar_viewer_1$default3){_inherits(SceneViewer,_ar_viewer_1$default3);var _super13=_createSuper(SceneViewer);function SceneViewer(){var _this30;_classCallCheck(this,SceneViewer);_this30=_super13.call(this);_this30.araction=null;_this30.isVertical=false;_this30.titleHTML="<b>"+document.title;_this30.isVertical=false;return _this30}_createClass(SceneViewer,[{key:"nodeType",get:function get(){return"Scene Viewer"}},{key:"device",get:function get(){return"android"}},{key:"start",value:function start(){if(!this.modelUrl){throw new Error("SceneViewer.start() - model url not set, use SceneViewer.modelUrl")}var araction=this.araction;var composedLink=encodeURIComponent(location.href);if(araction){var link=new URL(location.href);link.searchParams.set("araction",araction);composedLink=encodeURIComponent(link.href)}if(!composedLink){throw new Error("SceneViewer.start() - failed to create composition link, check parameters")}var linkOverride=encodeURIComponent(location.href+"#no-ar-fallback");var intent="intent://arvr.google.com/scene-viewer/1.1";intent+="?file="+this.modelUrl;intent+="&mode=ar_preferred";intent+="&link="+composedLink;intent+="&title=<b>"+this.titleHTML;if(this.isVertical){intent+="&enable_vertical_placement=true"}intent+=" #Intent;scheme=https;package=com.google.ar.core;action=android.intent.action.VIEW;";intent+="S.browser_fallback_url="+linkOverride+";end;";var anchor=document.createElement("a");anchor.setAttribute("href",intent);anchor.click()}}]);return SceneViewer}(ar_viewer_1["default"]);exports["default"]=SceneViewer},{"./ar-viewer":17}],21:[function(require,module,exports){"use strict";var Messenger=require("./messenger/messenger.js");var Memory=require("./memory/memory.js");var GlobalEventHandler=require("./messenger/global-event-handler.js");var Version=require("./version");if(!GlobalEventHandler.instance().messengerInstance){var messengerInstance=new Messenger;var memoryInstance=new Memory(messengerInstance);GlobalEventHandler.instance().messengerInstance=messengerInstance;GlobalEventHandler.instance().memoryInstance=memoryInstance}if(!GlobalEventHandler.instance().memoryInstance){var _memoryInstance=new Memory(GlobalEventHandler.instance().messengerInstance);GlobalEventHandler.instance().memoryInstance=_memoryInstance}console.log("using @plattar/context-messenger v"+Version);module.exports={messenger:GlobalEventHandler.instance().messengerInstance,memory:GlobalEventHandler.instance().memoryInstance,version:Version}},{"./memory/memory.js":22,"./messenger/global-event-handler.js":30,"./messenger/messenger.js":31,"./version":36}],22:[function(require,module,exports){var PermanentMemory=require("./permanent-memory");var TemporaryMemory=require("./temporary-memory");var Memory=function(){function Memory(messengerInstance){var _this31=this;_classCallCheck(this,Memory);this._messenger=messengerInstance;this._tempMemory=new TemporaryMemory(messengerInstance);this._permMemory=new PermanentMemory(messengerInstance);this._messenger.self.__memory__set_temp_var=function(name,data){_this31._tempMemory[name]=data};this._messenger.self.__memory__set_perm_var=function(name,data){_this31._permMemory[name]=data}}_createClass(Memory,[{key:"temp",get:function get(){return this._tempMemory}},{key:"perm",get:function get(){return this._permMemory}}]);return Memory}();module.exports=Memory},{"./permanent-memory":23,"./temporary-memory":24}],23:[function(require,module,exports){var WrappedValue=require("./wrapped-value");var PermanentMemory=_createClass(function PermanentMemory(messengerInstance){_classCallCheck(this,PermanentMemory);return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="watch"){return function(variable,callback){if(!target[variable]){target[variable]=new WrappedValue(variable,true,messengerInstance)}target[variable].watch=callback}}if(prop==="clear"){return function(){var _iterator=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step;try{for(_iterator.s();!(_step=_iterator.n()).done;){var pitem=_step.value;delete target[pitem];localStorage.removeItem(pitem)}}catch(err){_iterator.e(err)}finally{_iterator.f()}}}if(prop==="purge"){return function(){localStorage.clear();var _iterator2=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step2;try{for(_iterator2.s();!(_step2=_iterator2.n()).done;){var pitem=_step2.value;delete target[pitem]}}catch(err){_iterator2.e(err)}finally{_iterator2.f()}}}if(prop==="refresh"){return function(){var _iterator3=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step3;try{for(_iterator3.s();!(_step3=_iterator3.n()).done;){var val=_step3.value;target[val].refresh()}}catch(err){_iterator3.e(err)}finally{_iterator3.f()}}}if(!target[prop]){target[prop]=new WrappedValue(prop,true,messengerInstance)}return target[prop].value},set:function set(target,prop,value){if(!target[prop]){target[prop]=new WrappedValue(prop,true,messengerInstance)}target[prop].value=value;return true}})});module.exports=PermanentMemory},{"./wrapped-value":25}],24:[function(require,module,exports){var WrappedValue=require("./wrapped-value");var TemporaryMemory=_createClass(function TemporaryMemory(messengerInstance){_classCallCheck(this,TemporaryMemory);return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="watch"){return function(variable,callback){if(!target[variable]){target[variable]=new WrappedValue(variable,false,messengerInstance)}target[variable].watch=callback}}if(prop==="clear"||prop==="purge"){return function(){var _iterator4=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step4;try{for(_iterator4.s();!(_step4=_iterator4.n()).done;){var val=_step4.value;delete target[val]}}catch(err){_iterator4.e(err)}finally{_iterator4.f()}}}if(prop==="refresh"){return function(){var _iterator5=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step5;try{for(_iterator5.s();!(_step5=_iterator5.n()).done;){var val=_step5.value;target[val].refresh()}}catch(err){_iterator5.e(err)}finally{_iterator5.f()}}}if(!target[prop]){target[prop]=new WrappedValue(prop,false,messengerInstance)}return target[prop].value},set:function set(target,prop,value){if(!target[prop]){target[prop]=new WrappedValue(prop,false,messengerInstance)}target[prop].value=value;return true}})});module.exports=TemporaryMemory},{"./wrapped-value":25}],25:[function(require,module,exports){var WrappedValue=function(){function WrappedValue(varName,isPermanent,messengerInstance){_classCallCheck(this,WrappedValue);this._value=undefined;this._callback=undefined;this._isPermanent=isPermanent;this._varName=varName;this._messenger=messengerInstance;if(this._isPermanent){this._value=JSON.parse(localStorage.getItem(this._varName))}}_createClass(WrappedValue,[{key:"refresh",value:function refresh(){if(this._isPermanent){this._messenger.broadcast.__memory__set_perm_var(this._varName,this._value);if(this._messenger.parent){this._messenger.parent.__memory__set_perm_var(this._varName,this._value)}}else{this._messenger.broadcast.__memory__set_temp_var(this._varName,this._value);if(this._messenger.parent){this._messenger.parent.__memory__set_temp_var(this._varName,this._value)}}}},{key:"refreshFor",value:function refreshFor(callable){if(!this._messenger[callable]){return}if(this._isPermanent){this._messenger[callable].__memory__set_perm_var(this._varName,this._value)}else{this._messenger[callable].__memory__set_temp_var(this._varName,this._value)}}},{key:"value",get:function get(){if(this._isPermanent&&this._value==undefined){this._value=JSON.parse(localStorage.getItem(this._varName))}return this._value},set:function set(newValue){if(typeof newValue==="function"){throw new TypeError("WrappedValue.value cannot be set to a function type")}var oldValue=this._value;this._value=newValue;if(this._isPermanent){localStorage.setItem(this._varName,JSON.stringify(this._value))}if(this._callback&&oldValue!==newValue){this.refresh();this._callback(oldValue,this._value)}}},{key:"watch",set:function set(newValue){if(typeof newValue==="function"){if(newValue.length==2){this._callback=newValue}else{throw new RangeError("WrappedValue.watch callback must accept exactly 2 variables. Try using WrappedValue.watch = (oldVal, newVal) => {}")}}else{throw new TypeError("WrappedValue.watch must be a type of function. Try using WrappedValue.watch = (oldVal, newVal) => {}")}}}]);return WrappedValue}();module.exports=WrappedValue},{}],26:[function(require,module,exports){var Broadcaster=function(){function Broadcaster(messengerInstance){_classCallCheck(this,Broadcaster);this._messengerInstance=messengerInstance;this._interfaces=[];return new Proxy(this,{get:function get(target,prop,receiver){switch(prop){case"_push":case"_interfaces":return target[prop];default:break}return function(){for(var _len=arguments.length,args=new Array(_len),_key=0;_key<_len;_key++){args[_key]=arguments[_key]}var interfaces=target._interfaces;var promises=[];interfaces.forEach(function(callable){var _target$_messengerIns;promises.push((_target$_messengerIns=target._messengerInstance[callable])[prop].apply(_target$_messengerIns,args))});return Promise.allSettled(promises)}}})}_createClass(Broadcaster,[{key:"_push",value:function _push(interfaceID){var index=this._interfaces.indexOf(interfaceID);if(index>-1){this._interfaces.splice(index,1)}this._interfaces.push(interfaceID)}}]);return Broadcaster}();module.exports=Broadcaster},{}],27:[function(require,module,exports){var WrappedFunction=require("./wrapped-local-function");var CurrentFunctionList=_createClass(function CurrentFunctionList(){_classCallCheck(this,CurrentFunctionList);return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="watch"){return function(variable,callback){if(!target[variable]){target[variable]=new WrappedFunction(variable)}target[variable].watch=callback}}if(prop==="clear"||prop==="purge"){return function(){var _iterator6=_createForOfIteratorHelper(Object.getOwnPropertyNames(target)),_step6;try{for(_iterator6.s();!(_step6=_iterator6.n()).done;){var pitem=_step6.value;delete target[pitem]}}catch(err){_iterator6.e(err)}finally{_iterator6.f()}}}if(!target[prop]){target[prop]=new WrappedFunction(prop)}return function(){var _target$prop;return(_target$prop=target[prop]).exec.apply(_target$prop,arguments)}},set:function set(target,prop,value){if(!target[prop]){target[prop]=new WrappedFunction(prop)}target[prop].value=value;return true}})});module.exports=CurrentFunctionList},{"./wrapped-local-function":28}],28:[function(require,module,exports){var Util=require("../util/util.js");var WrappedLocalFunction=function(){function WrappedLocalFunction(funcName){_classCallCheck(this,WrappedLocalFunction);this._value=undefined;this._callback=undefined;this._funcName=funcName}_createClass(WrappedLocalFunction,[{key:"_execute",value:function _execute(){for(var _len2=arguments.length,args=new Array(_len2),_key2=0;_key2<_len2;_key2++){args[_key2]=arguments[_key2]}var rData=this._value.apply(this,args);if(this._callback){this._callback.apply(this,[rData].concat(args))}return rData}},{key:"exec",value:function exec(){var _this32=this;for(var _len3=arguments.length,args=new Array(_len3),_key3=0;_key3<_len3;_key3++){args[_key3]=arguments[_key3]}return new Promise(function(accept,reject){if(!_this32._value){return reject(new Error("WrappedLocalFunction.exec() function with name "+_this32._funcName+"() is not defined"))}try{var rObject=_this32._execute.apply(_this32,args);if(Util.isPromise(rObject)){rObject.then(function(res){return accept(res)})["catch"](function(err){return reject(err)})}else{return accept(rObject)}}catch(e){return reject(e)}})}},{key:"value",set:function set(newValue){if(typeof newValue!=="function"){throw new TypeError("WrappedLocalFunction.value must be a function. To store values use Plattar.memory")}this._value=newValue}},{key:"watch",set:function set(newValue){if(typeof newValue==="function"){this._callback=newValue}else{throw new TypeError("WrappedLocalFunction.watch must be a type of function. Try using WrappedLocalFunction.watch = (rData, ...args) => {}")}}}]);return WrappedLocalFunction}();module.exports=WrappedLocalFunction},{"../util/util.js":35}],29:[function(require,module,exports){var Util=require("./util/util");var FunctionObserver=function(){function FunctionObserver(){_classCallCheck(this,FunctionObserver);this._observers=new Map}_createClass(FunctionObserver,[{key:"subscribe",value:function subscribe(functionName,callback){var _this33=this;if(!functionName||!Util.isFunction(callback)){return function(){}}var observers=this._observers;var list=observers.get(functionName);if(!list){list=[];observers.set(functionName,list)}list.push(callback);return function(){return _this33.unsubscribe(functionName,callback)}}},{key:"unsubscribe",value:function unsubscribe(functionName,callback){if(!functionName||!Util.isFunction(callback)){return false}var observers=this._observers;var list=observers.get(functionName);if(list){var index=list.indexOf(callback);if(index>-1){list.splice(index,1);return true}}return false}},{key:"call",value:function call(functionName,data){if(!functionName||!data){return}var observers=this._observers;var list=observers.get(functionName);if(list&&list.length>0){list.forEach(function(observer){try{if(observer){observer(data)}}catch(e){}})}}}]);return FunctionObserver}();module.exports=FunctionObserver},{"./util/util":35}],30:[function(require,module,exports){var RemoteInterface=require("./remote-interface.js");var GlobalEventHandler=function(){function GlobalEventHandler(){var _this34=this;_classCallCheck(this,GlobalEventHandler);this._eventListeners={};window.addEventListener("message",function(evt){var data=evt.data;var jsonData=undefined;try{jsonData=JSON.parse(data)}catch(e){jsonData=undefined}if(jsonData&&jsonData.event&&jsonData.data){if(_this34._eventListeners[jsonData.event]){var remoteInterface=new RemoteInterface(evt.source,evt.origin);_this34._eventListeners[jsonData.event].forEach(function(callback){try{callback(remoteInterface,jsonData.data)}catch(e){console.error("GlobalEventHandler.message() error occured during callback ");console.error(e)}})}}})}_createClass(GlobalEventHandler,[{key:"messengerInstance",get:function get(){return this._messenger},set:function set(value){this._messenger=value}},{key:"memoryInstance",get:function get(){return this._memory},set:function set(value){this._memory=value}},{key:"listen",value:function listen(event,callback){if(typeof callback!=="function"){throw new TypeError("GlobalEventHandler.listen(event, callback) callback must be a type of function.")}if(!this._eventListeners[event]){this._eventListeners[event]=[]}this._eventListeners[event].push(callback)}}]);return GlobalEventHandler}();GlobalEventHandler.instance=function(){if(!GlobalEventHandler._default){GlobalEventHandler._default=new GlobalEventHandler}return GlobalEventHandler._default};module.exports=GlobalEventHandler},{"./remote-interface.js":32}],31:[function(require,module,exports){var CurrentFunctionList=require("./current/current-function-list");var RemoteInterface=require("./remote-interface");var RemoteFunctionList=require("./remote/remote-function-list");var Util=require("./util/util.js");var GlobalEventHandler=require("./global-event-handler.js");var Broadcaster=require("./broadcaster.js");var FunctionObserver=require("./function-observer.js");var Messenger=function(){function Messenger(){_classCallCheck(this,Messenger);this._id=Util.id();this._parentStack=RemoteInterface["default"]();this._functionObserver=new FunctionObserver;this._currentFunctionList=new CurrentFunctionList;this._broadcaster=new Broadcaster(this);this._parentFunctionList=undefined;var callbacks=new Map;this._callbacks=callbacks;this._setup();return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="onload"){return function(variable,callback){if(variable==="self"||variable==="id"){return callback()}if(target[variable]){return callback()}if(callbacks.has(variable)){var array=callbacks.get(variable);array.push(callback)}else{callbacks.set(variable,[callback])}}}switch(prop){case"id":return target._id;case"self":return target._currentFunctionList;case"broadcast":return target._broadcaster;case"addChild":case"observer":case"_setup":case"_registerListeners":case"_id":case"_broadcaster":case"_functionObserver":case"_callbacks":case"_parentStack":return target[prop];default:break}var targetVar=target[prop];if(!targetVar||!targetVar.isValid()){return undefined}return target[prop]}})}_createClass(Messenger,[{key:"observer",get:function get(){return this._functionObserver}},{key:"addChild",value:function addChild(childNode){var remoteInterface=new RemoteInterface(childNode.contentWindow,"*");remoteInterface.send("__messenger__parent_init_inv",{id:childNode.id})}},{key:"_setup",value:function _setup(){this._registerListeners();if(this._parentStack){this._parentStack.send("__messenger__child_init")}if(window.location.protocol!=="https:"){console.warn("Messenger["+this._id+'] requires https but protocol is "'+window.location.protocol+'", messenger will not work correctly.')}}},{key:"_registerListeners",value:function _registerListeners(){var _this35=this;GlobalEventHandler.instance().listen("__messenger__child_init",function(src,data){var iframeID=src.id;switch(iframeID){case undefined:throw new Error("Messenger["+_this35._id+"].setup() Component ID cannot be undefined");case"self":throw new Error("Messenger["+_this35._id+'].setup() Component ID of "self" cannot be used as the keyword is reserved');case"parent":throw new Error("Messenger["+_this35._id+'].setup() Component ID of "parent" cannot be used as the keyword is reserved');case"id":throw new Error("Messenger["+_this35._id+'].setup() Component ID of "id" cannot be used as the keyword is reserved');case"onload":throw new Error("Messenger["+_this35._id+'].setup() Component ID of "onload" cannot be used as the keyword is reserved');default:break}_this35[iframeID]=new RemoteFunctionList(iframeID,_this35._functionObserver);_this35[iframeID].setup(new RemoteInterface(src.source,src.origin));_this35._broadcaster._push(iframeID);var callbacks=_this35._callbacks;if(callbacks.has(iframeID)){var array=callbacks.get(iframeID);if(array){array.forEach(function(item,_){try{if(item){item()}}catch(err){}})}}callbacks["delete"](iframeID);src.send("__messenger__parent_init")});GlobalEventHandler.instance().listen("__messenger__child_init_inv",function(src,data){var iframeID=data.id;switch(iframeID){case undefined:throw new Error("Messenger["+_this35._id+"].setup() Component ID cannot be undefined");case"self":throw new Error("Messenger["+_this35._id+'].setup() Component ID of "self" cannot be used as the keyword is reserved');case"parent":throw new Error("Messenger["+_this35._id+'].setup() Component ID of "parent" cannot be used as the keyword is reserved');case"id":throw new Error("Messenger["+_this35._id+'].setup() Component ID of "id" cannot be used as the keyword is reserved');case"onload":throw new Error("Messenger["+_this35._id+'].setup() Component ID of "onload" cannot be used as the keyword is reserved');default:break}_this35[iframeID]=new RemoteFunctionList(iframeID,_this35._functionObserver);_this35[iframeID].setup(new RemoteInterface(src.source,src.origin));_this35._broadcaster._push(iframeID);var callbacks=_this35._callbacks;if(callbacks.has(iframeID)){var array=callbacks.get(iframeID);if(array){array.forEach(function(item,_){try{if(item){item()}}catch(err){}})}}callbacks["delete"](iframeID)});GlobalEventHandler.instance().listen("__messenger__parent_init",function(src,data){var iframeID="parent";_this35[iframeID]=new RemoteFunctionList(iframeID,_this35._functionObserver);_this35[iframeID].setup(new RemoteInterface(src.source,src.origin));var callbacks=_this35._callbacks;if(callbacks.has(iframeID)){var array=callbacks.get(iframeID);if(array){array.forEach(function(item,_){try{if(item){item()}}catch(err){}})}}callbacks["delete"](iframeID)});GlobalEventHandler.instance().listen("__messenger__parent_init_inv",function(src,data){var iframeID="parent";_this35[iframeID]=new RemoteFunctionList(iframeID,_this35._functionObserver);_this35[iframeID].setup(new RemoteInterface(src.source,src.origin));var callbacks=_this35._callbacks;if(callbacks.has(iframeID)){var array=callbacks.get(iframeID);if(array){array.forEach(function(item,_){try{if(item){item()}}catch(err){}})}}callbacks["delete"](iframeID);src.send("__messenger__child_init_inv",{id:data.id})});GlobalEventHandler.instance().listen("__messenger__exec_fnc",function(src,data){var _GlobalEventHandler$i;var instanceID=data.instance_id;var args=data.function_args;var fname=data.function_name;(_GlobalEventHandler$i=GlobalEventHandler.instance().messengerInstance.self)[fname].apply(_GlobalEventHandler$i,_toConsumableArray(args)).then(function(res){src.send("__messenger__exec_fnc_result",{function_status:"success",function_name:fname,function_args:res,instance_id:instanceID})})["catch"](function(err){var error_arg=Util.isError(err)?err.message:err;src.send("__messenger__exec_fnc_result",{function_status:"error",function_name:fname,function_args:error_arg?error_arg:"unknown error",instance_id:instanceID})})})}}]);return Messenger}();module.exports=Messenger},{"./broadcaster.js":26,"./current/current-function-list":27,"./function-observer.js":29,"./global-event-handler.js":30,"./remote-interface":32,"./remote/remote-function-list":33,"./util/util.js":35}],32:[function(require,module,exports){var RemoteInterface=function(){function RemoteInterface(source,origin){_classCallCheck(this,RemoteInterface);this._source=source;this._origin=origin;if(typeof this._source.postMessage!=="function"){throw new Error("RemoteInterface() provided source is invalid")}}_createClass(RemoteInterface,[{key:"source",get:function get(){return this._source}},{key:"origin",get:function get(){return this._origin}},{key:"id",get:function get(){return this.source.frameElement?this.source.frameElement.id:undefined}},{key:"send",value:function send(event,data){var sendData={event:event,data:data||{}};this.source.postMessage(JSON.stringify(sendData),this.origin)}}],[{key:"default",value:function _default(){try{var parentStack=window.parent?window.frameElement&&window.frameElement.nodeName=="IFRAME"?window.parent:undefined:undefined;if(parentStack){return new RemoteInterface(parentStack,"*")}}catch(err){}return undefined}}]);return RemoteInterface}();module.exports=RemoteInterface},{}],33:[function(require,module,exports){var WrappedFunction=require("./wrapped-remote-function");var RemoteFunctionList=function(){function RemoteFunctionList(remoteName,functionObserver){_classCallCheck(this,RemoteFunctionList);this._remoteInterface=undefined;this._functionObserver=functionObserver;this._remoteName=remoteName;return new Proxy(this,{get:function get(target,prop,receiver){if(prop==="watch"){throw new Error("RemoteFunctionList.watch cannot watch execution of remote functions from current context. Did you mean to use Plattar.messenger.self instead?")}if(prop==="clear"){throw new Error("RemoteFunctionList.clear cannot clear/remove remote functions from current context. Did you mean to use Plattar.messenger.self.clear() instead?")}if(prop==="purge"){throw new Error("RemoteFunctionList.purge cannot clear/remove remote functions from current context. Did you mean to use Plattar.messenger.self.purge() instead?")}switch(prop){case"setup":case"isValid":case"_remoteInterface":case"_functionObserver":case"name":case"_remoteName":return target[prop];default:break}if(!target[prop]){target[prop]=new WrappedFunction(prop,target._remoteInterface,target._functionObserver)}return function(){var _target$prop2;return(_target$prop2=target[prop]).exec.apply(_target$prop2,arguments)}},set:function set(target,prop,value){if(prop==="_remoteInterface"){target[prop]=value;return true}throw new Error("RemoteFunctionList.set cannot add a remote function from current context. Use Plattar.messenger.self instead")}})}_createClass(RemoteFunctionList,[{key:"setup",value:function setup(remoteInterface){if(typeof remoteInterface.send!=="function"){throw new Error("RemoteFunctionList.setup() provided invalid interface")}this._remoteInterface=remoteInterface}},{key:"name",get:function get(){return this._remoteName}},{key:"isValid",value:function isValid(){return this._remoteInterface!=undefined}}]);return RemoteFunctionList}();module.exports=RemoteFunctionList},{"./wrapped-remote-function":34}],34:[function(require,module,exports){var Util=require("../util/util.js");var GlobalEventHandler=require("../global-event-handler.js");var WrappedRemoteFunction=function(){function WrappedRemoteFunction(funcName,remoteInterface,functionObserver){var _this36=this;_classCallCheck(this,WrappedRemoteFunction);this._funcName=funcName;this._remoteInterface=remoteInterface;this._functionObserver=functionObserver;this._callInstances={};GlobalEventHandler.instance().listen("__messenger__exec_fnc_result",function(src,data){var instanceID=data.instance_id;if(data.function_name!==_this36._funcName){return}if(!_this36._callInstances[instanceID]){return}var promise=_this36._callInstances[instanceID];delete _this36._callInstances[instanceID];if(data.function_status==="success"){_this36._functionObserver.call(_this36._funcName,{type:"return",state:"success",data:data.function_args});promise.accept(data.function_args)}else{_this36._functionObserver.call(_this36._funcName,{type:"return",state:"exception",data:new Error(data.function_args)});promise.reject(new Error(data.function_args))}})}_createClass(WrappedRemoteFunction,[{key:"exec",value:function exec(){var _this37=this;for(var _len4=arguments.length,args=new Array(_len4),_key4=0;_key4<_len4;_key4++){args[_key4]=arguments[_key4]}var instanceID=Util.id();if(this._callInstances[instanceID]){return new Promise(function(accept,reject){return reject(new Error("WrappedRemoteFunction.exec() cannot execute function. System generated duplicate Instance ID. PRNG needs checking"))})}return new Promise(function(accept,reject){_this37._callInstances[instanceID]={accept:accept,reject:reject};_this37._remoteInterface.send("__messenger__exec_fnc",{instance_id:instanceID,function_name:_this37._funcName,function_args:args});_this37._functionObserver.call(_this37._funcName,{type:"call",state:"success",data:args})})}}]);return WrappedRemoteFunction}();module.exports=WrappedRemoteFunction},{"../global-event-handler.js":30,"../util/util.js":35}],35:[function(require,module,exports){var Util=function(){function Util(){_classCallCheck(this,Util)}_createClass(Util,null,[{key:"id",value:function id(){return Math.abs(Math.floor(Math.random()*1e13))}},{key:"isPromise",value:function isPromise(obj){return!!obj&&(_typeof(obj)==="object"||typeof obj==="function")&&typeof obj.then==="function"}},{key:"isError",value:function isError(e){return e&&e.stack&&e.message&&typeof e.stack==="string"&&typeof e.message==="string"}},{key:"isFunction",value:function isFunction(obj){return obj&&obj instanceof Function}}]);return Util}();module.exports=Util},{}],36:[function(require,module,exports){module.exports="1.153.3"},{}],37:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.AnalyticsData=void 0;var util_1=require("../util/util");var AnalyticsData=function(){function AnalyticsData(){_classCallCheck(this,AnalyticsData);this._map=new Map;this.push("source","embed");this.push("pageTitle",document.title);this.push("pageURL",location.href);this.push("referrer",document.referrer);this.push("user_id",AnalyticsData.getUserID())}_createClass(AnalyticsData,[{key:"push",value:function push(key,value){this._map.set(key,value)}},{key:"get",value:function get(key){return this._map.get(key)}},{key:"data",get:function get(){return Object.fromEntries(this._map)}},{key:"map",get:function get(){return this._map}}],[{key:"getUserID",value:function getUserID(){var key="plattar_user_id";var userID=null;try{userID=localStorage.getItem(key)}catch(err){userID=util_1.Util.generateUUID();try{localStorage.setItem(key,userID)}catch(_err){}}if(!userID){userID=util_1.Util.generateUUID();try{localStorage.setItem(key,userID)}catch(_err){}}return userID}}]);return AnalyticsData}();exports.AnalyticsData=AnalyticsData},{"../util/util":42}],38:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.Analytics=void 0;var basic_http_1=__importDefault(require("../util/basic-http"));var analytics_data_1=require("./analytics-data");var google_analytics_1=require("./google/google-analytics");var Analytics=function(){function Analytics(applicationID){var _this38=this;_classCallCheck(this,Analytics);this._pageTime=null;this.origin="production";this.event="track";this.isBeacon=false;this._applicationID=applicationID;this._data=new analytics_data_1.AnalyticsData;this._ga=new google_analytics_1.GoogleAnalytics;this._handlePageHide=function(){if(document.visibilityState==="hidden"){_this38._pageTime=new Date}else if(_this38._pageTime){var time2=new Date;var diff=time2.getTime()-_this38._pageTime.getTime();var data=_this38.data;data.push("eventAction","View Time");data.push("viewTime",diff);data.push("eventLabel",diff);_this38.write();_this38._pageTime=null;document.removeEventListener("visibilitychange",_this38._handlePageHide,false)}}}_createClass(Analytics,[{key:"googleAnalytics",get:function get(){return this._ga}},{key:"query",value:function query(){var _this39=this;var _query=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;return new Promise(function(accept,reject){if(!_query){return reject(new Error("Analytics.query() - provided query was null"))}var url=_this39.origin==="dev"?"https://localhost:3008/v3/read":"https://analytics.plattar.com/v3/read";var data={data:{attributes:{application_id:_this39._applicationID,event:_this39.event,query:_query}}};basic_http_1["default"].exec("POST",url,data).then(function(result){accept(result?result:{})})["catch"](reject)})}},{key:"write",value:function write(){var _this40=this;return new Promise(function(accept,reject){var data=_this40._data;var url=_this40.origin==="dev"?"https://localhost:3008/v3/write":"https://analytics.plattar.com/v3/write";data.push("applicationId",_this40._applicationID);var sendData={data:{attributes:{application_id:_this40._applicationID,event:_this40.event,origin:_this40.origin,fields:data.data}}};if(_this40.isBeacon===false){basic_http_1["default"].exec("POST",url,sendData).then(function(result){accept(result?result:{})})["catch"](reject)}else{basic_http_1["default"].execBeacon(url,sendData).then(function(result){accept(result?result:{})})["catch"](reject)}_this40.googleAnalytics.write(_this40.event,_this40.data)})}},{key:"startRecordEngagement",value:function startRecordEngagement(){document.addEventListener("visibilitychange",this._handlePageHide,false)}},{key:"data",get:function get(){return this._data}}]);return Analytics}();exports.Analytics=Analytics},{"../util/basic-http":41,"./analytics-data":37,"./google/google-analytics":39}],39:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.GoogleAnalytics=void 0;var GoogleAnalytics=function(){function GoogleAnalytics(){_classCallCheck(this,GoogleAnalytics);this._tokens=new Set}_createClass(GoogleAnalytics,[{key:"addUniversalToken",value:function addUniversalToken(gaToken){if(this._tokens.has(gaToken)){return}this._tokens.add(gaToken);var gInstance=gtag;if(gInstance){gInstance("config",gaToken,{custom_map:{dimension1:"application_id",dimension2:"application_title",dimension3:"platform"}});gInstance("event","app_dimension",{platform:"Viewer"})}}},{key:"addToken",value:function addToken(gaToken){if(this._tokens.has(gaToken)){return}this._tokens.add(gaToken);var gInstance=gtag;if(gInstance){gInstance("config",gaToken,{custom_map:{dimension1:"application_id",dimension2:"application_title"}})}}},{key:"write",value:function write(event,data){if(this._tokens.size<=0){return}this._tokens.forEach(function(token){var gInstance=gtag;if(gInstance){var eventCategory=data.get("eventCategory");var eventAction=data.get("eventAction");var eventLabel=data.get("eventLabel");var fields={send_to:token,event_category:eventCategory,event_label:eventLabel};data.map.forEach(function(value,key){fields[key]=value});if(event==="track"){gInstance("event",eventAction,fields)}if(event==="pageview"){gInstance("event","pageview",fields)}}})}}]);return GoogleAnalytics}();exports.GoogleAnalytics=GoogleAnalytics},{}],40:[function(require,module,exports){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){if(k2===undefined)k2=k;var desc=Object.getOwnPropertyDescriptor(m,k);if(!desc||("get"in desc?!m.__esModule:desc.writable||desc.configurable)){desc={enumerable:true,get:function get(){return m[k]}}}Object.defineProperty(o,k2,desc)}:function(o,m,k,k2){if(k2===undefined)k2=k;o[k2]=m[k]});var __setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){Object.defineProperty(o,"default",{enumerable:true,value:v})}:function(o,v){o["default"]=v});var __importStar=this&&this.__importStar||function(mod){if(mod&&mod.__esModule)return mod;var result={};if(mod!=null)for(var k in mod)if(k!=="default"&&Object.prototype.hasOwnProperty.call(mod,k))__createBinding(result,mod,k);__setModuleDefault(result,mod);return result};var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.AnalyticsData=exports.Analytics=exports.version=void 0;exports.version=__importStar(require("./version"));var analytics_1=require("./analytics/analytics");Object.defineProperty(exports,"Analytics",{enumerable:true,get:function get(){return analytics_1.Analytics}});var analytics_data_1=require("./analytics/analytics-data");Object.defineProperty(exports,"AnalyticsData",{enumerable:true,get:function get(){return analytics_data_1.AnalyticsData}});var version_1=__importDefault(require("./version"));console.log("using @plattar/plattar-analytics v"+version_1["default"])},{"./analytics/analytics":38,"./analytics/analytics-data":37,"./version":43}],41:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});var BasicHTTP=function(){function BasicHTTP(){_classCallCheck(this,BasicHTTP)}_createClass(BasicHTTP,null,[{key:"execBeacon",value:function execBeacon(path){var data=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;return new Promise(function(accept,reject){try{var body=data||{};var headers={type:"application/json"};var blob=new Blob([JSON.stringify(body)],headers);var result=navigator.sendBeacon(path,blob);if(result){return accept({})}else{return reject(new Error("BasicHTTP.execBeacon() - could not query request"))}}catch(err){return reject(err)}})}},{key:"exec",value:function exec(protocol,path){var data=arguments.length>2&&arguments[2]!==undefined?arguments[2]:null;return new Promise(function(accept,reject){try{var http=new XMLHttpRequest;http.open(protocol,path,true);http.setRequestHeader("Content-Type","application/json");http.setRequestHeader("Accept","application/json");http.onload=function(e){if(http.status===200){if(http.response){try{var resp=JSON.parse(http.response);return accept(resp)}catch(_err){}}return accept({})}else{return reject(e)}};http.onerror=function(e){return reject(e)};http.onprogress=function(_e){};http.send(data?JSON.stringify(data):null)}catch(e){return reject(e)}})}}]);return BasicHTTP}();exports["default"]=BasicHTTP},{}],42:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports.Util=void 0;var _lut=[];for(var i=0;i<256;i++){_lut[i]=(i<16?"0":"")+i.toString(16)}var Util=function(){function Util(){_classCallCheck(this,Util)}_createClass(Util,null,[{key:"generateUUID",value:function generateUUID(){var d0=Math.random()*4294967295|0;var d1=Math.random()*4294967295|0;var d2=Math.random()*4294967295|0;var d3=Math.random()*4294967295|0;var uuid=_lut[d0&255]+_lut[d0>>8&255]+_lut[d0>>16&255]+_lut[d0>>24&255]+"-"+_lut[d1&255]+_lut[d1>>8&255]+"-"+_lut[d1>>16&15|64]+_lut[d1>>24&255]+"-"+_lut[d2&63|128]+_lut[d2>>8&255]+"-"+_lut[d2>>16&255]+_lut[d2>>24&255]+_lut[d3&255]+_lut[d3>>8&255]+_lut[d3>>16&255]+_lut[d3>>24&255];return uuid.toLowerCase()}}]);return Util}();exports.Util=Util},{}],43:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]="1.152.2"},{}],44:[function(require,module,exports){"use strict";var Server=require("./server/plattar-server.js");var Util=require("./util/plattar-util.js");var Project=require("./types/application.js");var Scene=require("./types/scene/scene.js");var SceneAnnotation=require("./types/scene/scene-annotation.js");var SceneAudio=require("./types/scene/scene-audio.js");var SceneButton=require("./types/scene/scene-button.js");var SceneCamera=require("./types/scene/scene-camera.js");var SceneCarousel=require("./types/scene/scene-carousel.js");var SceneImage=require("./types/scene/scene-image.js");var SceneModel=require("./types/scene/scene-model.js");var ScenePanorama=require("./types/scene/scene-panorama.js");var ScenePoller=require("./types/scene/scene-poller.js");var SceneProduct=require("./types/scene/scene-product.js");var SceneShadow=require("./types/scene/scene-shadow.js");var SceneVideo=require("./types/scene/scene-video.js");var SceneVolumetric=require("./types/scene/scene-volumetric.js");var SceneYoutube=require("./types/scene/scene-youtube.js");var SceneScript=require("./types/scene/scene-script.js");var Page=require("./types/page/page.js");var CardButton=require("./types/page/card-button.js");var CardHTML=require("./types/page/card-html.js");var CardIFrame=require("./types/page/card-iframe.js");var CardImage=require("./types/page/card-image.js");var CardMap=require("./types/page/card-map.js");var CardParagraph=require("./types/page/card-paragraph.js");var CardRow=require("./types/page/card-row.js");var CardSlider=require("./types/page/card-slider.js");var CardTitle=require("./types/page/card-title.js");var CardVideo=require("./types/page/card-video.js");var CardYoutube=require("./types/page/card-youtube.js");var Product=require("./types/product/product.js");var ProductVariation=require("./types/product/product-variation.js");var ProductAnnotation=require("./types/product/product-annotation.js");var FileAudio=require("./types/file/file-audio.js");var FileVideo=require("./types/file/file-video.js");var FileModel=require("./types/file/file-model.js");var FileImage=require("./types/file/file-image.js");var FileScript=require("./types/file/file-script.js");var ScriptEvent=require("./types/misc/script-event.js");var Tag=require("./types/misc/tag.js");var ApplicationBuild=require("./types/misc/application-build.js");var AsyncJob=require("./types/misc/async-job.js");var AssetLibrary=require("./types/misc/asset-library.js");var TriggerImage=require("./types/trigger/trigger-image.js");var Brief=require("./types/content-pipeline/brief.js");var CommentBrief=require("./types/content-pipeline/comment-brief.js");var CommentQuote=require("./types/content-pipeline/comment-quote.js");var CommentSolution=require("./types/content-pipeline/comment-solution.js");var PipelineUser=require("./types/content-pipeline/pipeline-user.js");var Quote=require("./types/content-pipeline/quote.js");var Rating=require("./types/content-pipeline/rating.js");var Solution=require("./types/content-pipeline/solution.js");var Folder=require("./types/content-pipeline/folder.js");var SceneObject=require("./types/scene/scene-base.js");var CardObject=require("./types/page/card-base.js");var ProductObject=require("./types/product/product-base.js");var FileObject=require("./types/file/file-base.js");var Version=require("./version");Server.create();console.log("using @plattar/plattar-api v"+Version);module.exports={Server:Server,Util:Util,Project:Project,Scene:Scene,SceneAnnotation:SceneAnnotation,SceneAudio:SceneAudio,SceneButton:SceneButton,SceneCamera:SceneCamera,SceneCarousel:SceneCarousel,SceneImage:SceneImage,SceneModel:SceneModel,ScenePanorama:ScenePanorama,ScenePoller:ScenePoller,SceneProduct:SceneProduct,SceneShadow:SceneShadow,SceneVideo:SceneVideo,SceneVolumetric:SceneVolumetric,SceneYoutube:SceneYoutube,SceneScript:SceneScript,Page:Page,CardButton:CardButton,CardHTML:CardHTML,CardIFrame:CardIFrame,CardImage:CardImage,CardMap:CardMap,CardParagraph:CardParagraph,CardRow:CardRow,CardSlider:CardSlider,CardTitle:CardTitle,CardVideo:CardVideo,CardYoutube:CardYoutube,Product:Product,ProductVariation:ProductVariation,ProductAnnotation:ProductAnnotation,FileAudio:FileAudio,FileVideo:FileVideo,FileModel:FileModel,FileImage:FileImage,FileScript:FileScript,FileObject:FileObject,ScriptEvent:ScriptEvent,Tag:Tag,ApplicationBuild:ApplicationBuild,AsyncJob:AsyncJob,AssetLibrary:AssetLibrary,TriggerImage:TriggerImage,Brief:Brief,CommentBrief:CommentBrief,CommentQuote:CommentQuote,CommentSolution:CommentSolution,PipelineUser:PipelineUser,Quote:Quote,Rating:Rating,Solution:Solution,Folder:Folder,SceneObject:SceneObject,CardObject:CardObject,ProductObject:ProductObject,version:Version}},{"./server/plattar-server.js":46,"./types/application.js":47,"./types/content-pipeline/brief.js":48,"./types/content-pipeline/comment-brief.js":49,"./types/content-pipeline/comment-quote.js":50,"./types/content-pipeline/comment-solution.js":51,"./types/content-pipeline/folder.js":52,"./types/content-pipeline/pipeline-user.js":53,"./types/content-pipeline/quote.js":54,"./types/content-pipeline/rating.js":55,"./types/content-pipeline/solution.js":56,"./types/file/file-audio.js":57,"./types/file/file-base.js":58,"./types/file/file-image.js":59,"./types/file/file-model.js":60,"./types/file/file-script.js":61,"./types/file/file-video.js":62,"./types/misc/application-build.js":66,"./types/misc/asset-library.js":67,"./types/misc/async-job.js":68,"./types/misc/script-event.js":69,"./types/misc/tag.js":70,"./types/page/card-base.js":71,"./types/page/card-button.js":72,"./types/page/card-html.js":73,"./types/page/card-iframe.js":74,"./types/page/card-image.js":75,"./types/page/card-map.js":76,"./types/page/card-paragraph.js":77,"./types/page/card-row.js":78,"./types/page/card-slider.js":79,"./types/page/card-title.js":80,"./types/page/card-video.js":81,"./types/page/card-youtube.js":82,"./types/page/page.js":83,"./types/product/product-annotation.js":84,"./types/product/product-base.js":85,"./types/product/product-variation.js":86,"./types/product/product.js":87,"./types/scene/scene-annotation.js":88,"./types/scene/scene-audio.js":89,"./types/scene/scene-base.js":90,"./types/scene/scene-button.js":91,"./types/scene/scene-camera.js":92,"./types/scene/scene-carousel.js":93,"./types/scene/scene-image.js":94,"./types/scene/scene-model.js":95,"./types/scene/scene-panorama.js":96,"./types/scene/scene-poller.js":97,"./types/scene/scene-product.js":98,"./types/scene/scene-script.js":99,"./types/scene/scene-shadow.js":100,"./types/scene/scene-video.js":101,"./types/scene/scene-volumetric.js":102,"./types/scene/scene-youtube.js":103,"./types/scene/scene.js":104,"./types/trigger/trigger-image.js":105,"./util/plattar-util.js":106,"./version":107}],45:[function(require,module,exports){var fetch=require("node-fetch");var PlattarQuery=function(){function PlattarQuery(target,server){_classCallCheck(this,PlattarQuery);if(!target){throw new Error("PlattarQuery cannot be created as target object cannot be null")}if(!server){throw new Error("PlattarQuery cannot be created as server object cannot be null")}this._target=target;this._server=server;this._params=[];this._getIncludeQuery=[]}_createClass(PlattarQuery,[{key:"target",get:function get(){return this._target}},{key:"server",get:function get(){return this._server}},{key:"getCookie",value:function getCookie(cname){try{var name=cname+"=";var decodedCookie=decodeURIComponent(document.cookie);var ca=decodedCookie.split(";");for(var i=0;i<ca.length;i++){var c=ca[i];while(c.charAt(0)==" "){c=c.substring(1)}if(c.indexOf(name)==0){return c.substring(name.length,c.length)}}}catch(error){}return""}},{key:"_get",value:function _get(opt){var _this41=this;return new Promise(function(resolve,reject){var target=_this41.target;var server=_this41.server;if(!target.id){reject(new Error("PlattarQuery."+target.type()+".get() - object id is missing"));return}var options=opt||{cache:true};if(options.cache===true){var cached=PlattarQuery._GetGlobalCachedObject(target);if(cached){resolve(cached);return}}var origin=server.originLocation.api_read;var auth=server.authToken;var headers={cookie:"laravel_session="+_this41.getCookie("laravel_session")};Object.assign(headers,auth);var reqopts={method:"GET",headers:headers};var includeQuery=_this41._IncludeQuery;var params=_this41._ParamFor("get");var endpoint=origin+target.type()+"/"+target.id;if(includeQuery){endpoint=endpoint+"?include="+includeQuery}if(params){var appender=includeQuery?"&":"?";params.forEach(function(param){endpoint=endpoint+appender+param.key+"="+param.value;appender="&"})}fetch(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("PlattarQuery."+target.type()+".get("+target.id+") - critical error occured, cannot proceed")}}return new Error("PlattarQuery."+target.type()+".get("+target.id+") - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{var PlattarUtil=require("../util/plattar-util.js");PlattarUtil.reconstruct(target,json,options);resolve(target)}})})}},{key:"_update",value:function _update(){var _this42=this;return new Promise(function(resolve,reject){var target=_this42.target;var server=_this42.server;if(!target.id){reject(new Error("PlattarQuery."+target.type()+".update() - object id is missing"));return}var origin=server.originLocation.api_write;var auth=server.authToken;var headers={Accept:"application/json","Content-Type":"application/json",cookie:"laravel_session="+_this42.getCookie("laravel_session")};Object.assign(headers,auth);var reqopts={method:"PATCH",headers:headers,body:JSON.stringify({data:{id:target.id,attributes:target.attributes},meta:target.meta||{}})};var params=_this42._ParamFor("update");var endpoint=origin+target.type()+"/"+target.id;if(params){var appender="?";params.forEach(function(param){endpoint=endpoint+appender+param.key+"="+param.value;appender="&"})}fetch(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("PlattarQuery."+target.type()+".update("+target.id+") - critical error occured, cannot proceed")}}return new Error("PlattarQuery."+target.type()+".update("+target.id+") - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{if(json.data){var PlattarUtil=require("../util/plattar-util.js");PlattarUtil.reconstruct(target,json,{cache:true})}resolve(target)}})})}},{key:"_create",value:function _create(){var _this43=this;return new Promise(function(resolve,reject){var target=_this43.target;var server=_this43.server;var origin=server.originLocation.api_write;var auth=server.authToken;var headers={Accept:"application/json","Content-Type":"application/json",cookie:"laravel_session="+_this43.getCookie("laravel_session")};Object.assign(headers,auth);var reqopts={method:"POST",headers:headers,body:JSON.stringify({data:{attributes:target.attributes},meta:target.meta||{}})};var params=_this43._ParamFor("create");var endpoint=origin+target.type();if(params){var appender="?";params.forEach(function(param){endpoint=endpoint+appender+param.key+"="+param.value;appender="&"})}fetch(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("PlattarQuery."+target.type()+".create() - critical error occured, cannot proceed")}}return new Error("PlattarQuery."+target.type()+".create() - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{if(json.data){target._id=json.data.id;var PlattarUtil=require("../util/plattar-util.js");PlattarUtil.reconstruct(target,json,{cache:true})}resolve(target)}})})}},{key:"_delete",value:function _delete(){var _this44=this;return new Promise(function(resolve,reject){var target=_this44.target;var server=_this44.server;if(!target.id){reject(new Error("PlattarQuery."+target.type()+".delete() - object id is missing"));return}var origin=server.originLocation.api_write;var auth=server.authToken;var headers={Accept:"application/json","Content-Type":"application/json",cookie:"laravel_session="+_this44.getCookie("laravel_session")};Object.assign(headers,auth);var reqopts={method:"DELETE",headers:headers,body:JSON.stringify({data:{id:target.id,attributes:target.attributes},meta:target.meta||{}})};var params=_this44._ParamFor("delete");var endpoint=origin+target.type()+"/"+target.id;if(params){var appender="?";params.forEach(function(param){endpoint=endpoint+appender+param.key+"="+param.value;appender="&"})}fetch(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("PlattarQuery."+target.type()+".delete() - critical error occured, cannot proceed")}}return new Error("PlattarQuery."+target.type()+".delete() - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{if(json.data){target._id=json.data.id;var PlattarUtil=require("../util/plattar-util.js");PlattarUtil.reconstruct(target,json,{cache:true})}resolve(target)}})})}},{key:"_addParameter",value:function _addParameter(key,value,type){type=type||"all";this._params.push({key:key,value:value,type:type.toLowerCase()})}},{key:"_include",value:function _include(args){var _this45=this;if(!args||args.length<=0){return this}var PlattarUtil=require("../util/plattar-util.js");args.forEach(function(obj){if(Array.isArray(obj)){obj.forEach(function(strObject){if(typeof strObject==="string"||strObject instanceof String){_this45._getIncludeQuery.push(strObject)}else{throw new Error("PlattarQuery."+_this45.target.type()+".include(...args) - argument of Array must only include Strings")}})}else if(PlattarUtil.isPlattarObject(obj)){var type=obj.type();if(Array.isArray(type)){_this45._include(type)}else{_this45._getIncludeQuery.push(type)}}else{throw new Error("PlattarQuery."+_this45.target.type()+".include(...args) - argument must be of type PlattarObject or Array but was type="+_typeof(obj)+" value="+obj)}});return this}},{key:"_ParamFor",value:function _ParamFor(type){type=type||"all";var list=this._params.filter(function(objcheck){return objcheck.type===type||objcheck.type==="all"});if(list.length>0){return list}return undefined}},{key:"_IncludeQuery",get:function get(){if(this._getIncludeQuery.length<=0){return undefined}return"".concat(this._getIncludeQuery.map(function(item){return"".concat(item)}).join(","))}}]);return PlattarQuery}();PlattarQuery._GlobalObjectCache={};PlattarQuery._InvalidateGlobalCache=function(){PlattarQuery._GlobalObjectCache={}};PlattarQuery._HasGlobalCachedObject=function(obj){return PlattarQuery._GlobalObjectCache.hasOwnProperty(obj.id)};PlattarQuery._GetGlobalCachedObject=function(obj){return PlattarQuery._HasGlobalCachedObject(obj)?PlattarQuery._GlobalObjectCache[obj.id]:undefined};PlattarQuery._SetGlobalCachedObject=function(obj){};PlattarQuery._DeleteGlobalCachedObject=function(obj){if(PlattarQuery._HasGlobalCachedObject(obj)){delete PlattarQuery._GlobalObjectCache[obj.id]}};module.exports=PlattarQuery},{"../util/plattar-util.js":106,"node-fetch":133}],46:[function(require,module,exports){(function(process){(function(){var fetch=require("node-fetch");var PlattarServer=function(){function PlattarServer(){_classCallCheck(this,PlattarServer);this._authToken={};this._serverLocation=this.prod}_createClass(PlattarServer,[{key:"prod",get:function get(){return PlattarServer.match("prod")}},{key:"isProd",get:function get(){return this._serverLocation.type==="production"}},{key:"review",get:function get(){return PlattarServer.match("review")}},{key:"isReview",get:function get(){return this._serverLocation.type==="review"}},{key:"staging",get:function get(){return PlattarServer.match("staging")}},{key:"isStaging",get:function get(){return this._serverLocation.type==="staging"}},{key:"dev",get:function get(){return PlattarServer.match("dev")}},{key:"isDev",get:function get(){return this._serverLocation.type==="dev"}},{key:"authToken",get:function get(){return this._authToken}},{key:"originLocation",get:function get(){return this._serverLocation}},{key:"auth",value:function auth(token,opt){var _this46=this;var copt=opt||{validate:false};return new Promise(function(resolve,reject){var server=_this46.originLocation.api_write;if(!server){reject(new Error("Plattar.auth(token) - cannot authenticate as server not set via Plattar.origin(server)"));return}if(!token){reject(new Error("Plattar.auth(token) - token variable is undefined"));return}if(!copt.validate){_this46._authToken={"plattar-auth-token":token};resolve(_this46);return}var endpoint=server+"plattaruser/xauth/validate";var options={method:"GET",headers:{"plattar-auth-token":token}};fetch(endpoint,options).then(function(res){if(res.ok){_this46._authToken={"plattar-auth-token":token};resolve(_this46)}else{reject(new Error("Plattar.auth(token) - failed to validate authentication token at "+endpoint))}})})}},{key:"origin",value:function origin(server,opt){var _this47=this;var copt=opt||{validate:false};return new Promise(function(resolve,reject){if(!server){reject(new Error("Plattar.origin(server) - server variable is undefined"));return}if(!copt.validate){_this47._serverLocation=server;resolve(_this47);return}var endpoint=server.api_read+"ping";var options={method:"GET"};fetch(endpoint,options).then(function(res){if(res.ok){_this47._serverLocation=server;resolve(_this47)}else{reject(new Error("Plattar.origin(server) - failed to ping server at "+endpoint))}})})}}]);return PlattarServer}();PlattarServer.match=function(serverName){switch(serverName.toLowerCase()){case"staging.plattar.space":case"cdn-staging.plattar.space":case"staging":return{base:"https://staging.plattar.space/",api_read:"https://api.plattar.space/v3/",api_write:"https://api.plattar.space/v3/",cdn:"https://cdn-staging.plattar.space/",cdn_image:"https://images.plattar.space/",analytics:"https://c.plattar.space/api/v2/analytics",type:"staging"};case"app.plattar.com":case"cdn.plattar.com":case"prod":case"production":return{base:"https://app.plattar.com/",api_read:"https://api.plattar.com/v3/",api_write:"https://api.plattar.com/v3/",cdn:"https://cdn.plattar.com/",cdn_image:"https://images.plattar.com/",analytics:"https://c.plattar.space/api/v2/analytics",type:"production"};case"review.plattar.com":case"review":case"qa":return{base:"https://review.plattar.com/",api_read:"https://review-api.plattar.com/v3/",api_write:"https://review-api.plattar.com/v3/",cdn:"https://cdn.plattar.com/",cdn_image:"https://images.plattar.com/",analytics:"https://c.plattar.space/api/v2/analytics",type:"review"};case"dev":case"developer":case"development":case"local":case"localhost":default:return{base:"https://localhost/",api_read:"https://localhost:3000/v3/",api_write:"https://localhost:3000/v3/",cdn:"https://cdn-dev.plattar.space/",cdn_image:"https://images-dev.plattar.space/'",analytics:"https://localhost:3000/api/v2/analytics/",type:"dev"}}};PlattarServer.create=function(origin,auth){var newServer=new PlattarServer;if(origin){newServer.origin(origin)}if(auth){newServer.auth(auth)}PlattarServer._default=newServer;return newServer};PlattarServer.disableTLS=function(){process.env.NODE_TLS_REJECT_UNAUTHORIZED="0"};PlattarServer["default"]=function(){return PlattarServer._default};PlattarServer.location=function(){return PlattarServer["default"]().originLocation};module.exports=PlattarServer}).call(this)}).call(this,require("_process"))},{_process:135,"node-fetch":133}],47:[function(require,module,exports){var PlattarBase=require("./interfaces/plattar-base.js");var Application=function(_PlattarBase){_inherits(Application,_PlattarBase);var _super14=_createSuper(Application);function Application(){_classCallCheck(this,Application);return _super14.apply(this,arguments)}_createClass(Application,null,[{key:"type",value:function type(){return"application"}}]);return Application}(PlattarBase);module.exports=Application},{"./interfaces/plattar-base.js":63}],48:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Brief=function(_PlattarBase2){_inherits(Brief,_PlattarBase2);var _super15=_createSuper(Brief);function Brief(){_classCallCheck(this,Brief);return _super15.apply(this,arguments)}_createClass(Brief,null,[{key:"type",value:function type(){return"brief"}}]);return Brief}(PlattarBase);module.exports=Brief},{"../interfaces/plattar-base":63}],49:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var CommentBrief=function(_PlattarBase3){_inherits(CommentBrief,_PlattarBase3);var _super16=_createSuper(CommentBrief);function CommentBrief(){_classCallCheck(this,CommentBrief);return _super16.apply(this,arguments)}_createClass(CommentBrief,null,[{key:"type",value:function type(){return"commentbrief"}}]);return CommentBrief}(PlattarBase);module.exports=CommentBrief},{"../interfaces/plattar-base":63}],50:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var CommentQuote=function(_PlattarBase4){_inherits(CommentQuote,_PlattarBase4);var _super17=_createSuper(CommentQuote);function CommentQuote(){_classCallCheck(this,CommentQuote);return _super17.apply(this,arguments)}_createClass(CommentQuote,null,[{key:"type",value:function type(){return"commentquote"}}]);return CommentQuote}(PlattarBase);module.exports=CommentQuote},{"../interfaces/plattar-base":63}],51:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var CommentSolution=function(_PlattarBase5){_inherits(CommentSolution,_PlattarBase5);var _super18=_createSuper(CommentSolution);function CommentSolution(){_classCallCheck(this,CommentSolution);return _super18.apply(this,arguments)}_createClass(CommentSolution,null,[{key:"type",value:function type(){return"commentsolution"}}]);return CommentSolution}(PlattarBase);module.exports=CommentSolution},{"../interfaces/plattar-base":63}],52:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Folder=function(_PlattarBase6){_inherits(Folder,_PlattarBase6);var _super19=_createSuper(Folder);function Folder(){_classCallCheck(this,Folder);return _super19.apply(this,arguments)}_createClass(Folder,null,[{key:"type",value:function type(){return"folder"}}]);return Folder}(PlattarBase);module.exports=Folder},{"../interfaces/plattar-base":63}],53:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var PipelineUser=function(_PlattarBase7){_inherits(PipelineUser,_PlattarBase7);var _super20=_createSuper(PipelineUser);function PipelineUser(){_classCallCheck(this,PipelineUser);return _super20.apply(this,arguments)}_createClass(PipelineUser,null,[{key:"type",value:function type(){return"pipelineuser"}}]);return PipelineUser}(PlattarBase);module.exports=PipelineUser},{"../interfaces/plattar-base":63}],54:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Quote=function(_PlattarBase8){_inherits(Quote,_PlattarBase8);var _super21=_createSuper(Quote);function Quote(){_classCallCheck(this,Quote);return _super21.apply(this,arguments)}_createClass(Quote,null,[{key:"type",value:function type(){return"quote"}}]);return Quote}(PlattarBase);module.exports=Quote},{"../interfaces/plattar-base":63}],55:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Rating=function(_PlattarBase9){_inherits(Rating,_PlattarBase9);var _super22=_createSuper(Rating);function Rating(){_classCallCheck(this,Rating);return _super22.apply(this,arguments)}_createClass(Rating,null,[{key:"type",value:function type(){return"rating"}}]);return Rating}(PlattarBase);module.exports=Rating},{"../interfaces/plattar-base":63}],56:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base");var Solution=function(_PlattarBase10){_inherits(Solution,_PlattarBase10);var _super23=_createSuper(Solution);function Solution(){_classCallCheck(this,Solution);return _super23.apply(this,arguments)}_createClass(Solution,null,[{key:"type",value:function type(){return"solution"}}]);return Solution}(PlattarBase);module.exports=Solution},{"../interfaces/plattar-base":63}],57:[function(require,module,exports){var FileBase=require("./file-base.js");var FileAudio=function(_FileBase){_inherits(FileAudio,_FileBase);var _super24=_createSuper(FileAudio);function FileAudio(){_classCallCheck(this,FileAudio);return _super24.apply(this,arguments)}_createClass(FileAudio,null,[{key:"type",value:function type(){return"fileaudio"}}]);return FileAudio}(FileBase);module.exports=FileAudio},{"./file-base.js":58}],58:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Server=require("../../server/plattar-server.js");var FileBase=function(_PlattarBase11){_inherits(FileBase,_PlattarBase11);var _super25=_createSuper(FileBase);function FileBase(id,server){var _this48;_classCallCheck(this,FileBase);_this48=_super25.call(this,id,server||Server["default"]());if(_this48.constructor===FileBase){throw new Error("FileBase is abstract and cannot be created")}return _this48}_createClass(FileBase,[{key:"sourcePath",get:function get(){if(!this.attributes.path){return null}return this.path+this.attributes.original_filename}},{key:"backupPath",get:function get(){if(!this.attributes.path){return null}return this.path+this.attributes.original_upload}},{key:"path",get:function get(){if(!this.attributes.path){return null}return this._query.server.originLocation.cdn+this.attributes.path}}],[{key:"type",value:function type(){var FileAudio=require("./file-audio.js");var FileVideo=require("./file-video.js");var FileModel=require("./file-model.js");var FileImage=require("./file-image.js");return[FileAudio,FileVideo,FileModel,FileImage]}}]);return FileBase}(PlattarBase);module.exports=FileBase},{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./file-audio.js":57,"./file-image.js":59,"./file-model.js":60,"./file-video.js":62}],59:[function(require,module,exports){var FileBase=require("./file-base.js");var FileImage=function(_FileBase2){_inherits(FileImage,_FileBase2);var _super26=_createSuper(FileImage);function FileImage(){_classCallCheck(this,FileImage);return _super26.apply(this,arguments)}_createClass(FileImage,null,[{key:"type",value:function type(){return"fileimage"}}]);return FileImage}(FileBase);module.exports=FileImage},{"./file-base.js":58}],60:[function(require,module,exports){var FileBase=require("./file-base.js");var FileModel=function(_FileBase3){_inherits(FileModel,_FileBase3);var _super27=_createSuper(FileModel);function FileModel(){_classCallCheck(this,FileModel);return _super27.apply(this,arguments)}_createClass(FileModel,null,[{key:"type",value:function type(){return"filemodel"}}]);return FileModel}(FileBase);module.exports=FileModel},{"./file-base.js":58}],61:[function(require,module,exports){var FileBase=require("./file-base.js");var FileScript=function(_FileBase4){_inherits(FileScript,_FileBase4);var _super28=_createSuper(FileScript);function FileScript(){_classCallCheck(this,FileScript);return _super28.apply(this,arguments)}_createClass(FileScript,null,[{key:"type",value:function type(){return"filescript"}}]);return FileScript}(FileBase);module.exports=FileScript},{"./file-base.js":58}],62:[function(require,module,exports){var FileBase=require("./file-base.js");var FileVideo=function(_FileBase5){_inherits(FileVideo,_FileBase5);var _super29=_createSuper(FileVideo);function FileVideo(){_classCallCheck(this,FileVideo);return _super29.apply(this,arguments)}_createClass(FileVideo,null,[{key:"type",value:function type(){return"filevideo"}}]);return FileVideo}(FileBase);module.exports=FileVideo},{"./file-base.js":58}],63:[function(require,module,exports){var PlattarObject=require("./plattar-object.js");var Server=require("../../server/plattar-server.js");var PlattarBase=function(_PlattarObject){_inherits(PlattarBase,_PlattarObject);var _super30=_createSuper(PlattarBase);function PlattarBase(id,server){var _this49;_classCallCheck(this,PlattarBase);_this49=_super30.call(this,id,server||Server["default"]());if(_this49.constructor===PlattarBase){throw new Error("PlattarBase is abstract and cannot be created")}return _this49}return _createClass(PlattarBase)}(PlattarObject);module.exports=PlattarBase},{"../../server/plattar-server.js":46,"./plattar-object.js":65}],64:[function(require,module,exports){var PlattarObjectRelations=function(){function PlattarObjectRelations(parent){_classCallCheck(this,PlattarObjectRelations);this._parent=parent;this._relatedObjects={}}_createClass(PlattarObjectRelations,[{key:"parent",get:function get(){return this._parent}},{key:"_put",value:function _put(obj){if(!obj){return this}var PlattarUtil=require("../../util/plattar-util.js");if(!PlattarUtil.isPlattarObject(obj)){throw new Error("PlattarObjectRelations._put(PlattarObject) - argument must be type of PlattarObject")}if(!this._relatedObjects.hasOwnProperty(obj.type())){this._relatedObjects[obj.type()]=[]}this._relatedObjects[obj.type()].push(obj)}},{key:"filter",value:function filter(obj,id){var _this50=this;if(!obj){return[]}var PlattarUtil=require("../../util/plattar-util.js");if(!PlattarUtil.isPlattarObject(obj)){throw new Error("PlattarObjectRelations.filter(PlattarObject) - argument must be type of PlattarObject")}var type=obj.type();if(Array.isArray(type)){var compiledList=[];type.forEach(function(inObject){var retArray=_this50.filter(inObject,id);if(retArray.length>0){compiledList=compiledList.concat(retArray)}});return compiledList}if(!this._relatedObjects.hasOwnProperty(type)){return[]}var list=this._relatedObjects[type];if(!id){return list}return list.filter(function(objcheck){return objcheck.id===id})}},{key:"find",value:function find(obj){var id=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;if(id===undefined){return undefined}var list=this.filter(obj,id);if(list.length<=0){return undefined}return list[0]}}]);return PlattarObjectRelations}();module.exports=PlattarObjectRelations},{"../../util/plattar-util.js":106}],65:[function(require,module,exports){var PlattarQuery=require("../../server/plattar-query.js");var PlattarObjectRelations=require("./plattar-object-relations.js");var PlattarObject=function(){function PlattarObject(id,server){_classCallCheck(this,PlattarObject);if(this.constructor===PlattarObject){throw new Error("PlattarObject is abstract and cannot be created")}this._id=id;this._attributes={};this._meta={};this._query=new PlattarQuery(this,server);this._relationships=new PlattarObjectRelations(this)}_createClass(PlattarObject,[{key:"invalidate",value:function invalidate(){return PlattarQuery._DeleteGlobalCachedObject(this)}},{key:"_cache",value:function _cache(){return PlattarQuery._SetGlobalCachedObject(this)}},{key:"id",get:function get(){return this._id}},{key:"attributes",get:function get(){return this._attributes}},{key:"meta",get:function get(){return this._meta}},{key:"overrideAttributes",set:function set(attributes){this._attributes=Object.assign({},attributes)}},{key:"relationships",get:function get(){return this._relationships}},{key:"get",value:function get(opt){return this._query._get(opt)}},{key:"update",value:function update(){return this._query._update()}},{key:"create",value:function create(){return this._query._create()}},{key:"delete",value:function _delete(){return this._query._delete()}},{key:"type",value:function type(){return this.constructor.type()}},{key:"include",value:function include(){for(var _len5=arguments.length,args=new Array(_len5),_key5=0;_key5<_len5;_key5++){args[_key5]=arguments[_key5]}this._query._include(args);return this}},{key:"addParameter",value:function addParameter(key,value,type){this._query._addParameter(key,value,type);return this}}],[{key:"type",value:function type(){throw new Error("PlattarObject.type() - not implemented")}},{key:"include",value:function include(){var _this51=this;for(var _len6=arguments.length,args=new Array(_len6),_key6=0;_key6<_len6;_key6++){args[_key6]=arguments[_key6]}if(!args||args.length<=0){return[]}var includes=[this.type()];args.forEach(function(obj){if(Array.isArray(obj)){obj.forEach(function(strObject){if(typeof strObject==="string"||strObject instanceof String){includes.push("".concat(_this51.type(),".").concat(strObject))}else{throw new Error("PlattarObject."+_this51.type()+".include(...args) - argument of Array must only include Strings")}})}else if(obj.prototype instanceof PlattarObject){includes.push("".concat(_this51.type(),".").concat(obj.type()))}else{throw new Error("PlattarObject."+_this51.type()+".include(...args) - argument must be of type PlattarObject or Array but was type="+_typeof(obj)+" value="+obj)}});return includes}}]);return PlattarObject}();module.exports=PlattarObject},{"../../server/plattar-query.js":45,"./plattar-object-relations.js":64}],66:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var ApplicationBuild=function(_PlattarBase12){_inherits(ApplicationBuild,_PlattarBase12);var _super31=_createSuper(ApplicationBuild);function ApplicationBuild(){_classCallCheck(this,ApplicationBuild);return _super31.apply(this,arguments)}_createClass(ApplicationBuild,null,[{key:"type",value:function type(){return"applicationbuild"}}]);return ApplicationBuild}(PlattarBase);module.exports=ApplicationBuild},{"../interfaces/plattar-base.js":63}],67:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var AssetLibrary=function(_PlattarBase13){_inherits(AssetLibrary,_PlattarBase13);var _super32=_createSuper(AssetLibrary);function AssetLibrary(){_classCallCheck(this,AssetLibrary);return _super32.apply(this,arguments)}_createClass(AssetLibrary,null,[{key:"type",value:function type(){return"assetlibrary"}}]);return AssetLibrary}(PlattarBase);module.exports=AssetLibrary},{"../interfaces/plattar-base.js":63}],68:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var AsyncJob=function(_PlattarBase14){_inherits(AsyncJob,_PlattarBase14);var _super33=_createSuper(AsyncJob);function AsyncJob(){_classCallCheck(this,AsyncJob);return _super33.apply(this,arguments)}_createClass(AsyncJob,[{key:"accessKey",set:function set(code){this.addParameter("access_key",code,"update")}}],[{key:"type",value:function type(){return"asyncjob"}}]);return AsyncJob}(PlattarBase);module.exports=AsyncJob},{"../interfaces/plattar-base.js":63}],69:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var ScriptEvent=function(_PlattarBase15){_inherits(ScriptEvent,_PlattarBase15);var _super34=_createSuper(ScriptEvent);function ScriptEvent(){_classCallCheck(this,ScriptEvent);return _super34.apply(this,arguments)}_createClass(ScriptEvent,null,[{key:"type",value:function type(){return"scriptevent"}}]);return ScriptEvent}(PlattarBase);module.exports=ScriptEvent},{"../interfaces/plattar-base.js":63}],70:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Tag=function(_PlattarBase16){_inherits(Tag,_PlattarBase16);var _super35=_createSuper(Tag);function Tag(){_classCallCheck(this,Tag);return _super35.apply(this,arguments)}_createClass(Tag,null,[{key:"type",value:function type(){return"tag"}}]);return Tag}(PlattarBase);module.exports=Tag},{"../interfaces/plattar-base.js":63}],71:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Server=require("../../server/plattar-server.js");var CardBase=function(_PlattarBase17){_inherits(CardBase,_PlattarBase17);var _super36=_createSuper(CardBase);function CardBase(id,server){var _this52;_classCallCheck(this,CardBase);_this52=_super36.call(this,id,server||Server["default"]());if(_this52.constructor===CardBase){throw new Error("CardBase is abstract and cannot be created")}return _this52}_createClass(CardBase,null,[{key:"type",value:function type(){var CardButton=require("./card-button.js");var CardHTML=require("./card-html.js");var CardIFrame=require("./card-iframe.js");var CardImage=require("./card-image.js");var CardMap=require("./card-map.js");var CardParagraph=require("./card-paragraph.js");var CardRow=require("./card-row.js");var CardSlider=require("./card-slider.js");var CardTitle=require("./card-title.js");var CardVideo=require("./card-video.js");var CardYoutube=require("./card-youtube.js");return[CardButton,CardHTML,CardIFrame,CardImage,CardMap,CardParagraph,CardRow,CardSlider,CardTitle,CardVideo,CardYoutube]}}]);return CardBase}(PlattarBase);module.exports=CardBase},{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./card-button.js":72,"./card-html.js":73,"./card-iframe.js":74,"./card-image.js":75,"./card-map.js":76,"./card-paragraph.js":77,"./card-row.js":78,"./card-slider.js":79,"./card-title.js":80,"./card-video.js":81,"./card-youtube.js":82}],72:[function(require,module,exports){var CardBase=require("./card-base.js");var CardButton=function(_CardBase){_inherits(CardButton,_CardBase);var _super37=_createSuper(CardButton);function CardButton(){_classCallCheck(this,CardButton);return _super37.apply(this,arguments)}_createClass(CardButton,null,[{key:"type",value:function type(){return"cardbutton"}}]);return CardButton}(CardBase);module.exports=CardButton},{"./card-base.js":71}],73:[function(require,module,exports){var CardBase=require("./card-base.js");var CardHTML=function(_CardBase2){_inherits(CardHTML,_CardBase2);var _super38=_createSuper(CardHTML);function CardHTML(){_classCallCheck(this,CardHTML);return _super38.apply(this,arguments)}_createClass(CardHTML,null,[{key:"type",value:function type(){return"cardhtml"}}]);return CardHTML}(CardBase);module.exports=CardHTML},{"./card-base.js":71}],74:[function(require,module,exports){var CardBase=require("./card-base.js");var CardIFrame=function(_CardBase3){_inherits(CardIFrame,_CardBase3);var _super39=_createSuper(CardIFrame);function CardIFrame(){_classCallCheck(this,CardIFrame);return _super39.apply(this,arguments)}_createClass(CardIFrame,null,[{key:"type",value:function type(){return"cardiframe"}}]);return CardIFrame}(CardBase);module.exports=CardIFrame},{"./card-base.js":71}],75:[function(require,module,exports){var CardBase=require("./card-base.js");var CardImage=function(_CardBase4){_inherits(CardImage,_CardBase4);var _super40=_createSuper(CardImage);function CardImage(){_classCallCheck(this,CardImage);return _super40.apply(this,arguments)}_createClass(CardImage,null,[{key:"type",value:function type(){return"cardimage"}}]);return CardImage}(CardBase);module.exports=CardImage},{"./card-base.js":71}],76:[function(require,module,exports){var CardBase=require("./card-base.js");var CardMap=function(_CardBase5){_inherits(CardMap,_CardBase5);var _super41=_createSuper(CardMap);function CardMap(){_classCallCheck(this,CardMap);return _super41.apply(this,arguments)}_createClass(CardMap,null,[{key:"type",value:function type(){return"cardmap"}}]);return CardMap}(CardBase);module.exports=CardMap},{"./card-base.js":71}],77:[function(require,module,exports){var CardBase=require("./card-base.js");var CardParagraph=function(_CardBase6){_inherits(CardParagraph,_CardBase6);var _super42=_createSuper(CardParagraph);function CardParagraph(){_classCallCheck(this,CardParagraph);return _super42.apply(this,arguments)}_createClass(CardParagraph,null,[{key:"type",value:function type(){return"cardparagraph"}}]);return CardParagraph}(CardBase);module.exports=CardParagraph},{"./card-base.js":71}],78:[function(require,module,exports){var CardBase=require("./card-base.js");var CardRow=function(_CardBase7){_inherits(CardRow,_CardBase7);var _super43=_createSuper(CardRow);function CardRow(){_classCallCheck(this,CardRow);return _super43.apply(this,arguments)}_createClass(CardRow,null,[{key:"type",value:function type(){return"cardrow"}}]);return CardRow}(CardBase);module.exports=CardRow},{"./card-base.js":71}],79:[function(require,module,exports){var CardBase=require("./card-base.js");var CardSlider=function(_CardBase8){_inherits(CardSlider,_CardBase8);var _super44=_createSuper(CardSlider);function CardSlider(){_classCallCheck(this,CardSlider);return _super44.apply(this,arguments)}_createClass(CardSlider,null,[{key:"type",value:function type(){return"cardslider"}}]);return CardSlider}(CardBase);module.exports=CardSlider},{"./card-base.js":71}],80:[function(require,module,exports){var CardBase=require("./card-base.js");var CardTitle=function(_CardBase9){_inherits(CardTitle,_CardBase9);var _super45=_createSuper(CardTitle);function CardTitle(){_classCallCheck(this,CardTitle);return _super45.apply(this,arguments)}_createClass(CardTitle,null,[{key:"type",value:function type(){return"cardtitle"}}]);return CardTitle}(CardBase);module.exports=CardTitle},{"./card-base.js":71}],81:[function(require,module,exports){var CardBase=require("./card-base.js");var CardVideo=function(_CardBase10){_inherits(CardVideo,_CardBase10);var _super46=_createSuper(CardVideo);function CardVideo(){_classCallCheck(this,CardVideo);return _super46.apply(this,arguments)}_createClass(CardVideo,null,[{key:"type",value:function type(){return"cardvideo"}}]);return CardVideo}(CardBase);module.exports=CardVideo},{"./card-base.js":71}],82:[function(require,module,exports){var CardBase=require("./card-base.js");var CardYoutube=function(_CardBase11){_inherits(CardYoutube,_CardBase11);var _super47=_createSuper(CardYoutube);function CardYoutube(){_classCallCheck(this,CardYoutube);return _super47.apply(this,arguments)}_createClass(CardYoutube,null,[{key:"type",value:function type(){return"cardyoutube"}}]);return CardYoutube}(CardBase);module.exports=CardYoutube},{"./card-base.js":71}],83:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Page=function(_PlattarBase18){_inherits(Page,_PlattarBase18);var _super48=_createSuper(Page);function Page(){_classCallCheck(this,Page);return _super48.apply(this,arguments)}_createClass(Page,null,[{key:"type",value:function type(){return"page"}}]);return Page}(PlattarBase);module.exports=Page},{"../interfaces/plattar-base.js":63}],84:[function(require,module,exports){var ProductBase=require("./product-base.js");var ProductAnnotation=function(_ProductBase){_inherits(ProductAnnotation,_ProductBase);var _super49=_createSuper(ProductAnnotation);function ProductAnnotation(){_classCallCheck(this,ProductAnnotation);return _super49.apply(this,arguments)}_createClass(ProductAnnotation,null,[{key:"type",value:function type(){return"productannotation"}}]);return ProductAnnotation}(ProductBase);module.exports=ProductAnnotation},{"./product-base.js":85}],85:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Server=require("../../server/plattar-server.js");var ProductBase=function(_PlattarBase19){_inherits(ProductBase,_PlattarBase19);var _super50=_createSuper(ProductBase);function ProductBase(id,server){var _this53;_classCallCheck(this,ProductBase);_this53=_super50.call(this,id,server||Server["default"]());if(_this53.constructor===ProductBase){throw new Error("ProductBase is abstract and cannot be created")}return _this53}_createClass(ProductBase,null,[{key:"type",value:function type(){var ProductVariation=require("./product-variation.js");var ProductAnnotation=require("./product-annotation.js");return[ProductAnnotation,ProductVariation]}}]);return ProductBase}(PlattarBase);module.exports=ProductBase},{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./product-annotation.js":84,"./product-variation.js":86}],86:[function(require,module,exports){var ProductBase=require("./product-base.js");var ProductVariation=function(_ProductBase2){_inherits(ProductVariation,_ProductBase2);var _super51=_createSuper(ProductVariation);function ProductVariation(){_classCallCheck(this,ProductVariation);return _super51.apply(this,arguments)}_createClass(ProductVariation,null,[{key:"type",value:function type(){return"productvariation"}}]);return ProductVariation}(ProductBase);module.exports=ProductVariation},{"./product-base.js":85}],87:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Product=function(_PlattarBase20){_inherits(Product,_PlattarBase20);var _super52=_createSuper(Product);function Product(){_classCallCheck(this,Product);return _super52.apply(this,arguments)}_createClass(Product,null,[{key:"type",value:function type(){return"product"}}]);return Product}(PlattarBase);module.exports=Product},{"../interfaces/plattar-base.js":63}],88:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneAnnotation=function(_SceneBase){_inherits(SceneAnnotation,_SceneBase);var _super53=_createSuper(SceneAnnotation);function SceneAnnotation(){_classCallCheck(this,SceneAnnotation);return _super53.apply(this,arguments)}_createClass(SceneAnnotation,null,[{key:"type",value:function type(){return"sceneannotation"}}]);return SceneAnnotation}(SceneBase);module.exports=SceneAnnotation},{"./scene-base.js":90}],89:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneAudio=function(_SceneBase2){_inherits(SceneAudio,_SceneBase2);var _super54=_createSuper(SceneAudio);function SceneAudio(){_classCallCheck(this,SceneAudio);return _super54.apply(this,arguments)}_createClass(SceneAudio,null,[{key:"type",value:function type(){return"sceneaudio"}}]);return SceneAudio}(SceneBase);module.exports=SceneAudio},{"./scene-base.js":90}],90:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Server=require("../../server/plattar-server.js");var SceneBase=function(_PlattarBase21){_inherits(SceneBase,_PlattarBase21);var _super55=_createSuper(SceneBase);function SceneBase(id,server){var _this54;_classCallCheck(this,SceneBase);_this54=_super55.call(this,id,server||Server["default"]());if(_this54.constructor===SceneBase){throw new Error("SceneBase is abstract and cannot be created")}return _this54}_createClass(SceneBase,null,[{key:"type",value:function type(){var SceneAnnotation=require("./scene-annotation.js");var SceneAudio=require("./scene-audio.js");var SceneButton=require("./scene-button.js");var SceneCamera=require("./scene-camera.js");var SceneCarousel=require("./scene-carousel.js");var SceneImage=require("./scene-image.js");var SceneModel=require("./scene-model.js");var ScenePanorama=require("./scene-panorama.js");var ScenePoller=require("./scene-poller.js");var SceneProduct=require("./scene-product.js");var SceneShadow=require("./scene-shadow.js");var SceneVideo=require("./scene-video.js");var SceneVolumetric=require("./scene-volumetric.js");var SceneYoutube=require("./scene-youtube.js");return[SceneAnnotation,SceneAudio,SceneButton,SceneCamera,SceneCarousel,SceneImage,SceneModel,ScenePanorama,ScenePoller,SceneProduct,SceneShadow,SceneVideo,SceneVolumetric,SceneYoutube]}}]);return SceneBase}(PlattarBase);module.exports=SceneBase},{"../../server/plattar-server.js":46,"../interfaces/plattar-base.js":63,"./scene-annotation.js":88,"./scene-audio.js":89,"./scene-button.js":91,"./scene-camera.js":92,"./scene-carousel.js":93,"./scene-image.js":94,"./scene-model.js":95,"./scene-panorama.js":96,"./scene-poller.js":97,"./scene-product.js":98,"./scene-shadow.js":100,"./scene-video.js":101,"./scene-volumetric.js":102,"./scene-youtube.js":103}],91:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneButton=function(_SceneBase3){_inherits(SceneButton,_SceneBase3);var _super56=_createSuper(SceneButton);function SceneButton(){_classCallCheck(this,SceneButton);return _super56.apply(this,arguments)}_createClass(SceneButton,null,[{key:"type",value:function type(){return"scenebutton"}}]);return SceneButton}(SceneBase);module.exports=SceneButton},{"./scene-base.js":90}],92:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneCamera=function(_SceneBase4){_inherits(SceneCamera,_SceneBase4);var _super57=_createSuper(SceneCamera);function SceneCamera(){_classCallCheck(this,SceneCamera);return _super57.apply(this,arguments)}_createClass(SceneCamera,null,[{key:"type",value:function type(){return"scenecamera"}}]);return SceneCamera}(SceneBase);module.exports=SceneCamera},{"./scene-base.js":90}],93:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneCarousel=function(_SceneBase5){_inherits(SceneCarousel,_SceneBase5);var _super58=_createSuper(SceneCarousel);function SceneCarousel(){_classCallCheck(this,SceneCarousel);return _super58.apply(this,arguments)}_createClass(SceneCarousel,null,[{key:"type",value:function type(){return"scenecarousel"}}]);return SceneCarousel}(SceneBase);module.exports=SceneCarousel},{"./scene-base.js":90}],94:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneImage=function(_SceneBase6){_inherits(SceneImage,_SceneBase6);var _super59=_createSuper(SceneImage);function SceneImage(){_classCallCheck(this,SceneImage);return _super59.apply(this,arguments)}_createClass(SceneImage,null,[{key:"type",value:function type(){return"sceneimage"}}]);return SceneImage}(SceneBase);module.exports=SceneImage},{"./scene-base.js":90}],95:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneModel=function(_SceneBase7){_inherits(SceneModel,_SceneBase7);var _super60=_createSuper(SceneModel);function SceneModel(){_classCallCheck(this,SceneModel);return _super60.apply(this,arguments)}_createClass(SceneModel,null,[{key:"type",value:function type(){return"scenemodel"}}]);return SceneModel}(SceneBase);module.exports=SceneModel},{"./scene-base.js":90}],96:[function(require,module,exports){var SceneBase=require("./scene-base.js");var ScenePanorama=function(_SceneBase8){_inherits(ScenePanorama,_SceneBase8);var _super61=_createSuper(ScenePanorama);function ScenePanorama(){_classCallCheck(this,ScenePanorama);return _super61.apply(this,arguments)}_createClass(ScenePanorama,null,[{key:"type",value:function type(){return"scenepanorama"}}]);return ScenePanorama}(SceneBase);module.exports=ScenePanorama},{"./scene-base.js":90}],97:[function(require,module,exports){var SceneBase=require("./scene-base.js");var ScenePoller=function(_SceneBase9){_inherits(ScenePoller,_SceneBase9);var _super62=_createSuper(ScenePoller);function ScenePoller(){_classCallCheck(this,ScenePoller);return _super62.apply(this,arguments)}_createClass(ScenePoller,null,[{key:"type",value:function type(){return"scenepoller"}}]);return ScenePoller}(SceneBase);module.exports=ScenePoller},{"./scene-base.js":90}],98:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneProduct=function(_SceneBase10){_inherits(SceneProduct,_SceneBase10);var _super63=_createSuper(SceneProduct);function SceneProduct(){_classCallCheck(this,SceneProduct);return _super63.apply(this,arguments)}_createClass(SceneProduct,null,[{key:"type",value:function type(){return"sceneproduct"}}]);return SceneProduct}(SceneBase);module.exports=SceneProduct},{"./scene-base.js":90}],99:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneScript=function(_SceneBase11){_inherits(SceneScript,_SceneBase11);var _super64=_createSuper(SceneScript);function SceneScript(){_classCallCheck(this,SceneScript);return _super64.apply(this,arguments)}_createClass(SceneScript,null,[{key:"type",value:function type(){return"scenescript"}}]);return SceneScript}(SceneBase);module.exports=SceneScript},{"./scene-base.js":90}],100:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneShadow=function(_SceneBase12){_inherits(SceneShadow,_SceneBase12);var _super65=_createSuper(SceneShadow);function SceneShadow(){_classCallCheck(this,SceneShadow);return _super65.apply(this,arguments)}_createClass(SceneShadow,null,[{key:"type",value:function type(){return"sceneshadow"}}]);return SceneShadow}(SceneBase);module.exports=SceneShadow},{"./scene-base.js":90}],101:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneVideo=function(_SceneBase13){_inherits(SceneVideo,_SceneBase13);var _super66=_createSuper(SceneVideo);function SceneVideo(){_classCallCheck(this,SceneVideo);return _super66.apply(this,arguments)}_createClass(SceneVideo,null,[{key:"type",value:function type(){return"scenevideo"}}]);return SceneVideo}(SceneBase);module.exports=SceneVideo},{"./scene-base.js":90}],102:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneVolumetric=function(_SceneBase14){_inherits(SceneVolumetric,_SceneBase14);var _super67=_createSuper(SceneVolumetric);function SceneVolumetric(){_classCallCheck(this,SceneVolumetric);return _super67.apply(this,arguments)}_createClass(SceneVolumetric,null,[{key:"type",value:function type(){return"scenevolumetric"}}]);return SceneVolumetric}(SceneBase);module.exports=SceneVolumetric},{"./scene-base.js":90}],103:[function(require,module,exports){var SceneBase=require("./scene-base.js");var SceneYoutube=function(_SceneBase15){_inherits(SceneYoutube,_SceneBase15);var _super68=_createSuper(SceneYoutube);function SceneYoutube(){_classCallCheck(this,SceneYoutube);return _super68.apply(this,arguments)}_createClass(SceneYoutube,null,[{key:"type",value:function type(){return"sceneyoutube"}}]);return SceneYoutube}(SceneBase);module.exports=SceneYoutube},{"./scene-base.js":90}],104:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var Scene=function(_PlattarBase22){_inherits(Scene,_PlattarBase22);var _super69=_createSuper(Scene);function Scene(){_classCallCheck(this,Scene);return _super69.apply(this,arguments)}_createClass(Scene,null,[{key:"type",value:function type(){return"scene"}}]);return Scene}(PlattarBase);module.exports=Scene},{"../interfaces/plattar-base.js":63}],105:[function(require,module,exports){var PlattarBase=require("../interfaces/plattar-base.js");var TriggerImage=function(_PlattarBase23){_inherits(TriggerImage,_PlattarBase23);var _super70=_createSuper(TriggerImage);function TriggerImage(){_classCallCheck(this,TriggerImage);return _super70.apply(this,arguments)}_createClass(TriggerImage,null,[{key:"type",value:function type(){return"triggerimage"}}]);return TriggerImage}(PlattarBase);module.exports=TriggerImage},{"../interfaces/plattar-base.js":63}],106:[function(require,module,exports){var Application=require("../types/application.js");var Scene=require("../types/scene/scene.js");var SceneAnnotation=require("../types/scene/scene-annotation.js");var SceneAudio=require("../types/scene/scene-audio.js");var SceneButton=require("../types/scene/scene-button.js");var SceneCamera=require("../types/scene/scene-camera.js");var SceneCarousel=require("../types/scene/scene-carousel.js");var SceneImage=require("../types/scene/scene-image.js");var SceneModel=require("../types/scene/scene-model.js");var ScenePanorama=require("../types/scene/scene-panorama.js");var ScenePoller=require("../types/scene/scene-poller.js");var SceneProduct=require("../types/scene/scene-product.js");var SceneShadow=require("../types/scene/scene-shadow.js");var SceneVideo=require("../types/scene/scene-video.js");var SceneVolumetric=require("../types/scene/scene-volumetric.js");var SceneYoutube=require("../types/scene/scene-youtube.js");var SceneScript=require("../types/scene/scene-script.js");var Page=require("../types/page/page.js");var CardButton=require("../types/page/card-button.js");var CardHTML=require("../types/page/card-html.js");var CardIFrame=require("../types/page/card-iframe.js");var CardImage=require("../types/page/card-image.js");var CardMap=require("../types/page/card-map.js");var CardParagraph=require("../types/page/card-paragraph.js");var CardRow=require("../types/page/card-row.js");var CardSlider=require("../types/page/card-slider.js");var CardTitle=require("../types/page/card-title.js");var CardVideo=require("../types/page/card-video.js");var CardYoutube=require("../types/page/card-youtube.js");var Product=require("../types/product/product.js");var ProductVariation=require("../types/product/product-variation.js");var ProductAnnotation=require("../types/product/product-annotation.js");var FileAudio=require("../types/file/file-audio.js");var FileVideo=require("../types/file/file-video.js");var FileModel=require("../types/file/file-model.js");var FileImage=require("../types/file/file-image.js");var FileScript=require("../types/file/file-script.js");var TriggerImage=require("../types/trigger/trigger-image.js");var Brief=require("../types/content-pipeline/brief.js");var CommentBrief=require("../types/content-pipeline/comment-brief.js");var CommentQuote=require("../types/content-pipeline/comment-quote.js");var CommentSolution=require("../types/content-pipeline/comment-solution.js");var PipelineUser=require("../types/content-pipeline/pipeline-user.js");var Quote=require("../types/content-pipeline/quote.js");var Rating=require("../types/content-pipeline/rating.js");var Solution=require("../types/content-pipeline/solution.js");var Folder=require("../types/content-pipeline/folder.js");var ScriptEvent=require("../types/misc/script-event.js");var Tag=require("../types/misc/tag.js");var ApplicationBuild=require("../types/misc/application-build.js");var AsyncJob=require("../types/misc/async-job.js");var AssetLibrary=require("../types/misc/asset-library");var PlattarUtil=_createClass(function PlattarUtil(){_classCallCheck(this,PlattarUtil)});PlattarUtil.isPlattarObject=function(obj){var PlattarObject=require("../types/interfaces/plattar-object.js");if(obj&&obj.prototype&&obj.prototype instanceof PlattarObject){return true}if(obj&&obj instanceof PlattarObject){return true}return false};PlattarUtil.reconstruct=function(parent,json,options){parent._attributes=json.data.attributes;if(options.cache===true){parent._cache()}var server=parent._query.server;if(json.data.relationships){var _loop=function _loop(){var _Object$entries$_i=_slicedToArray(_Object$entries[_i],2),key=_Object$entries$_i[0],value=_Object$entries$_i[1];var data=value.data;if(Array.isArray(data)){data.forEach(function(item){var construct=PlattarUtil.create(key,item.id,server);construct._attributes=item.attributes||{};parent.relationships._put(construct)})}else{var construct=PlattarUtil.create(key,data.id,server);construct._attributes=data.attributes||{};parent.relationships._put(construct)}};for(var _i=0,_Object$entries=Object.entries(json.data.relationships);_i<_Object$entries.length;_i++){_loop()}}if(json.included){json.included.forEach(function(item){var existing=parent.relationships.find(PlattarUtil.match(item.type),item.id);if(existing){PlattarUtil.reconstruct(existing,{data:item,included:json.included},options)}})}};PlattarUtil.create=function(type,id,server){var _DynamicClass=PlattarUtil.match(type);return new _DynamicClass(id,server)};PlattarUtil.match=function(type){switch(type){case Application.type():return Application;case Scene.type():return Scene;case SceneAnnotation.type():return SceneAnnotation;case SceneAudio.type():return SceneAudio;case SceneButton.type():return SceneButton;case SceneCamera.type():return SceneCamera;case SceneCarousel.type():return SceneCarousel;case SceneImage.type():return SceneImage;case SceneModel.type():return SceneModel;case ScenePanorama.type():return ScenePanorama;case ScenePoller.type():return ScenePoller;case SceneProduct.type():return SceneProduct;case SceneShadow.type():return SceneShadow;case SceneVideo.type():return SceneVideo;case SceneVolumetric.type():return SceneVolumetric;case SceneYoutube.type():return SceneYoutube;case SceneScript.type():return SceneScript;case Page.type():return Page;case CardButton.type():return CardButton;case CardHTML.type():return CardHTML;case CardIFrame.type():return CardIFrame;case Product.type():return Product;case ProductVariation.type():return ProductVariation;case ProductAnnotation.type():return ProductAnnotation;case FileAudio.type():return FileAudio;case FileVideo.type():return FileVideo;case FileModel.type():return FileModel;case FileImage.type():return FileImage;case FileScript.type():return FileScript;case CardMap.type():return CardMap;case CardParagraph.type():return CardParagraph;case CardRow.type():return CardRow;case CardSlider.type():return CardSlider;case CardTitle.type():return CardTitle;case CardVideo.type():return CardVideo;case CardYoutube.type():return CardYoutube;case CardImage.type():return CardImage;case ScriptEvent.type():return ScriptEvent;case Tag.type():return Tag;case ApplicationBuild.type():return ApplicationBuild;case AsyncJob.type():return AsyncJob;case AssetLibrary.type():return AssetLibrary;case TriggerImage.type():return TriggerImage;case Brief.type():return Brief;case CommentBrief.type():return CommentBrief;case CommentQuote.type():return CommentQuote;case CommentSolution.type():return CommentSolution;case PipelineUser.type():return PipelineUser;case Quote.type():return Quote;case Rating.type():return Rating;case Solution.type():return Solution;case Folder.type():return Folder;default:throw new Error('PlattarUtil.match(type) - provided type of "'+type+'" does not exist and cannot be created')}};module.exports=PlattarUtil},{"../types/application.js":47,"../types/content-pipeline/brief.js":48,"../types/content-pipeline/comment-brief.js":49,"../types/content-pipeline/comment-quote.js":50,"../types/content-pipeline/comment-solution.js":51,"../types/content-pipeline/folder.js":52,"../types/content-pipeline/pipeline-user.js":53,"../types/content-pipeline/quote.js":54,"../types/content-pipeline/rating.js":55,"../types/content-pipeline/solution.js":56,"../types/file/file-audio.js":57,"../types/file/file-image.js":59,"../types/file/file-model.js":60,"../types/file/file-script.js":61,"../types/file/file-video.js":62,"../types/interfaces/plattar-object.js":65,"../types/misc/application-build.js":66,"../types/misc/asset-library":67,"../types/misc/async-job.js":68,"../types/misc/script-event.js":69,"../types/misc/tag.js":70,"../types/page/card-button.js":72,"../types/page/card-html.js":73,"../types/page/card-iframe.js":74,"../types/page/card-image.js":75,"../types/page/card-map.js":76,"../types/page/card-paragraph.js":77,"../types/page/card-row.js":78,"../types/page/card-slider.js":79,"../types/page/card-title.js":80,"../types/page/card-video.js":81,"../types/page/card-youtube.js":82,"../types/page/page.js":83,"../types/product/product-annotation.js":84,"../types/product/product-variation.js":86,"../types/product/product.js":87,"../types/scene/scene-annotation.js":88,"../types/scene/scene-audio.js":89,"../types/scene/scene-button.js":91,"../types/scene/scene-camera.js":92,"../types/scene/scene-carousel.js":93,"../types/scene/scene-image.js":94,"../types/scene/scene-model.js":95,"../types/scene/scene-panorama.js":96,"../types/scene/scene-poller.js":97,"../types/scene/scene-product.js":98,"../types/scene/scene-script.js":99,"../types/scene/scene-shadow.js":100,"../types/scene/scene-video.js":101,"../types/scene/scene-volumetric.js":102,"../types/scene/scene-youtube.js":103,"../types/scene/scene.js":104,"../types/trigger/trigger-image.js":105}],107:[function(require,module,exports){module.exports="1.154.1"},{}],108:[function(require,module,exports){var QRCodeStyling=require("qr-code-styling");var hash=require("object-hash");var BaseElement=function(_HTMLElement2){_inherits(BaseElement,_HTMLElement2);var _super71=_createSuper(BaseElement);function BaseElement(){_classCallCheck(this,BaseElement);return _super71.call(this)}_createClass(BaseElement,[{key:"connectedCallback",value:function connectedCallback(){var _this55=this;if(this.hasAttribute("url")){this.renderQRCode()}var observer=new MutationObserver(function(mutations){mutations.forEach(function(mutation){if(mutation.type==="attributes"){if(_this55.hasAttribute("url")){_this55.renderQRCode()}}})});observer.observe(this,{attributes:true})}},{key:"download",value:function download(options){var opt=options||{name:"plattar-qrcode",extension:"png"};if(this._qrCode){this._qrCode.download(opt)}}},{key:"renderQRCode",value:function renderQRCode(){var _this56=this;var url=this.hasAttribute("url")?this.getAttribute("url"):undefined;if(!url){console.warn('PlattarQR.renderQRCode() - required attribute "url" is missing or invalid, QR Code will not render');return}var width=this.hasAttribute("width")?this.getAttribute("width"):"100%";var height=this.hasAttribute("height")?this.getAttribute("height"):"100%";var margin=this.hasAttribute("margin")?this.getAttribute("margin"):0;var image=this.hasAttribute("image")?this.getAttribute("image"):undefined;var color=this.hasAttribute("color")?this.getAttribute("color"):"#000000";var style=this.hasAttribute("qr-type")?this.getAttribute("qr-type"):"default";this._optionsHash="0";this._options=this._options||{imageOptions:{hideBackgroundDots:true,imageSize:.4,margin:0},dotsOptions:{type:"rounded"},backgroundOptions:{color:"#ffffff"},dotsOptionsHelper:{colorType:{single:true,gradient:false},gradient:{linear:true,radial:false,color1:"#6a1a4c",color2:"#6a1a4c",rotation:"0"}},cornersSquareOptions:{type:"extra-rounded"},cornersSquareOptionsHelper:{colorType:{single:true,gradient:false},gradient:{linear:true,radial:false,color1:"#000000",color2:"#000000",rotation:"0"}},cornersDotOptions:{type:"dot"},cornersDotOptionsHelper:{colorType:{single:true,gradient:false},gradient:{linear:true,radial:false,color1:"#000000",color2:"#000000",rotation:"0"}},backgroundOptionsHelper:{colorType:{single:true,gradient:false},gradient:{linear:true,radial:false,color1:"#ffffff",color2:"#ffffff",rotation:"0"}},width:1024,height:1024,type:"canvas"};this._options.margin=margin;this._options.image=image;this._options.dotsOptions.color=color;this._options.cornersDotOptions.color=color;this._options.cornersSquareOptions.color=color;switch(style){case"dots":this._options.dotsOptions.type="dots";break;case"default":default:this._options.dotsOptions.type="rounded"}var shortenURL=this.hasAttribute("shorten")?this.getAttribute("shorten"):"false";if(shortenURL&&shortenURL.toLowerCase()==="true"){this._ShortenURL(url).then(function(newURL){_this56._GenerateQRCode(newURL,width,height)})["catch"](function(_err){console.warn(_err);_this56._GenerateQRCode(url,width,height)})}else{this._GenerateQRCode(url,width,height)}}},{key:"_UpdateCanvas",value:function _UpdateCanvas(width,height){if(!this._qrCode){return}var canvas=this._qrCode._canvas;if(canvas){if(canvas.style.width!=="100%"){canvas.style.width="100%"}if(canvas.style.height!=="100%"){canvas.style.height="100%"}}if(this._divContainer){var div=this._divContainer;if(div.style.width!==width){div.style.width=width}if(div.style.height!==height){div.style.height=height}}}},{key:"_GenerateQRCode",value:function _GenerateQRCode(url,width,height){this._options.data=url;var shadow=this.shadowRoot||this.attachShadow({mode:"open"});var qrCode=this._qrCode;if(!qrCode){var div=document.createElement("div");div.style.display="none";shadow.appendChild(div);this._divContainer=div;this._qrCode=new QRCodeStyling(this._options);this._qrCode.append(div);this._UpdateCanvas(width,height);div.style.display="block";return}var newHash=hash({options:this._options,width:width,height:height});if(this._optionsHash!==newHash){this._optionsHash=newHash;this._qrCode.update(this._options);this._UpdateCanvas(width,height)}}},{key:"_IsFetchAPISupported",value:function _IsFetchAPISupported(){return"fetch"in window}},{key:"_ShortenURL",value:function _ShortenURL(url){var _this57=this;return new Promise(function(accept,reject){if(!_this57._IsFetchAPISupported()){return reject(new Error("PlattarQR._ShortenURL() - fetch api not supported, cannot proceed"))}try{var b64Link=btoa(url);fetch("https://c.plattar.com/shorten",{cache:"no-store",method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({data:{attributes:{url:b64Link,isBase64:true}}})}).then(function(response){if(!response.ok){throw new Error("PlattarQR._ShortenURL() - response was invalid")}return response.json()}).then(function(json){return accept(json.data.attributes.url)})["catch"](function(){return reject(new Error("PlattarQR._ShortenURL() - there was an unexpected issue generating short url"))})}catch(err){return reject(err)}})}}]);return BaseElement}(_wrapNativeSuper(HTMLElement));module.exports=BaseElement},{"object-hash":134,"qr-code-styling":136}],109:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var QRCodeElement=function(_BaseElement){_inherits(QRCodeElement,_BaseElement);var _super72=_createSuper(QRCodeElement);function QRCodeElement(){_classCallCheck(this,QRCodeElement);return _super72.call(this)}return _createClass(QRCodeElement)}(BaseElement);module.exports=QRCodeElement},{"./base/base-element.js":108}],110:[function(require,module,exports){"use strict";var QRCodeElement=require("./elements/qrcode-element.js");var Version=require("./version");if(customElements){if(customElements.get("plattar-qrcode")===undefined){customElements.define("plattar-qrcode",QRCodeElement)}}console.log("using @plattar/plattar-qrcode v"+Version);module.exports={version:Version}},{"./elements/qrcode-element.js":109,"./version":111}],111:[function(require,module,exports){module.exports="1.150.2"},{}],112:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.Configurator=void 0;var plattar_api_1=require("@plattar/plattar-api");var object_hash_1=__importDefault(require("object-hash"));var remote_request_1=require("./remote-request");var Configurator=function(){function Configurator(){_classCallCheck(this,Configurator);this.quality=100;this.output="glb";this.server="production";this.retry=0;this._maps=[];this._attrHash=[]}_createClass(Configurator,[{key:"add",value:function add(){var sceneProduct=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var productVariation=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;this.addSceneProduct(sceneProduct,productVariation)}},{key:"addSceneProduct",value:function addSceneProduct(){var sceneProduct=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var productVariation=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;if(!sceneProduct){throw new Error("Configurator.addSceneProduct() - sceneProduct input was null or undefined")}if(!productVariation){throw new Error("Configurator.addSceneProduct() - productVariation input was null or undefined")}var map={sceneproduct:null,productvariation:null};if(sceneProduct instanceof plattar_api_1.SceneProduct&&productVariation instanceof plattar_api_1.ProductVariation){map.sceneproduct=sceneProduct.id;map.productvariation=productVariation.id;this._maps.push(map);return}if((typeof sceneProduct==="string"||sceneProduct instanceof String)&&(typeof productVariation==="string"||productVariation instanceof String)){map.sceneproduct=sceneProduct;map.productvariation=productVariation;this._maps.push(map);return}throw new Error("Configurator.addSceneProduct() - mismatched instance types for inputs")}},{key:"addProduct",value:function addProduct(){var product=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;var productVariation=arguments.length>1&&arguments[1]!==undefined?arguments[1]:null;if(!product){throw new Error("Configurator.addProduct() - product input was null or undefined")}if(!productVariation){throw new Error("Configurator.addProduct() - productVariation input was null or undefined")}var map={productvariation:null,product:null};if(product instanceof plattar_api_1.Product&&productVariation instanceof plattar_api_1.ProductVariation){map.product=product.id;map.productvariation=productVariation.id;this._maps.push(map);return}if((typeof product==="string"||product instanceof String)&&(typeof productVariation==="string"||productVariation instanceof String)){map.product=product;map.productvariation=productVariation;this._maps.push(map);return}throw new Error("Configurator.addProduct() - mismatched instance types for inputs")}},{key:"addModel",value:function addModel(){var sceneModel=arguments.length>0&&arguments[0]!==undefined?arguments[0]:null;if(!sceneModel){throw new Error("Configurator.addModel() - sceneModel input was null or undefined")}var map={scenemodel:null};if(sceneModel instanceof plattar_api_1.SceneModel){map.scenemodel=sceneModel.id;this._maps.push(map);return}if(typeof sceneModel==="string"){map.scenemodel=sceneModel;this._maps.push(map);return}throw new Error("Configurator.addModel() - mismatched instance types for inputs")}},{key:"get",value:function get(){var _this58=this;return new Promise(function(accept,reject){_this58._CalculateHash().then(function(){remote_request_1.RemoteRequest.request(_this58._GetPayload(),_this58.retry<0?0:_this58.retry).then(accept)["catch"](reject)})["catch"](function(_err){reject(new Error("Configurator.get() - one of the objects does not exist in Plattar API"))})})}},{key:"_CalculateHash",value:function _CalculateHash(){var _this59=this;return new Promise(function(accept,reject){var promises=[];var oldOrigin=plattar_api_1.Server["default"]().originLocation.type;plattar_api_1.Server.create(plattar_api_1.Server.match(_this59.server));_this59._maps.forEach(function(map){if(map.productvariation){promises.push(new plattar_api_1.ProductVariation(map.productvariation).get())}if(map.sceneproduct){promises.push(new plattar_api_1.SceneProduct(map.sceneproduct).get())}if(map.scenemodel){promises.push(new plattar_api_1.SceneModel(map.scenemodel).get())}if(map.product){promises.push(new plattar_api_1.Product(map.product).get())}});Promise.all(promises).then(function(values){values.forEach(function(value){_this59._attrHash.push(value.attributes)});plattar_api_1.Server.create(plattar_api_1.Server.match(oldOrigin));accept()})["catch"](function(){plattar_api_1.Server.create(plattar_api_1.Server.match(oldOrigin));reject(new Error("Configurator._CalculateHash() - unexpected error"))})})}},{key:"_GetPayload",value:function _GetPayload(){var converter=this.output==="vto"?"config_to_reality":"config_to_model";var load={options:{converter:converter,quality:this.quality,output:this.output,server:this.server},data:{maps:this._maps}};if(this._attrHash.length>0){load.options.hash=object_hash_1["default"].MD5(this._attrHash)+object_hash_1["default"].MD5(load)}else{load.options.hash=object_hash_1["default"].MD5(load)}return load}}]);return Configurator}();exports.Configurator=Configurator},{"./remote-request":114,"@plattar/plattar-api":44,"object-hash":117}],113:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.ModelConverter=void 0;var plattar_api_1=require("@plattar/plattar-api");var object_hash_1=__importDefault(require("object-hash"));var remote_request_1=require("./remote-request");var ModelConverter=function(){function ModelConverter(){_classCallCheck(this,ModelConverter);this._model=null;this.quality=100;this.output="glb";this.server="production";this.retry=0;this._attrHash=[]}_createClass(ModelConverter,[{key:"model",get:function get(){return this._model},set:function set(newModel){if(!newModel){return}if(newModel instanceof plattar_api_1.FileModel){this._model=newModel.id;this._attrHash.push(object_hash_1["default"].MD5(newModel.attributes));return}this._model=newModel}},{key:"get",value:function get(){var _this60=this;return new Promise(function(accept,reject){if(!_this60._model){return reject(new Error("ModelConverter.get() - required .model attribute was not set"))}remote_request_1.RemoteRequest.request(_this60._Payload,_this60.retry<0?0:_this60.retry).then(accept)["catch"](reject)})}},{key:"_Payload",get:function get(){var load={options:{converter:"gltf_to_model",quality:this.quality,output:this.output,server:this.server},data:{model:this._model}};if(this._attrHash.length>0){load.options.hash=object_hash_1["default"].MD5(this._attrHash)+object_hash_1["default"].MD5(load)}else{load.options.hash=object_hash_1["default"].MD5(load)}return load}}]);return ModelConverter}();exports.ModelConverter=ModelConverter},{"./remote-request":114,"@plattar/plattar-api":44,"object-hash":117}],114:[function(require,module,exports){"use strict";var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.RemoteRequest=void 0;var node_fetch_1=__importDefault(require("node-fetch"));var RemoteRequest=function(){function RemoteRequest(){_classCallCheck(this,RemoteRequest)}_createClass(RemoteRequest,null,[{key:"request",value:function request(payload){var retry=arguments.length>1&&arguments[1]!==undefined?arguments[1]:0;return new Promise(function(accept,reject){if(retry>=0){RemoteRequest._send(payload).then(accept)["catch"](function(err){var newretry=retry-1;if(newretry<0){return reject(err)}console.error("RemoteRequest.request() - retry number "+newretry);console.error(err);setTimeout(function(){RemoteRequest.request(payload,newretry).then(accept)["catch"](reject)},500)})}else{return reject(new Error("RemoteRequest.request() - attempted all retries without success"))}})}},{key:"_send",value:function _send(payload){return new Promise(function(accept,reject){var endpoint=payload.options.server==="dev"?"http://localhost:9000/2015-03-31/functions/function/invocations":"https://3gbnq7wuw2.execute-api.ap-southeast-2.amazonaws.com/main/xrutils";var reqopts={method:"POST",headers:{Accept:"application/json","Content-Type":"application/json"},body:JSON.stringify(payload)};(0,node_fetch_1["default"])(endpoint,reqopts).then(function(res){if(res.ok){try{return res.json()}catch(err){return new Error("RemoteRequest.request() - critical error occured, cannot proceed")}}return new Error("RemoteRequest.request() - unexpected error occured, cannot proceed. error message is "+res.statusText)}).then(function(json){if(json instanceof Error){reject(json)}else{accept(json)}})})}}]);return RemoteRequest}();exports.RemoteRequest=RemoteRequest},{"node-fetch":133}],115:[function(require,module,exports){"use strict";var __createBinding=this&&this.__createBinding||(Object.create?function(o,m,k,k2){if(k2===undefined)k2=k;Object.defineProperty(o,k2,{enumerable:true,get:function get(){return m[k]}})}:function(o,m,k,k2){if(k2===undefined)k2=k;o[k2]=m[k]});var __setModuleDefault=this&&this.__setModuleDefault||(Object.create?function(o,v){Object.defineProperty(o,"default",{enumerable:true,value:v})}:function(o,v){o["default"]=v});var __importStar=this&&this.__importStar||function(mod){if(mod&&mod.__esModule)return mod;var result={};if(mod!=null)for(var k in mod)if(k!=="default"&&Object.prototype.hasOwnProperty.call(mod,k))__createBinding(result,mod,k);__setModuleDefault(result,mod);return result};var __importDefault=this&&this.__importDefault||function(mod){return mod&&mod.__esModule?mod:{default:mod}};Object.defineProperty(exports,"__esModule",{value:true});exports.version=exports.ModelConverter=exports.Configurator=void 0;var configurator_1=require("./core/configurator");Object.defineProperty(exports,"Configurator",{enumerable:true,get:function get(){return configurator_1.Configurator}});var model_converter_1=require("./core/model-converter");Object.defineProperty(exports,"ModelConverter",{enumerable:true,get:function get(){return model_converter_1.ModelConverter}});exports.version=__importStar(require("./version"));var version_1=__importDefault(require("./version"));console.log("using @plattar/plattar-services v"+version_1["default"])},{"./core/configurator":112,"./core/model-converter":113,"./version":116}],116:[function(require,module,exports){"use strict";Object.defineProperty(exports,"__esModule",{value:true});exports["default"]="1.120.1"},{}],117:[function(require,module,exports){(function(global){(function(){!function(e){var t;"object"==_typeof(exports)?module.exports=e():"function"==typeof define&&define.amd?define(e):("undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.objectHash=e())}(function(){return function o(i,u,a){function s(n,e){if(!u[n]){if(!i[n]){var t="function"==typeof require&&require;if(!e&&t)return t(n,!0);if(f)return f(n,!0);throw new Error("Cannot find module '"+n+"'")}var r=u[n]={exports:{}};i[n][0].call(r.exports,function(e){var t=i[n][1][e];return s(t||e)},r,r.exports,o,i,u,a)}return u[n].exports}for(var f="function"==typeof require&&require,e=0;e<a.length;e++)s(a[e]);return s}({1:[function(w,b,m){(function(e,t,f,n,r,o,i,u,a){"use strict";var s=w("crypto");function c(e,t){return function(e,t){var n;n="passthrough"!==t.algorithm?s.createHash(t.algorithm):new y;void 0===n.write&&(n.write=n.update,n.end=n.update);g(t,n).dispatch(e),n.update||n.end("");if(n.digest)return n.digest("buffer"===t.encoding?void 0:t.encoding);var r=n.read();return"buffer"!==t.encoding?r.toString(t.encoding):r}(e,t=h(e,t))}(m=b.exports=c).sha1=function(e){return c(e)},m.keys=function(e){return c(e,{excludeValues:!0,algorithm:"sha1",encoding:"hex"})},m.MD5=function(e){return c(e,{algorithm:"md5",encoding:"hex"})},m.keysMD5=function(e){return c(e,{algorithm:"md5",encoding:"hex",excludeValues:!0})};var l=s.getHashes?s.getHashes().slice():["sha1","md5"];l.push("passthrough");var d=["buffer","hex","binary","base64"];function h(e,t){t=t||{};var n={};if(n.algorithm=t.algorithm||"sha1",n.encoding=t.encoding||"hex",n.excludeValues=!!t.excludeValues,n.algorithm=n.algorithm.toLowerCase(),n.encoding=n.encoding.toLowerCase(),n.ignoreUnknown=!0===t.ignoreUnknown,n.respectType=!1!==t.respectType,n.respectFunctionNames=!1!==t.respectFunctionNames,n.respectFunctionProperties=!1!==t.respectFunctionProperties,n.unorderedArrays=!0===t.unorderedArrays,n.unorderedSets=!1!==t.unorderedSets,n.unorderedObjects=!1!==t.unorderedObjects,n.replacer=t.replacer||void 0,n.excludeKeys=t.excludeKeys||void 0,void 0===e)throw new Error("Object argument required.");for(var r=0;r<l.length;++r)l[r].toLowerCase()===n.algorithm.toLowerCase()&&(n.algorithm=l[r]);if(-1===l.indexOf(n.algorithm))throw new Error('Algorithm "'+n.algorithm+'" not supported. supported values: '+l.join(", "));if(-1===d.indexOf(n.encoding)&&"passthrough"!==n.algorithm)throw new Error('Encoding "'+n.encoding+'" not supported. supported values: '+d.join(", "));return n}function p(e){if("function"==typeof e){return null!=/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(e))}}function g(u,t,a){a=a||[];function s(e){return t.update?t.update(e,"utf8"):t.write(e,"utf8")}return{dispatch:function dispatch(e){return u.replacer&&(e=u.replacer(e)),this["_"+(null===e?"null":_typeof(e))](e)},_object:function _object(t){var e=Object.prototype.toString.call(t),n=/\[object (.*)\]/i.exec(e);n=(n=n?n[1]:"unknown:["+e+"]").toLowerCase();var r;if(0<=(r=a.indexOf(t)))return this.dispatch("[CIRCULAR:"+r+"]");if(a.push(t),void 0!==f&&f.isBuffer&&f.isBuffer(t))return s("buffer:"),s(t);if("object"===n||"function"===n||"asyncfunction"===n){var o=Object.keys(t);u.unorderedObjects&&(o=o.sort()),!1===u.respectType||p(t)||o.splice(0,0,"prototype","__proto__","constructor"),u.excludeKeys&&(o=o.filter(function(e){return!u.excludeKeys(e)})),s("object:"+o.length+":");var i=this;return o.forEach(function(e){i.dispatch(e),s(":"),u.excludeValues||i.dispatch(t[e]),s(",")})}if(!this["_"+n]){if(u.ignoreUnknown)return s("["+n+"]");throw new Error('Unknown object type "'+n+'"')}this["_"+n](t)},_array:function _array(e,t){t=void 0!==t?t:!1!==u.unorderedArrays;var n=this;if(s("array:"+e.length+":"),!t||e.length<=1)return e.forEach(function(e){return n.dispatch(e)});var r=[],o=e.map(function(e){var t=new y,n=a.slice();return g(u,t,n).dispatch(e),r=r.concat(n.slice(a.length)),t.read().toString()});return a=a.concat(r),o.sort(),this._array(o,!1)},_date:function _date(e){return s("date:"+e.toJSON())},_symbol:function _symbol(e){return s("symbol:"+e.toString())},_error:function _error(e){return s("error:"+e.toString())},_boolean:function _boolean(e){return s("bool:"+e.toString())},_string:function _string(e){s("string:"+e.length+":"),s(e.toString())},_function:function _function(e){s("fn:"),p(e)?this.dispatch("[native]"):this.dispatch(e.toString()),!1!==u.respectFunctionNames&&this.dispatch("function-name:"+String(e.name)),u.respectFunctionProperties&&this._object(e)},_number:function _number(e){return s("number:"+e.toString())},_xml:function _xml(e){return s("xml:"+e.toString())},_null:function _null(){return s("Null")},_undefined:function _undefined(){return s("Undefined")},_regexp:function _regexp(e){return s("regex:"+e.toString())},_uint8array:function _uint8array(e){return s("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint8clampedarray:function _uint8clampedarray(e){return s("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(e))},_int8array:function _int8array(e){return s("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint16array:function _uint16array(e){return s("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_int16array:function _int16array(e){return s("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_uint32array:function _uint32array(e){return s("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_int32array:function _int32array(e){return s("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_float32array:function _float32array(e){return s("float32array:"),this.dispatch(Array.prototype.slice.call(e))},_float64array:function _float64array(e){return s("float64array:"),this.dispatch(Array.prototype.slice.call(e))},_arraybuffer:function _arraybuffer(e){return s("arraybuffer:"),this.dispatch(new Uint8Array(e))},_url:function _url(e){return s("url:"+e.toString())},_map:function _map(e){s("map:");var t=Array.from(e);return this._array(t,!1!==u.unorderedSets)},_set:function _set(e){s("set:");var t=Array.from(e);return this._array(t,!1!==u.unorderedSets)},_file:function _file(e){return s("file:"),this.dispatch([e.name,e.size,e.type,e.lastModfied])},_blob:function _blob(){if(u.ignoreUnknown)return s("[blob]");throw Error('Hashing Blob objects is currently not supported\n(see https://github.com/puleos/object-hash/issues/26)\nUse "options.replacer" or "options.ignoreUnknown"\n')},_domwindow:function _domwindow(){return s("domwindow")},_bigint:function _bigint(e){return s("bigint:"+e.toString())},_process:function _process(){return s("process")},_timer:function _timer(){return s("timer")},_pipe:function _pipe(){return s("pipe")},_tcp:function _tcp(){return s("tcp")},_udp:function _udp(){return s("udp")},_tty:function _tty(){return s("tty")},_statwatcher:function _statwatcher(){return s("statwatcher")},_securecontext:function _securecontext(){return s("securecontext")},_connection:function _connection(){return s("connection")},_zlib:function _zlib(){return s("zlib")},_context:function _context(){return s("context")},_nodescript:function _nodescript(){return s("nodescript")},_httpparser:function _httpparser(){return s("httpparser")},_dataview:function _dataview(){return s("dataview")},_signal:function _signal(){return s("signal")},_fsevent:function _fsevent(){return s("fsevent")},_tlswrap:function _tlswrap(){return s("tlswrap")}}}function y(){return{buf:"",write:function write(e){this.buf+=e},end:function end(e){this.buf+=e},read:function read(){return this.buf}}}m.writeToStream=function(e,t,n){return void 0===n&&(n=t,t={}),g(t=h(e,t),n).dispatch(e)}}).call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_7eac155c.js","/")},{buffer:3,crypto:5,lYpoI2:10}],2:[function(e,t,f){(function(e,t,n,r,o,i,u,a,s){!function(e){"use strict";var f="undefined"!=typeof Uint8Array?Uint8Array:Array,n="+".charCodeAt(0),r="/".charCodeAt(0),o="0".charCodeAt(0),i="a".charCodeAt(0),u="A".charCodeAt(0),a="-".charCodeAt(0),s="_".charCodeAt(0);function c(e){var t=e.charCodeAt(0);return t===n||t===a?62:t===r||t===s?63:t<o?-1:t<o+10?t-o+26+26:t<u+26?t-u:t<i+26?t-i+26:void 0}e.toByteArray=function(e){var t,n;if(0<e.length%4)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.length,o="="===e.charAt(r-2)?2:"="===e.charAt(r-1)?1:0,i=new f(3*e.length/4-o),u=0<o?e.length-4:e.length,a=0;function s(e){i[a++]=e}for(t=0;t<u;t+=4,0)s((16711680&(n=c(e.charAt(t))<<18|c(e.charAt(t+1))<<12|c(e.charAt(t+2))<<6|c(e.charAt(t+3))))>>16),s((65280&n)>>8),s(255&n);return 2==o?s(255&(n=c(e.charAt(t))<<2|c(e.charAt(t+1))>>4)):1==o&&(s((n=c(e.charAt(t))<<10|c(e.charAt(t+1))<<4|c(e.charAt(t+2))>>2)>>8&255),s(255&n)),i},e.fromByteArray=function(e){var t,n,r,o,i=e.length%3,u="";function a(e){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)}for(t=0,r=e.length-i;t<r;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],u+=a((o=n)>>18&63)+a(o>>12&63)+a(o>>6&63)+a(63&o);switch(i){case 1:u+=a((n=e[e.length-1])>>2),u+=a(n<<4&63),u+="==";break;case 2:u+=a((n=(e[e.length-2]<<8)+e[e.length-1])>>10),u+=a(n>>4&63),u+=a(n<<2&63),u+="="}return u}}(void 0===f?this.base64js={}:f)}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:10}],3:[function(O,e,H){(function(e,t,g,n,r,o,i,u,a){var s=O("base64-js"),f=O("ieee754");function g(e,t,n){if(!(this instanceof g))return new g(e,t,n);var r,o,i,u,a,s=_typeof(e);if("base64"===t&&"string"==s)for(e=(r=e).trim?r.trim():r.replace(/^\s+|\s+$/g,"");e.length%4!=0;)e+="=";if("number"==s)o=x(e);else if("string"==s)o=g.byteLength(e,t);else{if("object"!=s)throw new Error("First argument needs to be a number, array or string.");o=x(e.length)}if(g._useTypedArrays?i=g._augment(new Uint8Array(o)):((i=this).length=o,i._isBuffer=!0),g._useTypedArrays&&"number"==typeof e.byteLength)i._set(e);else if(S(a=e)||g.isBuffer(a)||a&&"object"==_typeof(a)&&"number"==typeof a.length)for(u=0;u<o;u++)g.isBuffer(e)?i[u]=e.readUInt8(u):i[u]=e[u];else if("string"==s)i.write(e,0,t);else if("number"==s&&!g._useTypedArrays&&!n)for(u=0;u<o;u++)i[u]=0;return i}function y(e,t,n,r){return g._charsWritten=T(function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function w(e,t,n,r){return g._charsWritten=T(function(e){for(var t,n,r,o=[],i=0;i<e.length;i++)t=e.charCodeAt(i),n=t>>8,r=t%256,o.push(r),o.push(n);return o}(t),e,n,r)}function c(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;o++)r+=String.fromCharCode(e[o]);return r}function l(e,t,n,r){r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+1<e.length,"Trying to read beyond buffer length"));var o,i=e.length;if(!(i<=t))return n?(o=e[t],t+1<i&&(o|=e[t+1]<<8)):(o=e[t]<<8,t+1<i&&(o|=e[t+1])),o}function d(e,t,n,r){r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+3<e.length,"Trying to read beyond buffer length"));var o,i=e.length;if(!(i<=t))return n?(t+2<i&&(o=e[t+2]<<16),t+1<i&&(o|=e[t+1]<<8),o|=e[t],t+3<i&&(o+=e[t+3]<<24>>>0)):(t+1<i&&(o=e[t+1]<<16),t+2<i&&(o|=e[t+2]<<8),t+3<i&&(o|=e[t+3]),o+=e[t]<<24>>>0),o}function h(e,t,n,r){if(r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+1<e.length,"Trying to read beyond buffer length")),!(e.length<=t)){var o=l(e,t,n,!0);return 32768&o?-1*(65535-o+1):o}}function p(e,t,n,r){if(r||(D("boolean"==typeof n,"missing or invalid endian"),D(null!=t,"missing offset"),D(t+3<e.length,"Trying to read beyond buffer length")),!(e.length<=t)){var o=d(e,t,n,!0);return 2147483648&o?-1*(4294967295-o+1):o}}function b(e,t,n,r){return r||(D("boolean"==typeof n,"missing or invalid endian"),D(t+3<e.length,"Trying to read beyond buffer length")),f.read(e,t,n,23,4)}function m(e,t,n,r){return r||(D("boolean"==typeof n,"missing or invalid endian"),D(t+7<e.length,"Trying to read beyond buffer length")),f.read(e,t,n,52,8)}function v(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+1<e.length,"trying to write beyond buffer length"),N(t,65535));var i=e.length;if(!(i<=n))for(var u=0,a=Math.min(i-n,2);u<a;u++)e[n+u]=(t&255<<8*(r?u:1-u))>>>8*(r?u:1-u)}function _(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+3<e.length,"trying to write beyond buffer length"),N(t,4294967295));var i=e.length;if(!(i<=n))for(var u=0,a=Math.min(i-n,4);u<a;u++)e[n+u]=t>>>8*(r?u:3-u)&255}function E(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+1<e.length,"Trying to write beyond buffer length"),Y(t,32767,-32768)),e.length<=n||v(e,0<=t?t:65535+t+1,n,r,o)}function I(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+3<e.length,"Trying to write beyond buffer length"),Y(t,2147483647,-2147483648)),e.length<=n||_(e,0<=t?t:4294967295+t+1,n,r,o)}function A(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+3<e.length,"Trying to write beyond buffer length"),F(t,34028234663852886e22,-34028234663852886e22)),e.length<=n||f.write(e,t,n,r,23,4)}function B(e,t,n,r,o){o||(D(null!=t,"missing value"),D("boolean"==typeof r,"missing or invalid endian"),D(null!=n,"missing offset"),D(n+7<e.length,"Trying to write beyond buffer length"),F(t,17976931348623157e292,-17976931348623157e292)),e.length<=n||f.write(e,t,n,r,52,8)}H.Buffer=g,H.SlowBuffer=g,H.INSPECT_MAX_BYTES=50,g.poolSize=8192,g._useTypedArrays=function(){try{var e=new ArrayBuffer(0),t=new Uint8Array(e);return t.foo=function(){return 42},42===t.foo()&&"function"==typeof t.subarray}catch(e){return!1}}(),g.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},g.isBuffer=function(e){return!(null==e||!e._isBuffer)},g.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"hex":n=e.length/2;break;case"utf8":case"utf-8":n=C(e).length;break;case"ascii":case"binary":case"raw":n=e.length;break;case"base64":n=k(e).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;default:throw new Error("Unknown encoding")}return n},g.concat=function(e,t){if(D(S(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===e.length)return new g(0);if(1===e.length)return e[0];if("number"!=typeof t)for(o=t=0;o<e.length;o++)t+=e[o].length;for(var n=new g(t),r=0,o=0;o<e.length;o++){var i=e[o];i.copy(n,r),r+=i.length}return n},g.prototype.write=function(e,t,n,r){var o;isFinite(t)?isFinite(n)||(r=n,n=void 0):(o=r,r=t,t=n,n=o),t=Number(t)||0;var i,u,a,s,f,c,l,d,h,p=this.length-t;switch((!n||p<(n=Number(n)))&&(n=p),r=String(r||"utf8").toLowerCase()){case"hex":i=function(e,t,n,r){n=Number(n)||0;var o=e.length-n;(!r||o<(r=Number(r)))&&(r=o);var i=t.length;D(i%2==0,"Invalid hex string"),i/2<r&&(r=i/2);for(var u=0;u<r;u++){var a=parseInt(t.substr(2*u,2),16);D(!isNaN(a),"Invalid hex string"),e[n+u]=a}return g._charsWritten=2*u,u}(this,e,t,n);break;case"utf8":case"utf-8":c=this,l=e,d=t,h=n,i=g._charsWritten=T(C(l),c,d,h);break;case"ascii":case"binary":i=y(this,e,t,n);break;case"base64":u=this,a=e,s=t,f=n,i=g._charsWritten=T(k(a),u,s,f);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":i=w(this,e,t,n);break;default:throw new Error("Unknown encoding")}return i},g.prototype.toString=function(e,t,n){var r,o,i,u,a=this;if(e=String(e||"utf8").toLowerCase(),t=Number(t)||0,(n=void 0!==n?Number(n):n=a.length)===t)return"";switch(e){case"hex":r=function(e,t,n){var r=e.length;(!t||t<0)&&(t=0);(!n||n<0||r<n)&&(n=r);for(var o="",i=t;i<n;i++)o+=j(e[i]);return o}(a,t,n);break;case"utf8":case"utf-8":r=function(e,t,n){var r="",o="";n=Math.min(e.length,n);for(var i=t;i<n;i++)e[i]<=127?(r+=M(o)+String.fromCharCode(e[i]),o=""):o+="%"+e[i].toString(16);return r+M(o)}(a,t,n);break;case"ascii":case"binary":r=c(a,t,n);break;case"base64":o=a,u=n,r=0===(i=t)&&u===o.length?s.fromByteArray(o):s.fromByteArray(o.slice(i,u));break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":r=function(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}(a,t,n);break;default:throw new Error("Unknown encoding")}return r},g.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},g.prototype.copy=function(e,t,n,r){if(n=n||0,r||0===r||(r=this.length),t=t||0,r!==n&&0!==e.length&&0!==this.length){D(n<=r,"sourceEnd < sourceStart"),D(0<=t&&t<e.length,"targetStart out of bounds"),D(0<=n&&n<this.length,"sourceStart out of bounds"),D(0<=r&&r<=this.length,"sourceEnd out of bounds"),r>this.length&&(r=this.length),e.length-t<r-n&&(r=e.length-t+n);var o=r-n;if(o<100||!g._useTypedArrays)for(var i=0;i<o;i++)e[i+t]=this[i+n];else e._set(this.subarray(n,n+o),t)}},g.prototype.slice=function(e,t){var n=this.length;if(e=U(e,n,0),t=U(t,n,n),g._useTypedArrays)return g._augment(this.subarray(e,t));for(var r=t-e,o=new g(r,void 0,!0),i=0;i<r;i++)o[i]=this[i+e];return o},g.prototype.get=function(e){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(e)},g.prototype.set=function(e,t){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(e,t)},g.prototype.readUInt8=function(e,t){if(t||(D(null!=e,"missing offset"),D(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return this[e]},g.prototype.readUInt16LE=function(e,t){return l(this,e,!0,t)},g.prototype.readUInt16BE=function(e,t){return l(this,e,!1,t)},g.prototype.readUInt32LE=function(e,t){return d(this,e,!0,t)},g.prototype.readUInt32BE=function(e,t){return d(this,e,!1,t)},g.prototype.readInt8=function(e,t){if(t||(D(null!=e,"missing offset"),D(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return 128&this[e]?-1*(255-this[e]+1):this[e]},g.prototype.readInt16LE=function(e,t){return h(this,e,!0,t)},g.prototype.readInt16BE=function(e,t){return h(this,e,!1,t)},g.prototype.readInt32LE=function(e,t){return p(this,e,!0,t)},g.prototype.readInt32BE=function(e,t){return p(this,e,!1,t)},g.prototype.readFloatLE=function(e,t){return b(this,e,!0,t)},g.prototype.readFloatBE=function(e,t){return b(this,e,!1,t)},g.prototype.readDoubleLE=function(e,t){return m(this,e,!0,t)},g.prototype.readDoubleBE=function(e,t){return m(this,e,!1,t)},g.prototype.writeUInt8=function(e,t,n){n||(D(null!=e,"missing value"),D(null!=t,"missing offset"),D(t<this.length,"trying to write beyond buffer length"),N(e,255)),t>=this.length||(this[t]=e)},g.prototype.writeUInt16LE=function(e,t,n){v(this,e,t,!0,n)},g.prototype.writeUInt16BE=function(e,t,n){v(this,e,t,!1,n)},g.prototype.writeUInt32LE=function(e,t,n){_(this,e,t,!0,n)},g.prototype.writeUInt32BE=function(e,t,n){_(this,e,t,!1,n)},g.prototype.writeInt8=function(e,t,n){n||(D(null!=e,"missing value"),D(null!=t,"missing offset"),D(t<this.length,"Trying to write beyond buffer length"),Y(e,127,-128)),t>=this.length||(0<=e?this.writeUInt8(e,t,n):this.writeUInt8(255+e+1,t,n))},g.prototype.writeInt16LE=function(e,t,n){E(this,e,t,!0,n)},g.prototype.writeInt16BE=function(e,t,n){E(this,e,t,!1,n)},g.prototype.writeInt32LE=function(e,t,n){I(this,e,t,!0,n)},g.prototype.writeInt32BE=function(e,t,n){I(this,e,t,!1,n)},g.prototype.writeFloatLE=function(e,t,n){A(this,e,t,!0,n)},g.prototype.writeFloatBE=function(e,t,n){A(this,e,t,!1,n)},g.prototype.writeDoubleLE=function(e,t,n){B(this,e,t,!0,n)},g.prototype.writeDoubleBE=function(e,t,n){B(this,e,t,!1,n)},g.prototype.fill=function(e,t,n){if(e=e||0,t=t||0,n=n||this.length,"string"==typeof e&&(e=e.charCodeAt(0)),D("number"==typeof e&&!isNaN(e),"value is not a number"),D(t<=n,"end < start"),n!==t&&0!==this.length){D(0<=t&&t<this.length,"start out of bounds"),D(0<=n&&n<=this.length,"end out of bounds");for(var r=t;r<n;r++)this[r]=e}},g.prototype.inspect=function(){for(var e=[],t=this.length,n=0;n<t;n++)if(e[n]=j(this[n]),n===H.INSPECT_MAX_BYTES){e[n+1]="...";break}return"<Buffer "+e.join(" ")+">"},g.prototype.toArrayBuffer=function(){if("undefined"==typeof Uint8Array)throw new Error("Buffer.toArrayBuffer not supported in this browser");if(g._useTypedArrays)return new g(this).buffer;for(var e=new Uint8Array(this.length),t=0,n=e.length;t<n;t+=1)e[t]=this[t];return e.buffer};var L=g.prototype;function U(e,t,n){return"number"!=typeof e?n:t<=(e=~~e)?t:0<=e||0<=(e+=t)?e:0}function x(e){return(e=~~Math.ceil(+e))<0?0:e}function S(e){return(Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)})(e)}function j(e){return e<16?"0"+e.toString(16):e.toString(16)}function C(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r<=127)t.push(e.charCodeAt(n));else{var o=n;55296<=r&&r<=57343&&n++;for(var i=encodeURIComponent(e.slice(o,n+1)).substr(1).split("%"),u=0;u<i.length;u++)t.push(parseInt(i[u],16))}}return t}function k(e){return s.toByteArray(e)}function T(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);o++)t[o+n]=e[o];return o}function M(e){try{return decodeURIComponent(e)}catch(e){return String.fromCharCode(65533)}}function N(e,t){D("number"==typeof e,"cannot write a non-number as a number"),D(0<=e,"specified a negative value for writing an unsigned value"),D(e<=t,"value is larger than maximum value for type"),D(Math.floor(e)===e,"value has a fractional component")}function Y(e,t,n){D("number"==typeof e,"cannot write a non-number as a number"),D(e<=t,"value larger than maximum allowed value"),D(n<=e,"value smaller than minimum allowed value"),D(Math.floor(e)===e,"value has a fractional component")}function F(e,t,n){D("number"==typeof e,"cannot write a non-number as a number"),D(e<=t,"value larger than maximum allowed value"),D(n<=e,"value smaller than minimum allowed value")}function D(e,t){if(!e)throw new Error(t||"Failed assertion")}g._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=L.get,e.set=L.set,e.write=L.write,e.toString=L.toString,e.toLocaleString=L.toString,e.toJSON=L.toJSON,e.copy=L.copy,e.slice=L.slice,e.readUInt8=L.readUInt8,e.readUInt16LE=L.readUInt16LE,e.readUInt16BE=L.readUInt16BE,e.readUInt32LE=L.readUInt32LE,e.readUInt32BE=L.readUInt32BE,e.readInt8=L.readInt8,e.readInt16LE=L.readInt16LE,e.readInt16BE=L.readInt16BE,e.readInt32LE=L.readInt32LE,e.readInt32BE=L.readInt32BE,e.readFloatLE=L.readFloatLE,e.readFloatBE=L.readFloatBE,e.readDoubleLE=L.readDoubleLE,e.readDoubleBE=L.readDoubleBE,e.writeUInt8=L.writeUInt8,e.writeUInt16LE=L.writeUInt16LE,e.writeUInt16BE=L.writeUInt16BE,e.writeUInt32LE=L.writeUInt32LE,e.writeUInt32BE=L.writeUInt32BE,e.writeInt8=L.writeInt8,e.writeInt16LE=L.writeInt16LE,e.writeInt16BE=L.writeInt16BE,e.writeInt32LE=L.writeInt32LE,e.writeInt32BE=L.writeInt32BE,e.writeFloatLE=L.writeFloatLE,e.writeFloatBE=L.writeFloatBE,e.writeDoubleLE=L.writeDoubleLE,e.writeDoubleBE=L.writeDoubleBE,e.fill=L.fill,e.inspect=L.inspect,e.toArrayBuffer=L.toArrayBuffer,e}}).call(this,O("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},O("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:11,lYpoI2:10}],4:[function(l,d,e){(function(e,t,u,n,r,o,i,a,s){var u=l("buffer").Buffer,f=4,c=new u(f);c.fill(0);d.exports={hash:function hash(e,t,n,r){return u.isBuffer(e)||(e=new u(e)),function(e,t,n){for(var r=new u(t),o=n?r.writeInt32BE:r.writeInt32LE,i=0;i<e.length;i++)o.call(r,e[i],4*i,!0);return r}(t(function(e,t){var n;e.length%f!=0&&(n=e.length+(f-e.length%f),e=u.concat([e,c],n));for(var r=[],o=t?e.readInt32BE:e.readInt32LE,i=0;i<e.length;i+=f)r.push(o.call(e,i));return r}(e,r),8*e.length),n,r)}}}).call(this,l("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},l("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/helpers.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],5:[function(w,e,b){(function(e,t,a,n,r,o,i,u,s){var a=w("buffer").Buffer,f=w("./sha"),c=w("./sha256"),l=w("./rng"),d={sha1:f,sha256:c,md5:w("./md5")},h=64,p=new a(h);function g(e,r){var o=d[e=e||"sha1"],i=[];return o||y("algorithm:",e,"is not yet supported"),{update:function update(e){return a.isBuffer(e)||(e=new a(e)),i.push(e),e.length,this},digest:function digest(e){var t=a.concat(i),n=r?function(e,t,n){a.isBuffer(t)||(t=new a(t)),a.isBuffer(n)||(n=new a(n)),t.length>h?t=e(t):t.length<h&&(t=a.concat([t,p],h));for(var r=new a(h),o=new a(h),i=0;i<h;i++)r[i]=54^t[i],o[i]=92^t[i];var u=e(a.concat([r,n]));return e(a.concat([o,u]))}(o,r,t):o(t);return i=null,e?n.toString(e):n}}}function y(){var e=[].slice.call(arguments).join(" ");throw new Error([e,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join("\n"))}p.fill(0),b.createHash=function(e){return g(e)},b.createHmac=g,b.randomBytes=function(e,t){if(!t||!t.call)return new a(l(e));try{t.call(this,void 0,new a(l(e)))}catch(e){t(e)}},function(e,t){for(var n in e)t(e[n],n)}(["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],function(e){b[e]=function(){y("sorry,",e,"is not implemented yet")}})}).call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/index.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./md5":6,"./rng":7,"./sha":8,"./sha256":9,buffer:3,lYpoI2:10}],6:[function(w,b,e){(function(e,t,n,r,o,i,u,a,s){var f=w("./helpers");function c(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,r=-271733879,o=-1732584194,i=271733878,u=0;u<e.length;u+=16){var a=n,s=r,f=o,c=i,n=d(n,r,o,i,e[u+0],7,-680876936),i=d(i,n,r,o,e[u+1],12,-389564586),o=d(o,i,n,r,e[u+2],17,606105819),r=d(r,o,i,n,e[u+3],22,-1044525330);n=d(n,r,o,i,e[u+4],7,-176418897),i=d(i,n,r,o,e[u+5],12,1200080426),o=d(o,i,n,r,e[u+6],17,-1473231341),r=d(r,o,i,n,e[u+7],22,-45705983),n=d(n,r,o,i,e[u+8],7,1770035416),i=d(i,n,r,o,e[u+9],12,-1958414417),o=d(o,i,n,r,e[u+10],17,-42063),r=d(r,o,i,n,e[u+11],22,-1990404162),n=d(n,r,o,i,e[u+12],7,1804603682),i=d(i,n,r,o,e[u+13],12,-40341101),o=d(o,i,n,r,e[u+14],17,-1502002290),n=h(n,r=d(r,o,i,n,e[u+15],22,1236535329),o,i,e[u+1],5,-165796510),i=h(i,n,r,o,e[u+6],9,-1069501632),o=h(o,i,n,r,e[u+11],14,643717713),r=h(r,o,i,n,e[u+0],20,-373897302),n=h(n,r,o,i,e[u+5],5,-701558691),i=h(i,n,r,o,e[u+10],9,38016083),o=h(o,i,n,r,e[u+15],14,-660478335),r=h(r,o,i,n,e[u+4],20,-405537848),n=h(n,r,o,i,e[u+9],5,568446438),i=h(i,n,r,o,e[u+14],9,-1019803690),o=h(o,i,n,r,e[u+3],14,-187363961),r=h(r,o,i,n,e[u+8],20,1163531501),n=h(n,r,o,i,e[u+13],5,-1444681467),i=h(i,n,r,o,e[u+2],9,-51403784),o=h(o,i,n,r,e[u+7],14,1735328473),n=p(n,r=h(r,o,i,n,e[u+12],20,-1926607734),o,i,e[u+5],4,-378558),i=p(i,n,r,o,e[u+8],11,-2022574463),o=p(o,i,n,r,e[u+11],16,1839030562),r=p(r,o,i,n,e[u+14],23,-35309556),n=p(n,r,o,i,e[u+1],4,-1530992060),i=p(i,n,r,o,e[u+4],11,1272893353),o=p(o,i,n,r,e[u+7],16,-155497632),r=p(r,o,i,n,e[u+10],23,-1094730640),n=p(n,r,o,i,e[u+13],4,681279174),i=p(i,n,r,o,e[u+0],11,-358537222),o=p(o,i,n,r,e[u+3],16,-722521979),r=p(r,o,i,n,e[u+6],23,76029189),n=p(n,r,o,i,e[u+9],4,-640364487),i=p(i,n,r,o,e[u+12],11,-421815835),o=p(o,i,n,r,e[u+15],16,530742520),n=g(n,r=p(r,o,i,n,e[u+2],23,-995338651),o,i,e[u+0],6,-198630844),i=g(i,n,r,o,e[u+7],10,1126891415),o=g(o,i,n,r,e[u+14],15,-1416354905),r=g(r,o,i,n,e[u+5],21,-57434055),n=g(n,r,o,i,e[u+12],6,1700485571),i=g(i,n,r,o,e[u+3],10,-1894986606),o=g(o,i,n,r,e[u+10],15,-1051523),r=g(r,o,i,n,e[u+1],21,-2054922799),n=g(n,r,o,i,e[u+8],6,1873313359),i=g(i,n,r,o,e[u+15],10,-30611744),o=g(o,i,n,r,e[u+6],15,-1560198380),r=g(r,o,i,n,e[u+13],21,1309151649),n=g(n,r,o,i,e[u+4],6,-145523070),i=g(i,n,r,o,e[u+11],10,-1120210379),o=g(o,i,n,r,e[u+2],15,718787259),r=g(r,o,i,n,e[u+9],21,-343485551),n=y(n,a),r=y(r,s),o=y(o,f),i=y(i,c)}return Array(n,r,o,i)}function l(e,t,n,r,o,i){return y((u=y(y(t,e),y(r,i)))<<(a=o)|u>>>32-a,n);var u,a}function d(e,t,n,r,o,i,u){return l(t&n|~t&r,e,t,o,i,u)}function h(e,t,n,r,o,i,u){return l(t&r|n&~r,e,t,o,i,u)}function p(e,t,n,r,o,i,u){return l(t^n^r,e,t,o,i,u)}function g(e,t,n,r,o,i,u){return l(n^(t|~r),e,t,o,i,u)}function y(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}b.exports=function(e){return f.hash(e,c,16)}}).call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],7:[function(e,l,t){(function(e,t,n,r,o,i,u,a,s){var f,c;c=function c(e){for(var t,n=new Array(e),r=0;r<e;r++)0==(3&r)&&(t=4294967296*Math.random()),n[r]=t>>>((3&r)<<3)&255;return n},l.exports=f||c}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:10}],8:[function(l,d,e){(function(e,t,n,r,o,i,u,a,s){var f=l("./helpers");function c(e,t){e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var n,r,o,i,u,a=Array(80),s=1732584193,f=-271733879,c=-1732584194,l=271733878,d=-1009589776,h=0;h<e.length;h+=16){for(var p=s,g=f,y=c,w=l,b=d,m=0;m<80;m++){a[m]=m<16?e[h+m]:E(a[m-3]^a[m-8]^a[m-14]^a[m-16],1);var v=_(_(E(s,5),(o=f,i=c,u=l,(r=m)<20?o&i|~o&u:!(r<40)&&r<60?o&i|o&u|i&u:o^i^u)),_(_(d,a[m]),(n=m)<20?1518500249:n<40?1859775393:n<60?-1894007588:-899497514)),d=l,l=c,c=E(f,30),f=s,s=v}s=_(s,p),f=_(f,g),c=_(c,y),l=_(l,w),d=_(d,b)}return Array(s,f,c,l,d)}function _(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function E(e,t){return e<<t|e>>>32-t}d.exports=function(e){return f.hash(e,c,20,!0)}}).call(this,l("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},l("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],9:[function(l,d,e){(function(e,t,n,r,o,i,u,a,s){function B(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function L(e,t){return e>>>t|e<<32-t}function f(e,t){var n,r,o,i,u,a,s,f,c,l,d=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),h=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),p=new Array(64);e[t>>5]|=128<<24-t%32,e[15+(t+64>>9<<4)]=t;for(var g,y,w,b,m,v,_,E,I=0;I<e.length;I+=16){n=h[0],r=h[1],o=h[2],i=h[3],u=h[4],a=h[5],s=h[6],f=h[7];for(var A=0;A<64;A++)p[A]=A<16?e[A+I]:B(B(B((E=p[A-2],L(E,17)^L(E,19)^E>>>10),p[A-7]),(_=p[A-15],L(_,7)^L(_,18)^_>>>3)),p[A-16]),c=B(B(B(B(f,L(v=u,6)^L(v,11)^L(v,25)),(m=u)&a^~m&s),d[A]),p[A]),l=B(L(b=n,2)^L(b,13)^L(b,22),(g=n)&(y=r)^g&(w=o)^y&w),f=s,s=a,a=u,u=B(i,c),i=o,o=r,r=n,n=B(c,l);h[0]=B(n,h[0]),h[1]=B(r,h[1]),h[2]=B(o,h[2]),h[3]=B(i,h[3]),h[4]=B(u,h[4]),h[5]=B(a,h[5]),h[6]=B(s,h[6]),h[7]=B(f,h[7])}return h}var c=l("./helpers");d.exports=function(e){return c.hash(e,f,32,!0)}}).call(this,l("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},l("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:10}],10:[function(e,c,t){(function(e,t,n,r,o,i,u,a,s){function f(){}(e=c.exports={}).nextTick=function(){var e="undefined"!=typeof window&&window.setImmediate,t="undefined"!=typeof window&&window.postMessage&&window.addEventListener;if(e)return function(e){return window.setImmediate(e)};if(t){var n=[];return window.addEventListener("message",function(e){var t=e.source;t!==window&&null!==t||"process-tick"!==e.data||(e.stopPropagation(),0<n.length&&n.shift()())},!0),function(e){n.push(e),window.postMessage("process-tick","*")}}return function(e){setTimeout(e,0)}}(),e.title="browser",e.browser=!0,e.env={},e.argv=[],e.on=f,e.addListener=f,e.once=f,e.off=f,e.removeListener=f,e.removeAllListeners=f,e.emit=f,e.binding=function(e){throw new Error("process.binding is not supported")},e.cwd=function(){return"/"},e.chdir=function(e){throw new Error("process.chdir is not supported")}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/process/browser.js","/node_modules/gulp-browserify/node_modules/process")},{buffer:3,lYpoI2:10}],11:[function(e,t,f){(function(e,t,n,r,o,i,u,a,s){f.read=function(e,t,n,r,o){var i,u,a=8*o-r-1,s=(1<<a)-1,f=s>>1,c=-7,l=n?o-1:0,d=n?-1:1,h=e[t+l];for(l+=d,i=h&(1<<-c)-1,h>>=-c,c+=a;0<c;i=256*i+e[t+l],l+=d,c-=8);for(u=i&(1<<-c)-1,i>>=-c,c+=r;0<c;u=256*u+e[t+l],l+=d,c-=8);if(0===i)i=1-f;else{if(i===s)return u?NaN:1/0*(h?-1:1);u+=Math.pow(2,r),i-=f}return(h?-1:1)*u*Math.pow(2,i-r)},f.write=function(e,t,n,r,o,i){var u,a,s,f=8*i-o-1,c=(1<<f)-1,l=c>>1,d=23===o?Math.pow(2,-24)-Math.pow(2,-77):0,h=r?0:i-1,p=r?1:-1,g=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(a=isNaN(t)?1:0,u=c):(u=Math.floor(Math.log(t)/Math.LN2),t*(s=Math.pow(2,-u))<1&&(u--,s*=2),2<=(t+=1<=u+l?d/s:d*Math.pow(2,1-l))*s&&(u++,s/=2),c<=u+l?(a=0,u=c):1<=u+l?(a=(t*s-1)*Math.pow(2,o),u+=l):(a=t*Math.pow(2,l-1)*Math.pow(2,o),u=0));8<=o;e[n+h]=255&a,h+=p,a/=256,o-=8);for(u=u<<o|a,f+=o;0<f;e[n+h]=255&u,h+=p,u/=256,f-=8);e[n+h-p]|=128*g}}).call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/ieee754/index.js","/node_modules/ieee754")},{buffer:3,lYpoI2:10}]},{},[1])(1)})}).call(this)}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{}],118:[function(require,module,exports){var Util=require("../../util/util");var ElementController=require("../controllers/element-controller");var _require=require("@plattar/context-messenger"),messenger=_require.messenger;var BaseElement=function(_HTMLElement3){_inherits(BaseElement,_HTMLElement3);var _super73=_createSuper(BaseElement);function BaseElement(){_classCallCheck(this,BaseElement);return _super73.call(this)}_createClass(BaseElement,[{key:"connectedCallback",value:function connectedCallback(){this._controller=new ElementController(this)}},{key:"onready",set:function set(callback){if(this._controller){this._controller.onload=callback;return}throw new Error("set BaseElement.onready - cannot use as element not connected")}},{key:"messengerInstance",get:function get(){return messenger}},{key:"messenger",get:function get(){return this._controller?this._controller.messenger:undefined}},{key:"context",get:function get(){return this.messengerInstance.self}},{key:"parent",get:function get(){return this.messengerInstance.parent}},{key:"element",get:function get(){return this._controller}},{key:"ready",get:function get(){return this._controller?true:false}},{key:"allowDragDrop",get:function get(){return this._controller?this._controller.controller.allowDragDrop:false},set:function set(value){if(this._controller){this._controller.controller.allowDragDrop=value;return}throw new Error("set BaseElement.allowDragDrop - cannot use as element not connected")}},{key:"permissions",get:function get(){return[]}},{key:"coreAttributes",get:function get(){return[{key:"scene-id",map:"scene_id"}]}},{key:"usesCoreAttribute",value:function usesCoreAttribute(key){var attr=this.coreAttributes;var length=attr.length;for(var i=0;i<length;i++){if(attr[i].key===key){return true}}return false}},{key:"usesOptionalAttribute",value:function usesOptionalAttribute(key){var attr=this.optionalAttributes;var length=attr.length;for(var i=0;i<length;i++){if(attr[i].key===key){return true}}return false}},{key:"usesAttribute",value:function usesAttribute(key){return this.usesCoreAttribute(key)||this.usesOptionalAttribute(key)}},{key:"optionalAttributes",get:function get(){return[]}},{key:"hasAllCoreAttributes",get:function get(){var attr=this.coreAttributes;var length=attr.length;for(var i=0;i<length;i++){if(!this.hasAttribute(attr[i].key)){return false}}return true}},{key:"allMappedAttributes",get:function get(){var _this61=this;var map=new Map;var coreAttr=this.coreAttributes;var optAttr=this.optionalAttributes;coreAttr.forEach(function(ele){if(_this61.hasAttribute(ele.key)){map.set(ele.map,_this61.getAttribute(ele.key))}});optAttr.forEach(function(ele){if(_this61.hasAttribute(ele.key)){map.set(ele.map,_this61.getAttribute(ele.key))}});return map}},{key:"allMappedAttributesQuery",get:function get(){var attr=this.allMappedAttributes;var queryStr="";var first=true;var _iterator7=_createForOfIteratorHelper(attr.entries()),_step7;try{for(_iterator7.s();!(_step7=_iterator7.n()).done;){var _step7$value=_slicedToArray(_step7.value,2),key=_step7$value[0],value=_step7$value[1];queryStr+=first?"?"+key+"="+value:"&"+key+"="+value;first=false}}catch(err){_iterator7.e(err)}finally{_iterator7.f()}return queryStr}},{key:"elementType",get:function get(){return"none"}},{key:"elementLocation",get:function get(){return Util.getElementLocation(this.elementType)}}]);return BaseElement}(_wrapNativeSuper(HTMLElement));module.exports=BaseElement},{"../../util/util":131,"../controllers/element-controller":120,"@plattar/context-messenger":21}],119:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var ConfiguratorElement=function(_BaseElement2){_inherits(ConfiguratorElement,_BaseElement2);var _super74=_createSuper(ConfiguratorElement);function ConfiguratorElement(){_classCallCheck(this,ConfiguratorElement);return _super74.call(this)}_createClass(ConfiguratorElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"configurator"}},{key:"elementLocation",get:function get(){if(this.hasAttribute("show-ui")){var state=this.getAttribute("show-ui");return state==="true"?"configurator/dist/index.html":_get(_getPrototypeOf(ConfiguratorElement.prototype),"elementLocation",this)}return _get(_getPrototypeOf(ConfiguratorElement.prototype),"elementLocation",this)}},{key:"optionalAttributes",get:function get(){return[{key:"config-state",map:"config_state"},{key:"show-ar",map:"show_ar"}]}}]);return ConfiguratorElement}(BaseElement);module.exports=ConfiguratorElement},{"./base/base-element.js":118}],120:[function(require,module,exports){var Util=require("../../util/util.js");var _require2=require("@plattar/context-messenger"),messenger=_require2.messenger;var IFrameController=require("./iframe-controller.js");var ElementController=function(){function ElementController(element){var _this62=this;_classCallCheck(this,ElementController);this._element=element;var callback=function callback(mutationsList){var _iterator8=_createForOfIteratorHelper(mutationsList),_step8;try{for(_iterator8.s();!(_step8=_iterator8.n()).done;){var mutation=_step8.value;if(mutation.type==="attributes"&&element.usesAttribute(mutation.attributeName)){if(element.hasAllCoreAttributes){_this62._load()}}}}catch(err){_iterator8.e(err)}finally{_iterator8.f()}};var observer=new MutationObserver(callback);observer.observe(this._element,{attributes:true});if(element.hasAllCoreAttributes){this._load()}}_createClass(ElementController,[{key:"_load",value:function _load(){if(this._controller){this._controller._destroy();this._controller=undefined}var element=this._element;this._server=element.hasAttribute("server")?element.getAttribute("server"):"production";var serverLocation=Util.getServerLocation(this._server);if(serverLocation===undefined){throw new Error('ElementController - attribute "server" must be one of "production", "staging", "review" or "dev"')}var embedLocation=element.elementLocation;if(embedLocation===undefined){throw new Error('ElementController - element named "'+elementType+'" is invalid')}var source=serverLocation+embedLocation+element.allMappedAttributesQuery;this._messengerID="element_"+Util.id();this._controller=new IFrameController(element,source,this._messengerID,function(node){messenger.addChild(node)})}},{key:"onload",set:function set(callback){if(!callback){return}if(this.messenger){callback()}else{messenger.onload(this._messengerID,function(){callback()})}}},{key:"messenger",get:function get(){return messenger[this._messengerID]}},{key:"context",get:function get(){return messenger.self}},{key:"parent",get:function get(){return messenger.parent}},{key:"controller",get:function get(){return this._controller}}]);return ElementController}();module.exports=ElementController},{"../../util/util.js":131,"./iframe-controller.js":121,"@plattar/context-messenger":21}],121:[function(require,module,exports){var Util=require("../../util/util.js");var IFrameController=function(){function IFrameController(element,src,id){var _this63=this;var onelemload=arguments.length>3&&arguments[3]!==undefined?arguments[3]:undefined;_classCallCheck(this,IFrameController);this._iframe=document.createElement("iframe");this._isDraggable=false;if(!element.hasAttribute("sameorigin")){this._iframe.onload=function(){if(onelemload){onelemload(_this63._iframe)}}}this._iframe.setAttribute("id",id);this._iframe.setAttribute("width",element.hasAttribute("width")?element.getAttribute("width"):"500px");this._iframe.setAttribute("height",element.hasAttribute("height")?element.getAttribute("height"):"500px");this._iframe.setAttribute("src",src);this._iframe.setAttribute("frameBorder","0");var permissions=Util.getPermissionString(element.permissions);if(permissions){this._iframe.setAttribute("allow",permissions)}var shadow=element.shadowRoot||element.attachShadow({mode:"open"});this.allowDragging=false;shadow.append(this._iframe);if(element.hasAttribute("fullscreen")){var style=document.createElement("style");style.textContent="._PlattarFullScreen { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }";this._iframe.className="_PlattarFullScreen";shadow.append(style);this._fsStyle=style}}_createClass(IFrameController,[{key:"allowDragDrop",get:function get(){return this._isDraggable},set:function set(value){if(value){this._isDraggable=true;this._iframe.style.pointerEvents="none"}else{this._isDraggable=false;this._iframe.style.pointerEvents="auto"}}},{key:"_destroy",value:function _destroy(){if(this._iframe){this._iframe.remove()}if(this._fsStyle){this._fsStyle.remove()}this._iframe=undefined;this._fsStyle=undefined}},{key:"width",get:function get(){return this._iframe.getAttribute("width")},set:function set(value){this._iframe.setAttribute("width",value)}},{key:"child",get:function get(){return this._iframe}},{key:"height",get:function get(){return this._iframe.getAttribute("height")},set:function set(value){this._iframe.setAttribute("height",value)}},{key:"id",get:function get(){return this._iframe.id}}]);return IFrameController}();module.exports=IFrameController},{"../../util/util.js":131}],122:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var EditorElement=function(_BaseElement3){_inherits(EditorElement,_BaseElement3);var _super75=_createSuper(EditorElement);function EditorElement(){_classCallCheck(this,EditorElement);return _super75.call(this)}_createClass(EditorElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"editor"}}]);return EditorElement}(BaseElement);module.exports=EditorElement},{"./base/base-element.js":118}],123:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var EWallElement=function(_BaseElement4){_inherits(EWallElement,_BaseElement4);var _super76=_createSuper(EWallElement);function EWallElement(){var _this64;_classCallCheck(this,EWallElement);_this64=_super76.call(this);var tag=document.createElement("script");tag.src="https://cdn.8thwall.com/web/iframe/iframe.js";tag.defer=true;return _this64}_createClass(EWallElement,[{key:"connectedCallback",value:function connectedCallback(){_get(_getPrototypeOf(EWallElement.prototype),"connectedCallback",this).call(this);var id=this.element.controller.id;var onLoad=function onLoad(){if(window.XRIFrame){window.XRIFrame.registerXRIFrame(id)}};window.addEventListener("load",onLoad,false)}},{key:"permissions",get:function get(){return["camera","autoplay","xr-spatial-tracking","gyroscope","accelerometer"]}},{key:"elementType",get:function get(){return"ewall"}}]);return EWallElement}(BaseElement);module.exports=EWallElement},{"./base/base-element.js":118}],124:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var FaceARElement=function(_BaseElement5){_inherits(FaceARElement,_BaseElement5);var _super77=_createSuper(FaceARElement);function FaceARElement(){_classCallCheck(this,FaceARElement);return _super77.call(this)}_createClass(FaceARElement,[{key:"permissions",get:function get(){return["camera","autoplay"]}},{key:"elementType",get:function get(){return"facear"}},{key:"optionalAttributes",get:function get(){return[{key:"variation-id",map:"variationId"},{key:"variation-sku",map:"variationSku"},{key:"product-id",map:"productId"},{key:"config-state",map:"config_state"},{key:"show-ar",map:"show_ar"}]}}]);return FaceARElement}(BaseElement);module.exports=FaceARElement},{"./base/base-element.js":118}],125:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var ModelElement=function(_BaseElement6){_inherits(ModelElement,_BaseElement6);var _super78=_createSuper(ModelElement);function ModelElement(){_classCallCheck(this,ModelElement);return _super78.call(this)}_createClass(ModelElement,[{key:"permissions",get:function get(){return["camera","autoplay"]}},{key:"elementType",get:function get(){return"model"}},{key:"coreAttributes",get:function get(){return[]}},{key:"optionalAttributes",get:function get(){return[{key:"mode",map:"mode"},{key:"capture-id",map:"capture_id"},{key:"model-id",map:"model_id"}]}}]);return ModelElement}(BaseElement);module.exports=ModelElement},{"./base/base-element.js":118}],126:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var ProductElement=function(_BaseElement7){_inherits(ProductElement,_BaseElement7);var _super79=_createSuper(ProductElement);function ProductElement(){_classCallCheck(this,ProductElement);return _super79.call(this)}_createClass(ProductElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"product"}},{key:"coreAttributes",get:function get(){return[{key:"product-id",map:"product_id"}]}},{key:"optionalAttributes",get:function get(){return[{key:"variation-id",map:"variation_id"},{key:"variation-sku",map:"variationSku"},{key:"show-ar",map:"show_ar"}]}}]);return ProductElement}(BaseElement);module.exports=ProductElement},{"./base/base-element.js":118}],127:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var StudioElement=function(_BaseElement8){_inherits(StudioElement,_BaseElement8);var _super80=_createSuper(StudioElement);function StudioElement(){_classCallCheck(this,StudioElement);return _super80.call(this)}_createClass(StudioElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"studio"}}]);return StudioElement}(BaseElement);module.exports=StudioElement},{"./base/base-element.js":118}],128:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var ViewerElement=function(_BaseElement9){_inherits(ViewerElement,_BaseElement9);var _super81=_createSuper(ViewerElement);function ViewerElement(){_classCallCheck(this,ViewerElement);return _super81.call(this)}_createClass(ViewerElement,[{key:"permissions",get:function get(){return["autoplay"]}},{key:"elementType",get:function get(){return"viewer"}},{key:"optionalAttributes",get:function get(){return[{key:"variation-id",map:"variationId"},{key:"variation-sku",map:"variationSku"},{key:"product-id",map:"productId"},{key:"show-ar",map:"show_ar"}]}}]);return ViewerElement}(BaseElement);module.exports=ViewerElement},{"./base/base-element.js":118}],129:[function(require,module,exports){var BaseElement=require("./base/base-element.js");var WebXRElement=function(_BaseElement10){_inherits(WebXRElement,_BaseElement10);var _super82=_createSuper(WebXRElement);function WebXRElement(){_classCallCheck(this,WebXRElement);return _super82.call(this)}_createClass(WebXRElement,[{key:"permissions",get:function get(){return["camera","autoplay","xr-spatial-tracking"]}},{key:"elementType",get:function get(){return"webxr"}}]);return WebXRElement}(BaseElement);module.exports=WebXRElement},{"./base/base-element.js":118}],130:[function(require,module,exports){"use strict";var WebXRElement=require("./elements/webxr-element.js");var ViewerElement=require("./elements/viewer-element.js");var ProductElement=require("./elements/product-element.js");var EWallElement=require("./elements/ewall-element.js");var FaceARElement=require("./elements/facear-element.js");var EditorElement=require("./elements/editor-element.js");var StudioElement=require("./elements/studio-element.js");var ModelElement=require("./elements/model-element.js");var ConfiguratorElement=require("./elements/configurator-element.js");var Version=require("./version");if(customElements.get("plattar-webxr")===undefined){customElements.define("plattar-webxr",WebXRElement)}if(customElements.get("plattar-viewer")===undefined){customElements.define("plattar-viewer",ViewerElement)}if(customElements.get("plattar-product")===undefined){customElements.define("plattar-product",ProductElement)}if(customElements.get("plattar-editor")===undefined){customElements.define("plattar-editor",EditorElement)}if(customElements.get("plattar-facear")===undefined){customElements.define("plattar-facear",FaceARElement)}if(customElements.get("plattar-8wall")===undefined){customElements.define("plattar-8wall",EWallElement)}if(customElements.get("plattar-studio")===undefined){customElements.define("plattar-studio",StudioElement)}if(customElements.get("plattar-model")===undefined){customElements.define("plattar-model",ModelElement)}if(customElements.get("plattar-configurator")===undefined){customElements.define("plattar-configurator",ConfiguratorElement)}console.log("using @plattar/plattar-web v"+Version);module.exports={version:Version}},{"./elements/configurator-element.js":119,"./elements/editor-element.js":122,"./elements/ewall-element.js":123,"./elements/facear-element.js":124,"./elements/model-element.js":125,"./elements/product-element.js":126,"./elements/studio-element.js":127,"./elements/viewer-element.js":128,"./elements/webxr-element.js":129,"./version":132}],131:[function(require,module,exports){var Util=function(){function Util(){_classCallCheck(this,Util)}_createClass(Util,null,[{key:"getServerLocation",value:function getServerLocation(server){switch(server){case"production":return"https://app.plattar.com/";case"staging":return"https://staging.plattar.space/";case"review":return"https://review.plattar.com/";case"dev":return"https://localhost/";default:return undefined}}},{key:"getElementLocation",value:function getElementLocation(etype){var isValid=Util.isValidType(etype);if(isValid){return"renderer/"+etype+".html"}return undefined}},{key:"isValidType",value:function isValidType(etype){switch(etype){case"viewer":case"editor":case"ewall":case"facear":case"studio":case"product":case"model":case"configurator":case"webxr":return true;default:return false}}},{key:"id",value:function id(){return Math.abs(Math.floor(Math.random()*1e13))}},{key:"getPermissionString",value:function getPermissionString(permissions){if(permissions&&permissions.length>0){var permissionString=permissions[0];for(var i=1;i<permissions.length;i++){permissionString+="; "+permissions[i]}return permissionString}return undefined}}]);return Util}();module.exports=Util},{}],132:[function(require,module,exports){module.exports="1.154.3"},{}],133:[function(require,module,exports){(function(global){(function(){"use strict";var getGlobal=function getGlobal(){if(typeof self!=="undefined"){return self}if(typeof window!=="undefined"){return window}if(typeof global!=="undefined"){return global}throw new Error("unable to locate global object")};var globalObject=getGlobal();module.exports=exports=globalObject.fetch;if(globalObject.fetch){exports["default"]=globalObject.fetch.bind(globalObject)}exports.Headers=globalObject.Headers;exports.Request=globalObject.Request;exports.Response=globalObject.Response}).call(this)}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{}],134:[function(require,module,exports){(function(global){(function(){!function(e){var t;"object"==_typeof(exports)?module.exports=e():"function"==typeof define&&define.amd?define(e):("undefined"!=typeof window?t=window:"undefined"!=typeof global?t=global:"undefined"!=typeof self&&(t=self),t.objectHash=e())}(function(){return function r(o,i,u){function s(n,e){if(!i[n]){if(!o[n]){var t="function"==typeof require&&require;if(!e&&t)return t(n,!0);if(a)return a(n,!0);throw new Error("Cannot find module '"+n+"'")}e=i[n]={exports:{}};o[n][0].call(e.exports,function(e){var t=o[n][1][e];return s(t||e)},e,e.exports,r,o,i,u)}return i[n].exports}for(var a="function"==typeof require&&require,e=0;e<u.length;e++)s(u[e]);return s}({1:[function(w,b,m){!function(e,n,s,c,d,h,p,g,y){"use strict";var r=w("crypto");function t(e,t){t=u(e,t);var n;return void 0===(n="passthrough"!==t.algorithm?r.createHash(t.algorithm):new l).write&&(n.write=n.update,n.end=n.update),f(t,n).dispatch(e),n.update||n.end(""),n.digest?n.digest("buffer"===t.encoding?void 0:t.encoding):(e=n.read(),"buffer"!==t.encoding?e.toString(t.encoding):e)}(m=b.exports=t).sha1=function(e){return t(e)},m.keys=function(e){return t(e,{excludeValues:!0,algorithm:"sha1",encoding:"hex"})},m.MD5=function(e){return t(e,{algorithm:"md5",encoding:"hex"})},m.keysMD5=function(e){return t(e,{algorithm:"md5",encoding:"hex",excludeValues:!0})};var o=r.getHashes?r.getHashes().slice():["sha1","md5"],i=(o.push("passthrough"),["buffer","hex","binary","base64"]);function u(e,t){var n={};if(n.algorithm=(t=t||{}).algorithm||"sha1",n.encoding=t.encoding||"hex",n.excludeValues=!!t.excludeValues,n.algorithm=n.algorithm.toLowerCase(),n.encoding=n.encoding.toLowerCase(),n.ignoreUnknown=!0===t.ignoreUnknown,n.respectType=!1!==t.respectType,n.respectFunctionNames=!1!==t.respectFunctionNames,n.respectFunctionProperties=!1!==t.respectFunctionProperties,n.unorderedArrays=!0===t.unorderedArrays,n.unorderedSets=!1!==t.unorderedSets,n.unorderedObjects=!1!==t.unorderedObjects,n.replacer=t.replacer||void 0,n.excludeKeys=t.excludeKeys||void 0,void 0===e)throw new Error("Object argument required.");for(var r=0;r<o.length;++r)o[r].toLowerCase()===n.algorithm.toLowerCase()&&(n.algorithm=o[r]);if(-1===o.indexOf(n.algorithm))throw new Error('Algorithm "'+n.algorithm+'" not supported. supported values: '+o.join(", "));if(-1===i.indexOf(n.encoding)&&"passthrough"!==n.algorithm)throw new Error('Encoding "'+n.encoding+'" not supported. supported values: '+i.join(", "));return n}function a(e){if("function"==typeof e)return null!=/^function\s+\w*\s*\(\s*\)\s*{\s+\[native code\]\s+}$/i.exec(Function.prototype.toString.call(e))}function f(o,t,i){i=i||[];function u(e){return t.update?t.update(e,"utf8"):t.write(e,"utf8")}return{dispatch:function dispatch(e){return this["_"+(null===(e=o.replacer?o.replacer(e):e)?"null":_typeof(e))](e)},_object:function _object(t){var n,e=Object.prototype.toString.call(t),r=/\[object (.*)\]/i.exec(e);r=(r=r?r[1]:"unknown:["+e+"]").toLowerCase();if(0<=(e=i.indexOf(t)))return this.dispatch("[CIRCULAR:"+e+"]");if(i.push(t),void 0!==s&&s.isBuffer&&s.isBuffer(t))return u("buffer:"),u(t);if("object"===r||"function"===r||"asyncfunction"===r)return e=Object.keys(t),o.unorderedObjects&&(e=e.sort()),!1===o.respectType||a(t)||e.splice(0,0,"prototype","__proto__","constructor"),o.excludeKeys&&(e=e.filter(function(e){return!o.excludeKeys(e)})),u("object:"+e.length+":"),n=this,e.forEach(function(e){n.dispatch(e),u(":"),o.excludeValues||n.dispatch(t[e]),u(",")});if(!this["_"+r]){if(o.ignoreUnknown)return u("["+r+"]");throw new Error('Unknown object type "'+r+'"')}this["_"+r](t)},_array:function _array(e,t){t=void 0!==t?t:!1!==o.unorderedArrays;var n=this;if(u("array:"+e.length+":"),!t||e.length<=1)return e.forEach(function(e){return n.dispatch(e)});var r=[],t=e.map(function(e){var t=new l,n=i.slice();return f(o,t,n).dispatch(e),r=r.concat(n.slice(i.length)),t.read().toString()});return i=i.concat(r),t.sort(),this._array(t,!1)},_date:function _date(e){return u("date:"+e.toJSON())},_symbol:function _symbol(e){return u("symbol:"+e.toString())},_error:function _error(e){return u("error:"+e.toString())},_boolean:function _boolean(e){return u("bool:"+e.toString())},_string:function _string(e){u("string:"+e.length+":"),u(e.toString())},_function:function _function(e){u("fn:"),a(e)?this.dispatch("[native]"):this.dispatch(e.toString()),!1!==o.respectFunctionNames&&this.dispatch("function-name:"+String(e.name)),o.respectFunctionProperties&&this._object(e)},_number:function _number(e){return u("number:"+e.toString())},_xml:function _xml(e){return u("xml:"+e.toString())},_null:function _null(){return u("Null")},_undefined:function _undefined(){return u("Undefined")},_regexp:function _regexp(e){return u("regex:"+e.toString())},_uint8array:function _uint8array(e){return u("uint8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint8clampedarray:function _uint8clampedarray(e){return u("uint8clampedarray:"),this.dispatch(Array.prototype.slice.call(e))},_int8array:function _int8array(e){return u("int8array:"),this.dispatch(Array.prototype.slice.call(e))},_uint16array:function _uint16array(e){return u("uint16array:"),this.dispatch(Array.prototype.slice.call(e))},_int16array:function _int16array(e){return u("int16array:"),this.dispatch(Array.prototype.slice.call(e))},_uint32array:function _uint32array(e){return u("uint32array:"),this.dispatch(Array.prototype.slice.call(e))},_int32array:function _int32array(e){return u("int32array:"),this.dispatch(Array.prototype.slice.call(e))},_float32array:function _float32array(e){return u("float32array:"),this.dispatch(Array.prototype.slice.call(e))},_float64array:function _float64array(e){return u("float64array:"),this.dispatch(Array.prototype.slice.call(e))},_arraybuffer:function _arraybuffer(e){return u("arraybuffer:"),this.dispatch(new Uint8Array(e))},_url:function _url(e){return u("url:"+e.toString())},_map:function _map(e){u("map:");e=Array.from(e);return this._array(e,!1!==o.unorderedSets)},_set:function _set(e){u("set:");e=Array.from(e);return this._array(e,!1!==o.unorderedSets)},_file:function _file(e){return u("file:"),this.dispatch([e.name,e.size,e.type,e.lastModfied])},_blob:function _blob(){if(o.ignoreUnknown)return u("[blob]");throw Error('Hashing Blob objects is currently not supported\n(see https://github.com/puleos/object-hash/issues/26)\nUse "options.replacer" or "options.ignoreUnknown"\n')},_domwindow:function _domwindow(){return u("domwindow")},_bigint:function _bigint(e){return u("bigint:"+e.toString())},_process:function _process(){return u("process")},_timer:function _timer(){return u("timer")},_pipe:function _pipe(){return u("pipe")},_tcp:function _tcp(){return u("tcp")},_udp:function _udp(){return u("udp")},_tty:function _tty(){return u("tty")},_statwatcher:function _statwatcher(){return u("statwatcher")},_securecontext:function _securecontext(){return u("securecontext")},_connection:function _connection(){return u("connection")},_zlib:function _zlib(){return u("zlib")},_context:function _context(){return u("context")},_nodescript:function _nodescript(){return u("nodescript")},_httpparser:function _httpparser(){return u("httpparser")},_dataview:function _dataview(){return u("dataview")},_signal:function _signal(){return u("signal")},_fsevent:function _fsevent(){return u("fsevent")},_tlswrap:function _tlswrap(){return u("tlswrap")}}}function l(){return{buf:"",write:function write(e){this.buf+=e},end:function end(e){this.buf+=e},read:function read(){return this.buf}}}m.writeToStream=function(e,t,n){return void 0===n&&(n=t,t={}),f(t=u(e,t),n).dispatch(e)}}.call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/fake_9a5aa49d.js","/")},{buffer:3,crypto:5,lYpoI2:11}],2:[function(e,t,f){!function(e,t,n,r,o,i,u,s,a){!function(e){"use strict";var a="undefined"!=typeof Uint8Array?Uint8Array:Array,t="+".charCodeAt(0),n="/".charCodeAt(0),r="0".charCodeAt(0),o="a".charCodeAt(0),i="A".charCodeAt(0),u="-".charCodeAt(0),s="_".charCodeAt(0);function f(e){e=e.charCodeAt(0);return e===t||e===u?62:e===n||e===s?63:e<r?-1:e<r+10?e-r+26+26:e<i+26?e-i:e<o+26?e-o+26:void 0}e.toByteArray=function(e){var t,n;if(0<e.length%4)throw new Error("Invalid string. Length must be a multiple of 4");var r=e.length,r="="===e.charAt(r-2)?2:"="===e.charAt(r-1)?1:0,o=new a(3*e.length/4-r),i=0<r?e.length-4:e.length,u=0;function s(e){o[u++]=e}for(t=0;t<i;t+=4,0)s((16711680&(n=f(e.charAt(t))<<18|f(e.charAt(t+1))<<12|f(e.charAt(t+2))<<6|f(e.charAt(t+3))))>>16),s((65280&n)>>8),s(255&n);return 2==r?s(255&(n=f(e.charAt(t))<<2|f(e.charAt(t+1))>>4)):1==r&&(s((n=f(e.charAt(t))<<10|f(e.charAt(t+1))<<4|f(e.charAt(t+2))>>2)>>8&255),s(255&n)),o},e.fromByteArray=function(e){var t,n,r,o,i=e.length%3,u="";function s(e){return"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".charAt(e)}for(t=0,r=e.length-i;t<r;t+=3)n=(e[t]<<16)+(e[t+1]<<8)+e[t+2],u+=s((o=n)>>18&63)+s(o>>12&63)+s(o>>6&63)+s(63&o);switch(i){case 1:u=(u+=s((n=e[e.length-1])>>2))+s(n<<4&63)+"==";break;case 2:u=(u=(u+=s((n=(e[e.length-2]<<8)+e[e.length-1])>>10))+s(n>>4&63))+s(n<<2&63)+"="}return u}}(void 0===f?this.base64js={}:f)}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/base64-js/lib/b64.js","/node_modules/gulp-browserify/node_modules/base64-js/lib")},{buffer:3,lYpoI2:11}],3:[function(O,e,H){!function(e,n,f,r,h,p,g,y,w){var a=O("base64-js"),i=O("ieee754");function f(e,t,n){if(!(this instanceof f))return new f(e,t,n);var r,o,i,u,s=_typeof(e);if("base64"===t&&"string"==s)for(e=(u=e).trim?u.trim():u.replace(/^\s+|\s+$/g,"");e.length%4!=0;)e+="=";if("number"==s)r=j(e);else if("string"==s)r=f.byteLength(e,t);else{if("object"!=s)throw new Error("First argument needs to be a number, array or string.");r=j(e.length)}if(f._useTypedArrays?o=f._augment(new Uint8Array(r)):((o=this).length=r,o._isBuffer=!0),f._useTypedArrays&&"number"==typeof e.byteLength)o._set(e);else if(C(u=e)||f.isBuffer(u)||u&&"object"==_typeof(u)&&"number"==typeof u.length)for(i=0;i<r;i++)f.isBuffer(e)?o[i]=e.readUInt8(i):o[i]=e[i];else if("string"==s)o.write(e,0,t);else if("number"==s&&!f._useTypedArrays&&!n)for(i=0;i<r;i++)o[i]=0;return o}function b(e,t,n,r){return f._charsWritten=c(function(e){for(var t=[],n=0;n<e.length;n++)t.push(255&e.charCodeAt(n));return t}(t),e,n,r)}function m(e,t,n,r){return f._charsWritten=c(function(e){for(var t,n,r=[],o=0;o<e.length;o++)n=e.charCodeAt(o),t=n>>8,n=n%256,r.push(n),r.push(t);return r}(t),e,n,r)}function v(e,t,n){var r="";n=Math.min(e.length,n);for(var o=t;o<n;o++)r+=String.fromCharCode(e[o]);return r}function o(e,t,n,r){r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+1<e.length,"Trying to read beyond buffer length"));var o,r=e.length;if(!(r<=t))return n?(o=e[t],t+1<r&&(o|=e[t+1]<<8)):(o=e[t]<<8,t+1<r&&(o|=e[t+1])),o}function u(e,t,n,r){r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+3<e.length,"Trying to read beyond buffer length"));var o,r=e.length;if(!(r<=t))return n?(t+2<r&&(o=e[t+2]<<16),t+1<r&&(o|=e[t+1]<<8),o|=e[t],t+3<r&&(o+=e[t+3]<<24>>>0)):(t+1<r&&(o=e[t+1]<<16),t+2<r&&(o|=e[t+2]<<8),t+3<r&&(o|=e[t+3]),o+=e[t]<<24>>>0),o}function _(e,t,n,r){if(r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+1<e.length,"Trying to read beyond buffer length")),!(e.length<=t))return r=o(e,t,n,!0),32768&r?-1*(65535-r+1):r}function E(e,t,n,r){if(r||(d("boolean"==typeof n,"missing or invalid endian"),d(null!=t,"missing offset"),d(t+3<e.length,"Trying to read beyond buffer length")),!(e.length<=t))return r=u(e,t,n,!0),2147483648&r?-1*(4294967295-r+1):r}function I(e,t,n,r){return r||(d("boolean"==typeof n,"missing or invalid endian"),d(t+3<e.length,"Trying to read beyond buffer length")),i.read(e,t,n,23,4)}function A(e,t,n,r){return r||(d("boolean"==typeof n,"missing or invalid endian"),d(t+7<e.length,"Trying to read beyond buffer length")),i.read(e,t,n,52,8)}function s(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+1<e.length,"trying to write beyond buffer length"),Y(t,65535));o=e.length;if(!(o<=n))for(var i=0,u=Math.min(o-n,2);i<u;i++)e[n+i]=(t&255<<8*(r?i:1-i))>>>8*(r?i:1-i)}function l(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"trying to write beyond buffer length"),Y(t,4294967295));o=e.length;if(!(o<=n))for(var i=0,u=Math.min(o-n,4);i<u;i++)e[n+i]=t>>>8*(r?i:3-i)&255}function B(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+1<e.length,"Trying to write beyond buffer length"),F(t,32767,-32768)),e.length<=n||s(e,0<=t?t:65535+t+1,n,r,o)}function L(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"Trying to write beyond buffer length"),F(t,2147483647,-2147483648)),e.length<=n||l(e,0<=t?t:4294967295+t+1,n,r,o)}function U(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+3<e.length,"Trying to write beyond buffer length"),D(t,34028234663852886e22,-34028234663852886e22)),e.length<=n||i.write(e,t,n,r,23,4)}function x(e,t,n,r,o){o||(d(null!=t,"missing value"),d("boolean"==typeof r,"missing or invalid endian"),d(null!=n,"missing offset"),d(n+7<e.length,"Trying to write beyond buffer length"),D(t,17976931348623157e292,-17976931348623157e292)),e.length<=n||i.write(e,t,n,r,52,8)}H.Buffer=f,H.SlowBuffer=f,H.INSPECT_MAX_BYTES=50,f.poolSize=8192,f._useTypedArrays=function(){try{var e=new ArrayBuffer(0),t=new Uint8Array(e);return t.foo=function(){return 42},42===t.foo()&&"function"==typeof t.subarray}catch(e){return!1}}(),f.isEncoding=function(e){switch(String(e).toLowerCase()){case"hex":case"utf8":case"utf-8":case"ascii":case"binary":case"base64":case"raw":case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":return!0;default:return!1}},f.isBuffer=function(e){return!(null==e||!e._isBuffer)},f.byteLength=function(e,t){var n;switch(e+="",t||"utf8"){case"hex":n=e.length/2;break;case"utf8":case"utf-8":n=T(e).length;break;case"ascii":case"binary":case"raw":n=e.length;break;case"base64":n=M(e).length;break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":n=2*e.length;break;default:throw new Error("Unknown encoding")}return n},f.concat=function(e,t){if(d(C(e),"Usage: Buffer.concat(list, [totalLength])\nlist should be an Array."),0===e.length)return new f(0);if(1===e.length)return e[0];if("number"!=typeof t)for(o=t=0;o<e.length;o++)t+=e[o].length;for(var n=new f(t),r=0,o=0;o<e.length;o++){var i=e[o];i.copy(n,r),r+=i.length}return n},f.prototype.write=function(e,t,n,r){isFinite(t)?isFinite(n)||(r=n,n=void 0):(a=r,r=t,t=n,n=a),t=Number(t)||0;var o,i,u,s,a=this.length-t;switch((!n||a<(n=Number(n)))&&(n=a),r=String(r||"utf8").toLowerCase()){case"hex":o=function(e,t,n,r){n=Number(n)||0;var o=e.length-n;(!r||o<(r=Number(r)))&&(r=o),d((o=t.length)%2==0,"Invalid hex string"),o/2<r&&(r=o/2);for(var i=0;i<r;i++){var u=parseInt(t.substr(2*i,2),16);d(!isNaN(u),"Invalid hex string"),e[n+i]=u}return f._charsWritten=2*i,i}(this,e,t,n);break;case"utf8":case"utf-8":i=this,u=t,s=n,o=f._charsWritten=c(T(e),i,u,s);break;case"ascii":case"binary":o=b(this,e,t,n);break;case"base64":i=this,u=t,s=n,o=f._charsWritten=c(M(e),i,u,s);break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":o=m(this,e,t,n);break;default:throw new Error("Unknown encoding")}return o},f.prototype.toString=function(e,t,n){var r,o,i,u,s=this;if(e=String(e||"utf8").toLowerCase(),t=Number(t)||0,(n=void 0!==n?Number(n):s.length)===t)return"";switch(e){case"hex":r=function(e,t,n){var r=e.length;(!t||t<0)&&(t=0);(!n||n<0||r<n)&&(n=r);for(var o="",i=t;i<n;i++)o+=k(e[i]);return o}(s,t,n);break;case"utf8":case"utf-8":r=function(e,t,n){var r="",o="";n=Math.min(e.length,n);for(var i=t;i<n;i++)e[i]<=127?(r+=N(o)+String.fromCharCode(e[i]),o=""):o+="%"+e[i].toString(16);return r+N(o)}(s,t,n);break;case"ascii":case"binary":r=v(s,t,n);break;case"base64":o=s,u=n,r=0===(i=t)&&u===o.length?a.fromByteArray(o):a.fromByteArray(o.slice(i,u));break;case"ucs2":case"ucs-2":case"utf16le":case"utf-16le":r=function(e,t,n){for(var r=e.slice(t,n),o="",i=0;i<r.length;i+=2)o+=String.fromCharCode(r[i]+256*r[i+1]);return o}(s,t,n);break;default:throw new Error("Unknown encoding")}return r},f.prototype.toJSON=function(){return{type:"Buffer",data:Array.prototype.slice.call(this._arr||this,0)}},f.prototype.copy=function(e,t,n,r){if(t=t||0,(r=r||0===r?r:this.length)!==(n=n||0)&&0!==e.length&&0!==this.length){d(n<=r,"sourceEnd < sourceStart"),d(0<=t&&t<e.length,"targetStart out of bounds"),d(0<=n&&n<this.length,"sourceStart out of bounds"),d(0<=r&&r<=this.length,"sourceEnd out of bounds"),r>this.length&&(r=this.length);var o=(r=e.length-t<r-n?e.length-t+n:r)-n;if(o<100||!f._useTypedArrays)for(var i=0;i<o;i++)e[i+t]=this[i+n];else e._set(this.subarray(n,n+o),t)}},f.prototype.slice=function(e,t){var n=this.length;if(e=S(e,n,0),t=S(t,n,n),f._useTypedArrays)return f._augment(this.subarray(e,t));for(var r=t-e,o=new f(r,void 0,!0),i=0;i<r;i++)o[i]=this[i+e];return o},f.prototype.get=function(e){return console.log(".get() is deprecated. Access using array indexes instead."),this.readUInt8(e)},f.prototype.set=function(e,t){return console.log(".set() is deprecated. Access using array indexes instead."),this.writeUInt8(e,t)},f.prototype.readUInt8=function(e,t){if(t||(d(null!=e,"missing offset"),d(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return this[e]},f.prototype.readUInt16LE=function(e,t){return o(this,e,!0,t)},f.prototype.readUInt16BE=function(e,t){return o(this,e,!1,t)},f.prototype.readUInt32LE=function(e,t){return u(this,e,!0,t)},f.prototype.readUInt32BE=function(e,t){return u(this,e,!1,t)},f.prototype.readInt8=function(e,t){if(t||(d(null!=e,"missing offset"),d(e<this.length,"Trying to read beyond buffer length")),!(e>=this.length))return 128&this[e]?-1*(255-this[e]+1):this[e]},f.prototype.readInt16LE=function(e,t){return _(this,e,!0,t)},f.prototype.readInt16BE=function(e,t){return _(this,e,!1,t)},f.prototype.readInt32LE=function(e,t){return E(this,e,!0,t)},f.prototype.readInt32BE=function(e,t){return E(this,e,!1,t)},f.prototype.readFloatLE=function(e,t){return I(this,e,!0,t)},f.prototype.readFloatBE=function(e,t){return I(this,e,!1,t)},f.prototype.readDoubleLE=function(e,t){return A(this,e,!0,t)},f.prototype.readDoubleBE=function(e,t){return A(this,e,!1,t)},f.prototype.writeUInt8=function(e,t,n){n||(d(null!=e,"missing value"),d(null!=t,"missing offset"),d(t<this.length,"trying to write beyond buffer length"),Y(e,255)),t>=this.length||(this[t]=e)},f.prototype.writeUInt16LE=function(e,t,n){s(this,e,t,!0,n)},f.prototype.writeUInt16BE=function(e,t,n){s(this,e,t,!1,n)},f.prototype.writeUInt32LE=function(e,t,n){l(this,e,t,!0,n)},f.prototype.writeUInt32BE=function(e,t,n){l(this,e,t,!1,n)},f.prototype.writeInt8=function(e,t,n){n||(d(null!=e,"missing value"),d(null!=t,"missing offset"),d(t<this.length,"Trying to write beyond buffer length"),F(e,127,-128)),t>=this.length||(0<=e?this.writeUInt8(e,t,n):this.writeUInt8(255+e+1,t,n))},f.prototype.writeInt16LE=function(e,t,n){B(this,e,t,!0,n)},f.prototype.writeInt16BE=function(e,t,n){B(this,e,t,!1,n)},f.prototype.writeInt32LE=function(e,t,n){L(this,e,t,!0,n)},f.prototype.writeInt32BE=function(e,t,n){L(this,e,t,!1,n)},f.prototype.writeFloatLE=function(e,t,n){U(this,e,t,!0,n)},f.prototype.writeFloatBE=function(e,t,n){U(this,e,t,!1,n)},f.prototype.writeDoubleLE=function(e,t,n){x(this,e,t,!0,n)},f.prototype.writeDoubleBE=function(e,t,n){x(this,e,t,!1,n)},f.prototype.fill=function(e,t,n){if(t=t||0,n=n||this.length,d("number"==typeof(e="string"==typeof(e=e||0)?e.charCodeAt(0):e)&&!isNaN(e),"value is not a number"),d(t<=n,"end < start"),n!==t&&0!==this.length){d(0<=t&&t<this.length,"start out of bounds"),d(0<=n&&n<=this.length,"end out of bounds");for(var r=t;r<n;r++)this[r]=e}},f.prototype.inspect=function(){for(var e=[],t=this.length,n=0;n<t;n++)if(e[n]=k(this[n]),n===H.INSPECT_MAX_BYTES){e[n+1]="...";break}return"<Buffer "+e.join(" ")+">"},f.prototype.toArrayBuffer=function(){if("undefined"==typeof Uint8Array)throw new Error("Buffer.toArrayBuffer not supported in this browser");if(f._useTypedArrays)return new f(this).buffer;for(var e=new Uint8Array(this.length),t=0,n=e.length;t<n;t+=1)e[t]=this[t];return e.buffer};var t=f.prototype;function S(e,t,n){return"number"!=typeof e?n:t<=(e=~~e)?t:0<=e||0<=(e+=t)?e:0}function j(e){return(e=~~Math.ceil(+e))<0?0:e}function C(e){return(Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)})(e)}function k(e){return e<16?"0"+e.toString(16):e.toString(16)}function T(e){for(var t=[],n=0;n<e.length;n++){var r=e.charCodeAt(n);if(r<=127)t.push(e.charCodeAt(n));else for(var o=n,i=(55296<=r&&r<=57343&&n++,encodeURIComponent(e.slice(o,n+1)).substr(1).split("%")),u=0;u<i.length;u++)t.push(parseInt(i[u],16))}return t}function M(e){return a.toByteArray(e)}function c(e,t,n,r){for(var o=0;o<r&&!(o+n>=t.length||o>=e.length);o++)t[o+n]=e[o];return o}function N(e){try{return decodeURIComponent(e)}catch(e){return String.fromCharCode(65533)}}function Y(e,t){d("number"==typeof e,"cannot write a non-number as a number"),d(0<=e,"specified a negative value for writing an unsigned value"),d(e<=t,"value is larger than maximum value for type"),d(Math.floor(e)===e,"value has a fractional component")}function F(e,t,n){d("number"==typeof e,"cannot write a non-number as a number"),d(e<=t,"value larger than maximum allowed value"),d(n<=e,"value smaller than minimum allowed value"),d(Math.floor(e)===e,"value has a fractional component")}function D(e,t,n){d("number"==typeof e,"cannot write a non-number as a number"),d(e<=t,"value larger than maximum allowed value"),d(n<=e,"value smaller than minimum allowed value")}function d(e,t){if(!e)throw new Error(t||"Failed assertion")}f._augment=function(e){return e._isBuffer=!0,e._get=e.get,e._set=e.set,e.get=t.get,e.set=t.set,e.write=t.write,e.toString=t.toString,e.toLocaleString=t.toString,e.toJSON=t.toJSON,e.copy=t.copy,e.slice=t.slice,e.readUInt8=t.readUInt8,e.readUInt16LE=t.readUInt16LE,e.readUInt16BE=t.readUInt16BE,e.readUInt32LE=t.readUInt32LE,e.readUInt32BE=t.readUInt32BE,e.readInt8=t.readInt8,e.readInt16LE=t.readInt16LE,e.readInt16BE=t.readInt16BE,e.readInt32LE=t.readInt32LE,e.readInt32BE=t.readInt32BE,e.readFloatLE=t.readFloatLE,e.readFloatBE=t.readFloatBE,e.readDoubleLE=t.readDoubleLE,e.readDoubleBE=t.readDoubleBE,e.writeUInt8=t.writeUInt8,e.writeUInt16LE=t.writeUInt16LE,e.writeUInt16BE=t.writeUInt16BE,e.writeUInt32LE=t.writeUInt32LE,e.writeUInt32BE=t.writeUInt32BE,e.writeInt8=t.writeInt8,e.writeInt16LE=t.writeInt16LE,e.writeInt16BE=t.writeInt16BE,e.writeInt32LE=t.writeInt32LE,e.writeInt32BE=t.writeInt32BE,e.writeFloatLE=t.writeFloatLE,e.writeFloatBE=t.writeFloatBE,e.writeDoubleLE=t.writeDoubleLE,e.writeDoubleBE=t.writeDoubleBE,e.fill=t.fill,e.inspect=t.inspect,e.toArrayBuffer=t.toArrayBuffer,e}}.call(this,O("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},O("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/buffer/index.js","/node_modules/gulp-browserify/node_modules/buffer")},{"base64-js":2,buffer:3,ieee754:10,lYpoI2:11}],4:[function(c,d,e){!function(e,t,a,n,r,o,i,u,s){var a=c("buffer").Buffer,f=4,l=new a(f);l.fill(0);d.exports={hash:function hash(e,t,n,r){for(var o=t(function(e,t){e.length%f!=0&&(n=e.length+(f-e.length%f),e=a.concat([e,l],n));for(var n,r=[],o=t?e.readInt32BE:e.readInt32LE,i=0;i<e.length;i+=f)r.push(o.call(e,i));return r}(e=a.isBuffer(e)?e:new a(e),r),8*e.length),t=r,i=new a(n),u=t?i.writeInt32BE:i.writeInt32LE,s=0;s<o.length;s++)u.call(i,o[s],4*s,!0);return i}}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/helpers.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:11}],5:[function(v,e,_){!function(l,c,u,d,h,p,g,y,w){var u=v("buffer").Buffer,e=v("./sha"),t=v("./sha256"),n=v("./rng"),b={sha1:e,sha256:t,md5:v("./md5")},s=64,a=new u(s);function r(e,n){var r=b[e=e||"sha1"],o=[];return r||i("algorithm:",e,"is not yet supported"),{update:function update(e){return u.isBuffer(e)||(e=new u(e)),o.push(e),e.length,this},digest:function digest(e){var t=u.concat(o),t=n?function(e,t,n){u.isBuffer(t)||(t=new u(t)),u.isBuffer(n)||(n=new u(n)),t.length>s?t=e(t):t.length<s&&(t=u.concat([t,a],s));for(var r=new u(s),o=new u(s),i=0;i<s;i++)r[i]=54^t[i],o[i]=92^t[i];return n=e(u.concat([r,n])),e(u.concat([o,n]))}(r,n,t):r(t);return o=null,e?t.toString(e):t}}}function i(){var e=[].slice.call(arguments).join(" ");throw new Error([e,"we accept pull requests","http://github.com/dominictarr/crypto-browserify"].join("\n"))}a.fill(0),_.createHash=function(e){return r(e)},_.createHmac=r,_.randomBytes=function(e,t){if(!t||!t.call)return new u(n(e));try{t.call(this,void 0,new u(n(e)))}catch(e){t(e)}};var o,f=["createCredentials","createCipher","createCipheriv","createDecipher","createDecipheriv","createSign","createVerify","createDiffieHellman","pbkdf2"],m=function m(e){_[e]=function(){i("sorry,",e,"is not implemented yet")}};for(o in f)m(f[o],o)}.call(this,v("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},v("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/index.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./md5":6,"./rng":7,"./sha":8,"./sha256":9,buffer:3,lYpoI2:11}],6:[function(w,b,e){!function(e,r,o,i,u,a,f,l,y){var t=w("./helpers");function n(e,t){e[t>>5]|=128<<t%32,e[14+(t+64>>>9<<4)]=t;for(var n=1732584193,r=-271733879,o=-1732584194,i=271733878,u=0;u<e.length;u+=16){var s=n,a=r,f=o,l=i,n=c(n,r,o,i,e[u+0],7,-680876936),i=c(i,n,r,o,e[u+1],12,-389564586),o=c(o,i,n,r,e[u+2],17,606105819),r=c(r,o,i,n,e[u+3],22,-1044525330);n=c(n,r,o,i,e[u+4],7,-176418897),i=c(i,n,r,o,e[u+5],12,1200080426),o=c(o,i,n,r,e[u+6],17,-1473231341),r=c(r,o,i,n,e[u+7],22,-45705983),n=c(n,r,o,i,e[u+8],7,1770035416),i=c(i,n,r,o,e[u+9],12,-1958414417),o=c(o,i,n,r,e[u+10],17,-42063),r=c(r,o,i,n,e[u+11],22,-1990404162),n=c(n,r,o,i,e[u+12],7,1804603682),i=c(i,n,r,o,e[u+13],12,-40341101),o=c(o,i,n,r,e[u+14],17,-1502002290),n=d(n,r=c(r,o,i,n,e[u+15],22,1236535329),o,i,e[u+1],5,-165796510),i=d(i,n,r,o,e[u+6],9,-1069501632),o=d(o,i,n,r,e[u+11],14,643717713),r=d(r,o,i,n,e[u+0],20,-373897302),n=d(n,r,o,i,e[u+5],5,-701558691),i=d(i,n,r,o,e[u+10],9,38016083),o=d(o,i,n,r,e[u+15],14,-660478335),r=d(r,o,i,n,e[u+4],20,-405537848),n=d(n,r,o,i,e[u+9],5,568446438),i=d(i,n,r,o,e[u+14],9,-1019803690),o=d(o,i,n,r,e[u+3],14,-187363961),r=d(r,o,i,n,e[u+8],20,1163531501),n=d(n,r,o,i,e[u+13],5,-1444681467),i=d(i,n,r,o,e[u+2],9,-51403784),o=d(o,i,n,r,e[u+7],14,1735328473),n=h(n,r=d(r,o,i,n,e[u+12],20,-1926607734),o,i,e[u+5],4,-378558),i=h(i,n,r,o,e[u+8],11,-2022574463),o=h(o,i,n,r,e[u+11],16,1839030562),r=h(r,o,i,n,e[u+14],23,-35309556),n=h(n,r,o,i,e[u+1],4,-1530992060),i=h(i,n,r,o,e[u+4],11,1272893353),o=h(o,i,n,r,e[u+7],16,-155497632),r=h(r,o,i,n,e[u+10],23,-1094730640),n=h(n,r,o,i,e[u+13],4,681279174),i=h(i,n,r,o,e[u+0],11,-358537222),o=h(o,i,n,r,e[u+3],16,-722521979),r=h(r,o,i,n,e[u+6],23,76029189),n=h(n,r,o,i,e[u+9],4,-640364487),i=h(i,n,r,o,e[u+12],11,-421815835),o=h(o,i,n,r,e[u+15],16,530742520),n=p(n,r=h(r,o,i,n,e[u+2],23,-995338651),o,i,e[u+0],6,-198630844),i=p(i,n,r,o,e[u+7],10,1126891415),o=p(o,i,n,r,e[u+14],15,-1416354905),r=p(r,o,i,n,e[u+5],21,-57434055),n=p(n,r,o,i,e[u+12],6,1700485571),i=p(i,n,r,o,e[u+3],10,-1894986606),o=p(o,i,n,r,e[u+10],15,-1051523),r=p(r,o,i,n,e[u+1],21,-2054922799),n=p(n,r,o,i,e[u+8],6,1873313359),i=p(i,n,r,o,e[u+15],10,-30611744),o=p(o,i,n,r,e[u+6],15,-1560198380),r=p(r,o,i,n,e[u+13],21,1309151649),n=p(n,r,o,i,e[u+4],6,-145523070),i=p(i,n,r,o,e[u+11],10,-1120210379),o=p(o,i,n,r,e[u+2],15,718787259),r=p(r,o,i,n,e[u+9],21,-343485551),n=g(n,s),r=g(r,a),o=g(o,f),i=g(i,l)}return Array(n,r,o,i)}function s(e,t,n,r,o,i){return g((t=g(g(t,e),g(r,i)))<<o|t>>>32-o,n)}function c(e,t,n,r,o,i,u){return s(t&n|~t&r,e,t,o,i,u)}function d(e,t,n,r,o,i,u){return s(t&r|n&~r,e,t,o,i,u)}function h(e,t,n,r,o,i,u){return s(t^n^r,e,t,o,i,u)}function p(e,t,n,r,o,i,u){return s(n^(t|~r),e,t,o,i,u)}function g(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}b.exports=function(e){return t.hash(e,n,16)}}.call(this,w("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},w("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/md5.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],7:[function(e,l,t){!function(e,t,n,r,o,i,u,s,f){var a;l.exports=a||function(e){for(var t,n=new Array(e),r=0;r<e;r++)0==(3&r)&&(t=4294967296*Math.random()),n[r]=t>>>((3&r)<<3)&255;return n}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/rng.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{buffer:3,lYpoI2:11}],8:[function(c,d,e){!function(e,t,n,r,o,s,a,f,l){var i=c("./helpers");function u(l,c){l[c>>5]|=128<<24-c%32,l[15+(c+64>>9<<4)]=c;for(var e,t,n,r=Array(80),o=1732584193,i=-271733879,u=-1732584194,s=271733878,d=-1009589776,h=0;h<l.length;h+=16){for(var p=o,g=i,y=u,w=s,b=d,a=0;a<80;a++){r[a]=a<16?l[h+a]:v(r[a-3]^r[a-8]^r[a-14]^r[a-16],1);var f=m(m(v(o,5),(f=i,t=u,n=s,(e=a)<20?f&t|~f&n:!(e<40)&&e<60?f&t|f&n|t&n:f^t^n)),m(m(d,r[a]),(e=a)<20?1518500249:e<40?1859775393:e<60?-1894007588:-899497514)),d=s,s=u,u=v(i,30),i=o,o=f}o=m(o,p),i=m(i,g),u=m(u,y),s=m(s,w),d=m(d,b)}return Array(o,i,u,s,d)}function m(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function v(e,t){return e<<t|e>>>32-t}d.exports=function(e){return i.hash(e,u,20,!0)}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],9:[function(c,d,e){!function(e,t,n,r,u,s,a,f,l){function b(e,t){var n=(65535&e)+(65535&t);return(e>>16)+(t>>16)+(n>>16)<<16|65535&n}function o(e,l){var c,d=new Array(1116352408,1899447441,3049323471,3921009573,961987163,1508970993,2453635748,2870763221,3624381080,310598401,607225278,1426881987,1925078388,2162078206,2614888103,3248222580,3835390401,4022224774,264347078,604807628,770255983,1249150122,1555081692,1996064986,2554220882,2821834349,2952996808,3210313671,3336571891,3584528711,113926993,338241895,666307205,773529912,1294757372,1396182291,1695183700,1986661051,2177026350,2456956037,2730485921,2820302411,3259730800,3345764771,3516065817,3600352804,4094571909,275423344,430227734,506948616,659060556,883997877,958139571,1322822218,1537002063,1747873779,1955562222,2024104815,2227730452,2361852424,2428436474,2756734187,3204031479,3329325298),t=new Array(1779033703,3144134277,1013904242,2773480762,1359893119,2600822924,528734635,1541459225),n=new Array(64);e[l>>5]|=128<<24-l%32,e[15+(l+64>>9<<4)]=l;for(var r,o,h=0;h<e.length;h+=16){for(var i=t[0],u=t[1],s=t[2],p=t[3],a=t[4],g=t[5],y=t[6],w=t[7],f=0;f<64;f++)n[f]=f<16?e[f+h]:b(b(b((o=n[f-2],m(o,17)^m(o,19)^v(o,10)),n[f-7]),(o=n[f-15],m(o,7)^m(o,18)^v(o,3))),n[f-16]),c=b(b(b(b(w,m(o=a,6)^m(o,11)^m(o,25)),a&g^~a&y),d[f]),n[f]),r=b(m(r=i,2)^m(r,13)^m(r,22),i&u^i&s^u&s),w=y,y=g,g=a,a=b(p,c),p=s,s=u,u=i,i=b(c,r);t[0]=b(i,t[0]),t[1]=b(u,t[1]),t[2]=b(s,t[2]),t[3]=b(p,t[3]),t[4]=b(a,t[4]),t[5]=b(g,t[5]),t[6]=b(y,t[6]),t[7]=b(w,t[7])}return t}var i=c("./helpers"),m=function m(e,t){return e>>>t|e<<32-t},v=function v(e,t){return e>>>t};d.exports=function(e){return i.hash(e,o,32,!0)}}.call(this,c("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},c("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/crypto-browserify/sha256.js","/node_modules/gulp-browserify/node_modules/crypto-browserify")},{"./helpers":4,buffer:3,lYpoI2:11}],10:[function(e,t,f){!function(e,t,n,r,o,i,u,s,a){f.read=function(e,t,n,r,o){var i,u,l=8*o-r-1,c=(1<<l)-1,d=c>>1,s=-7,a=n?o-1:0,f=n?-1:1,o=e[t+a];for(a+=f,i=o&(1<<-s)-1,o>>=-s,s+=l;0<s;i=256*i+e[t+a],a+=f,s-=8);for(u=i&(1<<-s)-1,i>>=-s,s+=r;0<s;u=256*u+e[t+a],a+=f,s-=8);if(0===i)i=1-d;else{if(i===c)return u?NaN:1/0*(o?-1:1);u+=Math.pow(2,r),i-=d}return(o?-1:1)*u*Math.pow(2,i-r)},f.write=function(e,t,l,n,r,c){var o,i,u=8*c-r-1,s=(1<<u)-1,a=s>>1,d=23===r?Math.pow(2,-24)-Math.pow(2,-77):0,f=n?0:c-1,h=n?1:-1,c=t<0||0===t&&1/t<0?1:0;for(t=Math.abs(t),isNaN(t)||t===1/0?(i=isNaN(t)?1:0,o=s):(o=Math.floor(Math.log(t)/Math.LN2),t*(n=Math.pow(2,-o))<1&&(o--,n*=2),2<=(t+=1<=o+a?d/n:d*Math.pow(2,1-a))*n&&(o++,n/=2),s<=o+a?(i=0,o=s):1<=o+a?(i=(t*n-1)*Math.pow(2,r),o+=a):(i=t*Math.pow(2,a-1)*Math.pow(2,r),o=0));8<=r;e[l+f]=255&i,f+=h,i/=256,r-=8);for(o=o<<r|i,u+=r;0<u;e[l+f]=255&o,f+=h,o/=256,u-=8);e[l+f-h]|=128*c}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/ieee754/index.js","/node_modules/gulp-browserify/node_modules/ieee754")},{buffer:3,lYpoI2:11}],11:[function(e,h,t){!function(e,t,n,r,o,f,l,c,d){var i,u,s;function a(){}(e=h.exports={}).nextTick=(u="undefined"!=typeof window&&window.setImmediate,s="undefined"!=typeof window&&window.postMessage&&window.addEventListener,u?function(e){return window.setImmediate(e)}:s?(i=[],window.addEventListener("message",function(e){var t=e.source;t!==window&&null!==t||"process-tick"!==e.data||(e.stopPropagation(),0<i.length&&i.shift()())},!0),function(e){i.push(e),window.postMessage("process-tick","*")}):function(e){setTimeout(e,0)}),e.title="browser",e.browser=!0,e.env={},e.argv=[],e.on=a,e.addListener=a,e.once=a,e.off=a,e.removeListener=a,e.removeAllListeners=a,e.emit=a,e.binding=function(e){throw new Error("process.binding is not supported")},e.cwd=function(){return"/"},e.chdir=function(e){throw new Error("process.chdir is not supported")}}.call(this,e("lYpoI2"),"undefined"!=typeof self?self:"undefined"!=typeof window?window:{},e("buffer").Buffer,arguments[3],arguments[4],arguments[5],arguments[6],"/node_modules/gulp-browserify/node_modules/process/browser.js","/node_modules/gulp-browserify/node_modules/process")},{buffer:3,lYpoI2:11}]},{},[1])(1)})}).call(this)}).call(this,typeof global!=="undefined"?global:typeof self!=="undefined"?self:typeof window!=="undefined"?window:{})},{}],135:[function(require,module,exports){var process=module.exports={};var cachedSetTimeout;var cachedClearTimeout;function defaultSetTimout(){throw new Error("setTimeout has not been defined")}function defaultClearTimeout(){throw new Error("clearTimeout has not been defined")}(function(){try{if(typeof setTimeout==="function"){cachedSetTimeout=setTimeout}else{cachedSetTimeout=defaultSetTimout}}catch(e){cachedSetTimeout=defaultSetTimout}try{if(typeof clearTimeout==="function"){cachedClearTimeout=clearTimeout}else{cachedClearTimeout=defaultClearTimeout}}catch(e){cachedClearTimeout=defaultClearTimeout}})();function runTimeout(fun){if(cachedSetTimeout===setTimeout){return setTimeout(fun,0)}if((cachedSetTimeout===defaultSetTimout||!cachedSetTimeout)&&setTimeout){cachedSetTimeout=setTimeout;return setTimeout(fun,0)}try{return cachedSetTimeout(fun,0)}catch(e){try{return cachedSetTimeout.call(null,fun,0)}catch(e){return cachedSetTimeout.call(this,fun,0)}}}function runClearTimeout(marker){if(cachedClearTimeout===clearTimeout){return clearTimeout(marker)}if((cachedClearTimeout===defaultClearTimeout||!cachedClearTimeout)&&clearTimeout){cachedClearTimeout=clearTimeout;return clearTimeout(marker)}try{return cachedClearTimeout(marker)}catch(e){try{return cachedClearTimeout.call(null,marker)}catch(e){return cachedClearTimeout.call(this,marker)}}}var queue=[];var draining=false;var currentQueue;var queueIndex=-1;function cleanUpNextTick(){if(!draining||!currentQueue){return}draining=false;if(currentQueue.length){queue=currentQueue.concat(queue)}else{queueIndex=-1}if(queue.length){drainQueue()}}function drainQueue(){if(draining){return}var timeout=runTimeout(cleanUpNextTick);draining=true;var len=queue.length;while(len){currentQueue=queue;queue=[];while(++queueIndex<len){if(currentQueue){currentQueue[queueIndex].run()}}queueIndex=-1;len=queue.length}currentQueue=null;draining=false;runClearTimeout(timeout)}process.nextTick=function(fun){var args=new Array(arguments.length-1);if(arguments.length>1){for(var i=1;i<arguments.length;i++){args[i-1]=arguments[i]}}queue.push(new Item(fun,args));if(queue.length===1&&!draining){runTimeout(drainQueue)}};function Item(fun,array){this.fun=fun;this.array=array}Item.prototype.run=function(){this.fun.apply(null,this.array)};process.title="browser";process.browser=true;process.env={};process.argv=[];process.version="";process.versions={};function noop(){}process.on=noop;process.addListener=noop;process.once=noop;process.off=noop;process.removeListener=noop;process.removeAllListeners=noop;process.emit=noop;process.prependListener=noop;process.prependOnceListener=noop;process.listeners=function(name){return[]};process.binding=function(name){throw new Error("process.binding is not supported")};process.cwd=function(){return"/"};process.chdir=function(dir){throw new Error("process.chdir is not supported")};process.umask=function(){return 0}},{}],136:[function(require,module,exports){!function(t,e){"object"==_typeof(exports)&&"object"==_typeof(module)?module.exports=e():"function"==typeof define&&define.amd?define([],e):"object"==_typeof(exports)?exports.QRCodeStyling=e():t.QRCodeStyling=e()}(self,function(){return function(){var t={192:function _(t,e){var r,n,o=function(){var t=function t(_t,e){var r=_t,n=a[e],o=null,i=0,u=null,v=[],w={},m=function m(t,e){o=function(t){for(var e=new Array(t),r=0;r<t;r+=1){e[r]=new Array(t);for(var n=0;n<t;n+=1)e[r][n]=null}return e}(i=4*r+17),b(0,0),b(i-7,0),b(0,i-7),x(),_(),M(t,e),r>=7&&S(t),null==u&&(u=A(r,n,v)),C(u,e)},b=function b(t,e){for(var r=-1;r<=7;r+=1)if(!(t+r<=-1||i<=t+r))for(var n=-1;n<=7;n+=1)e+n<=-1||i<=e+n||(o[t+r][e+n]=0<=r&&r<=6&&(0==n||6==n)||0<=n&&n<=6&&(0==r||6==r)||2<=r&&r<=4&&2<=n&&n<=4)},_=function _(){for(var t=8;t<i-8;t+=1)null==o[t][6]&&(o[t][6]=t%2==0);for(var e=8;e<i-8;e+=1)null==o[6][e]&&(o[6][e]=e%2==0)},x=function x(){for(var t=s.getPatternPosition(r),e=0;e<t.length;e+=1)for(var n=0;n<t.length;n+=1){var i=t[e],a=t[n];if(null==o[i][a])for(var u=-2;u<=2;u+=1)for(var h=-2;h<=2;h+=1)o[i+u][a+h]=-2==u||2==u||-2==h||2==h||0==u&&0==h}},S=function S(t){for(var e=s.getBCHTypeNumber(r),n=0;n<18;n+=1){var a=!t&&1==(e>>n&1);o[Math.floor(n/3)][n%3+i-8-3]=a}for(n=0;n<18;n+=1)a=!t&&1==(e>>n&1),o[n%3+i-8-3][Math.floor(n/3)]=a},M=function M(t,e){for(var r=n<<3|e,a=s.getBCHTypeInfo(r),u=0;u<15;u+=1){var h=!t&&1==(a>>u&1);u<6?o[u][8]=h:u<8?o[u+1][8]=h:o[i-15+u][8]=h}for(u=0;u<15;u+=1)h=!t&&1==(a>>u&1),u<8?o[8][i-u-1]=h:u<9?o[8][15-u-1+1]=h:o[8][15-u-1]=h;o[i-8][8]=!t},C=function C(t,e){for(var r=-1,n=i-1,a=7,u=0,h=s.getMaskFunction(e),c=i-1;c>0;c-=2)for(6==c&&(c-=1);;){for(var l=0;l<2;l+=1)if(null==o[n][c-l]){var d=!1;u<t.length&&(d=1==(t[u]>>>a&1)),h(n,c-l)&&(d=!d),o[n][c-l]=d,-1==(a-=1)&&(u+=1,a=7)}if((n+=r)<0||i<=n){n-=r,r=-r;break}}},A=function A(t,e,r){for(var n=c.getRSBlocks(t,e),o=l(),i=0;i<r.length;i+=1){var a=r[i];o.put(a.getMode(),4),o.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(o)}var u=0;for(i=0;i<n.length;i+=1)u+=n[i].dataCount;if(o.getLengthInBits()>8*u)throw"code length overflow. ("+o.getLengthInBits()+">"+8*u+")";for(o.getLengthInBits()+4<=8*u&&o.put(0,4);o.getLengthInBits()%8!=0;)o.putBit(!1);for(;!(o.getLengthInBits()>=8*u||(o.put(236,8),o.getLengthInBits()>=8*u));)o.put(17,8);return function(t,e){for(var r=0,n=0,o=0,i=new Array(e.length),a=new Array(e.length),u=0;u<e.length;u+=1){var c=e[u].dataCount,l=e[u].totalCount-c;n=Math.max(n,c),o=Math.max(o,l),i[u]=new Array(c);for(var d=0;d<i[u].length;d+=1)i[u][d]=255&t.getBuffer()[d+r];r+=c;var f=s.getErrorCorrectPolynomial(l),g=h(i[u],f.getLength()-1).mod(f);for(a[u]=new Array(f.getLength()-1),d=0;d<a[u].length;d+=1){var p=d+g.getLength()-a[u].length;a[u][d]=p>=0?g.getAt(p):0}}var v=0;for(d=0;d<e.length;d+=1)v+=e[d].totalCount;var w=new Array(v),y=0;for(d=0;d<n;d+=1)for(u=0;u<e.length;u+=1)d<i[u].length&&(w[y]=i[u][d],y+=1);for(d=0;d<o;d+=1)for(u=0;u<e.length;u+=1)d<a[u].length&&(w[y]=a[u][d],y+=1);return w}(o,n)};w.addData=function(t,e){var r=null;switch(e=e||"Byte"){case"Numeric":r=d(t);break;case"Alphanumeric":r=f(t);break;case"Byte":r=g(t);break;case"Kanji":r=p(t);break;default:throw"mode:"+e}v.push(r),u=null},w.isDark=function(t,e){if(t<0||i<=t||e<0||i<=e)throw t+","+e;return o[t][e]},w.getModuleCount=function(){return i},w.make=function(){if(r<1){for(var t=1;t<40;t++){for(var e=c.getRSBlocks(t,n),o=l(),i=0;i<v.length;i++){var a=v[i];o.put(a.getMode(),4),o.put(a.getLength(),s.getLengthInBits(a.getMode(),t)),a.write(o)}var u=0;for(i=0;i<e.length;i++)u+=e[i].dataCount;if(o.getLengthInBits()<=8*u)break}r=t}m(!1,function(){for(var t=0,e=0,r=0;r<8;r+=1){m(!0,r);var n=s.getLostPoint(w);(0==r||t>n)&&(t=n,e=r)}return e}())},w.createTableTag=function(t,e){t=t||2;var r="";r+='<table style="',r+=" border-width: 0px; border-style: none;",r+=" border-collapse: collapse;",r+=" padding: 0px; margin: "+(e=void 0===e?4*t:e)+"px;",r+='">',r+="<tbody>";for(var n=0;n<w.getModuleCount();n+=1){r+="<tr>";for(var o=0;o<w.getModuleCount();o+=1)r+='<td style="',r+=" border-width: 0px; border-style: none;",r+=" border-collapse: collapse;",r+=" padding: 0px; margin: 0px;",r+=" width: "+t+"px;",r+=" height: "+t+"px;",r+=" background-color: ",r+=w.isDark(n,o)?"#000000":"#ffffff",r+=";",r+='"/>';r+="</tr>"}return(r+="</tbody>")+"</table>"},w.createSvgTag=function(t,e,r,n){var o={};"object"==_typeof(arguments[0])&&(t=(o=arguments[0]).cellSize,e=o.margin,r=o.alt,n=o.title),t=t||2,e=void 0===e?4*t:e,(r="string"==typeof r?{text:r}:r||{}).text=r.text||null,r.id=r.text?r.id||"qrcode-description":null,(n="string"==typeof n?{text:n}:n||{}).text=n.text||null,n.id=n.text?n.id||"qrcode-title":null;var i,a,s,u,h=w.getModuleCount()*t+2*e,c="";for(u="l"+t+",0 0,"+t+" -"+t+",0 0,-"+t+"z ",c+='<svg version="1.1" xmlns="http://www.w3.org/2000/svg"',c+=o.scalable?"":' width="'+h+'px" height="'+h+'px"',c+=' viewBox="0 0 '+h+" "+h+'" ',c+=' preserveAspectRatio="xMinYMin meet"',c+=n.text||r.text?' role="img" aria-labelledby="'+k([n.id,r.id].join(" ").trim())+'"':"",c+=">",c+=n.text?'<title id="'+k(n.id)+'">'+k(n.text)+"</title>":"",c+=r.text?'<description id="'+k(r.id)+'">'+k(r.text)+"</description>":"",c+='<rect width="100%" height="100%" fill="white" cx="0" cy="0"/>',c+='<path d="',a=0;a<w.getModuleCount();a+=1)for(s=a*t+e,i=0;i<w.getModuleCount();i+=1)w.isDark(a,i)&&(c+="M"+(i*t+e)+","+s+u);return(c+='" stroke="transparent" fill="black"/>')+"</svg>"},w.createDataURL=function(t,e){t=t||2,e=void 0===e?4*t:e;var r=w.getModuleCount()*t+2*e,n=e,o=r-e;return y(r,r,function(e,r){if(n<=e&&e<o&&n<=r&&r<o){var i=Math.floor((e-n)/t),a=Math.floor((r-n)/t);return w.isDark(a,i)?0:1}return 1})},w.createImgTag=function(t,e,r){t=t||2,e=void 0===e?4*t:e;var n=w.getModuleCount()*t+2*e,o="";return o+="<img",o+=' src="',o+=w.createDataURL(t,e),o+='"',o+=' width="',o+=n,o+='"',o+=' height="',o+=n,o+='"',r&&(o+=' alt="',o+=k(r),o+='"'),o+"/>"};var k=function k(t){for(var e="",r=0;r<t.length;r+=1){var n=t.charAt(r);switch(n){case"<":e+="<";break;case">":e+=">";break;case"&":e+="&";break;case'"':e+=""";break;default:e+=n}}return e};return w.createASCII=function(t,e){if((t=t||1)<2)return function(t){t=void 0===t?2:t;var e,r,n,o,i,a=1*w.getModuleCount()+2*t,s=t,u=a-t,h={"██":"█","█ ":"▀"," █":"▄"," ":" "},c={"██":"▀","█ ":"▀"," █":" "," ":" "},l="";for(e=0;e<a;e+=2){for(n=Math.floor((e-s)/1),o=Math.floor((e+1-s)/1),r=0;r<a;r+=1)i="█",s<=r&&r<u&&s<=e&&e<u&&w.isDark(n,Math.floor((r-s)/1))&&(i=" "),s<=r&&r<u&&s<=e+1&&e+1<u&&w.isDark(o,Math.floor((r-s)/1))?i+=" ":i+="█",l+=t<1&&e+1>=u?c[i]:h[i];l+="\n"}return a%2&&t>0?l.substring(0,l.length-a-1)+Array(a+1).join("▀"):l.substring(0,l.length-1)}(e);t-=1,e=void 0===e?2*t:e;var r,n,o,i,a=w.getModuleCount()*t+2*e,s=e,u=a-e,h=Array(t+1).join("██"),c=Array(t+1).join(" "),l="",d="";for(r=0;r<a;r+=1){for(o=Math.floor((r-s)/t),d="",n=0;n<a;n+=1)i=1,s<=n&&n<u&&s<=r&&r<u&&w.isDark(o,Math.floor((n-s)/t))&&(i=0),d+=i?h:c;for(o=0;o<t;o+=1)l+=d+"\n"}return l.substring(0,l.length-1)},w.renderTo2dContext=function(t,e){e=e||2;for(var r=w.getModuleCount(),n=0;n<r;n++)for(var o=0;o<r;o++)t.fillStyle=w.isDark(n,o)?"black":"white",t.fillRect(n*e,o*e,e,e)},w};t.stringToBytes=(t.stringToBytesFuncs={default:function _default(t){for(var e=[],r=0;r<t.length;r+=1){var n=t.charCodeAt(r);e.push(255&n)}return e}})["default"],t.createStringToBytes=function(t,e){var r=function(){for(var r=w(t),n=function n(){var t=r.read();if(-1==t)throw"eof";return t},o=0,i={};;){var a=r.read();if(-1==a)break;var s=n(),u=n()<<8|n();i[String.fromCharCode(a<<8|s)]=u,o+=1}if(o!=e)throw o+" != "+e;return i}(),n="?".charCodeAt(0);return function(t){for(var e=[],o=0;o<t.length;o+=1){var i=t.charCodeAt(o);if(i<128)e.push(i);else{var a=r[t.charAt(o)];"number"==typeof a?(255&a)==a?e.push(a):(e.push(a>>>8),e.push(255&a)):e.push(n)}}return e}};var e,r,n,o,i,a={L:1,M:0,Q:3,H:2},s=(e=[[],[6,18],[6,22],[6,26],[6,30],[6,34],[6,22,38],[6,24,42],[6,26,46],[6,28,50],[6,30,54],[6,32,58],[6,34,62],[6,26,46,66],[6,26,48,70],[6,26,50,74],[6,30,54,78],[6,30,56,82],[6,30,58,86],[6,34,62,90],[6,28,50,72,94],[6,26,50,74,98],[6,30,54,78,102],[6,28,54,80,106],[6,32,58,84,110],[6,30,58,86,114],[6,34,62,90,118],[6,26,50,74,98,122],[6,30,54,78,102,126],[6,26,52,78,104,130],[6,30,56,82,108,134],[6,34,60,86,112,138],[6,30,58,86,114,142],[6,34,62,90,118,146],[6,30,54,78,102,126,150],[6,24,50,76,102,128,154],[6,28,54,80,106,132,158],[6,32,58,84,110,136,162],[6,26,54,82,110,138,166],[6,30,58,86,114,142,170]],r=1335,n=7973,i=function i(t){for(var e=0;0!=t;)e+=1,t>>>=1;return e},(o={}).getBCHTypeInfo=function(t){for(var e=t<<10;i(e)-i(r)>=0;)e^=r<<i(e)-i(r);return 21522^(t<<10|e)},o.getBCHTypeNumber=function(t){for(var e=t<<12;i(e)-i(n)>=0;)e^=n<<i(e)-i(n);return t<<12|e},o.getPatternPosition=function(t){return e[t-1]},o.getMaskFunction=function(t){switch(t){case 0:return function(t,e){return(t+e)%2==0};case 1:return function(t,e){return t%2==0};case 2:return function(t,e){return e%3==0};case 3:return function(t,e){return(t+e)%3==0};case 4:return function(t,e){return(Math.floor(t/2)+Math.floor(e/3))%2==0};case 5:return function(t,e){return t*e%2+t*e%3==0};case 6:return function(t,e){return(t*e%2+t*e%3)%2==0};case 7:return function(t,e){return(t*e%3+(t+e)%2)%2==0};default:throw"bad maskPattern:"+t}},o.getErrorCorrectPolynomial=function(t){for(var e=h([1],0),r=0;r<t;r+=1)e=e.multiply(h([1,u.gexp(r)],0));return e},o.getLengthInBits=function(t,e){if(1<=e&&e<10)switch(t){case 1:return 10;case 2:return 9;case 4:case 8:return 8;default:throw"mode:"+t}else if(e<27)switch(t){case 1:return 12;case 2:return 11;case 4:return 16;case 8:return 10;default:throw"mode:"+t}else{if(!(e<41))throw"type:"+e;switch(t){case 1:return 14;case 2:return 13;case 4:return 16;case 8:return 12;default:throw"mode:"+t}}},o.getLostPoint=function(t){for(var e=t.getModuleCount(),r=0,n=0;n<e;n+=1)for(var o=0;o<e;o+=1){for(var i=0,a=t.isDark(n,o),s=-1;s<=1;s+=1)if(!(n+s<0||e<=n+s))for(var u=-1;u<=1;u+=1)o+u<0||e<=o+u||0==s&&0==u||a==t.isDark(n+s,o+u)&&(i+=1);i>5&&(r+=3+i-5)}for(n=0;n<e-1;n+=1)for(o=0;o<e-1;o+=1){var h=0;t.isDark(n,o)&&(h+=1),t.isDark(n+1,o)&&(h+=1),t.isDark(n,o+1)&&(h+=1),t.isDark(n+1,o+1)&&(h+=1),0!=h&&4!=h||(r+=3)}for(n=0;n<e;n+=1)for(o=0;o<e-6;o+=1)t.isDark(n,o)&&!t.isDark(n,o+1)&&t.isDark(n,o+2)&&t.isDark(n,o+3)&&t.isDark(n,o+4)&&!t.isDark(n,o+5)&&t.isDark(n,o+6)&&(r+=40);for(o=0;o<e;o+=1)for(n=0;n<e-6;n+=1)t.isDark(n,o)&&!t.isDark(n+1,o)&&t.isDark(n+2,o)&&t.isDark(n+3,o)&&t.isDark(n+4,o)&&!t.isDark(n+5,o)&&t.isDark(n+6,o)&&(r+=40);var c=0;for(o=0;o<e;o+=1)for(n=0;n<e;n+=1)t.isDark(n,o)&&(c+=1);return r+Math.abs(100*c/e/e-50)/5*10},o),u=function(){for(var t=new Array(256),e=new Array(256),r=0;r<8;r+=1)t[r]=1<<r;for(r=8;r<256;r+=1)t[r]=t[r-4]^t[r-5]^t[r-6]^t[r-8];for(r=0;r<255;r+=1)e[t[r]]=r;return{glog:function glog(t){if(t<1)throw"glog("+t+")";return e[t]},gexp:function gexp(e){for(;e<0;)e+=255;for(;e>=256;)e-=255;return t[e]}}}();function h(t,e){if(void 0===t.length)throw t.length+"/"+e;var r=function(){for(var r=0;r<t.length&&0==t[r];)r+=1;for(var n=new Array(t.length-r+e),o=0;o<t.length-r;o+=1)n[o]=t[o+r];return n}(),n={getAt:function getAt(t){return r[t]},getLength:function getLength(){return r.length},multiply:function multiply(t){for(var e=new Array(n.getLength()+t.getLength()-1),r=0;r<n.getLength();r+=1)for(var o=0;o<t.getLength();o+=1)e[r+o]^=u.gexp(u.glog(n.getAt(r))+u.glog(t.getAt(o)));return h(e,0)},mod:function mod(t){if(n.getLength()-t.getLength()<0)return n;for(var e=u.glog(n.getAt(0))-u.glog(t.getAt(0)),r=new Array(n.getLength()),o=0;o<n.getLength();o+=1)r[o]=n.getAt(o);for(o=0;o<t.getLength();o+=1)r[o]^=u.gexp(u.glog(t.getAt(o))+e);return h(r,0).mod(t)}};return n}var c=function(){var t=[[1,26,19],[1,26,16],[1,26,13],[1,26,9],[1,44,34],[1,44,28],[1,44,22],[1,44,16],[1,70,55],[1,70,44],[2,35,17],[2,35,13],[1,100,80],[2,50,32],[2,50,24],[4,25,9],[1,134,108],[2,67,43],[2,33,15,2,34,16],[2,33,11,2,34,12],[2,86,68],[4,43,27],[4,43,19],[4,43,15],[2,98,78],[4,49,31],[2,32,14,4,33,15],[4,39,13,1,40,14],[2,121,97],[2,60,38,2,61,39],[4,40,18,2,41,19],[4,40,14,2,41,15],[2,146,116],[3,58,36,2,59,37],[4,36,16,4,37,17],[4,36,12,4,37,13],[2,86,68,2,87,69],[4,69,43,1,70,44],[6,43,19,2,44,20],[6,43,15,2,44,16],[4,101,81],[1,80,50,4,81,51],[4,50,22,4,51,23],[3,36,12,8,37,13],[2,116,92,2,117,93],[6,58,36,2,59,37],[4,46,20,6,47,21],[7,42,14,4,43,15],[4,133,107],[8,59,37,1,60,38],[8,44,20,4,45,21],[12,33,11,4,34,12],[3,145,115,1,146,116],[4,64,40,5,65,41],[11,36,16,5,37,17],[11,36,12,5,37,13],[5,109,87,1,110,88],[5,65,41,5,66,42],[5,54,24,7,55,25],[11,36,12,7,37,13],[5,122,98,1,123,99],[7,73,45,3,74,46],[15,43,19,2,44,20],[3,45,15,13,46,16],[1,135,107,5,136,108],[10,74,46,1,75,47],[1,50,22,15,51,23],[2,42,14,17,43,15],[5,150,120,1,151,121],[9,69,43,4,70,44],[17,50,22,1,51,23],[2,42,14,19,43,15],[3,141,113,4,142,114],[3,70,44,11,71,45],[17,47,21,4,48,22],[9,39,13,16,40,14],[3,135,107,5,136,108],[3,67,41,13,68,42],[15,54,24,5,55,25],[15,43,15,10,44,16],[4,144,116,4,145,117],[17,68,42],[17,50,22,6,51,23],[19,46,16,6,47,17],[2,139,111,7,140,112],[17,74,46],[7,54,24,16,55,25],[34,37,13],[4,151,121,5,152,122],[4,75,47,14,76,48],[11,54,24,14,55,25],[16,45,15,14,46,16],[6,147,117,4,148,118],[6,73,45,14,74,46],[11,54,24,16,55,25],[30,46,16,2,47,17],[8,132,106,4,133,107],[8,75,47,13,76,48],[7,54,24,22,55,25],[22,45,15,13,46,16],[10,142,114,2,143,115],[19,74,46,4,75,47],[28,50,22,6,51,23],[33,46,16,4,47,17],[8,152,122,4,153,123],[22,73,45,3,74,46],[8,53,23,26,54,24],[12,45,15,28,46,16],[3,147,117,10,148,118],[3,73,45,23,74,46],[4,54,24,31,55,25],[11,45,15,31,46,16],[7,146,116,7,147,117],[21,73,45,7,74,46],[1,53,23,37,54,24],[19,45,15,26,46,16],[5,145,115,10,146,116],[19,75,47,10,76,48],[15,54,24,25,55,25],[23,45,15,25,46,16],[13,145,115,3,146,116],[2,74,46,29,75,47],[42,54,24,1,55,25],[23,45,15,28,46,16],[17,145,115],[10,74,46,23,75,47],[10,54,24,35,55,25],[19,45,15,35,46,16],[17,145,115,1,146,116],[14,74,46,21,75,47],[29,54,24,19,55,25],[11,45,15,46,46,16],[13,145,115,6,146,116],[14,74,46,23,75,47],[44,54,24,7,55,25],[59,46,16,1,47,17],[12,151,121,7,152,122],[12,75,47,26,76,48],[39,54,24,14,55,25],[22,45,15,41,46,16],[6,151,121,14,152,122],[6,75,47,34,76,48],[46,54,24,10,55,25],[2,45,15,64,46,16],[17,152,122,4,153,123],[29,74,46,14,75,47],[49,54,24,10,55,25],[24,45,15,46,46,16],[4,152,122,18,153,123],[13,74,46,32,75,47],[48,54,24,14,55,25],[42,45,15,32,46,16],[20,147,117,4,148,118],[40,75,47,7,76,48],[43,54,24,22,55,25],[10,45,15,67,46,16],[19,148,118,6,149,119],[18,75,47,31,76,48],[34,54,24,34,55,25],[20,45,15,61,46,16]],e=function e(t,_e2){var r={};return r.totalCount=t,r.dataCount=_e2,r},r={getRSBlocks:function getRSBlocks(r,n){var o=function(e,r){switch(r){case a.L:return t[4*(e-1)+0];case a.M:return t[4*(e-1)+1];case a.Q:return t[4*(e-1)+2];case a.H:return t[4*(e-1)+3];default:return}}(r,n);if(void 0===o)throw"bad rs block @ typeNumber:"+r+"/errorCorrectionLevel:"+n;for(var i=o.length/3,s=[],u=0;u<i;u+=1)for(var h=o[3*u+0],c=o[3*u+1],l=o[3*u+2],d=0;d<h;d+=1)s.push(e(c,l));return s}};return r}(),l=function l(){var t=[],e=0,r={getBuffer:function getBuffer(){return t},getAt:function getAt(e){var r=Math.floor(e/8);return 1==(t[r]>>>7-e%8&1)},put:function put(t,e){for(var n=0;n<e;n+=1)r.putBit(1==(t>>>e-n-1&1))},getLengthInBits:function getLengthInBits(){return e},putBit:function putBit(r){var n=Math.floor(e/8);t.length<=n&&t.push(0),r&&(t[n]|=128>>>e%8),e+=1}};return r},d=function d(t){var e=t,r={getMode:function getMode(){return 1},getLength:function getLength(t){return e.length},write:function write(t){for(var r=e,o=0;o+2<r.length;)t.put(n(r.substring(o,o+3)),10),o+=3;o<r.length&&(r.length-o==1?t.put(n(r.substring(o,o+1)),4):r.length-o==2&&t.put(n(r.substring(o,o+2)),7))}},n=function n(t){for(var e=0,r=0;r<t.length;r+=1)e=10*e+o(t.charAt(r));return e},o=function o(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);throw"illegal char :"+t};return r},f=function f(t){var e=t,r={getMode:function getMode(){return 2},getLength:function getLength(t){return e.length},write:function write(t){for(var r=e,o=0;o+1<r.length;)t.put(45*n(r.charAt(o))+n(r.charAt(o+1)),11),o+=2;o<r.length&&t.put(n(r.charAt(o)),6)}},n=function n(t){if("0"<=t&&t<="9")return t.charCodeAt(0)-"0".charCodeAt(0);if("A"<=t&&t<="Z")return t.charCodeAt(0)-"A".charCodeAt(0)+10;switch(t){case" ":return 36;case"$":return 37;case"%":return 38;case"*":return 39;case"+":return 40;case"-":return 41;case".":return 42;case"/":return 43;case":":return 44;default:throw"illegal char :"+t}};return r},g=function g(e){var r=t.stringToBytes(e);return{getMode:function getMode(){return 4},getLength:function getLength(t){return r.length},write:function write(t){for(var e=0;e<r.length;e+=1)t.put(r[e],8)}}},p=function p(e){var r=t.stringToBytesFuncs.SJIS;if(!r)throw"sjis not supported.";!function(t,e){var n=r("友");if(2!=n.length||38726!=(n[0]<<8|n[1]))throw"sjis not supported."}();var n=r(e);return{getMode:function getMode(){return 8},getLength:function getLength(t){return~~(n.length/2)},write:function write(t){for(var e=n,r=0;r+1<e.length;){var o=(255&e[r])<<8|255&e[r+1];if(33088<=o&&o<=40956)o-=33088;else{if(!(57408<=o&&o<=60351))throw"illegal char at "+(r+1)+"/"+o;o-=49472}o=192*(o>>>8&255)+(255&o),t.put(o,13),r+=2}if(r<e.length)throw"illegal char at "+(r+1)}}},v=function v(){var t=[],e={writeByte:function writeByte(e){t.push(255&e)},writeShort:function writeShort(t){e.writeByte(t),e.writeByte(t>>>8)},writeBytes:function writeBytes(t,r,n){r=r||0,n=n||t.length;for(var o=0;o<n;o+=1)e.writeByte(t[o+r])},writeString:function writeString(t){for(var r=0;r<t.length;r+=1)e.writeByte(t.charCodeAt(r))},toByteArray:function toByteArray(){return t},toString:function toString(){var e="";e+="[";for(var r=0;r<t.length;r+=1)r>0&&(e+=","),e+=t[r];return e+"]"}};return e},w=function w(t){var e=t,r=0,n=0,o=0,i={read:function read(){for(;o<8;){if(r>=e.length){if(0==o)return-1;throw"unexpected end of file./"+o}var t=e.charAt(r);if(r+=1,"="==t)return o=0,-1;t.match(/^\s$/)||(n=n<<6|a(t.charCodeAt(0)),o+=6)}var i=n>>>o-8&255;return o-=8,i}},a=function a(t){if(65<=t&&t<=90)return t-65;if(97<=t&&t<=122)return t-97+26;if(48<=t&&t<=57)return t-48+52;if(43==t)return 62;if(47==t)return 63;throw"c:"+t};return i},y=function y(t,e,r){for(var n=function(t,e){var r=t,n=e,o=new Array(t*e),i={setPixel:function setPixel(t,e,n){o[e*r+t]=n},write:function write(t){t.writeString("GIF87a"),t.writeShort(r),t.writeShort(n),t.writeByte(128),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(0),t.writeByte(255),t.writeByte(255),t.writeByte(255),t.writeString(","),t.writeShort(0),t.writeShort(0),t.writeShort(r),t.writeShort(n),t.writeByte(0);var e=a(2);t.writeByte(2);for(var o=0;e.length-o>255;)t.writeByte(255),t.writeBytes(e,o,255),o+=255;t.writeByte(e.length-o),t.writeBytes(e,o,e.length-o),t.writeByte(0),t.writeString(";")}},a=function a(t){for(var e=1<<t,r=1+(1<<t),n=t+1,i=s(),a=0;a<e;a+=1)i.add(String.fromCharCode(a));i.add(String.fromCharCode(e)),i.add(String.fromCharCode(r));var u,h,c,l=v(),d=(u=l,h=0,c=0,{write:function write(t,e){if(t>>>e!=0)throw"length over";for(;h+e>=8;)u.writeByte(255&(t<<h|c)),e-=8-h,t>>>=8-h,c=0,h=0;c|=t<<h,h+=e},flush:function flush(){h>0&&u.writeByte(c)}});d.write(e,n);var f=0,g=String.fromCharCode(o[f]);for(f+=1;f<o.length;){var p=String.fromCharCode(o[f]);f+=1,i.contains(g+p)?g+=p:(d.write(i.indexOf(g),n),i.size()<4095&&(i.size()==1<<n&&(n+=1),i.add(g+p)),g=p)}return d.write(i.indexOf(g),n),d.write(r,n),d.flush(),l.toByteArray()},s=function s(){var t={},e=0,r={add:function add(n){if(r.contains(n))throw"dup key:"+n;t[n]=e,e+=1},size:function size(){return e},indexOf:function indexOf(e){return t[e]},contains:function contains(e){return void 0!==t[e]}};return r};return i}(t,e),o=0;o<e;o+=1)for(var i=0;i<t;i+=1)n.setPixel(i,o,r(i,o));var a=v();n.write(a);for(var s=function(){var t=0,e=0,r=0,n="",o={},i=function i(t){n+=String.fromCharCode(a(63&t))},a=function a(t){if(t<0);else{if(t<26)return 65+t;if(t<52)return t-26+97;if(t<62)return t-52+48;if(62==t)return 43;if(63==t)return 47}throw"n:"+t};return o.writeByte=function(n){for(t=t<<8|255&n,e+=8,r+=1;e>=6;)i(t>>>e-6),e-=6},o.flush=function(){if(e>0&&(i(t<<6-e),t=0,e=0),r%3!=0)for(var o=3-r%3,a=0;a<o;a+=1)n+="="},o.toString=function(){return n},o}(),u=a.toByteArray(),h=0;h<u.length;h+=1)s.writeByte(u[h]);return s.flush(),"data:image/gif;base64,"+s};return t}();o.stringToBytesFuncs["UTF-8"]=function(t){return function(t){for(var e=[],r=0;r<t.length;r++){var n=t.charCodeAt(r);n<128?e.push(n):n<2048?e.push(192|n>>6,128|63&n):n<55296||n>=57344?e.push(224|n>>12,128|n>>6&63,128|63&n):(r++,n=65536+((1023&n)<<10|1023&t.charCodeAt(r)),e.push(240|n>>18,128|n>>12&63,128|n>>6&63,128|63&n))}return e}(t)},void 0===(n="function"==typeof(r=function r(){return o})?r.apply(e,[]):r)||(t.exports=n)},676:function _(t,e,r){"use strict";r.d(e,{default:function _default(){return q}});var _n2=function n(){return(_n2=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)},o=function o(){for(var t=0,e=0,r=arguments.length;e<r;e++)t+=arguments[e].length;var n=Array(t),o=0;for(e=0;e<r;e++)for(var i=arguments[e],a=0,s=i.length;a<s;a++,o++)n[o]=i[a];return n},i=function i(t){return!!t&&"object"==_typeof(t)&&!Array.isArray(t)};function a(t){for(var e=[],r=1;r<arguments.length;r++)e[r-1]=arguments[r];if(!e.length)return t;var s=e.shift();return void 0!==s&&i(t)&&i(s)?(t=_n2({},t),Object.keys(s).forEach(function(e){var r=t[e],n=s[e];Array.isArray(r)&&Array.isArray(n)?t[e]=n:i(r)&&i(n)?t[e]=a(Object.assign({},r),n):t[e]=n}),a.apply(void 0,o([t],e))):t}function s(t,e){var r=document.createElement("a");r.download=e,r.href=t,document.body.appendChild(r),r.click(),document.body.removeChild(r)}function u(t){return e=this,r=void 0,o=function o(){return function(t,e){var r,n,o,i,a={label:0,sent:function sent(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n["return"]:i[0]?n["throw"]||((o=n["return"])&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}}(this,function(e){return[2,new Promise(function(e){var r=new XMLHttpRequest;r.onload=function(){var t=new FileReader;t.onloadend=function(){e(t.result)},t.readAsDataURL(r.response)},r.open("GET",t),r.responseType="blob",r.send()})]})},new((n=void 0)||(n=Promise))(function(t,i){function a(t){try{u(o.next(t))}catch(t){i(t)}}function s(t){try{u(o["throw"](t))}catch(t){i(t)}}function u(e){var r;e.done?t(e.value):(r=e.value,r instanceof n?r:new n(function(t){t(r)})).then(a,s)}u((o=o.apply(e,r||[])).next())});var e,r,n,o}var h={L:.07,M:.15,Q:.25,H:.3};var _c=function c(){return(_c=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};var l=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"dots":o=this._drawDot;break;case"classy":o=this._drawClassy;break;case"classy-rounded":o=this._drawClassyRounded;break;case"rounded":o=this._drawRounded;break;case"extra-rounded":o=this._drawExtraRounded;break;case"square":default:o=this._drawSquare}o.call(this,{x:t,y:e,size:r,getNeighbor:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(n+r/2)),e._element.setAttribute("cy",String(o+r/2)),e._element.setAttribute("r",String(r/2))}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(n)),e._element.setAttribute("y",String(o)),e._element.setAttribute("width",String(r)),e._element.setAttribute("height",String(r))}}))},t.prototype._basicSideRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r/2+"a "+r/2+" "+r/2+", 0, 0, 0, 0 "+-r)}}))},t.prototype._basicCornerRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"v "+-r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+-r/2+" "+-r/2)}}))},t.prototype._basicCornerExtraRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"a "+r+" "+r+", 0, 0, 0, "+-r+" "+-r)}}))},t.prototype._basicCornersRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_c(_c({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("d","M "+n+" "+o+"v "+r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+r/2+" "+r/2+"h "+r/2+"v "+-r/2+"a "+r/2+" "+r/2+", 0, 0, 0, "+-r/2+" "+-r/2)}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size;this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size;this._basicSquare({x:e,y:r,size:n,rotation:0})},t.prototype._drawRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0,h=i+a+s+u;if(0!==h){if(h>2||i&&a||s&&u)this._basicSquare({x:e,y:r,size:n,rotation:0});else{if(2===h){var c=0;return i&&s?c=Math.PI/2:s&&a?c=Math.PI:a&&u&&(c=-Math.PI/2),void this._basicCornerRounded({x:e,y:r,size:n,rotation:c})}if(1===h)return c=0,s?c=Math.PI/2:a?c=Math.PI:u&&(c=-Math.PI/2),void this._basicSideRounded({x:e,y:r,size:n,rotation:c})}}else this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawExtraRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0,h=i+a+s+u;if(0!==h){if(h>2||i&&a||s&&u)this._basicSquare({x:e,y:r,size:n,rotation:0});else{if(2===h){var c=0;return i&&s?c=Math.PI/2:s&&a?c=Math.PI:a&&u&&(c=-Math.PI/2),void this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:c})}if(1===h)return c=0,s?c=Math.PI/2:a?c=Math.PI:u&&(c=-Math.PI/2),void this._basicSideRounded({x:e,y:r,size:n,rotation:c})}}else this._basicDot({x:e,y:r,size:n,rotation:0})},t.prototype._drawClassy=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0;0!==i+a+s+u?i||s?a||u?this._basicSquare({x:e,y:r,size:n,rotation:0}):this._basicCornerRounded({x:e,y:r,size:n,rotation:Math.PI/2}):this._basicCornerRounded({x:e,y:r,size:n,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:r,size:n,rotation:Math.PI/2})},t.prototype._drawClassyRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.getNeighbor,i=o?+o(-1,0):0,a=o?+o(1,0):0,s=o?+o(0,-1):0,u=o?+o(0,1):0;0!==i+a+s+u?i||s?a||u?this._basicSquare({x:e,y:r,size:n,rotation:0}):this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:Math.PI/2}):this._basicCornerExtraRounded({x:e,y:r,size:n,rotation:-Math.PI/2}):this._basicCornersRounded({x:e,y:r,size:n,rotation:Math.PI/2})},t}();var _d2=function d(){return(_d2=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};var f=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"square":o=this._drawSquare;break;case"extra-rounded":o=this._drawExtraRounded;break;case"dot":default:o=this._drawDot}o.call(this,{x:t,y:e,size:r,rotation:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(_d2(_d2({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+(n+r/2)+" "+o+"a "+r/2+" "+r/2+" 0 1 0 0.1 0zm 0 "+i+"a "+(r/2-i)+" "+(r/2-i)+" 0 1 1 -0.1 0Z")}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(_d2(_d2({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+n+" "+o+"v "+r+"h "+r+"v "+-r+"zM "+(n+i)+" "+(o+i)+"h "+(r-2*i)+"v "+(r-2*i)+"h "+(2*i-r)+"z")}}))},t.prototype._basicExtraRounded=function(t){var e=this,r=t.size,n=t.x,o=t.y,i=r/7;this._rotateFigure(_d2(_d2({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","path"),e._element.setAttribute("clip-rule","evenodd"),e._element.setAttribute("d","M "+n+" "+(o+2.5*i)+"v "+2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*i+" "+2.5*i+"h "+2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*i+" "+2.5*-i+"v "+-2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*-i+" "+2.5*-i+"h "+-2*i+"a "+2.5*i+" "+2.5*i+", 0, 0, 0, "+2.5*-i+" "+2.5*i+"M "+(n+2.5*i)+" "+(o+i)+"h "+2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*i+" "+1.5*i+"v "+2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*-i+" "+1.5*i+"h "+-2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*-i+" "+1.5*-i+"v "+-2*i+"a "+1.5*i+" "+1.5*i+", 0, 0, 1, "+1.5*i+" "+1.5*-i)}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicDot({x:e,y:r,size:n,rotation:o})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicSquare({x:e,y:r,size:n,rotation:o})},t.prototype._drawExtraRounded=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicExtraRounded({x:e,y:r,size:n,rotation:o})},t}();var _g=function g(){return(_g=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};var p=function(){function t(t){var e=t.svg,r=t.type;this._svg=e,this._type=r}return t.prototype.draw=function(t,e,r,n){var o;switch(this._type){case"square":o=this._drawSquare;break;case"dot":default:o=this._drawDot}o.call(this,{x:t,y:e,size:r,rotation:n})},t.prototype._rotateFigure=function(t){var e,r=t.x,n=t.y,o=t.size,i=t.rotation,a=void 0===i?0:i,s=r+o/2,u=n+o/2;(0,t.draw)(),null===(e=this._element)||void 0===e||e.setAttribute("transform","rotate("+180*a/Math.PI+","+s+","+u+")")},t.prototype._basicDot=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_g(_g({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","circle"),e._element.setAttribute("cx",String(n+r/2)),e._element.setAttribute("cy",String(o+r/2)),e._element.setAttribute("r",String(r/2))}}))},t.prototype._basicSquare=function(t){var e=this,r=t.size,n=t.x,o=t.y;this._rotateFigure(_g(_g({},t),{draw:function draw(){e._element=document.createElementNS("http://www.w3.org/2000/svg","rect"),e._element.setAttribute("x",String(n)),e._element.setAttribute("y",String(o)),e._element.setAttribute("width",String(r)),e._element.setAttribute("height",String(r))}}))},t.prototype._drawDot=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicDot({x:e,y:r,size:n,rotation:o})},t.prototype._drawSquare=function(t){var e=t.x,r=t.y,n=t.size,o=t.rotation;this._basicSquare({x:e,y:r,size:n,rotation:o})},t}(),v="circle";var w=function w(t,e,r,n){return new(r||(r=Promise))(function(o,i){function a(t){try{u(n.next(t))}catch(t){i(t)}}function s(t){try{u(n["throw"](t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r(function(t){t(e)})).then(a,s)}u((n=n.apply(t,e||[])).next())})},y=function y(t,e){var r,n,o,i,a={label:0,sent:function sent(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n["return"]:i[0]?n["throw"]||((o=n["return"])&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}},m=[[1,1,1,1,1,1,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,0,0,0,0,0,1],[1,1,1,1,1,1,1]],b=[[0,0,0,0,0,0,0],[0,0,0,0,0,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,1,1,1,0,0],[0,0,0,0,0,0,0],[0,0,0,0,0,0,0]];var _=function(){function t(t){this._element=document.createElementNS("http://www.w3.org/2000/svg","svg"),this._element.setAttribute("width",String(t.width)),this._element.setAttribute("height",String(t.height)),this._defs=document.createElementNS("http://www.w3.org/2000/svg","defs"),this._element.appendChild(this._defs),this._options=t}return Object.defineProperty(t.prototype,"width",{get:function get(){return this._options.width},enumerable:!1,configurable:!0}),Object.defineProperty(t.prototype,"height",{get:function get(){return this._options.height},enumerable:!1,configurable:!0}),t.prototype.getElement=function(){return this._element},t.prototype.drawQR=function(t){return w(this,void 0,void 0,function(){var e,r,n,o,i,a,s,u,c,l,d=this;return y(this,function(f){switch(f.label){case 0:return e=t.getModuleCount(),r=Math.min(this._options.width,this._options.height)-2*this._options.margin,n=this._options.shape===v?r/Math.sqrt(2):r,o=Math.floor(n/e),i={hideXDots:0,hideYDots:0,width:0,height:0},this._qr=t,this._options.image?[4,this.loadImage()]:[3,2];case 1:if(f.sent(),!this._image)return[2];a=this._options,s=a.imageOptions,u=a.qrOptions,c=s.imageSize*h[u.errorCorrectionLevel],l=Math.floor(c*e*e),i=function(t){var e=t.originalHeight,r=t.originalWidth,n=t.maxHiddenDots,o=t.maxHiddenAxisDots,i=t.dotSize,a={x:0,y:0},s={x:0,y:0};if(e<=0||r<=0||n<=0||i<=0)return{height:0,width:0,hideYDots:0,hideXDots:0};var u=e/r;return a.x=Math.floor(Math.sqrt(n/u)),a.x<=0&&(a.x=1),o&&o<a.x&&(a.x=o),a.x%2==0&&a.x--,s.x=a.x*i,a.y=1+2*Math.ceil((a.x*u-1)/2),s.y=Math.round(s.x*u),(a.y*a.x>n||o&&o<a.y)&&(o&&o<a.y?(a.y=o,a.y%2==0&&a.x--):a.y-=2,s.y=a.y*i,a.x=1+2*Math.ceil((a.y/u-1)/2),s.x=Math.round(s.y/u)),{height:s.y,width:s.x,hideYDots:a.y,hideXDots:a.x}}({originalWidth:this._image.width,originalHeight:this._image.height,maxHiddenDots:l,maxHiddenAxisDots:e-14,dotSize:o}),f.label=2;case 2:return this.drawBackground(),this.drawDots(function(t,r){var n,o,a,s,u,h;return!(d._options.imageOptions.hideBackgroundDots&&t>=(e-i.hideXDots)/2&&t<(e+i.hideXDots)/2&&r>=(e-i.hideYDots)/2&&r<(e+i.hideYDots)/2||(null===(n=m[t])||void 0===n?void 0:n[r])||(null===(o=m[t-e+7])||void 0===o?void 0:o[r])||(null===(a=m[t])||void 0===a?void 0:a[r-e+7])||(null===(s=b[t])||void 0===s?void 0:s[r])||(null===(u=b[t-e+7])||void 0===u?void 0:u[r])||(null===(h=b[t])||void 0===h?void 0:h[r-e+7]))}),this.drawCorners(),this._options.image?[4,this.drawImage({width:i.width,height:i.height,count:e,dotSize:o})]:[3,4];case 3:f.sent(),f.label=4;case 4:return[2]}})})},t.prototype.drawBackground=function(){var t,e,r,n=this._element,o=this._options;if(n){var i=null===(t=o.backgroundOptions)||void 0===t?void 0:t.gradient,a=null===(e=o.backgroundOptions)||void 0===e?void 0:e.color;if((i||a)&&this._createColor({options:i,color:a,additionalRotation:0,x:0,y:0,height:o.height,width:o.width,name:"background-color"}),null===(r=o.backgroundOptions)||void 0===r?void 0:r.round){var s=Math.min(o.width,o.height),u=document.createElementNS("http://www.w3.org/2000/svg","rect");this._backgroundClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._backgroundClipPath.setAttribute("id","clip-path-background-color"),this._defs.appendChild(this._backgroundClipPath),u.setAttribute("x",String((o.width-s)/2)),u.setAttribute("y",String((o.height-s)/2)),u.setAttribute("width",String(s)),u.setAttribute("height",String(s)),u.setAttribute("rx",String(s/2*o.backgroundOptions.round)),this._backgroundClipPath.appendChild(u)}}},t.prototype.drawDots=function(t){var e,r,n=this;if(!this._qr)throw"QR code is not defined";var o=this._options,i=this._qr.getModuleCount();if(i>o.width||i>o.height)throw"The canvas is too small.";var a=Math.min(o.width,o.height)-2*o.margin,s=o.shape===v?a/Math.sqrt(2):a,u=Math.floor(s/i),h=Math.floor((o.width-i*u)/2),c=Math.floor((o.height-i*u)/2),d=new l({svg:this._element,type:o.dotsOptions.type});this._dotsClipPath=document.createElementNS("http://www.w3.org/2000/svg","clipPath"),this._dotsClipPath.setAttribute("id","clip-path-dot-color"),this._defs.appendChild(this._dotsClipPath),this._createColor({options:null===(e=o.dotsOptions)||void 0===e?void 0:e.gradient,color:o.dotsOptions.color,additionalRotation:0,x:0,y:0,height:o.height,width:o.width,name:"dot-color"});for(var f=function f(e){for(var o=function o(_o){return t&&!t(e,_o)?"continue":(null===(r=g._qr)||void 0===r?void 0:r.isDark(e,_o))?(d.draw(h+e*u,c+_o*u,u,function(r,a){return!(e+r<0||_o+a<0||e+r>=i||_o+a>=i)&&!(t&&!t(e+r,_o+a))&&!!n._qr&&n._qr.isDark(e+r,_o+a)}),void(d._element&&g._dotsClipPath&&g._dotsClipPath.appendChild(d._element))):"continue"},a=0;a<i;a++)o(a)},g=this,p=0;p<i;p++)f(p);if(o.shape===v){var w=Math.floor((a/u-i)/2),y=i+2*w,m=h-w*u,b=c-w*u,_=[],x=Math.floor(y/2);for(p=0;p<y;p++){_[p]=[];for(var S=0;S<y;S++)p>=w-1&&p<=y-w&&S>=w-1&&S<=y-w||Math.sqrt((p-x)*(p-x)+(S-x)*(S-x))>x?_[p][S]=0:_[p][S]=this._qr.isDark(S-2*w<0?S:S>=i?S-2*w:S-w,p-2*w<0?p:p>=i?p-2*w:p-w)?1:0}var M=function M(t){for(var e=function e(_e3){if(!_[t][_e3])return"continue";d.draw(m+t*u,b+_e3*u,u,function(r,n){var o;return!!(null===(o=_[t+r])||void 0===o?void 0:o[_e3+n])}),d._element&&C._dotsClipPath&&C._dotsClipPath.appendChild(d._element)},r=0;r<y;r++)e(r)},C=this;for(p=0;p<y;p++)M(p)}},t.prototype.drawCorners=function(){var t=this;if(!this._qr)throw"QR code is not defined";var e=this._element,r=this._options;if(!e)throw"Element code is not defined";var n=this._qr.getModuleCount(),o=Math.min(r.width,r.height)-2*r.margin,i=r.shape===v?o/Math.sqrt(2):o,a=Math.floor(i/n),s=7*a,u=3*a,h=Math.floor((r.width-n*a)/2),c=Math.floor((r.height-n*a)/2);[[0,0,0],[1,0,Math.PI/2],[0,1,-Math.PI/2]].forEach(function(e){var o,i,d,g,v,w,y,_,x,S,M,C,A=e[0],k=e[1],O=e[2],D=h+A*a*(n-7),P=c+k*a*(n-7),z=t._dotsClipPath,B=t._dotsClipPath;if(((null===(o=r.cornersSquareOptions)||void 0===o?void 0:o.gradient)||(null===(i=r.cornersSquareOptions)||void 0===i?void 0:i.color))&&((z=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-square-color-"+A+"-"+k),t._defs.appendChild(z),t._cornersSquareClipPath=t._cornersDotClipPath=B=z,t._createColor({options:null===(d=r.cornersSquareOptions)||void 0===d?void 0:d.gradient,color:null===(g=r.cornersSquareOptions)||void 0===g?void 0:g.color,additionalRotation:O,x:D,y:P,height:s,width:s,name:"corners-square-color-"+A+"-"+k})),null===(v=r.cornersSquareOptions)||void 0===v?void 0:v.type){var q=new f({svg:t._element,type:r.cornersSquareOptions.type});q.draw(D,P,s,O),q._element&&z&&z.appendChild(q._element)}else for(var I=new l({svg:t._element,type:r.dotsOptions.type}),E=function E(t){for(var e=function e(_e4){if(!(null===(w=m[t])||void 0===w?void 0:w[_e4]))return"continue";I.draw(D+t*a,P+_e4*a,a,function(r,n){var o;return!!(null===(o=m[t+r])||void 0===o?void 0:o[_e4+n])}),I._element&&z&&z.appendChild(I._element)},r=0;r<m[t].length;r++)e(r)},L=0;L<m.length;L++)E(L);if(((null===(y=r.cornersDotOptions)||void 0===y?void 0:y.gradient)||(null===(_=r.cornersDotOptions)||void 0===_?void 0:_.color))&&((B=document.createElementNS("http://www.w3.org/2000/svg","clipPath")).setAttribute("id","clip-path-corners-dot-color-"+A+"-"+k),t._defs.appendChild(B),t._cornersDotClipPath=B,t._createColor({options:null===(x=r.cornersDotOptions)||void 0===x?void 0:x.gradient,color:null===(S=r.cornersDotOptions)||void 0===S?void 0:S.color,additionalRotation:O,x:D+2*a,y:P+2*a,height:u,width:u,name:"corners-dot-color-"+A+"-"+k})),null===(M=r.cornersDotOptions)||void 0===M?void 0:M.type){var R=new p({svg:t._element,type:r.cornersDotOptions.type});R.draw(D+2*a,P+2*a,u,O),R._element&&B&&B.appendChild(R._element)}else{I=new l({svg:t._element,type:r.dotsOptions.type});var N=function N(t){for(var e=function e(_e5){if(!(null===(C=b[t])||void 0===C?void 0:C[_e5]))return"continue";I.draw(D+t*a,P+_e5*a,a,function(r,n){var o;return!!(null===(o=b[t+r])||void 0===o?void 0:o[_e5+n])}),I._element&&B&&B.appendChild(I._element)},r=0;r<b[t].length;r++)e(r)};for(L=0;L<b.length;L++)N(L)}})},t.prototype.loadImage=function(){var t=this;return new Promise(function(e,r){var n=t._options,o=new Image;if(!n.image)return r("Image is not defined");"string"==typeof n.imageOptions.crossOrigin&&(o.crossOrigin=n.imageOptions.crossOrigin),t._image=o,o.onload=function(){e()},o.src=n.image})},t.prototype.drawImage=function(t){var e=t.width,r=t.height,n=t.count,o=t.dotSize;return w(this,void 0,void 0,function(){var t,i,a,s,h,c,l,d,f;return y(this,function(g){switch(g.label){case 0:return t=this._options,i=Math.floor((t.width-n*o)/2),a=Math.floor((t.height-n*o)/2),s=i+t.imageOptions.margin+(n*o-e)/2,h=a+t.imageOptions.margin+(n*o-r)/2,c=e-2*t.imageOptions.margin,l=r-2*t.imageOptions.margin,(d=document.createElementNS("http://www.w3.org/2000/svg","image")).setAttribute("x",String(s)),d.setAttribute("y",String(h)),d.setAttribute("width",c+"px"),d.setAttribute("height",l+"px"),[4,u(t.image||"")];case 1:return f=g.sent(),d.setAttribute("href",f||""),this._element.appendChild(d),[2]}})})},t.prototype._createColor=function(t){var e=t.options,r=t.color,n=t.additionalRotation,o=t.x,i=t.y,a=t.height,s=t.width,u=t.name,h=s>a?s:a,c=document.createElementNS("http://www.w3.org/2000/svg","rect");if(c.setAttribute("x",String(o)),c.setAttribute("y",String(i)),c.setAttribute("height",String(a)),c.setAttribute("width",String(s)),c.setAttribute("clip-path","url('#clip-path-"+u+"')"),e){var l;if("radial"===e.type)(l=document.createElementNS("http://www.w3.org/2000/svg","radialGradient")).setAttribute("id",u),l.setAttribute("gradientUnits","userSpaceOnUse"),l.setAttribute("fx",String(o+s/2)),l.setAttribute("fy",String(i+a/2)),l.setAttribute("cx",String(o+s/2)),l.setAttribute("cy",String(i+a/2)),l.setAttribute("r",String(h/2));else{var d=((e.rotation||0)+n)%(2*Math.PI),f=(d+2*Math.PI)%(2*Math.PI),g=o+s/2,p=i+a/2,v=o+s/2,w=i+a/2;f>=0&&f<=.25*Math.PI||f>1.75*Math.PI&&f<=2*Math.PI?(g-=s/2,p-=a/2*Math.tan(d),v+=s/2,w+=a/2*Math.tan(d)):f>.25*Math.PI&&f<=.75*Math.PI?(p-=a/2,g-=s/2/Math.tan(d),w+=a/2,v+=s/2/Math.tan(d)):f>.75*Math.PI&&f<=1.25*Math.PI?(g+=s/2,p+=a/2*Math.tan(d),v-=s/2,w-=a/2*Math.tan(d)):f>1.25*Math.PI&&f<=1.75*Math.PI&&(p+=a/2,g+=s/2/Math.tan(d),w-=a/2,v-=s/2/Math.tan(d)),(l=document.createElementNS("http://www.w3.org/2000/svg","linearGradient")).setAttribute("id",u),l.setAttribute("gradientUnits","userSpaceOnUse"),l.setAttribute("x1",String(Math.round(g))),l.setAttribute("y1",String(Math.round(p))),l.setAttribute("x2",String(Math.round(v))),l.setAttribute("y2",String(Math.round(w)))}e.colorStops.forEach(function(t){var e=t.offset,r=t.color,n=document.createElementNS("http://www.w3.org/2000/svg","stop");n.setAttribute("offset",100*e+"%"),n.setAttribute("stop-color",r),l.appendChild(n)}),c.setAttribute("fill","url('#"+u+"')"),this._defs.appendChild(l)}else r&&c.setAttribute("fill",r);this._element.appendChild(c)},t}(),x="canvas";for(var S={},M=0;M<=40;M++)S[M]=M;var C={type:x,shape:"square",width:300,height:300,data:"",margin:0,qrOptions:{typeNumber:S[0],mode:void 0,errorCorrectionLevel:"Q"},imageOptions:{hideBackgroundDots:!0,imageSize:.4,crossOrigin:void 0,margin:0},dotsOptions:{type:"square",color:"#000"},backgroundOptions:{round:0,color:"#fff"}};var _A=function A(){return(_A=Object.assign||function(t){for(var e,r=1,n=arguments.length;r<n;r++)for(var o in e=arguments[r])Object.prototype.hasOwnProperty.call(e,o)&&(t[o]=e[o]);return t}).apply(this,arguments)};function k(t){var e=_A({},t);if(!e.colorStops||!e.colorStops.length)throw"Field 'colorStops' is required in gradient";return e.rotation?e.rotation=Number(e.rotation):e.rotation=0,e.colorStops=e.colorStops.map(function(t){return _A(_A({},t),{offset:Number(t.offset)})}),e}function O(t){var e=_A({},t);return e.width=Number(e.width),e.height=Number(e.height),e.margin=Number(e.margin),e.imageOptions=_A(_A({},e.imageOptions),{hideBackgroundDots:Boolean(e.imageOptions.hideBackgroundDots),imageSize:Number(e.imageOptions.imageSize),margin:Number(e.imageOptions.margin)}),e.margin>Math.min(e.width,e.height)&&(e.margin=Math.min(e.width,e.height)),e.dotsOptions=_A({},e.dotsOptions),e.dotsOptions.gradient&&(e.dotsOptions.gradient=k(e.dotsOptions.gradient)),e.cornersSquareOptions&&(e.cornersSquareOptions=_A({},e.cornersSquareOptions),e.cornersSquareOptions.gradient&&(e.cornersSquareOptions.gradient=k(e.cornersSquareOptions.gradient))),e.cornersDotOptions&&(e.cornersDotOptions=_A({},e.cornersDotOptions),e.cornersDotOptions.gradient&&(e.cornersDotOptions.gradient=k(e.cornersDotOptions.gradient))),e.backgroundOptions&&(e.backgroundOptions=_A({},e.backgroundOptions),e.backgroundOptions.gradient&&(e.backgroundOptions.gradient=k(e.backgroundOptions.gradient))),e}var D=r(192),P=r.n(D),z=function z(t,e,r,n){return new(r||(r=Promise))(function(o,i){function a(t){try{u(n.next(t))}catch(t){i(t)}}function s(t){try{u(n["throw"](t))}catch(t){i(t)}}function u(t){var e;t.done?o(t.value):(e=t.value,e instanceof r?e:new r(function(t){t(e)})).then(a,s)}u((n=n.apply(t,e||[])).next())})},B=function B(t,e){var r,n,o,i,a={label:0,sent:function sent(){if(1&o[0])throw o[1];return o[1]},trys:[],ops:[]};return i={next:s(0),throw:s(1),return:s(2)},"function"==typeof Symbol&&(i[Symbol.iterator]=function(){return this}),i;function s(i){return function(s){return function(i){if(r)throw new TypeError("Generator is already executing.");for(;a;)try{if(r=1,n&&(o=2&i[0]?n["return"]:i[0]?n["throw"]||((o=n["return"])&&o.call(n),0):n.next)&&!(o=o.call(n,i[1])).done)return o;switch(n=0,o&&(i=[2&i[0],o.value]),i[0]){case 0:case 1:o=i;break;case 4:return a.label++,{value:i[1],done:!1};case 5:a.label++,n=i[1],i=[0];continue;case 7:i=a.ops.pop(),a.trys.pop();continue;default:if(!((o=(o=a.trys).length>0&&o[o.length-1])||6!==i[0]&&2!==i[0])){a=0;continue}if(3===i[0]&&(!o||i[1]>o[0]&&i[1]<o[3])){a.label=i[1];break}if(6===i[0]&&a.label<o[1]){a.label=o[1],o=i;break}if(o&&a.label<o[2]){a.label=o[2],a.ops.push(i);break}o[2]&&a.ops.pop(),a.trys.pop();continue}i=e.call(t,a)}catch(t){i=[6,t],n=0}finally{r=o=0}if(5&i[0])throw i[1];return{value:i[0]?i[1]:void 0,done:!0}}([i,s])}}};var q=function(){function t(t){this._options=t?O(a(C,t)):C,this.update()}return t._clearContainer=function(t){t&&(t.innerHTML="")},t.prototype._setupSvg=function(){var t=this;if(this._qr){var e=new _(this._options);this._svg=e.getElement(),this._svgDrawingPromise=e.drawQR(this._qr).then(function(){var r;t._svg&&(null===(r=t._extension)||void 0===r||r.call(t,e.getElement(),t._options))})}},t.prototype._setupCanvas=function(){var t,e=this;this._qr&&(this._canvas=document.createElement("canvas"),this._canvas.width=this._options.width,this._canvas.height=this._options.height,this._setupSvg(),this._canvasDrawingPromise=null===(t=this._svgDrawingPromise)||void 0===t?void 0:t.then(function(){if(e._svg){var t=e._svg,r=(new XMLSerializer).serializeToString(t),n="data:image/svg+xml;base64,"+btoa(r),o=new Image;return new Promise(function(t){o.onload=function(){var r,n;null===(n=null===(r=e._canvas)||void 0===r?void 0:r.getContext("2d"))||void 0===n||n.drawImage(o,0,0),t()},o.src=n})}}))},t.prototype._getElement=function(t){return void 0===t&&(t="png"),z(this,void 0,void 0,function(){return B(this,function(e){switch(e.label){case 0:if(!this._qr)throw"QR code is empty";return"svg"!==t.toLowerCase()?[3,2]:(this._svg&&this._svgDrawingPromise||this._setupSvg(),[4,this._svgDrawingPromise]);case 1:return e.sent(),[2,this._svg];case 2:return this._canvas&&this._canvasDrawingPromise||this._setupCanvas(),[4,this._canvasDrawingPromise];case 3:return e.sent(),[2,this._canvas]}})})},t.prototype.update=function(e){t._clearContainer(this._container),this._options=e?O(a(this._options,e)):this._options,this._options.data&&(this._qr=P()(this._options.qrOptions.typeNumber,this._options.qrOptions.errorCorrectionLevel),this._qr.addData(this._options.data,this._options.qrOptions.mode||function(t){switch(!0){case/^[0-9]*$/.test(t):return"Numeric";case/^[0-9A-Z $%*+\-./:]*$/.test(t):return"Alphanumeric";default:return"Byte"}}(this._options.data)),this._qr.make(),this._options.type===x?this._setupCanvas():this._setupSvg(),this.append(this._container))},t.prototype.append=function(t){if(t){if("function"!=typeof t.appendChild)throw"Container should be a single DOM node";this._options.type===x?this._canvas&&t.appendChild(this._canvas):this._svg&&t.appendChild(this._svg),this._container=t}},t.prototype.applyExtension=function(t){if(!t)throw"Extension function should be defined.";this._extension=t,this.update()},t.prototype.deleteExtension=function(){this._extension=void 0,this.update()},t.prototype.getRawData=function(t){return void 0===t&&(t="png"),z(this,void 0,void 0,function(){var e,r,n;return B(this,function(o){switch(o.label){case 0:if(!this._qr)throw"QR code is empty";return[4,this._getElement(t)];case 1:return(e=o.sent())?"svg"===t.toLowerCase()?(r=new XMLSerializer,n=r.serializeToString(e),[2,new Blob(['<?xml version="1.0" standalone="no"?>\r\n'+n],{type:"image/svg+xml"})]):[2,new Promise(function(r){return e.toBlob(r,"image/"+t,1)})]:[2,null]}})})},t.prototype.download=function(t){return z(this,void 0,void 0,function(){var e,r,n,o,i;return B(this,function(a){switch(a.label){case 0:if(!this._qr)throw"QR code is empty";return e="png",r="qr","string"==typeof t?(e=t,console.warn("Extension is deprecated as argument for 'download' method, please pass object { name: '...', extension: '...' } as argument")):"object"==_typeof(t)&&null!==t&&(t.name&&(r=t.name),t.extension&&(e=t.extension)),[4,this._getElement(e)];case 1:return(n=a.sent())?("svg"===e.toLowerCase()?(o=new XMLSerializer,i='<?xml version="1.0" standalone="no"?>\r\n'+(i=o.serializeToString(n)),s("data:image/svg+xml;charset=utf-8,"+encodeURIComponent(i),r+".svg")):s(n.toDataURL("image/"+e),r+"."+e),[2]):[2]}})})},t}()}},e={};function r(n){if(e[n])return e[n].exports;var o=e[n]={exports:{}};return t[n](o,o.exports,r),o.exports}return r.n=function(t){var e=t&&t.__esModule?function(){return t["default"]}:function(){return t};return r.d(e,{a:e}),e},r.d=function(t,e){for(var n in e)r.o(e,n)&&!r.o(t,n)&&Object.defineProperty(t,n,{enumerable:!0,get:e[n]})},r.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},r(676)}()["default"]})},{}]},{},[13])(13)});
|