UNPKG

plumes

Version:

Flying-fast Metro future vision components

3 lines (2 loc) 545 B
!function(){"use strict";window.Ractive.controller("pl-button-onoff",function(t,n,o,e,i){n.label="undefined"==typeof n["text-label"]?"on/off":n["text-label"];var l=t({plName:"pl-button-onoff",data:$.extend(!0,{on:!1},n),toggleOn:function(){this.set("on",!0)},toggleOff:function(){this.set("on",!1)},toggle:function(){this.set("on",!this.get("on"))},isOn:function(){return this.get("on")}});l.on("toggle",function(){l.toggle()}),n.toggle&&l.on("toggle",function(t){n.toggle(t,l.isOn())}),i()})}(); //# sourceMappingURL=pl-button-onoff.min.js.map