dropkiq-ui
Version:
Liquid Expressions Simplified
1 lines • 696 B
JavaScript
"use strict";Object.defineProperty(exports,"__esModule",{value:!0});var dropkiq_1=require("dropkiq"),DropkiqUI_1=require("./DropkiqUI"),DropkiqUIFromScope=function(){function e(e,i,o,t){void 0===o&&(o=""),void 0===t&&(t={}),this.element=e,this.scope=i,this.licenseKey=o,this.options=t,this.dropkiqEngineFromScope=new dropkiq_1.DropkiqEngineFromScope("",0,this.scope,this.licenseKey,this.options),this.schema=this.dropkiqEngineFromScope.schema,this.context=this.dropkiqEngineFromScope.context}return e.prototype.dropkiqUI=function(){return new DropkiqUI_1.DropkiqUI(this.element,this.schema,this.context,this.scope,this.licenseKey,this.options)},e}();exports.DropkiqUIFromScope=DropkiqUIFromScope;