This commit is contained in:
Egor 2017-12-12 18:49:09 -08:00
parent a9f5e9c5bd
commit 77c82327d3
6 changed files with 30 additions and 30 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 75 KiB

View file

@ -6,7 +6,7 @@ return a>u&&a>l&&a>1?(l/=a,u/=a,a=1):l>u&&l>a&&l>1?(a/=l,u/=l,l=1):u>a&&u>l&&u>1
return e=Number(e/255),t=Number(t/255),n=Number(n/255),e=e>.04045?Math.pow((e+.055)/1.055,2.4):e/12.92,t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92,n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92,r=.664511*e+.154324*t+.162028*n,i=.283881*e+.668433*t+.047685*n,o=88e-6*e+.07231*t+.986039*n,s=r/(r+i+o),a=i/(r+i+o),[s,a]}window.EmberENV={FEATURES:{}}
var runningTests=!1,loader,define,requireModule,require,requirejs;(function(e){"use strict"
function t(){var e=Object.create(null)
return e.__=void 0,delete e.__,e}function n(e,t,n,r){this.uuid=p++,this.id=e,this.deps=!t.length&&n.length?d:t,this.module={exports:{}},this.callback=n,this.hasExportsAsDep=!1,this.isAlias=r,this.reified=new Array(t.length),this.state="new"}function r(){}function i(e){this.id=e}function o(e,t,n){for(var r=u[e]||u[e+"/index"];r&&r.isAlias;)r=u[r.id]
return e.__=void 0,delete e.__,e}function n(e,t,n,r){this.uuid=c++,this.id=e,this.deps=!t.length&&n.length?p:t,this.module={exports:{}},this.callback=n,this.hasExportsAsDep=!1,this.isAlias=r,this.reified=new Array(t.length),this.state="new"}function r(){}function i(e){this.id=e}function o(e,t,n){for(var r=u[e]||u[e+"/index"];r&&r.isAlias;)r=u[r.id]
return r||function(e,t){throw new Error("Could not find module `"+e+"` imported from `"+t+"`")}(e,t),n&&"pending"!==r.state&&"finalized"!==r.state&&(r.findDeps(n),n.push(r)),r}function s(e,t){if("."!==e.charAt(0))return e
for(var n=e.split("/"),r=t.split("/").slice(0,-1),i=0,o=n.length;i<o;i++){var s=n[i]
if(".."===s){if(0===r.length)throw new Error("Cannot access parent module of root")
@ -15,7 +15,7 @@ r.push(s)}}return r.join("/")}function a(e){return!(!u[e]&&!u[e+"/index"])}var l
requirejs=require=requireModule=function(e){for(var t=[],n=o(e,"(require)",t),r=t.length-1;r>=0;r--)t[r].exports()
return n.module.exports},loader={noConflict:function(t){var n,r
for(n in t)t.hasOwnProperty(n)&&l.hasOwnProperty(n)&&(r=t[n],e[r]=e[n],e[n]=l[n])},makeDefaultExport:!0}
var u=t(),c=t(),p=0,d=["require","exports","module"]
var u=t(),c=(t(),0),p=["require","exports","module"]
n.prototype.makeDefaultExport=function(){var e=this.module.exports
null===e||"object"!=typeof e&&"function"!=typeof e||void 0!==e.default||!Object.isExtensible(e)||(e.default=e)},n.prototype.exports=function(){if("finalized"===this.state||"reifying"===this.state)return this.module.exports
loader.wrapModules&&(this.callback=loader.wrapModules(this.id,this.callback)),this.reify()
@ -27,7 +27,7 @@ for(var t=this.deps,n=0;n<t.length;n++){var r=t[n],i=this.reified[n]={exports:vo
"exports"===r?(this.hasExportsAsDep=!0,i.exports=this.module.exports):"require"===r?i.exports=this.makeRequire():"module"===r?i.exports=this.module:i.module=o(s(r,this.id),this.id,e)}}},n.prototype.makeRequire=function(){var e=this.id,t=function(t){return require(s(t,e))}
return t.default=t,t.moduleId=e,t.has=function(t){return a(s(t,e))},t},(define=function(e,t,r){var o=u[e]
o&&"new"!==o.state||(arguments.length<2&&function(e){throw new Error("an unsupported module was defined, expected `define(id, deps, module)` instead got: `"+e+"` arguments to define`")}(arguments.length),Array.isArray(t)||(r=t,t=[]),u[e]=r instanceof i?new n(r.id,t,r,!0):new n(e,t,r,!1))}).exports=function(e,t){var i=u[e]
if(!i||"new"===i.state)return i=new n(e,[],r,null),i.module.exports=t,i.state="finalized",u[e]=i,i},define.alias=function(e,t){return 2===arguments.length?define(t,new i(e)):new i(e)},requirejs.entries=requirejs._eak_seen=u,requirejs.has=a,requirejs.unsee=function(e){o(e,"(unsee)",!1).unsee()},requirejs.clear=function(){requirejs.entries=requirejs._eak_seen=u=t(),c=t()},define("foo",function(){}),define("foo/bar",[],function(){}),define("foo/asdf",["module","exports","require"],function(e,t,n){n.has("foo/bar")&&n("foo/bar")}),define("foo/baz",[],define.alias("foo")),define("foo/quz",define.alias("foo")),define.alias("foo","foo/qux"),define("foo/bar",["foo","./quz","./baz","./asdf","./bar","../foo"],function(){}),define("foo/main",["foo/bar"],function(){}),define.exports("foo/exports",{}),require("foo/exports"),require("foo/main"),require.unsee("foo/bar"),requirejs.clear(),"object"==typeof exports&&"object"==typeof module&&module.exports&&(module.exports={require:require,define:define})})(this),function(e){"use strict"
if(!i||"new"===i.state)return i=new n(e,[],r,null),i.module.exports=t,i.state="finalized",u[e]=i,i},define.alias=function(e,t){return 2===arguments.length?define(t,new i(e)):new i(e)},requirejs.entries=requirejs._eak_seen=u,requirejs.has=a,requirejs.unsee=function(e){o(e,"(unsee)",!1).unsee()},requirejs.clear=function(){requirejs.entries=requirejs._eak_seen=u=t(),t()},define("foo",function(){}),define("foo/bar",[],function(){}),define("foo/asdf",["module","exports","require"],function(e,t,n){n.has("foo/bar")&&n("foo/bar")}),define("foo/baz",[],define.alias("foo")),define("foo/quz",define.alias("foo")),define.alias("foo","foo/qux"),define("foo/bar",["foo","./quz","./baz","./asdf","./bar","../foo"],function(){}),define("foo/main",["foo/bar"],function(){}),define.exports("foo/exports",{}),require("foo/exports"),require("foo/main"),require.unsee("foo/bar"),requirejs.clear(),"object"==typeof exports&&"object"==typeof module&&module.exports&&(module.exports={require:require,define:define})})(this),function(e){"use strict"
function t(e,t,i,o){var s=t&&t.prototype instanceof r?t:r,a=Object.create(s.prototype),l=new p(o||[])
return a._invoke=function(e,t,r){var i=_
return function(o,s){if(i===E)throw new Error("Generator is already running")
@ -1185,7 +1185,7 @@ return n||(n=t.details={}),e.prototype.toJSON.call(this)},r}(lr),cr=function(){f
l=i?(u=o[i]).bounds.firstNode():this.marker
var c=s.vmForInsertion(l),p=null,d=s.start
c.execute(d,function(i){o[e]=p=i.iterate(r,n),i.updatingOpcodeStack.push(new t.LinkedList),i.updateWith(p),i.updatingOpcodeStack.push(p.children)}),a.insertBefore(p,u),this.didInsert=!0},e.prototype.retain=function(){},e.prototype.move=function(e,t,n,r){var i=this.map,o=this.updating,s=i[e],a=i[r]||null
r?x(s,a.firstNode()):x(s,this.marker),o.remove(s),o.insertBefore(s,a)},e.prototype.delete=function(e){var t=this.map,n=t[e]
x(s,r?a.firstNode():this.marker),o.remove(s),o.insertBefore(s,a)},e.prototype.delete=function(e){var t=this.map,n=t[e]
n.didDestroy(),E(n),this.updating.remove(n),delete t[e],this.didDelete=!0},e.prototype.done=function(){this.opcode.didInitializeChildren(this.didInsert||this.didDelete)},e}(),pr=function(e){function r(i,o,s,a,l){De(this,r)
var u=je(this,e.call(this,i,o,s,a))
u.type="list-block",u.map=(0,t.dict)(),u.lastIterated=n.INITIAL,u.artifacts=l
@ -2034,8 +2034,8 @@ _(w,e,t,r,n),i&&(tt=null)}(t,n,i),function(e,t,n){var r=n.readableChainWatchers(
void 0!==r&&r.notify(t,!0,w)}(0,n,i),function(e,t,n){if(n.isSourceDestroying())return
var r=t+":change",i=void 0
Ze>0?(i=Je.add(e,t,r),O(e,r,i,n)):h(e,r,[e,t])}(t,n,i)),t[Qe]&&t[Qe](n),o){if(i.isSourceDestroying())return
v(i,n)}}}function _(e,t,r,i,o){var s=void 0,a=void 0,l=n.guidFor(t),u=i[l]
u||(u=i[l]={}),u[r]||(u[r]=!0,o.forEachInDeps(r,function(n,r){r&&(s=t[n],(a=null!==s&&"object"==typeof s&&s.isDescriptor)&&s._suspended===t||e(t,n,o))}))}function x(e,t,n){var r=n.readableChainWatchers()
v(i,n)}}}function _(e,t,r,i,o){var s=void 0,a=n.guidFor(t),l=i[a]
l||(l=i[a]={}),l[r]||(l[r]=!0,o.forEachInDeps(r,function(n,r){r&&(s=t[n],null!==s&&"object"==typeof s&&s.isDescriptor&&s._suspended===t||e(t,n,o))}))}function x(e,t,n){var r=n.readableChainWatchers()
void 0!==r&&r.revalidate(t)}function E(){Ze++}function C(){--Ze<=0&&(Xe.clear(),Je.flush())}function T(e,t){E()
try{e.call(t)}finally{C()}}function S(e,t,n){var r,i=-1
for(r=e.length-3;r>=0;r-=3)if(t===e[r]&&n===e[r+1]){i=r
@ -2307,7 +2307,7 @@ var e,t,n,r=new te(t.pop())
return t.length>0&&r.property.apply(r,t),r},e.cacheFor=ne,e.ComputedProperty=te,e.alias=function(e){return new Tt(e)},e.merge=function(e,t){if(null===t||"object"!=typeof t)return e
var n,r=Object.keys(t),i=void 0
for(n=0;n<r.length;n++)e[i=r[n]]=t[i]
return e},e.deprecateProperty=function(e,t,n,r){function i(){}Object.defineProperty(e,t,{configurable:!0,enumerable:!1,set:function(e){i(),K(this,n,e)},get:function(){return i(),U(this,n)}})},e.instrument=function(e,t,n,r){if(arguments.length<=3&&"function"==typeof t&&(r=n,n=t,t=void 0),0===St.length)return n.call(r)
return e},e.deprecateProperty=function(e,t,n,r){Object.defineProperty(e,t,{configurable:!0,enumerable:!1,set:function(e){K(this,n,e)},get:function(){return U(this,n)}})},e.instrument=function(e,t,n,r){if(arguments.length<=3&&"function"==typeof t&&(r=n,n=t,t=void 0),0===St.length)return n.call(r)
var i=t||{},o=se(e,function(){return i})
return o?function(e,t,n,r){var i=void 0
try{i=e.call(r)}catch(e){n.exception=e,i=n}finally{t()}return i}(n,o,i,r):n.call(r)},e._instrumentStart=se,e.instrumentationReset=function(){St.length=0,Ot={}},e.instrumentationSubscribe=function(e,t){var n,r=e.split("."),i=void 0,o=[]
@ -5192,27 +5192,27 @@ e.default=n.extend({layout:t.default,tagName:"md-optgroup",attributeBindings:["l
Object.defineProperty(e,"__esModule",{value:!0})
var i=Ember.computed
e.default=n.default.extend(r.default,{layout:t.default,tagName:"md-option",attributeBindings:["aria-selected","aria-disabled","aria-current","data-option-index","role","selected","tabindex"],rippleContainerSelector:null,tabindex:"0",fitRipple:i.readOnly("isIconButton"),center:i.readOnly("isIconButton"),dimBackground:i.not("isIconButton")})}),define("ember-paper/components/paper-progress-circular",["exports","ember-paper/templates/components/paper-progress-circular","ember-paper/mixins/color-mixin","ember-paper/utils/clamp","ember-css-transitions/mixins/transition-mixin"],function(e,t,n,r,i){"use strict"
Object.defineProperty(e,"__esModule",{value:!0})
var o=Ember.Component,s=Ember.computed,a=Ember.isPresent,l=Ember.String.htmlSafe,u="indeterminate",c=function(){return(new Date).getTime()}
e.default=o.extend(n.default,{layout:t.default,tagName:"md-progress-circular",classNames:["md-default-theme"],attributeBindings:["value","mode:md-mode","containerStyle:style"],classNameBindings:["spinnerClass","disabled:_md-progress-circular-disabled"],diameter:50,strokeRatio:.1,durationIndeterminate:1333,easeFnIndeterminate:function(e,t,n,r){var i=(e/=r)*e,o=i*e
return t+n*(6*o*i+-15*i*i+10*o)},startIndeterminate:1,endIndeterminate:149,mode:s("value",function(){var e=this.get("value")
return a(e)?"determinate":u}),spinnerClass:s("mode",function(){var e=this.get("mode")
return"determinate"===e||e===u?"md-mode-"+e:"ng-hide"}),isIndeterminate:s.equal("mode",u),strokeWidth:s("strokeRatio","diameter",function(){return this.get("strokeRatio")*this.get("diameter")}),strokeDasharray:s("mode","diameter","strokeWidth",function(){return this.get("mode")===u?(this.get("diameter")-this.get("strokeWidth"))*Math.PI*.75:(this.get("diameter")-this.get("strokeWidth"))*Math.PI}),d:s("diameter","strokeWidth","isIndeterminate",function(){return this.getSvgArc(this.get("diameter"),this.get("strokeWidth"),this.get("isIndeterminate"))}),pathDiameter:s("diameter","strokeWidth",function(){return this.get("diameter")-this.get("strokeWidth")}),containerStyle:s("diameter",function(){var e=this.get("diameter")
return l(["width: "+e+"px","height: "+e+"px"].join("; "))}),svgStyle:s("diameter",function(){var e=this.get("diameter")
return l(["width: "+e+"px","height: "+e+"px","transform-origin: "+e/2+"px "+e/2+"px "+e/2+"px"].join("; "))}),pathStyle:s("strokeWidth",function(){return l("stroke-width: "+this.get("strokeWidth")+"px")}),svgArc:s("value","oldValue","diameter",function(){}),didInsertElement:function(){this._super.apply(this,arguments),this.get("mode")===u&&this.startIndeterminateAnimation()},didReceiveAttrs:function(){this._super.apply(this,arguments)
function o(e,t,n,r){return n*e/r+t}Object.defineProperty(e,"__esModule",{value:!0})
var s=Ember.Component,a=Ember.computed,l=Ember.isPresent,u=Ember.String.htmlSafe,c="indeterminate",p=function(){return(new Date).getTime()}
e.default=s.extend(n.default,{layout:t.default,tagName:"md-progress-circular",classNames:["md-default-theme"],attributeBindings:["value","mode:md-mode","containerStyle:style"],classNameBindings:["spinnerClass","disabled:_md-progress-circular-disabled"],diameter:50,strokeRatio:.1,durationIndeterminate:1333,easeFnIndeterminate:function(e,t,n,r){var i=(e/=r)*e,o=i*e
return t+n*(6*o*i+-15*i*i+10*o)},startIndeterminate:1,endIndeterminate:149,mode:a("value",function(){var e=this.get("value")
return l(e)?"determinate":c}),spinnerClass:a("mode",function(){var e=this.get("mode")
return"determinate"===e||e===c?"md-mode-"+e:"ng-hide"}),isIndeterminate:a.equal("mode",c),strokeWidth:a("strokeRatio","diameter",function(){return this.get("strokeRatio")*this.get("diameter")}),strokeDasharray:a("mode","diameter","strokeWidth",function(){return this.get("mode")===c?(this.get("diameter")-this.get("strokeWidth"))*Math.PI*.75:(this.get("diameter")-this.get("strokeWidth"))*Math.PI}),d:a("diameter","strokeWidth","isIndeterminate",function(){return this.getSvgArc(this.get("diameter"),this.get("strokeWidth"),this.get("isIndeterminate"))}),pathDiameter:a("diameter","strokeWidth",function(){return this.get("diameter")-this.get("strokeWidth")}),containerStyle:a("diameter",function(){var e=this.get("diameter")
return u(["width: "+e+"px","height: "+e+"px"].join("; "))}),svgStyle:a("diameter",function(){var e=this.get("diameter")
return u(["width: "+e+"px","height: "+e+"px","transform-origin: "+e/2+"px "+e/2+"px "+e/2+"px"].join("; "))}),pathStyle:a("strokeWidth",function(){return u("stroke-width: "+this.get("strokeWidth")+"px")}),svgArc:a("value","oldValue","diameter",function(){}),didInsertElement:function(){this._super.apply(this,arguments),this.get("mode")===c&&this.startIndeterminateAnimation()},didReceiveAttrs:function(){this._super.apply(this,arguments)
var e=(0,r.default)(this.get("value"),0,100),t=this.get("disabled")
this.oldValue!==e&&(this.startDeterminateAnimation(this.oldValue,e),this.oldValue=e),this.oldDisabled!==t&&(t&&this.lastDrawFrame?(0,i.cAF)(this.lastDrawFrame):this.get("mode")===u&&this.startIndeterminateAnimation(),this.oldValue=e)},willDestroyElement:function(){this._super.apply(this,arguments),this.lastDrawFrame&&(0,i.cAF)(this.lastDrawFrame)},startDeterminateAnimation:function(e,t){this.renderCircle(e,t)},iterationCount:0,startIndeterminateAnimation:function(){this.renderCircle(this.get("startIndeterminate"),this.get("endIndeterminate"),this.get("easeFnIndeterminate"),this.get("durationIndeterminate"),this.iterationCount,75),this.iterationCount=++this.iterationCount%4},lastAnimationId:0,renderCircle:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:function(e,t,n,r){return n*e/r+t},o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:100,s=this,a=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,l=arguments.length>5&&void 0!==arguments[5]?arguments[5]:100,p=++this.lastAnimationId,d=c(),h=t-e,f=this.get("diameter"),m=this.get("strokeWidth"),g=-90*a,v=function(e,t,n,r){s.isDestroyed||s.isDestroying||(s.$("path").attr("stroke-dashoffset",s.getDashLength(t,n,e,r)),s.$("path").attr("transform","rotate("+g+" "+t/2+" "+t/2+")"))}
if(t===e)v(t,f,m,l)
else{var b=function t(){var a=(0,r.default)(c()-d,0,o)
v(n(a,e,h,o),f,m,l),p===s.lastAnimationId&&a<o&&(s.lastDrawFrame=(0,i.rAF)(t)),a>=o&&s.get("mode")===u&&s.startIndeterminateAnimation()}
this.lastDrawFrame=(0,i.rAF)(b)}},getSvgArc:function(e,t,n){var r=e/2,i=t/2,o=r+","+i,s=r-i
this.oldValue!==e&&(this.startDeterminateAnimation(this.oldValue,e),this.oldValue=e),this.oldDisabled!==t&&(t&&this.lastDrawFrame?(0,i.cAF)(this.lastDrawFrame):this.get("mode")===c&&this.startIndeterminateAnimation(),this.oldValue=e)},willDestroyElement:function(){this._super.apply(this,arguments),this.lastDrawFrame&&(0,i.cAF)(this.lastDrawFrame)},startDeterminateAnimation:function(e,t){this.renderCircle(e,t)},iterationCount:0,startIndeterminateAnimation:function(){this.renderCircle(this.get("startIndeterminate"),this.get("endIndeterminate"),this.get("easeFnIndeterminate"),this.get("durationIndeterminate"),this.iterationCount,75),this.iterationCount=++this.iterationCount%4},lastAnimationId:0,renderCircle:function(e,t){var n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:o,s=arguments.length>3&&void 0!==arguments[3]?arguments[3]:100,a=this,l=arguments.length>4&&void 0!==arguments[4]?arguments[4]:0,u=arguments.length>5&&void 0!==arguments[5]?arguments[5]:100,d=++this.lastAnimationId,h=p(),f=t-e,m=this.get("diameter"),g=this.get("strokeWidth"),v=-90*l,b=function(e,t,n,r){a.isDestroyed||a.isDestroying||(a.$("path").attr("stroke-dashoffset",a.getDashLength(t,n,e,r)),a.$("path").attr("transform","rotate("+v+" "+t/2+" "+t/2+")"))}
if(t===e)b(t,m,g,u)
else{var y=function t(){var o=(0,r.default)(p()-h,0,s)
b(n(o,e,f,s),m,g,u),d===a.lastAnimationId&&o<s&&(a.lastDrawFrame=(0,i.rAF)(t)),o>=s&&a.get("mode")===c&&a.startIndeterminateAnimation()}
this.lastDrawFrame=(0,i.rAF)(y)}},getSvgArc:function(e,t,n){var r=e/2,i=t/2,o=r+","+i,s=r-i
return"M"+o+"A"+s+","+s+" 0 1 1 "+(i+","+r)+(n?"":"A"+s+","+s+" 0 0 1 "+o)},getDashLength:function(e,t,n,r){return(e-t)*Math.PI*(3*(r||100)/100-n/100)}})}),define("ember-paper/components/paper-progress-linear",["exports","ember-paper/templates/components/paper-progress-linear","ember-paper/mixins/color-mixin"],function(e,t,n){"use strict"
function r(e){var t=e/100
return"translateX("+((e-100)/2).toString()+"%) scale("+t.toString()+", 1)"}Object.defineProperty(e,"__esModule",{value:!0})
var i=Ember.inject,o=Ember.computed,s=Ember.Component,a=Ember.isPresent,l=Ember.String.htmlSafe,u="determinate",c="indeterminate",p="buffer",d="query"
e.default=s.extend(n.default,{layout:t.default,tagName:"md-progress-linear",attributeBindings:["mode:md-mode","bufferValue:md-buffer-value"],classNames:["md-default-theme"],constants:i.service(),mode:o("value",function(){var e=this.get("value"),t=this.get("bufferValue")
return a(e)?a(t)?p:u:c}),queryModeClass:o("mode",function(){var e=this.get("mode")
return[d,p,u,c].includes(e)?"md-mode-"+e:""}),bar1Style:o("clampedBufferValue",function(){return l(this.get("constants.CSS.TRANSFORM")+": "+r(this.get("clampedBufferValue")))}),bar2Style:o("clampedValue","mode",function(){return l(this.get("mode")===d?"":this.get("constants.CSS.TRANSFORM")+": "+r(this.get("clampedValue")))}),clampedValue:o("value",function(){var e=this.get("value")
return[d,p,u,c].includes(e)?"md-mode-"+e:""}),bar1Style:o("clampedBufferValue",function(){return l(this.get("constants.CSS.TRANSFORM")+": "+r(this.get("clampedBufferValue")))}),bar2Style:o("clampedValue","mode",function(){return this.get("mode")===d?l(""):l(this.get("constants.CSS.TRANSFORM")+": "+r(this.get("clampedValue")))}),clampedValue:o("value",function(){var e=this.get("value")
return Math.max(0,Math.min(e||0,100))}),clampedBufferValue:o("bufferValue",function(){var e=this.get("bufferValue")
return Math.max(0,Math.min(e||0,100))})})}),define("ember-paper/components/paper-radio-base",["exports","ember-paper/templates/components/paper-radio-base","ember-paper/mixins/focusable-mixin","ember-paper/mixins/ripple-mixin","ember-paper/mixins/color-mixin"],function(e,t,n,r,i){"use strict"
Object.defineProperty(e,"__esModule",{value:!0})
@ -5515,7 +5515,7 @@ s.css({left:e+"px",top:t+"px",background:"black",width:p+"px",height:p+"px",back
this.ripples.indexOf(e)<0||(this.ripples.splice(this.ripples.indexOf(e),1),e.removeClass("md-ripple-active"),e.addClass("md-ripple-remove"),0===this.ripples.length&&this._container.css({backgroundColor:""}),i.later(this,function(){t.fadeOutComplete(e)},{},400))},fadeOutComplete:function(e){e.remove(),this.lastRipple=null}})}),define("ember-paper/mixins/translate3d-mixin",["exports","ember-css-transitions/mixins/transition-mixin"],function(e,t){"use strict"
Object.defineProperty(e,"__esModule",{value:!0})
var n=Ember.$,r=Ember.Mixin,i=Ember.String.htmlSafe,o=Ember.computed,s=Ember.inject,a=Ember.run
e.default=r.create({constants:s.service(),attributeBindings:["translateStyle:style"],classNameBindings:["transformIn:md-transition-in"],fromStyle:o("defaultedOpenFrom",function(){return this.toTransformCss(this.calculateZoomToOrigin(this.element,this.get("defaultedOpenFrom")))}),centerStyle:o(function(){return this.toTransformCss("")}),translateStyle:o("fromStyle","centerStyle","transformStyleApply",function(){return i("from"===this.get("transformStyleApply")?this.get("fromStyle"):"main"===this.get("transformStyleApply")?this.get("centerStyle"):"")}),onTranslateFromEnd:function(){},onTranslateToEnd:function(){},didInsertElement:function(){var e=this
e.default=r.create({constants:s.service(),attributeBindings:["translateStyle:style"],classNameBindings:["transformIn:md-transition-in"],fromStyle:o("defaultedOpenFrom",function(){return this.toTransformCss(this.calculateZoomToOrigin(this.element,this.get("defaultedOpenFrom")))}),centerStyle:o(function(){return this.toTransformCss("")}),translateStyle:o("fromStyle","centerStyle","transformStyleApply",function(){return"from"===this.get("transformStyleApply")?i(this.get("fromStyle")):"main"===this.get("transformStyleApply")?i(this.get("centerStyle")):i("")}),onTranslateFromEnd:function(){},onTranslateToEnd:function(){},didInsertElement:function(){var e=this
this._super.apply(this,arguments),a.schedule("afterRender",function(){e.set("transformStyleApply","from"),(0,t.nextTick)().then(function(){e.isDestroyed||(a.later(function(){e.get("isDestroying")||e.get("isDestroyed")||e.onTranslateFromEnd()},(0,t.computeTimeout)(e.element)||0),e.get("isDestroying")||e.get("isDestroyed")||(e.set("transformStyleApply","main"),e.set("transformIn",!0)))})})},willDestroyElement:function(){var e=this
this._super.apply(this,arguments)
var r=this.$().parent().clone(),i=r.find("md-dialog")

View file

@ -27,7 +27,7 @@
<meta property="og:image" content="/mstile-144x144.png" />
<link type="text/plain" rel="author" href="http://www.huegasm.com/humans.txt" />
<meta name="huegasm/config/environment" content="%7B%22modulePrefix%22%3A%22huegasm%22%2C%22podModulePrefix%22%3A%22huegasm/pods%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22huegasm%22%2C%22version%22%3A%221.0.0+b64e19c3%22%7D%2C%22ember-paper%22%3A%7B%22insertFontLinks%22%3Atrue%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />
<meta name="huegasm/config/environment" content="%7B%22modulePrefix%22%3A%22huegasm%22%2C%22podModulePrefix%22%3A%22huegasm/pods%22%2C%22environment%22%3A%22production%22%2C%22rootURL%22%3A%22/%22%2C%22locationType%22%3A%22auto%22%2C%22EmberENV%22%3A%7B%22FEATURES%22%3A%7B%7D%7D%2C%22APP%22%3A%7B%22name%22%3A%22huegasm%22%2C%22version%22%3A%221.0.0+104f7cd1%22%7D%2C%22ember-paper%22%3A%7B%22insertFontLinks%22%3Atrue%7D%2C%22exportApplicationGlobal%22%3Afalse%7D" />
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,400italic"><link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Raleway" rel="stylesheet">
@ -42,7 +42,7 @@
<meta name="theme-color" content="#ffffff">
<link rel="stylesheet" integrity="" href="/assets/vendor-52e88a74a6ec67a3fb7d4f442988e6b2.css">
<link rel="stylesheet" integrity="" href="/assets/huegasm-7581a817cc33a60bbd9723a8e08bc944.css">
<link rel="stylesheet" integrity="" href="/assets/huegasm-2a880a5f67f59b1c67b7708a48cd347a.css">
<script src="https://connect.soundcloud.com/sdk/sdk-3.1.2.js"></script>
@ -62,8 +62,8 @@
<body>
<script src="/assets/vendor-6a2c0dfc08b9e56364ee5b4db70205ff.js" integrity="sha256-tc0whebiAUkkCMczmVEuWmNUM+CUcKayR9j/LIgGKr4= sha512-ikkSwqk1PBGhRSBdDYsnRfJE4TkfJ03zNa3tJgDjJ6QjUOvTEgtjSaIB+Bny8+XSLsf33ZoLcrr/fJVbBUg7CQ==" ></script>
<script src="/assets/huegasm-57fc8225e427ef42c2c1cbf90cf0f107.js" integrity="sha256-zsFM9yJojgELkSCMKii95GqXDcfGhFqWEMtrdmQ1r9M= sha512-cKfS/zBp4tCWkyD68Ao/N7z7qjbrgoRkShaNPF081LfIjpev+vG6NhIiTS31vVJLa9F8LhKASNdJ8L5fwYLWXg==" ></script>
<script src="/assets/vendor-3bbb22e25145c0f1c3f8f1c6105bfc35.js" integrity="sha256-13D/GXCUp7PusEEx/RTqTM51QqxPnOQIwWSJtHlNhmU= sha512-k8f1T8hVojEKjKL8zdRO+lEx5qm0UScz42SLbm8VpAW1HlsVDrq/APC0p/Q+nZkZM59uerjZuzEPr9OzvCTJFQ==" ></script>
<script src="/assets/huegasm-11cb0e4a5452af55d6cd91dff3a159f9.js" integrity="sha256-yk7fV+l9a/X8jhVU4tVLiq3FZmWyzGQKcKx3G/SfY2Y= sha512-fOtEEFYIgXl0moPaQ3lxbjyatfUGtUf1MfYWhdPActMm5Yqkh5T+5MENwp7HmyQOfhHIz4wO/+vXWvBqrRaGcQ==" ></script>
<div id="ember-basic-dropdown-wormhole"></div>