mirror of https://github.com/ghostfolio/ghostfolio
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
4.2 KiB
9 lines
4.2 KiB
'use strict';
|
|
/**
|
|
* @license Angular
|
|
* (c) 2010-2025 Google LLC. https://angular.dev/
|
|
* License: MIT
|
|
*/(function(g,f){if(typeof define=="function"&&define.amd){define(["rxjs"],function(_d_0){var d={"rxjs": _d_0},r=function(m){if(m in d) return d[m];if(typeof require=="function") return require(m);throw new Error("Cannot find module '"+m+"'")};return f(r)})}else if(typeof exports=="object" && typeof module<"u"){module.exports=f(require)}else{var gN={"rxjs":"rxjs"},gReq=function(r){var mod = r in gN ? g[gN[r]] : g[r]; return mod };var m=f(gReq);for(var i in m) g[i]=m[i]}}(typeof globalThis < "u" ? globalThis : typeof self < "u" ? self : this,function(require){var exports={};var __exports=exports;var module={exports};
|
|
"use strict";(function(l,i){if(typeof define=="function"&&define.amd)define(["rxjs"],function(s){var f={rxjs:s},t=function(c){if(c in f)return f[c];if(typeof require=="function")return require(c);throw new Error("Cannot find module '"+c+"'")};return i(t)});else if(typeof exports=="object"&&typeof module<"u")module.exports=i(require);else{var p={rxjs:"rxjs"},h=function(s){var f=s in p?l[p[s]]:l[s];return f},n=i(h);for(var _ in n)l[_]=n[_]}})(typeof globalThis<"u"?globalThis:typeof self<"u"?self:exports,function(l){var i={},p=i,h={exports:i},n=l("rxjs");function _(s){s.__load_patch("rxjs",function(f,t,c){var y=t.__symbol__,g="rxjs.Subscriber.next",S="rxjs.Subscriber.error",m="rxjs.Subscriber.complete",v=Object.defineProperties,x=function(){var u=n.Observable.prototype,b=y("_subscribe"),a=u[b]=u._subscribe;v(n.Observable.prototype,{_zone:{value:null,writable:!0,configurable:!0},_zoneSource:{value:null,writable:!0,configurable:!0},_zoneSubscribe:{value:null,writable:!0,configurable:!0},source:{configurable:!0,get:function(){return this._zoneSource},set:function(r){this._zone=t.current,this._zoneSource=r}},_subscribe:{configurable:!0,get:function(){if(this._zoneSubscribe)return this._zoneSubscribe;if(this.constructor===n.Observable)return a;var r=Object.getPrototypeOf(this);return r&&r._subscribe},set:function(r){this._zone=t.current,r?this._zoneSubscribe=function(){if(this._zone&&this._zone!==t.current){var e=this._zone.run(r,this,arguments);if(typeof e=="function"){var o=this._zone;return function(){return o!==t.current?o.run(e,this,arguments):e.apply(this,arguments)}}else return e}else return r.apply(this,arguments)}:this._zoneSubscribe=r}},subjectFactory:{get:function(){return this._zoneSubjectFactory},set:function(r){var e=this._zone;this._zoneSubjectFactory=function(){return e&&e!==t.current?e.run(r,this,arguments):r.apply(this,arguments)}}}})};c.patchMethod(n.Observable.prototype,"lift",function(u){return function(b,a){var r=u.apply(b,a);return r.operator&&(r.operator._zone=t.current,c.patchMethod(r.operator,"call",function(e){return function(o,z){return o._zone&&o._zone!==t.current?o._zone.run(e,o,z):e.apply(o,z)}})),r}});var j=function(){v(n.Subscription.prototype,{_zone:{value:null,writable:!0,configurable:!0},_zoneUnsubscribe:{value:null,writable:!0,configurable:!0},_unsubscribe:{get:function(){if(this._zoneUnsubscribe||this._zoneUnsubscribeCleared)return this._zoneUnsubscribe;var u=Object.getPrototypeOf(this);return u&&u._unsubscribe},set:function(u){this._zone=t.current,u?(this._zoneUnsubscribeCleared=!1,this._zoneUnsubscribe=function(){return this._zone&&this._zone!==t.current?this._zone.run(u,this,arguments):u.apply(this,arguments)}):(this._zoneUnsubscribe=u,this._zoneUnsubscribeCleared=!0)}}})},d=function(){var u=n.Subscriber.prototype.next,b=n.Subscriber.prototype.error,a=n.Subscriber.prototype.complete;Object.defineProperty(n.Subscriber.prototype,"destination",{configurable:!0,get:function(){return this._zoneDestination},set:function(r){this._zone=t.current,this._zoneDestination=r}}),n.Subscriber.prototype.next=function(){var r=t.current,e=this._zone;return e&&e!==r?e.run(u,this,arguments,g):u.apply(this,arguments)},n.Subscriber.prototype.error=function(){var r=t.current,e=this._zone;return e&&e!==r?e.run(b,this,arguments,S):b.apply(this,arguments)},n.Subscriber.prototype.complete=function(){var r=t.current,e=this._zone;return e&&e!==r?e.run(a,this,arguments,m):a.call(this)}};x(),j(),d()})}return _(Zone),p!=i&&(h.exports=i),h.exports});
|
|
|
|
if(__exports != exports)module.exports = exports;return module.exports}));
|
|
|