From 34fef44d8a219bf0b607eb2b7c9ef9dcbc60b125 Mon Sep 17 00:00:00 2001 From: ShahanaFarooqui Date: Thu, 27 Sep 2018 22:20:43 -0400 Subject: [PATCH] LND Wallet Complete LND Wallet Complete --- angular/assets/styles/style.css | 20 +- angular/index.html | 4 +- angular/main.f67708a74ab81f3d782a.js | 1 + angular/styles.d5d7e795bfda7c99a927.css | 1 + package-lock.json | 1657 +++-------------------- package.json | 20 +- settings/ui.settings.json | 2 +- 7 files changed, 241 insertions(+), 1464 deletions(-) create mode 100644 angular/main.f67708a74ab81f3d782a.js create mode 100644 angular/styles.d5d7e795bfda7c99a927.css diff --git a/angular/assets/styles/style.css b/angular/assets/styles/style.css index f78c765d..dcfc5537 100644 --- a/angular/assets/styles/style.css +++ b/angular/assets/styles/style.css @@ -196,8 +196,22 @@ top: 5px !important; } -.qr-code-position { +.top-minus-5px { position: relative; - top: -80px; - margin-bottom: -80px; + top:-5px; } + +.top-minus-15px { + position: relative; + top:-15px; +} + +.top-minus-25px { + position: relative; + top:-25px; + margin-bottom: -25px !important; +} + +.cursor-pointer { + cursor: pointer !important; +} \ No newline at end of file diff --git a/angular/index.html b/angular/index.html index 1f04e390..ab795c32 100644 --- a/angular/index.html +++ b/angular/index.html @@ -5,8 +5,8 @@ - + - \ No newline at end of file + \ No newline at end of file diff --git a/angular/main.f67708a74ab81f3d782a.js b/angular/main.f67708a74ab81f3d782a.js new file mode 100644 index 00000000..57f4adb3 --- /dev/null +++ b/angular/main.f67708a74ab81f3d782a.js @@ -0,0 +1 @@ +(window.webpackJsonp=window.webpackJsonp||[]).push([[3],{"+gEr":function(t,e,n){"use strict";n.r(e),n.d(e,"defaultThrottleConfig",function(){return l}),n.d(e,"throttle",function(){return a});var i=n(null),r=n(null),o=n(null),l={leading:!0,trailing:!1};function a(t,e){return void 0===e&&(e=l),function(n){return n.lift(new s(t,e.leading,e.trailing))}}var s=function(){function t(t,e,n){this.durationSelector=t,this.leading=e,this.trailing=n}return t.prototype.call=function(t,e){return e.subscribe(new u(t,this.durationSelector,this.leading,this.trailing))},t}(),u=function(t){function e(e,n,i,r){var o=t.call(this,e)||this;return o.destination=e,o.durationSelector=n,o._leading=i,o._trailing=r,o._hasValue=!1,o}return i.a(e,t),e.prototype._next=function(t){this._hasValue=!0,this._sendValue=t,this._throttled||(this._leading?this.send():this.throttle(t))},e.prototype.send=function(){var t=this._sendValue;this._hasValue&&(this.destination.next(t),this.throttle(t)),this._hasValue=!1,this._sendValue=null},e.prototype.throttle=function(t){var e=this.tryDurationSelector(t);e&&this.add(this._throttled=Object(o.a)(this,e))},e.prototype.tryDurationSelector=function(t){try{return this.durationSelector(t)}catch(t){return this.destination.error(t),null}},e.prototype.throttlingDone=function(){var t=this._throttled,e=this._trailing;t&&t.unsubscribe(),this._throttled=null,e&&this.send()},e.prototype.notifyNext=function(t,e,n,i,r){this.throttlingDone()},e.prototype.notifyComplete=function(){this.throttlingDone()},e}(r.a)},"/PH2":function(t,e,n){"use strict";n.r(e),n.d(e,"withLatestFrom",function(){return l});var i=n(null),r=n(null),o=n(null);function l(){for(var t=[],e=0;e0){var l=o.indexOf(n);-1!==l&&o.splice(l,1)}},e.prototype.notifyComplete=function(){},e.prototype._next=function(t){if(0===this.toRespond.length){var e=[t].concat(this.values);this.project?this._tryProject(e):this.destination.next(e)}},e.prototype._tryProject=function(t){var e;try{e=this.project.apply(this,t)}catch(t){return void this.destination.error(t)}this.destination.next(e)},e}(r.a)},"/ojb":function(t,e,n){"use strict";n.r(e),n.d(e,"sampleTime",function(){return l});var i=n(null),r=n(null),o=n(null);function l(t,e){return void 0===e&&(e=o.a),function(n){return n.lift(new a(t,e))}}var a=function(){function t(t,e){this.period=t,this.scheduler=e}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.period,this.scheduler))},t}(),s=function(t){function e(e,n,i){var r=t.call(this,e)||this;return r.period=n,r.scheduler=i,r.hasValue=!1,r.add(i.schedule(u,n,{subscriber:r,period:n})),r}return i.a(e,t),e.prototype._next=function(t){this.lastValue=t,this.hasValue=!0},e.prototype.notifyNext=function(){this.hasValue&&(this.hasValue=!1,this.destination.next(this.lastValue))},e}(r.a);function u(t){var e=t.period;t.subscriber.notifyNext(),this.schedule(t,e)}},"0GsU":function(t,e,n){"use strict";n.r(e),n.d(e,"skipUntil",function(){return l});var i=n(null),r=n(null),o=n(null);function l(t){return function(e){return e.lift(new a(t))}}var a=function(){function t(t){this.notifier=t}return t.prototype.call=function(t,e){return e.subscribe(new s(t,this.notifier))},t}(),s=function(t){function e(e,n){var i=t.call(this,e)||this;return i.hasValue=!1,i.add(i.innerSubscription=Object(o.a)(i,n)),i}return i.a(e,t),e.prototype._next=function(e){this.hasValue&&t.prototype._next.call(this,e)},e.prototype.notifyNext=function(t,e,n,i,r){this.hasValue=!0,this.innerSubscription.unsubscribe()},e.prototype.notifyComplete=function(){},e}(r.a)},"0mNj":function(t,e,n){"use strict";n.r(e),n.d(e,"skip",function(){return o});var i=n(null),r=n(null);function o(t){return function(e){return e.lift(new l(t))}}var l=function(){function t(t){this.total=t}return t.prototype.call=function(t,e){return e.subscribe(new a(t,this.total))},t}(),a=function(t){function e(e,n){var i=t.call(this,e)||this;return i.total=n,i.count=0,i}return i.a(e,t),e.prototype._next=function(t){++this.count>this.total&&this.destination.next(t)},e}(r.a)},"0zd0":function(t,e,n){"use strict";n.r(e),n.d(e,"timeout",function(){return a});var i=n(null),r=n("3U0i"),o=n("ceCD"),l=n(null);function a(t,e){return void 0===e&&(e=i.a),Object(o.timeoutWith)(t,Object(l.a)(new r.TimeoutError),e)}},"14Nl":function(t,e,n){"use strict";n.r(e),n.d(e,"skipLast",function(){return l});var i=n(null),r=n(null),o=n(null);function l(t){return function(e){return e.lift(new a(t))}}var a=function(){function t(t){if(this._skipCount=t,this._skipCount<0)throw new o.a}return t.prototype.call=function(t,e){return e.subscribe(0===this._skipCount?new r.a(t):new s(t,this._skipCount))},t}(),s=function(t){function e(e,n){var i=t.call(this,e)||this;return i._skipCount=n,i._count=0,i._ring=new Array(n),i}return i.a(e,t),e.prototype._next=function(t){var e=this._skipCount,n=this._count++;if(n0?W:q)(t)},G=P,X={},K={}.toString,Q=function(t){return K.call(t).slice(8,-1)},Z=Object("z").propertyIsEnumerable(0)?Object:function(t){return"String"==Q(t)?t.split(""):Object(t)},$=function(t){return Z(n(t))},J=Math.min,tt=Math.max,et=Math.min,nt=function(t,e,n){for(var i,r=$(t),o=(i=r.length)>0?J(Y(i),9007199254740991):0,l=function(t,e){return(t=Y(t))<0?tt(t+e,0):et(t,e)}(n,o);o>l;l++)if(l in r&&r[l]===e)return l||0;return-1},it=p("IE_PROTO"),rt=function(t,e){var n,i=$(t),r=0,l=[];for(n in i)n!=it&&o(i,n)&&l.push(n);for(;e.length>r;)o(i,n=e[r++])&&(~nt(l,n)||l.push(n));return l},ot="constructor,hasOwnProperty,isPrototypeOf,propertyIsEnumerable,toLocaleString,toString,valueOf".split(","),lt=Object.keys||function(t){return rt(t,ot)},at=x?Object.defineProperties:function(t,e){_(t);for(var n,i=lt(e),r=i.length,o=0;r>o;)I.f(t,n=i[o++],e[n]);return t},st=l.document&&document.documentElement,ut=p("IE_PROTO"),ct=function(){},ht=function(){var t,e=S("iframe"),n=ot.length;for(e.style.display="none",st.appendChild(e),e.src="javascript:",(t=e.contentWindow.document).open(),t.write("