From 42f74c2ec28459fd6f6e95ec753c27a65fb4b7ea Mon Sep 17 00:00:00 2001 From: <> Date: Sat, 30 Dec 2023 18:08:53 +0000 Subject: [PATCH] Deployed 2370ea6 with MkDocs version: 1.5.3 --- .nojekyll | 0 404.html | 674 ++ add-to-xml/index.html | 727 ++ assets/cv-logo.png | Bin 0 -> 190963 bytes assets/images/favicon.png | Bin 0 -> 1870 bytes assets/javascripts/bundle.d7c377c4.min.js | 29 + assets/javascripts/bundle.d7c377c4.min.js.map | 7 + assets/javascripts/lunr/min/lunr.ar.min.js | 1 + assets/javascripts/lunr/min/lunr.da.min.js | 18 + assets/javascripts/lunr/min/lunr.de.min.js | 18 + assets/javascripts/lunr/min/lunr.du.min.js | 18 + assets/javascripts/lunr/min/lunr.el.min.js | 1 + assets/javascripts/lunr/min/lunr.es.min.js | 18 + assets/javascripts/lunr/min/lunr.fi.min.js | 18 + assets/javascripts/lunr/min/lunr.fr.min.js | 18 + assets/javascripts/lunr/min/lunr.he.min.js | 1 + assets/javascripts/lunr/min/lunr.hi.min.js | 1 + assets/javascripts/lunr/min/lunr.hu.min.js | 18 + assets/javascripts/lunr/min/lunr.hy.min.js | 1 + assets/javascripts/lunr/min/lunr.it.min.js | 18 + assets/javascripts/lunr/min/lunr.ja.min.js | 1 + assets/javascripts/lunr/min/lunr.jp.min.js | 1 + assets/javascripts/lunr/min/lunr.kn.min.js | 1 + assets/javascripts/lunr/min/lunr.ko.min.js | 1 + assets/javascripts/lunr/min/lunr.multi.min.js | 1 + assets/javascripts/lunr/min/lunr.nl.min.js | 18 + assets/javascripts/lunr/min/lunr.no.min.js | 18 + assets/javascripts/lunr/min/lunr.pt.min.js | 18 + assets/javascripts/lunr/min/lunr.ro.min.js | 18 + assets/javascripts/lunr/min/lunr.ru.min.js | 18 + assets/javascripts/lunr/min/lunr.sa.min.js | 1 + .../lunr/min/lunr.stemmer.support.min.js | 1 + assets/javascripts/lunr/min/lunr.sv.min.js | 18 + assets/javascripts/lunr/min/lunr.ta.min.js | 1 + assets/javascripts/lunr/min/lunr.te.min.js | 1 + assets/javascripts/lunr/min/lunr.th.min.js | 1 + assets/javascripts/lunr/min/lunr.tr.min.js | 18 + assets/javascripts/lunr/min/lunr.vi.min.js | 1 + assets/javascripts/lunr/min/lunr.zh.min.js | 1 + assets/javascripts/lunr/tinyseg.js | 206 + assets/javascripts/lunr/wordcut.js | 6708 +++++++++++++++++ .../workers/search.f886a092.min.js | 42 + .../workers/search.f886a092.min.js.map | 7 + assets/stylesheets/main.50c56a3b.min.css | 1 + assets/stylesheets/main.50c56a3b.min.css.map | 1 + assets/stylesheets/palette.06af60db.min.css | 1 + .../stylesheets/palette.06af60db.min.css.map | 1 + auto-complete/index.html | 829 ++ auto-indenting/index.html | 862 +++ config.js | 3 + contribution/documentation/index.html | 805 ++ contribution/report/index.html | 729 ++ contribution/suggestion/index.html | 729 ++ find-and-replace/index.html | 752 ++ highlight/index.html | 1007 +++ index.html | 791 ++ install/index.html | 807 ++ line-number/index.html | 964 +++ pair-complete/index.html | 745 ++ search/search_index.json | 1 + sitemap.xml | 68 + sitemap.xml.gz | Bin 0 -> 332 bytes snippets/index.html | 749 ++ 63 files changed, 18532 insertions(+) create mode 100644 .nojekyll create mode 100644 404.html create mode 100644 add-to-xml/index.html create mode 100644 assets/cv-logo.png create mode 100644 assets/images/favicon.png create mode 100644 assets/javascripts/bundle.d7c377c4.min.js create mode 100644 assets/javascripts/bundle.d7c377c4.min.js.map create mode 100644 assets/javascripts/lunr/min/lunr.ar.min.js create mode 100644 assets/javascripts/lunr/min/lunr.da.min.js create mode 100644 assets/javascripts/lunr/min/lunr.de.min.js create mode 100644 assets/javascripts/lunr/min/lunr.du.min.js create mode 100644 assets/javascripts/lunr/min/lunr.el.min.js create mode 100644 assets/javascripts/lunr/min/lunr.es.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.fr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.he.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hu.min.js create mode 100644 assets/javascripts/lunr/min/lunr.hy.min.js create mode 100644 assets/javascripts/lunr/min/lunr.it.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ja.min.js create mode 100644 assets/javascripts/lunr/min/lunr.jp.min.js create mode 100644 assets/javascripts/lunr/min/lunr.kn.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ko.min.js create mode 100644 assets/javascripts/lunr/min/lunr.multi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.nl.min.js create mode 100644 assets/javascripts/lunr/min/lunr.no.min.js create mode 100644 assets/javascripts/lunr/min/lunr.pt.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ro.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ru.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sa.min.js create mode 100644 assets/javascripts/lunr/min/lunr.stemmer.support.min.js create mode 100644 assets/javascripts/lunr/min/lunr.sv.min.js create mode 100644 assets/javascripts/lunr/min/lunr.ta.min.js create mode 100644 assets/javascripts/lunr/min/lunr.te.min.js create mode 100644 assets/javascripts/lunr/min/lunr.th.min.js create mode 100644 assets/javascripts/lunr/min/lunr.tr.min.js create mode 100644 assets/javascripts/lunr/min/lunr.vi.min.js create mode 100644 assets/javascripts/lunr/min/lunr.zh.min.js create mode 100644 assets/javascripts/lunr/tinyseg.js create mode 100644 assets/javascripts/lunr/wordcut.js create mode 100644 assets/javascripts/workers/search.f886a092.min.js create mode 100644 assets/javascripts/workers/search.f886a092.min.js.map create mode 100644 assets/stylesheets/main.50c56a3b.min.css create mode 100644 assets/stylesheets/main.50c56a3b.min.css.map create mode 100644 assets/stylesheets/palette.06af60db.min.css create mode 100644 assets/stylesheets/palette.06af60db.min.css.map create mode 100644 auto-complete/index.html create mode 100644 auto-indenting/index.html create mode 100644 config.js create mode 100644 contribution/documentation/index.html create mode 100644 contribution/report/index.html create mode 100644 contribution/suggestion/index.html create mode 100644 find-and-replace/index.html create mode 100644 highlight/index.html create mode 100644 index.html create mode 100644 install/index.html create mode 100644 line-number/index.html create mode 100644 pair-complete/index.html create mode 100644 search/search_index.json create mode 100644 sitemap.xml create mode 100644 sitemap.xml.gz create mode 100644 snippets/index.html diff --git a/.nojekyll b/.nojekyll new file mode 100644 index 0000000..e69de29 diff --git a/404.html b/404.html new file mode 100644 index 0000000..36eaac6 --- /dev/null +++ b/404.html @@ -0,0 +1,674 @@ + + + + + + + + + + + + + + + + + + + + + + + CodeView + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ +

404 - Not found

+ +
+
+ + + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/add-to-xml/index.html b/add-to-xml/index.html new file mode 100644 index 0000000..bce60da --- /dev/null +++ b/add-to-xml/index.html @@ -0,0 +1,727 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Add to XML - CodeView + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + + Skip to content + + +
+
+ +
+ + + + + + +
+ + +
+ +
+ + + + + + +
+
+ + + +
+
+
+ + + + + +
+
+
+ + + +
+
+
+ + + +
+
+
+ + + +
+
+ + + + + + + +

Add CodeView to XML layout

+

It's easy to add CodeView in your XML layout, notes that CodeView is based on AppCompatMultiAutoCompleteTextView, +so you can easily customize it like any AutoCompleteTextView

+
<com.amrdeveloper.codeview.CodeView
+    android:id="@+id/codeView"
+    android:layout_width="match_parent"
+    android:layout_height="match_parent"
+    android:background="@color/darkGrey"
+    android:dropDownWidth="@dimen/dimen150dp"
+    android:dropDownHorizontalOffset="0dp"
+    android:dropDownSelector="@color/darkGrey"
+    android:gravity="top|start" />
+
+ + + + + + + + + + + + + +
+
+ + + +
+ +
+ + + +
+
+
+
+ + + + + + + + + + + + + + \ No newline at end of file diff --git a/assets/cv-logo.png b/assets/cv-logo.png new file mode 100644 index 0000000000000000000000000000000000000000..628910c379742550dd330c35afb55a342052482d GIT binary patch literal 190963 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�ooVw~Uil11hd!Ooe=X1*>(T5s+g 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
\n * import { animationFrameScheduler } from 'rxjs';\n *\n * const div = document.querySelector('div');\n *\n * animationFrameScheduler.schedule(function(height) {\n * div.style.height = height + \"px\";\n *\n * this.schedule(height + 1); // `this` references currently executing Action,\n * // which we reschedule with new state\n * }, 0, 0);\n *\n * // You will see a div element growing in height\n * ```\n */\n\nexport const animationFrameScheduler = new AnimationFrameScheduler(AnimationFrameAction);\n\n/**\n * @deprecated Renamed to {@link animationFrameScheduler}. Will be removed in v8.\n */\nexport const animationFrame = animationFrameScheduler;\n", "import { Observable } from '../Observable';\nimport { SchedulerLike } from '../types';\n\n/**\n * A simple Observable that emits no items to the Observer and immediately\n * emits a complete notification.\n *\n * Just emits 'complete', and nothing else.\n *\n * ![](empty.png)\n *\n * A simple Observable that only emits the complete notification. It can be used\n * for composing with other Observables, such as in a {@link mergeMap}.\n *\n * ## Examples\n *\n * Log complete notification\n *\n * ```ts\n * import { EMPTY } from 'rxjs';\n *\n * EMPTY.subscribe({\n * next: () => console.log('Next'),\n * complete: () => console.log('Complete!')\n * });\n *\n * // Outputs\n * // Complete!\n * ```\n *\n * Emit the number 7, then complete\n *\n * ```ts\n * import { EMPTY, startWith } from 'rxjs';\n *\n * const result = EMPTY.pipe(startWith(7));\n * result.subscribe(x => console.log(x));\n *\n * // Outputs\n * // 7\n * ```\n *\n * Map and flatten only odd numbers to the sequence `'a'`, `'b'`, `'c'`\n *\n * ```ts\n * import { interval, mergeMap, of, EMPTY } from 'rxjs';\n *\n * const interval$ = interval(1000);\n * const result = interval$.pipe(\n * mergeMap(x => x % 2 === 1 ? of('a', 'b', 'c') : EMPTY),\n * );\n * result.subscribe(x => console.log(x));\n *\n * // Results in the following to the console:\n * // x is equal to the count on the interval, e.g. (0, 1, 2, 3, ...)\n * // x will occur every 1000ms\n * // if x % 2 is equal to 1, print a, b, c (each on its own)\n * // if x % 2 is not equal to 1, nothing will be output\n * ```\n *\n * @see {@link Observable}\n * @see {@link NEVER}\n * @see {@link of}\n * @see {@link throwError}\n */\nexport const EMPTY = new Observable((subscriber) => subscriber.complete());\n\n/**\n * @param scheduler A {@link SchedulerLike} to use for scheduling\n * the emission of the complete notification.\n * @deprecated Replaced with the {@link EMPTY} constant or {@link scheduled} (e.g. `scheduled([], scheduler)`). Will be removed in v8.\n */\nexport function empty(scheduler?: SchedulerLike) {\n return scheduler ? emptyScheduled(scheduler) : EMPTY;\n}\n\nfunction emptyScheduled(scheduler: SchedulerLike) {\n return new Observable((subscriber) => scheduler.schedule(() => subscriber.complete()));\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport function isScheduler(value: any): value is SchedulerLike {\n return value && isFunction(value.schedule);\n}\n", "import { SchedulerLike } from '../types';\nimport { isFunction } from './isFunction';\nimport { isScheduler } from './isScheduler';\n\nfunction last(arr: T[]): T | undefined {\n return arr[arr.length - 1];\n}\n\nexport function popResultSelector(args: any[]): ((...args: unknown[]) => unknown) | undefined {\n return isFunction(last(args)) ? args.pop() : undefined;\n}\n\nexport function popScheduler(args: any[]): SchedulerLike | undefined {\n return isScheduler(last(args)) ? args.pop() : undefined;\n}\n\nexport function popNumber(args: any[], defaultValue: number): number {\n return typeof last(args) === 'number' ? args.pop()! : defaultValue;\n}\n", "export const isArrayLike = ((x: any): x is ArrayLike => x && typeof x.length === 'number' && typeof x !== 'function');", "import { isFunction } from \"./isFunction\";\n\n/**\n * Tests to see if the object is \"thennable\".\n * @param value the object to test\n */\nexport function isPromise(value: any): value is PromiseLike {\n return isFunction(value?.then);\n}\n", "import { InteropObservable } from '../types';\nimport { observable as Symbol_observable } from '../symbol/observable';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being Observable (but not necessary an Rx Observable) */\nexport function isInteropObservable(input: any): input is InteropObservable {\n return isFunction(input[Symbol_observable]);\n}\n", "import { isFunction } from './isFunction';\n\nexport function isAsyncIterable(obj: any): obj is AsyncIterable {\n return Symbol.asyncIterator && isFunction(obj?.[Symbol.asyncIterator]);\n}\n", "/**\n * Creates the TypeError to throw if an invalid object is passed to `from` or `scheduled`.\n * @param input The object that was passed.\n */\nexport function createInvalidObservableTypeError(input: any) {\n // TODO: We should create error codes that can be looked up, so this can be less verbose.\n return new TypeError(\n `You provided ${\n input !== null && typeof input === 'object' ? 'an invalid object' : `'${input}'`\n } where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.`\n );\n}\n", "export function getSymbolIterator(): symbol {\n if (typeof Symbol !== 'function' || !Symbol.iterator) {\n return '@@iterator' as any;\n }\n\n return Symbol.iterator;\n}\n\nexport const iterator = getSymbolIterator();\n", "import { iterator as Symbol_iterator } from '../symbol/iterator';\nimport { isFunction } from './isFunction';\n\n/** Identifies an input as being an Iterable */\nexport function isIterable(input: any): input is Iterable {\n return isFunction(input?.[Symbol_iterator]);\n}\n", "import { ReadableStreamLike } from '../types';\nimport { isFunction } from './isFunction';\n\nexport async function* readableStreamLikeToAsyncGenerator(readableStream: ReadableStreamLike): AsyncGenerator {\n const reader = readableStream.getReader();\n try {\n while (true) {\n const { value, done } = await reader.read();\n if (done) {\n return;\n }\n yield value!;\n }\n } finally {\n reader.releaseLock();\n }\n}\n\nexport function isReadableStreamLike(obj: any): obj is ReadableStreamLike {\n // We don't want to use instanceof checks because they would return\n // false for instances from another Realm, like an

a!Zv9ILe_u-GHL@jXEPp8DAHB^lSdfqm>z`6yws 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 IM6N<$f^I3_EdT%j literal 0 HcmV?d00001 diff --git a/assets/images/favicon.png b/assets/images/favicon.png new file mode 100644 index 0000000000000000000000000000000000000000..1cf13b9f9d978896599290a74f77d5dbe7d1655c GIT binary patch literal 1870 zcmV-U2eJ5xP)Gc)JR9QMau)O=X#!i9;T z37kk-upj^(fsR36MHs_+1RCI)NNu9}lD0S{B^g8PN?Ww(5|~L#Ng*g{WsqleV}|#l zz8@ri&cTzw_h33bHI+12+kK6WN$h#n5cD8OQt`5kw6p~9H3()bUQ8OS4Q4HTQ=1Ol z_JAocz`fLbT2^{`8n~UAo=#AUOf=SOq4pYkt;XbC&f#7lb$*7=$na!mWCQ`dBQsO0 zLFBSPj*N?#u5&pf2t4XjEGH|=pPQ8xh7tpx;US5Cx_Ju;!O`ya-yF`)b%TEt5>eP1ZX~}sjjA%FJF?h7cX8=b!DZl<6%Cv z*G0uvvU+vmnpLZ2paivG-(cd*y3$hCIcsZcYOGh{$&)A6*XX&kXZd3G8m)G$Zz-LV z^GF3VAW^Mdv!)4OM8EgqRiz~*Cji;uzl2uC9^=8I84vNp;ltJ|q-*uQwGp2ma6cY7 z;`%`!9UXO@fr&Ebapfs34OmS9^u6$)bJxrucutf>`dKPKT%%*d3XlFVKunp9 zasduxjrjs>f8V=D|J=XNZp;_Zy^WgQ$9WDjgY=z@stwiEBm9u5*|34&1Na8BMjjgf3+SHcr`5~>oz1Y?SW^=K z^bTyO6>Gar#P_W2gEMwq)ot3; zREHn~U&Dp0l6YT0&k-wLwYjb?5zGK`W6S2v+K>AM(95m2C20L|3m~rN8dprPr@t)5lsk9Hu*W z?pS990s;Ez=+Rj{x7p``4>+c0G5^pYnB1^!TL=(?HLHZ+HicG{~4F1d^5Awl_2!1jICM-!9eoLhbbT^;yHcefyTAaqRcY zmuctDopPT!%k+}x%lZRKnzykr2}}XfG_ne?nRQO~?%hkzo;@RN{P6o`&mMUWBYMTe z6i8ChtjX&gXl`nvrU>jah)2iNM%JdjqoaeaU%yVn!^70x-flljp6Q5tK}5}&X8&&G zX3fpb3E(!rH=zVI_9Gjl45w@{(ITqngWFe7@9{mX;tO25Z_8 zQHEpI+FkTU#4xu>RkN>b3Tnc3UpWzPXWm#o55GKF09j^Mh~)K7{QqbO_~(@CVq! zS<8954|P8mXN2MRs86xZ&Q4EfM@JB94b=(YGuk)s&^jiSF=t3*oNK3`rD{H`yQ?d; ztE=laAUoZx5?RC8*WKOj`%LXEkgDd>&^Q4M^z`%u0rg-It=hLCVsq!Z%^6eB-OvOT zFZ28TN&cRmgU}Elrnk43)!>Z1FCPL2K$7}gwzIc48NX}#!A1BpJP?#v5wkNprhV** z?Cpalt1oH&{r!o3eSKc&ap)iz2BTn_VV`4>9M^b3;(YY}4>#ML6{~(4mH+?%07*qo IM6N<$f(jP3KmY&$ literal 0 HcmV?d00001 diff --git a/assets/javascripts/bundle.d7c377c4.min.js b/assets/javascripts/bundle.d7c377c4.min.js new file mode 100644 index 0000000..6a0bcf8 --- /dev/null +++ b/assets/javascripts/bundle.d7c377c4.min.js @@ -0,0 +1,29 @@ +"use strict";(()=>{var Mi=Object.create;var gr=Object.defineProperty;var Li=Object.getOwnPropertyDescriptor;var _i=Object.getOwnPropertyNames,Ft=Object.getOwnPropertySymbols,Ai=Object.getPrototypeOf,xr=Object.prototype.hasOwnProperty,ro=Object.prototype.propertyIsEnumerable;var to=(e,t,r)=>t in e?gr(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,P=(e,t)=>{for(var r in t||(t={}))xr.call(t,r)&&to(e,r,t[r]);if(Ft)for(var r of Ft(t))ro.call(t,r)&&to(e,r,t[r]);return e};var oo=(e,t)=>{var r={};for(var o in e)xr.call(e,o)&&t.indexOf(o)<0&&(r[o]=e[o]);if(e!=null&&Ft)for(var o of Ft(e))t.indexOf(o)<0&&ro.call(e,o)&&(r[o]=e[o]);return r};var yr=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var Ci=(e,t,r,o)=>{if(t&&typeof t=="object"||typeof t=="function")for(let n of _i(t))!xr.call(e,n)&&n!==r&&gr(e,n,{get:()=>t[n],enumerable:!(o=Li(t,n))||o.enumerable});return e};var jt=(e,t,r)=>(r=e!=null?Mi(Ai(e)):{},Ci(t||!e||!e.__esModule?gr(r,"default",{value:e,enumerable:!0}):r,e));var no=(e,t,r)=>new Promise((o,n)=>{var i=c=>{try{a(r.next(c))}catch(p){n(p)}},s=c=>{try{a(r.throw(c))}catch(p){n(p)}},a=c=>c.done?o(c.value):Promise.resolve(c.value).then(i,s);a((r=r.apply(e,t)).next())});var ao=yr((Er,io)=>{(function(e,t){typeof Er=="object"&&typeof io!="undefined"?t():typeof define=="function"&&define.amd?define(t):t()})(Er,function(){"use strict";function e(r){var o=!0,n=!1,i=null,s={text:!0,search:!0,url:!0,tel:!0,email:!0,password:!0,number:!0,date:!0,month:!0,week:!0,time:!0,datetime:!0,"datetime-local":!0};function a(C){return!!(C&&C!==document&&C.nodeName!=="HTML"&&C.nodeName!=="BODY"&&"classList"in C&&"contains"in C.classList)}function c(C){var ct=C.type,Ve=C.tagName;return!!(Ve==="INPUT"&&s[ct]&&!C.readOnly||Ve==="TEXTAREA"&&!C.readOnly||C.isContentEditable)}function p(C){C.classList.contains("focus-visible")||(C.classList.add("focus-visible"),C.setAttribute("data-focus-visible-added",""))}function l(C){C.hasAttribute("data-focus-visible-added")&&(C.classList.remove("focus-visible"),C.removeAttribute("data-focus-visible-added"))}function f(C){C.metaKey||C.altKey||C.ctrlKey||(a(r.activeElement)&&p(r.activeElement),o=!0)}function u(C){o=!1}function d(C){a(C.target)&&(o||c(C.target))&&p(C.target)}function y(C){a(C.target)&&(C.target.classList.contains("focus-visible")||C.target.hasAttribute("data-focus-visible-added"))&&(n=!0,window.clearTimeout(i),i=window.setTimeout(function(){n=!1},100),l(C.target))}function b(C){document.visibilityState==="hidden"&&(n&&(o=!0),D())}function D(){document.addEventListener("mousemove",J),document.addEventListener("mousedown",J),document.addEventListener("mouseup",J),document.addEventListener("pointermove",J),document.addEventListener("pointerdown",J),document.addEventListener("pointerup",J),document.addEventListener("touchmove",J),document.addEventListener("touchstart",J),document.addEventListener("touchend",J)}function Q(){document.removeEventListener("mousemove",J),document.removeEventListener("mousedown",J),document.removeEventListener("mouseup",J),document.removeEventListener("pointermove",J),document.removeEventListener("pointerdown",J),document.removeEventListener("pointerup",J),document.removeEventListener("touchmove",J),document.removeEventListener("touchstart",J),document.removeEventListener("touchend",J)}function J(C){C.target.nodeName&&C.target.nodeName.toLowerCase()==="html"||(o=!1,Q())}document.addEventListener("keydown",f,!0),document.addEventListener("mousedown",u,!0),document.addEventListener("pointerdown",u,!0),document.addEventListener("touchstart",u,!0),document.addEventListener("visibilitychange",b,!0),D(),r.addEventListener("focus",d,!0),r.addEventListener("blur",y,!0),r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&r.host?r.host.setAttribute("data-js-focus-visible",""):r.nodeType===Node.DOCUMENT_NODE&&(document.documentElement.classList.add("js-focus-visible"),document.documentElement.setAttribute("data-js-focus-visible",""))}if(typeof window!="undefined"&&typeof document!="undefined"){window.applyFocusVisiblePolyfill=e;var t;try{t=new CustomEvent("focus-visible-polyfill-ready")}catch(r){t=document.createEvent("CustomEvent"),t.initCustomEvent("focus-visible-polyfill-ready",!1,!1,{})}window.dispatchEvent(t)}typeof document!="undefined"&&e(document)})});var Kr=yr((kt,qr)=>{/*! + * clipboard.js v2.0.11 + * https://clipboardjs.com/ + * + * Licensed MIT © Zeno Rocha + */(function(t,r){typeof kt=="object"&&typeof qr=="object"?qr.exports=r():typeof define=="function"&&define.amd?define([],r):typeof kt=="object"?kt.ClipboardJS=r():t.ClipboardJS=r()})(kt,function(){return function(){var e={686:function(o,n,i){"use strict";i.d(n,{default:function(){return Oi}});var s=i(279),a=i.n(s),c=i(370),p=i.n(c),l=i(817),f=i.n(l);function u(V){try{return document.execCommand(V)}catch(_){return!1}}var d=function(_){var O=f()(_);return u("cut"),O},y=d;function b(V){var _=document.documentElement.getAttribute("dir")==="rtl",O=document.createElement("textarea");O.style.fontSize="12pt",O.style.border="0",O.style.padding="0",O.style.margin="0",O.style.position="absolute",O.style[_?"right":"left"]="-9999px";var $=window.pageYOffset||document.documentElement.scrollTop;return O.style.top="".concat($,"px"),O.setAttribute("readonly",""),O.value=V,O}var D=function(_,O){var $=b(_);O.container.appendChild($);var N=f()($);return u("copy"),$.remove(),N},Q=function(_){var O=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body},$="";return typeof _=="string"?$=D(_,O):_ instanceof HTMLInputElement&&!["text","search","url","tel","password"].includes(_==null?void 0:_.type)?$=D(_.value,O):($=f()(_),u("copy")),$},J=Q;function C(V){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?C=function(O){return typeof O}:C=function(O){return O&&typeof Symbol=="function"&&O.constructor===Symbol&&O!==Symbol.prototype?"symbol":typeof O},C(V)}var ct=function(){var _=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},O=_.action,$=O===void 0?"copy":O,N=_.container,Y=_.target,ke=_.text;if($!=="copy"&&$!=="cut")throw new Error('Invalid "action" value, use either "copy" or "cut"');if(Y!==void 0)if(Y&&C(Y)==="object"&&Y.nodeType===1){if($==="copy"&&Y.hasAttribute("disabled"))throw new Error('Invalid "target" attribute. Please use "readonly" instead of "disabled" attribute');if($==="cut"&&(Y.hasAttribute("readonly")||Y.hasAttribute("disabled")))throw new Error(`Invalid "target" attribute. You can't cut text from elements with "readonly" or "disabled" attributes`)}else throw new Error('Invalid "target" value, use a valid Element');if(ke)return J(ke,{container:N});if(Y)return $==="cut"?y(Y):J(Y,{container:N})},Ve=ct;function Fe(V){"@babel/helpers - typeof";return typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?Fe=function(O){return typeof O}:Fe=function(O){return O&&typeof Symbol=="function"&&O.constructor===Symbol&&O!==Symbol.prototype?"symbol":typeof O},Fe(V)}function vi(V,_){if(!(V instanceof _))throw new TypeError("Cannot call a class as a function")}function eo(V,_){for(var O=0;O<_.length;O++){var $=_[O];$.enumerable=$.enumerable||!1,$.configurable=!0,"value"in $&&($.writable=!0),Object.defineProperty(V,$.key,$)}}function gi(V,_,O){return _&&eo(V.prototype,_),O&&eo(V,O),V}function xi(V,_){if(typeof _!="function"&&_!==null)throw new TypeError("Super expression must either be null or a function");V.prototype=Object.create(_&&_.prototype,{constructor:{value:V,writable:!0,configurable:!0}}),_&&br(V,_)}function br(V,_){return br=Object.setPrototypeOf||function($,N){return $.__proto__=N,$},br(V,_)}function yi(V){var _=Ti();return function(){var $=Rt(V),N;if(_){var Y=Rt(this).constructor;N=Reflect.construct($,arguments,Y)}else N=$.apply(this,arguments);return Ei(this,N)}}function Ei(V,_){return _&&(Fe(_)==="object"||typeof _=="function")?_:wi(V)}function wi(V){if(V===void 0)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return V}function Ti(){if(typeof Reflect=="undefined"||!Reflect.construct||Reflect.construct.sham)return!1;if(typeof Proxy=="function")return!0;try{return Date.prototype.toString.call(Reflect.construct(Date,[],function(){})),!0}catch(V){return!1}}function Rt(V){return Rt=Object.setPrototypeOf?Object.getPrototypeOf:function(O){return O.__proto__||Object.getPrototypeOf(O)},Rt(V)}function vr(V,_){var O="data-clipboard-".concat(V);if(_.hasAttribute(O))return _.getAttribute(O)}var Si=function(V){xi(O,V);var _=yi(O);function O($,N){var Y;return vi(this,O),Y=_.call(this),Y.resolveOptions(N),Y.listenClick($),Y}return gi(O,[{key:"resolveOptions",value:function(){var N=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};this.action=typeof N.action=="function"?N.action:this.defaultAction,this.target=typeof N.target=="function"?N.target:this.defaultTarget,this.text=typeof N.text=="function"?N.text:this.defaultText,this.container=Fe(N.container)==="object"?N.container:document.body}},{key:"listenClick",value:function(N){var Y=this;this.listener=p()(N,"click",function(ke){return Y.onClick(ke)})}},{key:"onClick",value:function(N){var Y=N.delegateTarget||N.currentTarget,ke=this.action(Y)||"copy",It=Ve({action:ke,container:this.container,target:this.target(Y),text:this.text(Y)});this.emit(It?"success":"error",{action:ke,text:It,trigger:Y,clearSelection:function(){Y&&Y.focus(),window.getSelection().removeAllRanges()}})}},{key:"defaultAction",value:function(N){return vr("action",N)}},{key:"defaultTarget",value:function(N){var Y=vr("target",N);if(Y)return document.querySelector(Y)}},{key:"defaultText",value:function(N){return vr("text",N)}},{key:"destroy",value:function(){this.listener.destroy()}}],[{key:"copy",value:function(N){var Y=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{container:document.body};return J(N,Y)}},{key:"cut",value:function(N){return y(N)}},{key:"isSupported",value:function(){var N=arguments.length>0&&arguments[0]!==void 0?arguments[0]:["copy","cut"],Y=typeof N=="string"?[N]:N,ke=!!document.queryCommandSupported;return Y.forEach(function(It){ke=ke&&!!document.queryCommandSupported(It)}),ke}}]),O}(a()),Oi=Si},828:function(o){var n=9;if(typeof Element!="undefined"&&!Element.prototype.matches){var i=Element.prototype;i.matches=i.matchesSelector||i.mozMatchesSelector||i.msMatchesSelector||i.oMatchesSelector||i.webkitMatchesSelector}function s(a,c){for(;a&&a.nodeType!==n;){if(typeof a.matches=="function"&&a.matches(c))return a;a=a.parentNode}}o.exports=s},438:function(o,n,i){var s=i(828);function a(l,f,u,d,y){var b=p.apply(this,arguments);return l.addEventListener(u,b,y),{destroy:function(){l.removeEventListener(u,b,y)}}}function c(l,f,u,d,y){return typeof l.addEventListener=="function"?a.apply(null,arguments):typeof u=="function"?a.bind(null,document).apply(null,arguments):(typeof l=="string"&&(l=document.querySelectorAll(l)),Array.prototype.map.call(l,function(b){return a(b,f,u,d,y)}))}function p(l,f,u,d){return function(y){y.delegateTarget=s(y.target,f),y.delegateTarget&&d.call(l,y)}}o.exports=c},879:function(o,n){n.node=function(i){return i!==void 0&&i instanceof HTMLElement&&i.nodeType===1},n.nodeList=function(i){var s=Object.prototype.toString.call(i);return i!==void 0&&(s==="[object NodeList]"||s==="[object HTMLCollection]")&&"length"in i&&(i.length===0||n.node(i[0]))},n.string=function(i){return typeof i=="string"||i instanceof String},n.fn=function(i){var s=Object.prototype.toString.call(i);return s==="[object Function]"}},370:function(o,n,i){var s=i(879),a=i(438);function c(u,d,y){if(!u&&!d&&!y)throw new Error("Missing required arguments");if(!s.string(d))throw new TypeError("Second argument must be a String");if(!s.fn(y))throw new TypeError("Third argument must be a Function");if(s.node(u))return p(u,d,y);if(s.nodeList(u))return l(u,d,y);if(s.string(u))return f(u,d,y);throw new TypeError("First argument must be a String, HTMLElement, HTMLCollection, or NodeList")}function p(u,d,y){return u.addEventListener(d,y),{destroy:function(){u.removeEventListener(d,y)}}}function l(u,d,y){return Array.prototype.forEach.call(u,function(b){b.addEventListener(d,y)}),{destroy:function(){Array.prototype.forEach.call(u,function(b){b.removeEventListener(d,y)})}}}function f(u,d,y){return a(document.body,u,d,y)}o.exports=c},817:function(o){function n(i){var s;if(i.nodeName==="SELECT")i.focus(),s=i.value;else if(i.nodeName==="INPUT"||i.nodeName==="TEXTAREA"){var a=i.hasAttribute("readonly");a||i.setAttribute("readonly",""),i.select(),i.setSelectionRange(0,i.value.length),a||i.removeAttribute("readonly"),s=i.value}else{i.hasAttribute("contenteditable")&&i.focus();var c=window.getSelection(),p=document.createRange();p.selectNodeContents(i),c.removeAllRanges(),c.addRange(p),s=c.toString()}return s}o.exports=n},279:function(o){function n(){}n.prototype={on:function(i,s,a){var c=this.e||(this.e={});return(c[i]||(c[i]=[])).push({fn:s,ctx:a}),this},once:function(i,s,a){var c=this;function p(){c.off(i,p),s.apply(a,arguments)}return p._=s,this.on(i,p,a)},emit:function(i){var s=[].slice.call(arguments,1),a=((this.e||(this.e={}))[i]||[]).slice(),c=0,p=a.length;for(c;c{"use strict";/*! + * escape-html + * Copyright(c) 2012-2013 TJ Holowaychuk + * Copyright(c) 2015 Andreas Lubbe + * Copyright(c) 2015 Tiancheng "Timothy" Gu + * MIT Licensed + */var Wa=/["'&<>]/;Vn.exports=Ua;function Ua(e){var t=""+e,r=Wa.exec(t);if(!r)return t;var o,n="",i=0,s=0;for(i=r.index;i0&&i[i.length-1])&&(p[0]===6||p[0]===2)){r=0;continue}if(p[0]===3&&(!i||p[1]>i[0]&&p[1]=e.length&&(e=void 0),{value:e&&e[o++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function z(e,t){var r=typeof Symbol=="function"&&e[Symbol.iterator];if(!r)return e;var o=r.call(e),n,i=[],s;try{for(;(t===void 0||t-- >0)&&!(n=o.next()).done;)i.push(n.value)}catch(a){s={error:a}}finally{try{n&&!n.done&&(r=o.return)&&r.call(o)}finally{if(s)throw s.error}}return i}function K(e,t,r){if(r||arguments.length===2)for(var o=0,n=t.length,i;o1||a(u,d)})})}function a(u,d){try{c(o[u](d))}catch(y){f(i[0][3],y)}}function c(u){u.value instanceof ot?Promise.resolve(u.value.v).then(p,l):f(i[0][2],u)}function p(u){a("next",u)}function l(u){a("throw",u)}function f(u,d){u(d),i.shift(),i.length&&a(i[0][0],i[0][1])}}function po(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],r;return t?t.call(e):(e=typeof be=="function"?be(e):e[Symbol.iterator](),r={},o("next"),o("throw"),o("return"),r[Symbol.asyncIterator]=function(){return this},r);function o(i){r[i]=e[i]&&function(s){return new Promise(function(a,c){s=e[i](s),n(a,c,s.done,s.value)})}}function n(i,s,a,c){Promise.resolve(c).then(function(p){i({value:p,done:a})},s)}}function k(e){return typeof e=="function"}function pt(e){var t=function(o){Error.call(o),o.stack=new Error().stack},r=e(t);return r.prototype=Object.create(Error.prototype),r.prototype.constructor=r,r}var Ut=pt(function(e){return function(r){e(this),this.message=r?r.length+` errors occurred during unsubscription: +`+r.map(function(o,n){return n+1+") "+o.toString()}).join(` + `):"",this.name="UnsubscriptionError",this.errors=r}});function ze(e,t){if(e){var r=e.indexOf(t);0<=r&&e.splice(r,1)}}var je=function(){function e(t){this.initialTeardown=t,this.closed=!1,this._parentage=null,this._finalizers=null}return e.prototype.unsubscribe=function(){var t,r,o,n,i;if(!this.closed){this.closed=!0;var s=this._parentage;if(s)if(this._parentage=null,Array.isArray(s))try{for(var a=be(s),c=a.next();!c.done;c=a.next()){var p=c.value;p.remove(this)}}catch(b){t={error:b}}finally{try{c&&!c.done&&(r=a.return)&&r.call(a)}finally{if(t)throw t.error}}else s.remove(this);var l=this.initialTeardown;if(k(l))try{l()}catch(b){i=b instanceof Ut?b.errors:[b]}var f=this._finalizers;if(f){this._finalizers=null;try{for(var u=be(f),d=u.next();!d.done;d=u.next()){var y=d.value;try{lo(y)}catch(b){i=i!=null?i:[],b instanceof Ut?i=K(K([],z(i)),z(b.errors)):i.push(b)}}}catch(b){o={error:b}}finally{try{d&&!d.done&&(n=u.return)&&n.call(u)}finally{if(o)throw o.error}}}if(i)throw new Ut(i)}},e.prototype.add=function(t){var r;if(t&&t!==this)if(this.closed)lo(t);else{if(t instanceof e){if(t.closed||t._hasParent(this))return;t._addParent(this)}(this._finalizers=(r=this._finalizers)!==null&&r!==void 0?r:[]).push(t)}},e.prototype._hasParent=function(t){var r=this._parentage;return r===t||Array.isArray(r)&&r.includes(t)},e.prototype._addParent=function(t){var r=this._parentage;this._parentage=Array.isArray(r)?(r.push(t),r):r?[r,t]:t},e.prototype._removeParent=function(t){var r=this._parentage;r===t?this._parentage=null:Array.isArray(r)&&ze(r,t)},e.prototype.remove=function(t){var r=this._finalizers;r&&ze(r,t),t instanceof e&&t._removeParent(this)},e.EMPTY=function(){var t=new e;return t.closed=!0,t}(),e}();var Tr=je.EMPTY;function Nt(e){return e instanceof je||e&&"closed"in e&&k(e.remove)&&k(e.add)&&k(e.unsubscribe)}function lo(e){k(e)?e():e.unsubscribe()}var He={onUnhandledError:null,onStoppedNotification:null,Promise:void 0,useDeprecatedSynchronousErrorHandling:!1,useDeprecatedNextContext:!1};var lt={setTimeout:function(e,t){for(var r=[],o=2;o0},enumerable:!1,configurable:!0}),t.prototype._trySubscribe=function(r){return this._throwIfClosed(),e.prototype._trySubscribe.call(this,r)},t.prototype._subscribe=function(r){return this._throwIfClosed(),this._checkFinalizedStatuses(r),this._innerSubscribe(r)},t.prototype._innerSubscribe=function(r){var o=this,n=this,i=n.hasError,s=n.isStopped,a=n.observers;return i||s?Tr:(this.currentObservers=null,a.push(r),new je(function(){o.currentObservers=null,ze(a,r)}))},t.prototype._checkFinalizedStatuses=function(r){var o=this,n=o.hasError,i=o.thrownError,s=o.isStopped;n?r.error(i):s&&r.complete()},t.prototype.asObservable=function(){var r=new I;return r.source=this,r},t.create=function(r,o){return new xo(r,o)},t}(I);var xo=function(e){se(t,e);function t(r,o){var n=e.call(this)||this;return n.destination=r,n.source=o,n}return t.prototype.next=function(r){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.next)===null||n===void 0||n.call(o,r)},t.prototype.error=function(r){var o,n;(n=(o=this.destination)===null||o===void 0?void 0:o.error)===null||n===void 0||n.call(o,r)},t.prototype.complete=function(){var r,o;(o=(r=this.destination)===null||r===void 0?void 0:r.complete)===null||o===void 0||o.call(r)},t.prototype._subscribe=function(r){var o,n;return(n=(o=this.source)===null||o===void 0?void 0:o.subscribe(r))!==null&&n!==void 0?n:Tr},t}(x);var St={now:function(){return(St.delegate||Date).now()},delegate:void 0};var Ot=function(e){se(t,e);function t(r,o,n){r===void 0&&(r=1/0),o===void 0&&(o=1/0),n===void 0&&(n=St);var i=e.call(this)||this;return i._bufferSize=r,i._windowTime=o,i._timestampProvider=n,i._buffer=[],i._infiniteTimeWindow=!0,i._infiniteTimeWindow=o===1/0,i._bufferSize=Math.max(1,r),i._windowTime=Math.max(1,o),i}return t.prototype.next=function(r){var o=this,n=o.isStopped,i=o._buffer,s=o._infiniteTimeWindow,a=o._timestampProvider,c=o._windowTime;n||(i.push(r),!s&&i.push(a.now()+c)),this._trimBuffer(),e.prototype.next.call(this,r)},t.prototype._subscribe=function(r){this._throwIfClosed(),this._trimBuffer();for(var o=this._innerSubscribe(r),n=this,i=n._infiniteTimeWindow,s=n._buffer,a=s.slice(),c=0;c0?e.prototype.requestAsyncId.call(this,r,o,n):(r.actions.push(this),r._scheduled||(r._scheduled=ut.requestAnimationFrame(function(){return r.flush(void 0)})))},t.prototype.recycleAsyncId=function(r,o,n){var i;if(n===void 0&&(n=0),n!=null?n>0:this.delay>0)return e.prototype.recycleAsyncId.call(this,r,o,n);var s=r.actions;o!=null&&((i=s[s.length-1])===null||i===void 0?void 0:i.id)!==o&&(ut.cancelAnimationFrame(o),r._scheduled=void 0)},t}(zt);var wo=function(e){se(t,e);function t(){return e!==null&&e.apply(this,arguments)||this}return t.prototype.flush=function(r){this._active=!0;var o=this._scheduled;this._scheduled=void 0;var n=this.actions,i;r=r||n.shift();do if(i=r.execute(r.state,r.delay))break;while((r=n[0])&&r.id===o&&n.shift());if(this._active=!1,i){for(;(r=n[0])&&r.id===o&&n.shift();)r.unsubscribe();throw i}},t}(qt);var ge=new wo(Eo);var M=new I(function(e){return e.complete()});function Kt(e){return e&&k(e.schedule)}function Cr(e){return e[e.length-1]}function Ge(e){return k(Cr(e))?e.pop():void 0}function Ae(e){return Kt(Cr(e))?e.pop():void 0}function Qt(e,t){return typeof Cr(e)=="number"?e.pop():t}var dt=function(e){return e&&typeof e.length=="number"&&typeof e!="function"};function Yt(e){return k(e==null?void 0:e.then)}function Bt(e){return k(e[ft])}function Gt(e){return Symbol.asyncIterator&&k(e==null?void 0:e[Symbol.asyncIterator])}function Jt(e){return new TypeError("You provided "+(e!==null&&typeof e=="object"?"an invalid object":"'"+e+"'")+" where a stream was expected. You can provide an Observable, Promise, ReadableStream, Array, AsyncIterable, or Iterable.")}function Wi(){return typeof Symbol!="function"||!Symbol.iterator?"@@iterator":Symbol.iterator}var Xt=Wi();function Zt(e){return k(e==null?void 0:e[Xt])}function er(e){return co(this,arguments,function(){var r,o,n,i;return Wt(this,function(s){switch(s.label){case 0:r=e.getReader(),s.label=1;case 1:s.trys.push([1,,9,10]),s.label=2;case 2:return[4,ot(r.read())];case 3:return o=s.sent(),n=o.value,i=o.done,i?[4,ot(void 0)]:[3,5];case 4:return[2,s.sent()];case 5:return[4,ot(n)];case 6:return[4,s.sent()];case 7:return s.sent(),[3,2];case 8:return[3,10];case 9:return r.releaseLock(),[7];case 10:return[2]}})})}function tr(e){return k(e==null?void 0:e.getReader)}function F(e){if(e instanceof I)return e;if(e!=null){if(Bt(e))return Ui(e);if(dt(e))return Ni(e);if(Yt(e))return Di(e);if(Gt(e))return To(e);if(Zt(e))return Vi(e);if(tr(e))return zi(e)}throw Jt(e)}function Ui(e){return new I(function(t){var r=e[ft]();if(k(r.subscribe))return r.subscribe(t);throw new TypeError("Provided object does not correctly implement Symbol.observable")})}function Ni(e){return new I(function(t){for(var r=0;r=2;return function(o){return o.pipe(e?v(function(n,i){return e(n,i,o)}):pe,ue(1),r?$e(t):Uo(function(){return new or}))}}function Rr(e){return e<=0?function(){return M}:g(function(t,r){var o=[];t.subscribe(E(r,function(n){o.push(n),e=2,!0))}function de(e){e===void 0&&(e={});var t=e.connector,r=t===void 0?function(){return new x}:t,o=e.resetOnError,n=o===void 0?!0:o,i=e.resetOnComplete,s=i===void 0?!0:i,a=e.resetOnRefCountZero,c=a===void 0?!0:a;return function(p){var l,f,u,d=0,y=!1,b=!1,D=function(){f==null||f.unsubscribe(),f=void 0},Q=function(){D(),l=u=void 0,y=b=!1},J=function(){var C=l;Q(),C==null||C.unsubscribe()};return g(function(C,ct){d++,!b&&!y&&D();var Ve=u=u!=null?u:r();ct.add(function(){d--,d===0&&!b&&!y&&(f=jr(J,c))}),Ve.subscribe(ct),!l&&d>0&&(l=new it({next:function(Fe){return Ve.next(Fe)},error:function(Fe){b=!0,D(),f=jr(Q,n,Fe),Ve.error(Fe)},complete:function(){y=!0,D(),f=jr(Q,s),Ve.complete()}}),F(C).subscribe(l))})(p)}}function jr(e,t){for(var r=[],o=2;oe.next(document)),e}function W(e,t=document){return Array.from(t.querySelectorAll(e))}function U(e,t=document){let r=ce(e,t);if(typeof r=="undefined")throw new ReferenceError(`Missing element: expected "${e}" to be present`);return r}function ce(e,t=document){return t.querySelector(e)||void 0}function Ie(){return document.activeElement instanceof HTMLElement&&document.activeElement||void 0}var ca=L(h(document.body,"focusin"),h(document.body,"focusout")).pipe(ye(1),q(void 0),m(()=>Ie()||document.body),Z(1));function vt(e){return ca.pipe(m(t=>e.contains(t)),X())}function qo(e,t){return L(h(e,"mouseenter").pipe(m(()=>!0)),h(e,"mouseleave").pipe(m(()=>!1))).pipe(t?ye(t):pe,q(!1))}function Ue(e){return{x:e.offsetLeft,y:e.offsetTop}}function Ko(e){return L(h(window,"load"),h(window,"resize")).pipe(Le(0,ge),m(()=>Ue(e)),q(Ue(e)))}function ir(e){return{x:e.scrollLeft,y:e.scrollTop}}function et(e){return L(h(e,"scroll"),h(window,"resize")).pipe(Le(0,ge),m(()=>ir(e)),q(ir(e)))}function Qo(e,t){if(typeof t=="string"||typeof t=="number")e.innerHTML+=t.toString();else if(t instanceof Node)e.appendChild(t);else if(Array.isArray(t))for(let r of t)Qo(e,r)}function S(e,t,...r){let o=document.createElement(e);if(t)for(let n of Object.keys(t))typeof t[n]!="undefined"&&(typeof t[n]!="boolean"?o.setAttribute(n,t[n]):o.setAttribute(n,""));for(let n of r)Qo(o,n);return o}function ar(e){if(e>999){let t=+((e-950)%1e3>99);return`${((e+1e-6)/1e3).toFixed(t)}k`}else return e.toString()}function gt(e){let t=S("script",{src:e});return H(()=>(document.head.appendChild(t),L(h(t,"load"),h(t,"error").pipe(w(()=>kr(()=>new ReferenceError(`Invalid script: ${e}`))))).pipe(m(()=>{}),A(()=>document.head.removeChild(t)),ue(1))))}var Yo=new x,pa=H(()=>typeof ResizeObserver=="undefined"?gt("https://unpkg.com/resize-observer-polyfill"):R(void 0)).pipe(m(()=>new ResizeObserver(e=>{for(let t of e)Yo.next(t)})),w(e=>L(Ke,R(e)).pipe(A(()=>e.disconnect()))),Z(1));function le(e){return{width:e.offsetWidth,height:e.offsetHeight}}function Se(e){return pa.pipe(T(t=>t.observe(e)),w(t=>Yo.pipe(v(({target:r})=>r===e),A(()=>t.unobserve(e)),m(()=>le(e)))),q(le(e)))}function xt(e){return{width:e.scrollWidth,height:e.scrollHeight}}function sr(e){let t=e.parentElement;for(;t&&(e.scrollWidth<=t.scrollWidth&&e.scrollHeight<=t.scrollHeight);)t=(e=t).parentElement;return t?e:void 0}var Bo=new x,la=H(()=>R(new IntersectionObserver(e=>{for(let t of e)Bo.next(t)},{threshold:0}))).pipe(w(e=>L(Ke,R(e)).pipe(A(()=>e.disconnect()))),Z(1));function yt(e){return la.pipe(T(t=>t.observe(e)),w(t=>Bo.pipe(v(({target:r})=>r===e),A(()=>t.unobserve(e)),m(({isIntersecting:r})=>r))))}function Go(e,t=16){return et(e).pipe(m(({y:r})=>{let o=le(e),n=xt(e);return r>=n.height-o.height-t}),X())}var cr={drawer:U("[data-md-toggle=drawer]"),search:U("[data-md-toggle=search]")};function Jo(e){return cr[e].checked}function Ye(e,t){cr[e].checked!==t&&cr[e].click()}function Ne(e){let t=cr[e];return h(t,"change").pipe(m(()=>t.checked),q(t.checked))}function ma(e,t){switch(e.constructor){case HTMLInputElement:return e.type==="radio"?/^Arrow/.test(t):!0;case HTMLSelectElement:case HTMLTextAreaElement:return!0;default:return e.isContentEditable}}function fa(){return L(h(window,"compositionstart").pipe(m(()=>!0)),h(window,"compositionend").pipe(m(()=>!1))).pipe(q(!1))}function Xo(){let e=h(window,"keydown").pipe(v(t=>!(t.metaKey||t.ctrlKey)),m(t=>({mode:Jo("search")?"search":"global",type:t.key,claim(){t.preventDefault(),t.stopPropagation()}})),v(({mode:t,type:r})=>{if(t==="global"){let o=Ie();if(typeof o!="undefined")return!ma(o,r)}return!0}),de());return fa().pipe(w(t=>t?M:e))}function me(){return new URL(location.href)}function st(e,t=!1){if(G("navigation.instant")&&!t){let r=S("a",{href:e.href});document.body.appendChild(r),r.click(),r.remove()}else location.href=e.href}function Zo(){return new x}function en(){return location.hash.slice(1)}function pr(e){let t=S("a",{href:e});t.addEventListener("click",r=>r.stopPropagation()),t.click()}function ua(e){return L(h(window,"hashchange"),e).pipe(m(en),q(en()),v(t=>t.length>0),Z(1))}function tn(e){return ua(e).pipe(m(t=>ce(`[id="${t}"]`)),v(t=>typeof t!="undefined"))}function At(e){let t=matchMedia(e);return nr(r=>t.addListener(()=>r(t.matches))).pipe(q(t.matches))}function rn(){let e=matchMedia("print");return L(h(window,"beforeprint").pipe(m(()=>!0)),h(window,"afterprint").pipe(m(()=>!1))).pipe(q(e.matches))}function Dr(e,t){return e.pipe(w(r=>r?t():M))}function lr(e,t){return new I(r=>{let o=new XMLHttpRequest;o.open("GET",`${e}`),o.responseType="blob",o.addEventListener("load",()=>{o.status>=200&&o.status<300?(r.next(o.response),r.complete()):r.error(new Error(o.statusText))}),o.addEventListener("error",()=>{r.error(new Error("Network Error"))}),o.addEventListener("abort",()=>{r.error(new Error("Request aborted"))}),typeof(t==null?void 0:t.progress$)!="undefined"&&(o.addEventListener("progress",n=>{if(n.lengthComputable)t.progress$.next(n.loaded/n.total*100);else{let i=Number(o.getResponseHeader("Content-Length"))||0;t.progress$.next(n.loaded/i*100)}}),t.progress$.next(5)),o.send()})}function De(e,t){return lr(e,t).pipe(w(r=>r.text()),m(r=>JSON.parse(r)),Z(1))}function on(e,t){let r=new DOMParser;return lr(e,t).pipe(w(o=>o.text()),m(o=>r.parseFromString(o,"text/xml")),Z(1))}function nn(){return{x:Math.max(0,scrollX),y:Math.max(0,scrollY)}}function an(){return L(h(window,"scroll",{passive:!0}),h(window,"resize",{passive:!0})).pipe(m(nn),q(nn()))}function sn(){return{width:innerWidth,height:innerHeight}}function cn(){return h(window,"resize",{passive:!0}).pipe(m(sn),q(sn()))}function pn(){return B([an(),cn()]).pipe(m(([e,t])=>({offset:e,size:t})),Z(1))}function mr(e,{viewport$:t,header$:r}){let o=t.pipe(te("size")),n=B([o,r]).pipe(m(()=>Ue(e)));return B([r,t,n]).pipe(m(([{height:i},{offset:s,size:a},{x:c,y:p}])=>({offset:{x:s.x-c,y:s.y-p+i},size:a})))}function da(e){return h(e,"message",t=>t.data)}function ha(e){let t=new x;return t.subscribe(r=>e.postMessage(r)),t}function ln(e,t=new Worker(e)){let r=da(t),o=ha(t),n=new x;n.subscribe(o);let i=o.pipe(ee(),oe(!0));return n.pipe(ee(),Re(r.pipe(j(i))),de())}var ba=U("#__config"),Et=JSON.parse(ba.textContent);Et.base=`${new URL(Et.base,me())}`;function he(){return Et}function G(e){return Et.features.includes(e)}function we(e,t){return typeof t!="undefined"?Et.translations[e].replace("#",t.toString()):Et.translations[e]}function Oe(e,t=document){return U(`[data-md-component=${e}]`,t)}function ne(e,t=document){return W(`[data-md-component=${e}]`,t)}function va(e){let t=U(".md-typeset > :first-child",e);return h(t,"click",{once:!0}).pipe(m(()=>U(".md-typeset",e)),m(r=>({hash:__md_hash(r.innerHTML)})))}function mn(e){if(!G("announce.dismiss")||!e.childElementCount)return M;if(!e.hidden){let t=U(".md-typeset",e);__md_hash(t.innerHTML)===__md_get("__announce")&&(e.hidden=!0)}return H(()=>{let t=new x;return t.subscribe(({hash:r})=>{e.hidden=!0,__md_set("__announce",r)}),va(e).pipe(T(r=>t.next(r)),A(()=>t.complete()),m(r=>P({ref:e},r)))})}function ga(e,{target$:t}){return t.pipe(m(r=>({hidden:r!==e})))}function fn(e,t){let r=new x;return r.subscribe(({hidden:o})=>{e.hidden=o}),ga(e,t).pipe(T(o=>r.next(o)),A(()=>r.complete()),m(o=>P({ref:e},o)))}function Ct(e,t){return t==="inline"?S("div",{class:"md-tooltip md-tooltip--inline",id:e,role:"tooltip"},S("div",{class:"md-tooltip__inner md-typeset"})):S("div",{class:"md-tooltip",id:e,role:"tooltip"},S("div",{class:"md-tooltip__inner md-typeset"}))}function un(e,t){if(t=t?`${t}_annotation_${e}`:void 0,t){let r=t?`#${t}`:void 0;return S("aside",{class:"md-annotation",tabIndex:0},Ct(t),S("a",{href:r,class:"md-annotation__index",tabIndex:-1},S("span",{"data-md-annotation-id":e})))}else return S("aside",{class:"md-annotation",tabIndex:0},Ct(t),S("span",{class:"md-annotation__index",tabIndex:-1},S("span",{"data-md-annotation-id":e})))}function dn(e){return S("button",{class:"md-clipboard md-icon",title:we("clipboard.copy"),"data-clipboard-target":`#${e} > code`})}function Vr(e,t){let r=t&2,o=t&1,n=Object.keys(e.terms).filter(c=>!e.terms[c]).reduce((c,p)=>[...c,S("del",null,p)," "],[]).slice(0,-1),i=he(),s=new URL(e.location,i.base);G("search.highlight")&&s.searchParams.set("h",Object.entries(e.terms).filter(([,c])=>c).reduce((c,[p])=>`${c} ${p}`.trim(),""));let{tags:a}=he();return S("a",{href:`${s}`,class:"md-search-result__link",tabIndex:-1},S("article",{class:"md-search-result__article md-typeset","data-md-score":e.score.toFixed(2)},r>0&&S("div",{class:"md-search-result__icon md-icon"}),r>0&&S("h1",null,e.title),r<=0&&S("h2",null,e.title),o>0&&e.text.length>0&&e.text,e.tags&&e.tags.map(c=>{let p=a?c in a?`md-tag-icon md-tag--${a[c]}`:"md-tag-icon":"";return S("span",{class:`md-tag ${p}`},c)}),o>0&&n.length>0&&S("p",{class:"md-search-result__terms"},we("search.result.term.missing"),": ",...n)))}function hn(e){let t=e[0].score,r=[...e],o=he(),n=r.findIndex(l=>!`${new URL(l.location,o.base)}`.includes("#")),[i]=r.splice(n,1),s=r.findIndex(l=>l.scoreVr(l,1)),...c.length?[S("details",{class:"md-search-result__more"},S("summary",{tabIndex:-1},S("div",null,c.length>0&&c.length===1?we("search.result.more.one"):we("search.result.more.other",c.length))),...c.map(l=>Vr(l,1)))]:[]];return S("li",{class:"md-search-result__item"},p)}function bn(e){return S("ul",{class:"md-source__facts"},Object.entries(e).map(([t,r])=>S("li",{class:`md-source__fact md-source__fact--${t}`},typeof r=="number"?ar(r):r)))}function zr(e){let t=`tabbed-control tabbed-control--${e}`;return S("div",{class:t,hidden:!0},S("button",{class:"tabbed-button",tabIndex:-1,"aria-hidden":"true"}))}function vn(e){return S("div",{class:"md-typeset__scrollwrap"},S("div",{class:"md-typeset__table"},e))}function xa(e){let t=he(),r=new URL(`../${e.version}/`,t.base);return S("li",{class:"md-version__item"},S("a",{href:`${r}`,class:"md-version__link"},e.title))}function gn(e,t){return S("div",{class:"md-version"},S("button",{class:"md-version__current","aria-label":we("select.version")},t.title),S("ul",{class:"md-version__list"},e.map(xa)))}var ya=0;function Ea(e,t){document.body.append(e);let{width:r}=le(e);e.style.setProperty("--md-tooltip-width",`${r}px`),e.remove();let o=sr(t),n=typeof o!="undefined"?et(o):R({x:0,y:0}),i=L(vt(t),qo(t)).pipe(X());return B([i,n]).pipe(m(([s,a])=>{let{x:c,y:p}=Ue(t),l=le(t),f=t.closest("table");return f&&t.parentElement&&(c+=f.offsetLeft+t.parentElement.offsetLeft,p+=f.offsetTop+t.parentElement.offsetTop),{active:s,offset:{x:c-a.x+l.width/2-r/2,y:p-a.y+l.height+8}}}))}function Be(e){let t=e.title;if(!t.length)return M;let r=`__tooltip_${ya++}`,o=Ct(r,"inline"),n=U(".md-typeset",o);return n.innerHTML=t,H(()=>{let i=new x;return i.subscribe({next({offset:s}){o.style.setProperty("--md-tooltip-x",`${s.x}px`),o.style.setProperty("--md-tooltip-y",`${s.y}px`)},complete(){o.style.removeProperty("--md-tooltip-x"),o.style.removeProperty("--md-tooltip-y")}}),L(i.pipe(v(({active:s})=>s)),i.pipe(ye(250),v(({active:s})=>!s))).subscribe({next({active:s}){s?(e.insertAdjacentElement("afterend",o),e.setAttribute("aria-describedby",r),e.removeAttribute("title")):(o.remove(),e.removeAttribute("aria-describedby"),e.setAttribute("title",t))},complete(){o.remove(),e.removeAttribute("aria-describedby"),e.setAttribute("title",t)}}),i.pipe(Le(16,ge)).subscribe(({active:s})=>{o.classList.toggle("md-tooltip--active",s)}),i.pipe(_t(125,ge),v(()=>!!e.offsetParent),m(()=>e.offsetParent.getBoundingClientRect()),m(({x:s})=>s)).subscribe({next(s){s?o.style.setProperty("--md-tooltip-0",`${-s}px`):o.style.removeProperty("--md-tooltip-0")},complete(){o.style.removeProperty("--md-tooltip-0")}}),Ea(o,e).pipe(T(s=>i.next(s)),A(()=>i.complete()),m(s=>P({ref:e},s)))}).pipe(qe(ie))}function wa(e,t){let r=H(()=>B([Ko(e),et(t)])).pipe(m(([{x:o,y:n},i])=>{let{width:s,height:a}=le(e);return{x:o-i.x+s/2,y:n-i.y+a/2}}));return vt(e).pipe(w(o=>r.pipe(m(n=>({active:o,offset:n})),ue(+!o||1/0))))}function xn(e,t,{target$:r}){let[o,n]=Array.from(e.children);return H(()=>{let i=new x,s=i.pipe(ee(),oe(!0));return i.subscribe({next({offset:a}){e.style.setProperty("--md-tooltip-x",`${a.x}px`),e.style.setProperty("--md-tooltip-y",`${a.y}px`)},complete(){e.style.removeProperty("--md-tooltip-x"),e.style.removeProperty("--md-tooltip-y")}}),yt(e).pipe(j(s)).subscribe(a=>{e.toggleAttribute("data-md-visible",a)}),L(i.pipe(v(({active:a})=>a)),i.pipe(ye(250),v(({active:a})=>!a))).subscribe({next({active:a}){a?e.prepend(o):o.remove()},complete(){e.prepend(o)}}),i.pipe(Le(16,ge)).subscribe(({active:a})=>{o.classList.toggle("md-tooltip--active",a)}),i.pipe(_t(125,ge),v(()=>!!e.offsetParent),m(()=>e.offsetParent.getBoundingClientRect()),m(({x:a})=>a)).subscribe({next(a){a?e.style.setProperty("--md-tooltip-0",`${-a}px`):e.style.removeProperty("--md-tooltip-0")},complete(){e.style.removeProperty("--md-tooltip-0")}}),h(n,"click").pipe(j(s),v(a=>!(a.metaKey||a.ctrlKey))).subscribe(a=>{a.stopPropagation(),a.preventDefault()}),h(n,"mousedown").pipe(j(s),ae(i)).subscribe(([a,{active:c}])=>{var p;if(a.button!==0||a.metaKey||a.ctrlKey)a.preventDefault();else if(c){a.preventDefault();let l=e.parentElement.closest(".md-annotation");l instanceof HTMLElement?l.focus():(p=Ie())==null||p.blur()}}),r.pipe(j(s),v(a=>a===o),Qe(125)).subscribe(()=>e.focus()),wa(e,t).pipe(T(a=>i.next(a)),A(()=>i.complete()),m(a=>P({ref:e},a)))})}function Ta(e){return e.tagName==="CODE"?W(".c, .c1, .cm",e):[e]}function Sa(e){let t=[];for(let r of Ta(e)){let o=[],n=document.createNodeIterator(r,NodeFilter.SHOW_TEXT);for(let i=n.nextNode();i;i=n.nextNode())o.push(i);for(let i of o){let s;for(;s=/(\(\d+\))(!)?/.exec(i.textContent);){let[,a,c]=s;if(typeof c=="undefined"){let p=i.splitText(s.index);i=p.splitText(a.length),t.push(p)}else{i.textContent=a,t.push(i);break}}}}return t}function yn(e,t){t.append(...Array.from(e.childNodes))}function fr(e,t,{target$:r,print$:o}){let n=t.closest("[id]"),i=n==null?void 0:n.id,s=new Map;for(let a of Sa(t)){let[,c]=a.textContent.match(/\((\d+)\)/);ce(`:scope > li:nth-child(${c})`,e)&&(s.set(c,un(c,i)),a.replaceWith(s.get(c)))}return s.size===0?M:H(()=>{let a=new x,c=a.pipe(ee(),oe(!0)),p=[];for(let[l,f]of s)p.push([U(".md-typeset",f),U(`:scope > li:nth-child(${l})`,e)]);return o.pipe(j(c)).subscribe(l=>{e.hidden=!l,e.classList.toggle("md-annotation-list",l);for(let[f,u]of p)l?yn(f,u):yn(u,f)}),L(...[...s].map(([,l])=>xn(l,t,{target$:r}))).pipe(A(()=>a.complete()),de())})}function En(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return En(t)}}function wn(e,t){return H(()=>{let r=En(e);return typeof r!="undefined"?fr(r,e,t):M})}var Tn=jt(Kr());var Oa=0;function Sn(e){if(e.nextElementSibling){let t=e.nextElementSibling;if(t.tagName==="OL")return t;if(t.tagName==="P"&&!t.children.length)return Sn(t)}}function Ma(e){return Se(e).pipe(m(({width:t})=>({scrollable:xt(e).width>t})),te("scrollable"))}function On(e,t){let{matches:r}=matchMedia("(hover)"),o=H(()=>{let n=new x,i=n.pipe(Rr(1));n.subscribe(({scrollable:c})=>{c&&r?e.setAttribute("tabindex","0"):e.removeAttribute("tabindex")});let s=[];if(Tn.default.isSupported()&&(e.closest(".copy")||G("content.code.copy")&&!e.closest(".no-copy"))){let c=e.closest("pre");c.id=`__code_${Oa++}`;let p=dn(c.id);c.insertBefore(p,e),G("content.tooltips")&&s.push(Be(p))}let a=e.closest(".highlight");if(a instanceof HTMLElement){let c=Sn(a);if(typeof c!="undefined"&&(a.classList.contains("annotate")||G("content.code.annotate"))){let p=fr(c,e,t);s.push(Se(a).pipe(j(i),m(({width:l,height:f})=>l&&f),X(),w(l=>l?p:M)))}}return Ma(e).pipe(T(c=>n.next(c)),A(()=>n.complete()),m(c=>P({ref:e},c)),Re(...s))});return G("content.lazy")?yt(e).pipe(v(n=>n),ue(1),w(()=>o)):o}function La(e,{target$:t,print$:r}){let o=!0;return L(t.pipe(m(n=>n.closest("details:not([open])")),v(n=>e===n),m(()=>({action:"open",reveal:!0}))),r.pipe(v(n=>n||!o),T(()=>o=e.open),m(n=>({action:n?"open":"close"}))))}function Mn(e,t){return H(()=>{let r=new x;return r.subscribe(({action:o,reveal:n})=>{e.toggleAttribute("open",o==="open"),n&&e.scrollIntoView()}),La(e,t).pipe(T(o=>r.next(o)),A(()=>r.complete()),m(o=>P({ref:e},o)))})}var Ln=".node circle,.node ellipse,.node path,.node polygon,.node rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}marker{fill:var(--md-mermaid-edge-color)!important}.edgeLabel .label rect{fill:#0000}.label{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.label foreignObject{line-height:normal;overflow:visible}.label div .edgeLabel{color:var(--md-mermaid-label-fg-color)}.edgeLabel,.edgeLabel rect,.label div .edgeLabel{background-color:var(--md-mermaid-label-bg-color)}.edgeLabel,.edgeLabel rect{fill:var(--md-mermaid-label-bg-color);color:var(--md-mermaid-edge-color)}.edgePath .path,.flowchart-link{stroke:var(--md-mermaid-edge-color);stroke-width:.05rem}.edgePath .arrowheadPath{fill:var(--md-mermaid-edge-color);stroke:none}.cluster rect{fill:var(--md-default-fg-color--lightest);stroke:var(--md-default-fg-color--lighter)}.cluster span{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}g #flowchart-circleEnd,g #flowchart-circleStart,g #flowchart-crossEnd,g #flowchart-crossStart,g #flowchart-pointEnd,g #flowchart-pointStart{stroke:none}g.classGroup line,g.classGroup rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}g.classGroup text{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.classLabel .box{fill:var(--md-mermaid-label-bg-color);background-color:var(--md-mermaid-label-bg-color);opacity:1}.classLabel .label{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.node .divider{stroke:var(--md-mermaid-node-fg-color)}.relation{stroke:var(--md-mermaid-edge-color)}.cardinality{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.cardinality text{fill:inherit!important}defs #classDiagram-compositionEnd,defs #classDiagram-compositionStart,defs #classDiagram-dependencyEnd,defs #classDiagram-dependencyStart,defs #classDiagram-extensionEnd,defs #classDiagram-extensionStart{fill:var(--md-mermaid-edge-color)!important;stroke:var(--md-mermaid-edge-color)!important}defs #classDiagram-aggregationEnd,defs #classDiagram-aggregationStart{fill:var(--md-mermaid-label-bg-color)!important;stroke:var(--md-mermaid-edge-color)!important}g.stateGroup rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}g.stateGroup .state-title{fill:var(--md-mermaid-label-fg-color)!important;font-family:var(--md-mermaid-font-family)}g.stateGroup .composit{fill:var(--md-mermaid-label-bg-color)}.nodeLabel{color:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.node circle.state-end,.node circle.state-start,.start-state{fill:var(--md-mermaid-edge-color);stroke:none}.end-state-inner,.end-state-outer{fill:var(--md-mermaid-edge-color)}.end-state-inner,.node circle.state-end{stroke:var(--md-mermaid-label-bg-color)}.transition{stroke:var(--md-mermaid-edge-color)}[id^=state-fork] rect,[id^=state-join] rect{fill:var(--md-mermaid-edge-color)!important;stroke:none!important}.statediagram-cluster.statediagram-cluster .inner{fill:var(--md-default-bg-color)}.statediagram-cluster rect{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}.statediagram-state rect.divider{fill:var(--md-default-fg-color--lightest);stroke:var(--md-default-fg-color--lighter)}defs #statediagram-barbEnd{stroke:var(--md-mermaid-edge-color)}.attributeBoxEven,.attributeBoxOdd{fill:var(--md-mermaid-node-bg-color);stroke:var(--md-mermaid-node-fg-color)}.entityBox{fill:var(--md-mermaid-label-bg-color);stroke:var(--md-mermaid-node-fg-color)}.entityLabel{fill:var(--md-mermaid-label-fg-color);font-family:var(--md-mermaid-font-family)}.relationshipLabelBox{fill:var(--md-mermaid-label-bg-color);fill-opacity:1;background-color:var(--md-mermaid-label-bg-color);opacity:1}.relationshipLabel{fill:var(--md-mermaid-label-fg-color)}.relationshipLine{stroke:var(--md-mermaid-edge-color)}defs #ONE_OR_MORE_END *,defs #ONE_OR_MORE_START *,defs #ONLY_ONE_END *,defs #ONLY_ONE_START *,defs #ZERO_OR_MORE_END *,defs #ZERO_OR_MORE_START *,defs #ZERO_OR_ONE_END *,defs #ZERO_OR_ONE_START *{stroke:var(--md-mermaid-edge-color)!important}defs #ZERO_OR_MORE_END circle,defs #ZERO_OR_MORE_START circle{fill:var(--md-mermaid-label-bg-color)}.actor{fill:var(--md-mermaid-sequence-actor-bg-color);stroke:var(--md-mermaid-sequence-actor-border-color)}text.actor>tspan{fill:var(--md-mermaid-sequence-actor-fg-color);font-family:var(--md-mermaid-font-family)}line{stroke:var(--md-mermaid-sequence-actor-line-color)}.actor-man circle,.actor-man line{fill:var(--md-mermaid-sequence-actorman-bg-color);stroke:var(--md-mermaid-sequence-actorman-line-color)}.messageLine0,.messageLine1{stroke:var(--md-mermaid-sequence-message-line-color)}.note{fill:var(--md-mermaid-sequence-note-bg-color);stroke:var(--md-mermaid-sequence-note-border-color)}.loopText,.loopText>tspan,.messageText,.noteText>tspan{stroke:none;font-family:var(--md-mermaid-font-family)!important}.messageText{fill:var(--md-mermaid-sequence-message-fg-color)}.loopText,.loopText>tspan{fill:var(--md-mermaid-sequence-loop-fg-color)}.noteText>tspan{fill:var(--md-mermaid-sequence-note-fg-color)}#arrowhead path{fill:var(--md-mermaid-sequence-message-line-color);stroke:none}.loopLine{fill:var(--md-mermaid-sequence-loop-bg-color);stroke:var(--md-mermaid-sequence-loop-border-color)}.labelBox{fill:var(--md-mermaid-sequence-label-bg-color);stroke:none}.labelText,.labelText>span{fill:var(--md-mermaid-sequence-label-fg-color);font-family:var(--md-mermaid-font-family)}.sequenceNumber{fill:var(--md-mermaid-sequence-number-fg-color)}rect.rect{fill:var(--md-mermaid-sequence-box-bg-color);stroke:none}rect.rect+text.text{fill:var(--md-mermaid-sequence-box-fg-color)}defs #sequencenumber{fill:var(--md-mermaid-sequence-number-bg-color)!important}";var Qr,Aa=0;function Ca(){return typeof mermaid=="undefined"||mermaid instanceof Element?gt("https://unpkg.com/mermaid@10.6.1/dist/mermaid.min.js"):R(void 0)}function _n(e){return e.classList.remove("mermaid"),Qr||(Qr=Ca().pipe(T(()=>mermaid.initialize({startOnLoad:!1,themeCSS:Ln,sequence:{actorFontSize:"16px",messageFontSize:"16px",noteFontSize:"16px"}})),m(()=>{}),Z(1))),Qr.subscribe(()=>no(this,null,function*(){e.classList.add("mermaid");let t=`__mermaid_${Aa++}`,r=S("div",{class:"mermaid"}),o=e.textContent,{svg:n,fn:i}=yield mermaid.render(t,o),s=r.attachShadow({mode:"closed"});s.innerHTML=n,e.replaceWith(r),i==null||i(s)})),Qr.pipe(m(()=>({ref:e})))}var An=S("table");function Cn(e){return e.replaceWith(An),An.replaceWith(vn(e)),R({ref:e})}function ka(e){let t=e.find(r=>r.checked)||e[0];return L(...e.map(r=>h(r,"change").pipe(m(()=>U(`label[for="${r.id}"]`))))).pipe(q(U(`label[for="${t.id}"]`)),m(r=>({active:r})))}function kn(e,{viewport$:t,target$:r}){let o=U(".tabbed-labels",e),n=W(":scope > input",e),i=zr("prev");e.append(i);let s=zr("next");return e.append(s),H(()=>{let a=new x,c=a.pipe(ee(),oe(!0));B([a,Se(e)]).pipe(j(c),Le(1,ge)).subscribe({next([{active:p},l]){let f=Ue(p),{width:u}=le(p);e.style.setProperty("--md-indicator-x",`${f.x}px`),e.style.setProperty("--md-indicator-width",`${u}px`);let d=ir(o);(f.xd.x+l.width)&&o.scrollTo({left:Math.max(0,f.x-16),behavior:"smooth"})},complete(){e.style.removeProperty("--md-indicator-x"),e.style.removeProperty("--md-indicator-width")}}),B([et(o),Se(o)]).pipe(j(c)).subscribe(([p,l])=>{let f=xt(o);i.hidden=p.x<16,s.hidden=p.x>f.width-l.width-16}),L(h(i,"click").pipe(m(()=>-1)),h(s,"click").pipe(m(()=>1))).pipe(j(c)).subscribe(p=>{let{width:l}=le(o);o.scrollBy({left:l*p,behavior:"smooth"})}),r.pipe(j(c),v(p=>n.includes(p))).subscribe(p=>p.click()),o.classList.add("tabbed-labels--linked");for(let p of n){let l=U(`label[for="${p.id}"]`);l.replaceChildren(S("a",{href:`#${l.htmlFor}`,tabIndex:-1},...Array.from(l.childNodes))),h(l.firstElementChild,"click").pipe(j(c),v(f=>!(f.metaKey||f.ctrlKey)),T(f=>{f.preventDefault(),f.stopPropagation()})).subscribe(()=>{history.replaceState({},"",`#${l.htmlFor}`),l.click()})}return G("content.tabs.link")&&a.pipe(Ee(1),ae(t)).subscribe(([{active:p},{offset:l}])=>{let f=p.innerText.trim();if(p.hasAttribute("data-md-switching"))p.removeAttribute("data-md-switching");else{let u=e.offsetTop-l.y;for(let y of W("[data-tabs]"))for(let b of W(":scope > input",y)){let D=U(`label[for="${b.id}"]`);if(D!==p&&D.innerText.trim()===f){D.setAttribute("data-md-switching",""),b.click();break}}window.scrollTo({top:e.offsetTop-u});let d=__md_get("__tabs")||[];__md_set("__tabs",[...new Set([f,...d])])}}),a.pipe(j(c)).subscribe(()=>{for(let p of W("audio, video",e))p.pause()}),ka(n).pipe(T(p=>a.next(p)),A(()=>a.complete()),m(p=>P({ref:e},p)))}).pipe(qe(ie))}function Hn(e,{viewport$:t,target$:r,print$:o}){return L(...W(".annotate:not(.highlight)",e).map(n=>wn(n,{target$:r,print$:o})),...W("pre:not(.mermaid) > code",e).map(n=>On(n,{target$:r,print$:o})),...W("pre.mermaid",e).map(n=>_n(n)),...W("table:not([class])",e).map(n=>Cn(n)),...W("details",e).map(n=>Mn(n,{target$:r,print$:o})),...W("[data-tabs]",e).map(n=>kn(n,{viewport$:t,target$:r})),...W("[title]",e).filter(()=>G("content.tooltips")).map(n=>Be(n)))}function Ha(e,{alert$:t}){return t.pipe(w(r=>L(R(!0),R(!1).pipe(Qe(2e3))).pipe(m(o=>({message:r,active:o})))))}function $n(e,t){let r=U(".md-typeset",e);return H(()=>{let o=new x;return o.subscribe(({message:n,active:i})=>{e.classList.toggle("md-dialog--active",i),r.textContent=n}),Ha(e,t).pipe(T(n=>o.next(n)),A(()=>o.complete()),m(n=>P({ref:e},n)))})}function $a({viewport$:e}){if(!G("header.autohide"))return R(!1);let t=e.pipe(m(({offset:{y:n}})=>n),Ce(2,1),m(([n,i])=>[nMath.abs(i-n.y)>100),m(([,[n]])=>n),X()),o=Ne("search");return B([e,o]).pipe(m(([{offset:n},i])=>n.y>400&&!i),X(),w(n=>n?r:R(!1)),q(!1))}function Pn(e,t){return H(()=>B([Se(e),$a(t)])).pipe(m(([{height:r},o])=>({height:r,hidden:o})),X((r,o)=>r.height===o.height&&r.hidden===o.hidden),Z(1))}function Rn(e,{header$:t,main$:r}){return H(()=>{let o=new x,n=o.pipe(ee(),oe(!0));o.pipe(te("active"),Ze(t)).subscribe(([{active:s},{hidden:a}])=>{e.classList.toggle("md-header--shadow",s&&!a),e.hidden=a});let i=fe(W("[title]",e)).pipe(v(()=>G("content.tooltips")),re(s=>Be(s)));return r.subscribe(o),t.pipe(j(n),m(s=>P({ref:e},s)),Re(i.pipe(j(n))))})}function Pa(e,{viewport$:t,header$:r}){return mr(e,{viewport$:t,header$:r}).pipe(m(({offset:{y:o}})=>{let{height:n}=le(e);return{active:o>=n}}),te("active"))}function In(e,t){return H(()=>{let r=new x;r.subscribe({next({active:n}){e.classList.toggle("md-header__title--active",n)},complete(){e.classList.remove("md-header__title--active")}});let o=ce(".md-content h1");return typeof o=="undefined"?M:Pa(o,t).pipe(T(n=>r.next(n)),A(()=>r.complete()),m(n=>P({ref:e},n)))})}function Fn(e,{viewport$:t,header$:r}){let o=r.pipe(m(({height:i})=>i),X()),n=o.pipe(w(()=>Se(e).pipe(m(({height:i})=>({top:e.offsetTop,bottom:e.offsetTop+i})),te("bottom"))));return B([o,n,t]).pipe(m(([i,{top:s,bottom:a},{offset:{y:c},size:{height:p}}])=>(p=Math.max(0,p-Math.max(0,s-c,i)-Math.max(0,p+c-a)),{offset:s-i,height:p,active:s-i<=c})),X((i,s)=>i.offset===s.offset&&i.height===s.height&&i.active===s.active))}function Ra(e){let t=__md_get("__palette")||{index:e.findIndex(r=>matchMedia(r.getAttribute("data-md-color-media")).matches)};return R(...e).pipe(re(r=>h(r,"change").pipe(m(()=>r))),q(e[Math.max(0,t.index)]),m(r=>({index:e.indexOf(r),color:{media:r.getAttribute("data-md-color-media"),scheme:r.getAttribute("data-md-color-scheme"),primary:r.getAttribute("data-md-color-primary"),accent:r.getAttribute("data-md-color-accent")}})),Z(1))}function jn(e){let t=W("input",e),r=S("meta",{name:"theme-color"});document.head.appendChild(r);let o=S("meta",{name:"color-scheme"});document.head.appendChild(o);let n=At("(prefers-color-scheme: light)");return H(()=>{let i=new x;return i.subscribe(s=>{if(document.body.setAttribute("data-md-color-switching",""),s.color.media==="(prefers-color-scheme)"){let a=matchMedia("(prefers-color-scheme: light)"),c=document.querySelector(a.matches?"[data-md-color-media='(prefers-color-scheme: light)']":"[data-md-color-media='(prefers-color-scheme: dark)']");s.color.scheme=c.getAttribute("data-md-color-scheme"),s.color.primary=c.getAttribute("data-md-color-primary"),s.color.accent=c.getAttribute("data-md-color-accent")}for(let[a,c]of Object.entries(s.color))document.body.setAttribute(`data-md-color-${a}`,c);for(let a=0;a{let s=Oe("header"),a=window.getComputedStyle(s);return o.content=a.colorScheme,a.backgroundColor.match(/\d+/g).map(c=>(+c).toString(16).padStart(2,"0")).join("")})).subscribe(s=>r.content=`#${s}`),i.pipe(Me(ie)).subscribe(()=>{document.body.removeAttribute("data-md-color-switching")}),Ra(t).pipe(j(n.pipe(Ee(1))),at(),T(s=>i.next(s)),A(()=>i.complete()),m(s=>P({ref:e},s)))})}function Wn(e,{progress$:t}){return H(()=>{let r=new x;return r.subscribe(({value:o})=>{e.style.setProperty("--md-progress-value",`${o}`)}),t.pipe(T(o=>r.next({value:o})),A(()=>r.complete()),m(o=>({ref:e,value:o})))})}var Yr=jt(Kr());function Ia(e){e.setAttribute("data-md-copying","");let t=e.closest("[data-copy]"),r=t?t.getAttribute("data-copy"):e.innerText;return e.removeAttribute("data-md-copying"),r.trimEnd()}function Un({alert$:e}){Yr.default.isSupported()&&new I(t=>{new Yr.default("[data-clipboard-target], [data-clipboard-text]",{text:r=>r.getAttribute("data-clipboard-text")||Ia(U(r.getAttribute("data-clipboard-target")))}).on("success",r=>t.next(r))}).pipe(T(t=>{t.trigger.focus()}),m(()=>we("clipboard.copied"))).subscribe(e)}function Fa(e){if(e.length<2)return[""];let[t,r]=[...e].sort((n,i)=>n.length-i.length).map(n=>n.replace(/[^/]+$/,"")),o=0;if(t===r)o=t.length;else for(;t.charCodeAt(o)===r.charCodeAt(o);)o++;return e.map(n=>n.replace(t.slice(0,o),""))}function ur(e){let t=__md_get("__sitemap",sessionStorage,e);if(t)return R(t);{let r=he();return on(new URL("sitemap.xml",e||r.base)).pipe(m(o=>Fa(W("loc",o).map(n=>n.textContent))),xe(()=>M),$e([]),T(o=>__md_set("__sitemap",o,sessionStorage,e)))}}function Nn(e){let t=ce("[rel=canonical]",e);typeof t!="undefined"&&(t.href=t.href.replace("//localhost:","//127.0.0.1:"));let r=new Map;for(let o of W(":scope > *",e)){let n=o.outerHTML;for(let i of["href","src"]){let s=o.getAttribute(i);if(s===null)continue;let a=new URL(s,t==null?void 0:t.href),c=o.cloneNode();c.setAttribute(i,`${a}`),n=c.outerHTML;break}r.set(n,o)}return r}function Dn({location$:e,viewport$:t,progress$:r}){let o=he();if(location.protocol==="file:")return M;let n=ur().pipe(m(l=>l.map(f=>`${new URL(f,o.base)}`))),i=h(document.body,"click").pipe(ae(n),w(([l,f])=>{if(!(l.target instanceof Element))return M;let u=l.target.closest("a");if(u===null)return M;if(u.target||l.metaKey||l.ctrlKey)return M;let d=new URL(u.href);return d.search=d.hash="",f.includes(`${d}`)?(l.preventDefault(),R(new URL(u.href))):M}),de());i.pipe(ue(1)).subscribe(()=>{let l=ce("link[rel=icon]");typeof l!="undefined"&&(l.href=l.href)}),h(window,"beforeunload").subscribe(()=>{history.scrollRestoration="auto"}),i.pipe(ae(t)).subscribe(([l,{offset:f}])=>{history.scrollRestoration="manual",history.replaceState(f,""),history.pushState(null,"",l)}),i.subscribe(e);let s=e.pipe(q(me()),te("pathname"),Ee(1),w(l=>lr(l,{progress$:r}).pipe(xe(()=>(st(l,!0),M))))),a=new DOMParser,c=s.pipe(w(l=>l.text()),w(l=>{let f=a.parseFromString(l,"text/html");for(let b of["[data-md-component=announce]","[data-md-component=container]","[data-md-component=header-topic]","[data-md-component=outdated]","[data-md-component=logo]","[data-md-component=skip]",...G("navigation.tabs.sticky")?["[data-md-component=tabs]"]:[]]){let D=ce(b),Q=ce(b,f);typeof D!="undefined"&&typeof Q!="undefined"&&D.replaceWith(Q)}let u=Nn(document.head),d=Nn(f.head);for(let[b,D]of d)D.getAttribute("rel")==="stylesheet"||D.hasAttribute("src")||(u.has(b)?u.delete(b):document.head.appendChild(D));for(let b of u.values())b.getAttribute("rel")==="stylesheet"||b.hasAttribute("src")||b.remove();let y=Oe("container");return We(W("script",y)).pipe(w(b=>{let D=f.createElement("script");if(b.src){for(let Q of b.getAttributeNames())D.setAttribute(Q,b.getAttribute(Q));return b.replaceWith(D),new I(Q=>{D.onload=()=>Q.complete()})}else return D.textContent=b.textContent,b.replaceWith(D),M}),ee(),oe(f))}),de());return h(window,"popstate").pipe(m(me)).subscribe(e),e.pipe(q(me()),Ce(2,1),v(([l,f])=>l.pathname===f.pathname&&l.hash!==f.hash),m(([,l])=>l)).subscribe(l=>{var f,u;history.state!==null||!l.hash?window.scrollTo(0,(u=(f=history.state)==null?void 0:f.y)!=null?u:0):(history.scrollRestoration="auto",pr(l.hash),history.scrollRestoration="manual")}),e.pipe(Ir(i),q(me()),Ce(2,1),v(([l,f])=>l.pathname===f.pathname&&l.hash===f.hash),m(([,l])=>l)).subscribe(l=>{history.scrollRestoration="auto",pr(l.hash),history.scrollRestoration="manual",history.back()}),c.pipe(ae(e)).subscribe(([,l])=>{var f,u;history.state!==null||!l.hash?window.scrollTo(0,(u=(f=history.state)==null?void 0:f.y)!=null?u:0):pr(l.hash)}),t.pipe(te("offset"),ye(100)).subscribe(({offset:l})=>{history.replaceState(l,"")}),c}var qn=jt(zn());function Kn(e){let t=e.separator.split("|").map(n=>n.replace(/(\(\?[!=<][^)]+\))/g,"").length===0?"\uFFFD":n).join("|"),r=new RegExp(t,"img"),o=(n,i,s)=>`${i}${s}`;return n=>{n=n.replace(/[\s*+\-:~^]+/g," ").trim();let i=new RegExp(`(^|${e.separator}|)(${n.replace(/[|\\{}()[\]^$+*?.-]/g,"\\$&").replace(r,"|")})`,"img");return s=>(0,qn.default)(s).replace(i,o).replace(/<\/mark>(\s+)]*>/img,"$1")}}function Ht(e){return e.type===1}function dr(e){return e.type===3}function Qn(e,t){let r=ln(e);return L(R(location.protocol!=="file:"),Ne("search")).pipe(Pe(o=>o),w(()=>t)).subscribe(({config:o,docs:n})=>r.next({type:0,data:{config:o,docs:n,options:{suggest:G("search.suggest")}}})),r}function Yn({document$:e}){let t=he(),r=De(new URL("../versions.json",t.base)).pipe(xe(()=>M)),o=r.pipe(m(n=>{let[,i]=t.base.match(/([^/]+)\/?$/);return n.find(({version:s,aliases:a})=>s===i||a.includes(i))||n[0]}));r.pipe(m(n=>new Map(n.map(i=>[`${new URL(`../${i.version}/`,t.base)}`,i]))),w(n=>h(document.body,"click").pipe(v(i=>!i.metaKey&&!i.ctrlKey),ae(o),w(([i,s])=>{if(i.target instanceof Element){let a=i.target.closest("a");if(a&&!a.target&&n.has(a.href)){let c=a.href;return!i.target.closest(".md-version")&&n.get(c)===s?M:(i.preventDefault(),R(c))}}return M}),w(i=>{let{version:s}=n.get(i);return ur(new URL(i)).pipe(m(a=>{let p=me().href.replace(t.base,"");return a.includes(p.split("#")[0])?new URL(`../${s}/${p}`,t.base):new URL(i)}))})))).subscribe(n=>st(n,!0)),B([r,o]).subscribe(([n,i])=>{U(".md-header__topic").appendChild(gn(n,i))}),e.pipe(w(()=>o)).subscribe(n=>{var s;let i=__md_get("__outdated",sessionStorage);if(i===null){i=!0;let a=((s=t.version)==null?void 0:s.default)||"latest";Array.isArray(a)||(a=[a]);e:for(let c of a)for(let p of n.aliases.concat(n.version))if(new RegExp(c,"i").test(p)){i=!1;break e}__md_set("__outdated",i,sessionStorage)}if(i)for(let a of ne("outdated"))a.hidden=!1})}function Da(e,{worker$:t}){let{searchParams:r}=me();r.has("q")&&(Ye("search",!0),e.value=r.get("q"),e.focus(),Ne("search").pipe(Pe(i=>!i)).subscribe(()=>{let i=me();i.searchParams.delete("q"),history.replaceState({},"",`${i}`)}));let o=vt(e),n=L(t.pipe(Pe(Ht)),h(e,"keyup"),o).pipe(m(()=>e.value),X());return B([n,o]).pipe(m(([i,s])=>({value:i,focus:s})),Z(1))}function Bn(e,{worker$:t}){let r=new x,o=r.pipe(ee(),oe(!0));B([t.pipe(Pe(Ht)),r],(i,s)=>s).pipe(te("value")).subscribe(({value:i})=>t.next({type:2,data:i})),r.pipe(te("focus")).subscribe(({focus:i})=>{i&&Ye("search",i)}),h(e.form,"reset").pipe(j(o)).subscribe(()=>e.focus());let n=U("header [for=__search]");return h(n,"click").subscribe(()=>e.focus()),Da(e,{worker$:t}).pipe(T(i=>r.next(i)),A(()=>r.complete()),m(i=>P({ref:e},i)),Z(1))}function Gn(e,{worker$:t,query$:r}){let o=new x,n=Go(e.parentElement).pipe(v(Boolean)),i=e.parentElement,s=U(":scope > :first-child",e),a=U(":scope > :last-child",e);Ne("search").subscribe(l=>a.setAttribute("role",l?"list":"presentation")),o.pipe(ae(r),Wr(t.pipe(Pe(Ht)))).subscribe(([{items:l},{value:f}])=>{switch(l.length){case 0:s.textContent=f.length?we("search.result.none"):we("search.result.placeholder");break;case 1:s.textContent=we("search.result.one");break;default:let u=ar(l.length);s.textContent=we("search.result.other",u)}});let c=o.pipe(T(()=>a.innerHTML=""),w(({items:l})=>L(R(...l.slice(0,10)),R(...l.slice(10)).pipe(Ce(4),Nr(n),w(([f])=>f)))),m(hn),de());return c.subscribe(l=>a.appendChild(l)),c.pipe(re(l=>{let f=ce("details",l);return typeof f=="undefined"?M:h(f,"toggle").pipe(j(o),m(()=>f))})).subscribe(l=>{l.open===!1&&l.offsetTop<=i.scrollTop&&i.scrollTo({top:l.offsetTop})}),t.pipe(v(dr),m(({data:l})=>l)).pipe(T(l=>o.next(l)),A(()=>o.complete()),m(l=>P({ref:e},l)))}function Va(e,{query$:t}){return t.pipe(m(({value:r})=>{let o=me();return o.hash="",r=r.replace(/\s+/g,"+").replace(/&/g,"%26").replace(/=/g,"%3D"),o.search=`q=${r}`,{url:o}}))}function Jn(e,t){let r=new x,o=r.pipe(ee(),oe(!0));return r.subscribe(({url:n})=>{e.setAttribute("data-clipboard-text",e.href),e.href=`${n}`}),h(e,"click").pipe(j(o)).subscribe(n=>n.preventDefault()),Va(e,t).pipe(T(n=>r.next(n)),A(()=>r.complete()),m(n=>P({ref:e},n)))}function Xn(e,{worker$:t,keyboard$:r}){let o=new x,n=Oe("search-query"),i=L(h(n,"keydown"),h(n,"focus")).pipe(Me(ie),m(()=>n.value),X());return o.pipe(Ze(i),m(([{suggest:a},c])=>{let p=c.split(/([\s-]+)/);if(a!=null&&a.length&&p[p.length-1]){let l=a[a.length-1];l.startsWith(p[p.length-1])&&(p[p.length-1]=l)}else p.length=0;return p})).subscribe(a=>e.innerHTML=a.join("").replace(/\s/g," ")),r.pipe(v(({mode:a})=>a==="search")).subscribe(a=>{switch(a.type){case"ArrowRight":e.innerText.length&&n.selectionStart===n.value.length&&(n.value=e.innerText);break}}),t.pipe(v(dr),m(({data:a})=>a)).pipe(T(a=>o.next(a)),A(()=>o.complete()),m(()=>({ref:e})))}function Zn(e,{index$:t,keyboard$:r}){let o=he();try{let n=Qn(o.search,t),i=Oe("search-query",e),s=Oe("search-result",e);h(e,"click").pipe(v(({target:c})=>c instanceof Element&&!!c.closest("a"))).subscribe(()=>Ye("search",!1)),r.pipe(v(({mode:c})=>c==="search")).subscribe(c=>{let p=Ie();switch(c.type){case"Enter":if(p===i){let l=new Map;for(let f of W(":first-child [href]",s)){let u=f.firstElementChild;l.set(f,parseFloat(u.getAttribute("data-md-score")))}if(l.size){let[[f]]=[...l].sort(([,u],[,d])=>d-u);f.click()}c.claim()}break;case"Escape":case"Tab":Ye("search",!1),i.blur();break;case"ArrowUp":case"ArrowDown":if(typeof p=="undefined")i.focus();else{let l=[i,...W(":not(details) > [href], summary, details[open] [href]",s)],f=Math.max(0,(Math.max(0,l.indexOf(p))+l.length+(c.type==="ArrowUp"?-1:1))%l.length);l[f].focus()}c.claim();break;default:i!==Ie()&&i.focus()}}),r.pipe(v(({mode:c})=>c==="global")).subscribe(c=>{switch(c.type){case"f":case"s":case"/":i.focus(),i.select(),c.claim();break}});let a=Bn(i,{worker$:n});return L(a,Gn(s,{worker$:n,query$:a})).pipe(Re(...ne("search-share",e).map(c=>Jn(c,{query$:a})),...ne("search-suggest",e).map(c=>Xn(c,{worker$:n,keyboard$:r}))))}catch(n){return e.hidden=!0,Ke}}function ei(e,{index$:t,location$:r}){return B([t,r.pipe(q(me()),v(o=>!!o.searchParams.get("h")))]).pipe(m(([o,n])=>Kn(o.config)(n.searchParams.get("h"))),m(o=>{var s;let n=new Map,i=document.createNodeIterator(e,NodeFilter.SHOW_TEXT);for(let a=i.nextNode();a;a=i.nextNode())if((s=a.parentElement)!=null&&s.offsetHeight){let c=a.textContent,p=o(c);p.length>c.length&&n.set(a,p)}for(let[a,c]of n){let{childNodes:p}=S("span",null,c);a.replaceWith(...Array.from(p))}return{ref:e,nodes:n}}))}function za(e,{viewport$:t,main$:r}){let o=e.closest(".md-grid"),n=o.offsetTop-o.parentElement.offsetTop;return B([r,t]).pipe(m(([{offset:i,height:s},{offset:{y:a}}])=>(s=s+Math.min(n,Math.max(0,a-i))-n,{height:s,locked:a>=i+n})),X((i,s)=>i.height===s.height&&i.locked===s.locked))}function Br(e,o){var n=o,{header$:t}=n,r=oo(n,["header$"]);let i=U(".md-sidebar__scrollwrap",e),{y:s}=Ue(i);return H(()=>{let a=new x,c=a.pipe(ee(),oe(!0)),p=a.pipe(Le(0,ge));return p.pipe(ae(t)).subscribe({next([{height:l},{height:f}]){i.style.height=`${l-2*s}px`,e.style.top=`${f}px`},complete(){i.style.height="",e.style.top=""}}),p.pipe(Pe()).subscribe(()=>{for(let l of W(".md-nav__link--active[href]",e)){if(!l.clientHeight)continue;let f=l.closest(".md-sidebar__scrollwrap");if(typeof f!="undefined"){let u=l.offsetTop-f.offsetTop,{height:d}=le(f);f.scrollTo({top:u-d/2})}}}),fe(W("label[tabindex]",e)).pipe(re(l=>h(l,"click").pipe(Me(ie),m(()=>l),j(c)))).subscribe(l=>{let f=U(`[id="${l.htmlFor}"]`);U(`[aria-labelledby="${l.id}"]`).setAttribute("aria-expanded",`${f.checked}`)}),za(e,r).pipe(T(l=>a.next(l)),A(()=>a.complete()),m(l=>P({ref:e},l)))})}function ti(e,t){if(typeof t!="undefined"){let r=`https://api.github.com/repos/${e}/${t}`;return Lt(De(`${r}/releases/latest`).pipe(xe(()=>M),m(o=>({version:o.tag_name})),$e({})),De(r).pipe(xe(()=>M),m(o=>({stars:o.stargazers_count,forks:o.forks_count})),$e({}))).pipe(m(([o,n])=>P(P({},o),n)))}else{let r=`https://api.github.com/users/${e}`;return De(r).pipe(m(o=>({repositories:o.public_repos})),$e({}))}}function ri(e,t){let r=`https://${e}/api/v4/projects/${encodeURIComponent(t)}`;return De(r).pipe(xe(()=>M),m(({star_count:o,forks_count:n})=>({stars:o,forks:n})),$e({}))}function oi(e){let t=e.match(/^.+github\.com\/([^/]+)\/?([^/]+)?/i);if(t){let[,r,o]=t;return ti(r,o)}if(t=e.match(/^.+?([^/]*gitlab[^/]+)\/(.+?)\/?$/i),t){let[,r,o]=t;return ri(r,o)}return M}var qa;function Ka(e){return qa||(qa=H(()=>{let t=__md_get("__source",sessionStorage);if(t)return R(t);if(ne("consent").length){let o=__md_get("__consent");if(!(o&&o.github))return M}return oi(e.href).pipe(T(o=>__md_set("__source",o,sessionStorage)))}).pipe(xe(()=>M),v(t=>Object.keys(t).length>0),m(t=>({facts:t})),Z(1)))}function ni(e){let t=U(":scope > :last-child",e);return H(()=>{let r=new x;return r.subscribe(({facts:o})=>{t.appendChild(bn(o)),t.classList.add("md-source__repository--active")}),Ka(e).pipe(T(o=>r.next(o)),A(()=>r.complete()),m(o=>P({ref:e},o)))})}function Qa(e,{viewport$:t,header$:r}){return Se(document.body).pipe(w(()=>mr(e,{header$:r,viewport$:t})),m(({offset:{y:o}})=>({hidden:o>=10})),te("hidden"))}function ii(e,t){return H(()=>{let r=new x;return r.subscribe({next({hidden:o}){e.hidden=o},complete(){e.hidden=!1}}),(G("navigation.tabs.sticky")?R({hidden:!1}):Qa(e,t)).pipe(T(o=>r.next(o)),A(()=>r.complete()),m(o=>P({ref:e},o)))})}function Ya(e,{viewport$:t,header$:r}){let o=new Map,n=W("[href^=\\#]",e);for(let a of n){let c=decodeURIComponent(a.hash.substring(1)),p=ce(`[id="${c}"]`);typeof p!="undefined"&&o.set(a,p)}let i=r.pipe(te("height"),m(({height:a})=>{let c=Oe("main"),p=U(":scope > :first-child",c);return a+.8*(p.offsetTop-c.offsetTop)}),de());return Se(document.body).pipe(te("height"),w(a=>H(()=>{let c=[];return R([...o].reduce((p,[l,f])=>{for(;c.length&&o.get(c[c.length-1]).tagName>=f.tagName;)c.pop();let u=f.offsetTop;for(;!u&&f.parentElement;)f=f.parentElement,u=f.offsetTop;let d=f.offsetParent;for(;d;d=d.offsetParent)u+=d.offsetTop;return p.set([...c=[...c,l]].reverse(),u)},new Map))}).pipe(m(c=>new Map([...c].sort(([,p],[,l])=>p-l))),Ze(i),w(([c,p])=>t.pipe(Fr(([l,f],{offset:{y:u},size:d})=>{let y=u+d.height>=Math.floor(a.height);for(;f.length;){let[,b]=f[0];if(b-p=u&&!y)f=[l.pop(),...f];else break}return[l,f]},[[],[...c]]),X((l,f)=>l[0]===f[0]&&l[1]===f[1])))))).pipe(m(([a,c])=>({prev:a.map(([p])=>p),next:c.map(([p])=>p)})),q({prev:[],next:[]}),Ce(2,1),m(([a,c])=>a.prev.length{let i=new x,s=i.pipe(ee(),oe(!0));if(i.subscribe(({prev:a,next:c})=>{for(let[p]of c)p.classList.remove("md-nav__link--passed"),p.classList.remove("md-nav__link--active");for(let[p,[l]]of a.entries())l.classList.add("md-nav__link--passed"),l.classList.toggle("md-nav__link--active",p===a.length-1)}),G("toc.follow")){let a=L(t.pipe(ye(1),m(()=>{})),t.pipe(ye(250),m(()=>"smooth")));i.pipe(v(({prev:c})=>c.length>0),Ze(o.pipe(Me(ie))),ae(a)).subscribe(([[{prev:c}],p])=>{let[l]=c[c.length-1];if(l.offsetHeight){let f=sr(l);if(typeof f!="undefined"){let u=l.offsetTop-f.offsetTop,{height:d}=le(f);f.scrollTo({top:u-d/2,behavior:p})}}})}return G("navigation.tracking")&&t.pipe(j(s),te("offset"),ye(250),Ee(1),j(n.pipe(Ee(1))),at({delay:250}),ae(i)).subscribe(([,{prev:a}])=>{let c=me(),p=a[a.length-1];if(p&&p.length){let[l]=p,{hash:f}=new URL(l.href);c.hash!==f&&(c.hash=f,history.replaceState({},"",`${c}`))}else c.hash="",history.replaceState({},"",`${c}`)}),Ya(e,{viewport$:t,header$:r}).pipe(T(a=>i.next(a)),A(()=>i.complete()),m(a=>P({ref:e},a)))})}function Ba(e,{viewport$:t,main$:r,target$:o}){let n=t.pipe(m(({offset:{y:s}})=>s),Ce(2,1),m(([s,a])=>s>a&&a>0),X()),i=r.pipe(m(({active:s})=>s));return B([i,n]).pipe(m(([s,a])=>!(s&&a)),X(),j(o.pipe(Ee(1))),oe(!0),at({delay:250}),m(s=>({hidden:s})))}function si(e,{viewport$:t,header$:r,main$:o,target$:n}){let i=new x,s=i.pipe(ee(),oe(!0));return i.subscribe({next({hidden:a}){e.hidden=a,a?(e.setAttribute("tabindex","-1"),e.blur()):e.removeAttribute("tabindex")},complete(){e.style.top="",e.hidden=!0,e.removeAttribute("tabindex")}}),r.pipe(j(s),te("height")).subscribe(({height:a})=>{e.style.top=`${a+16}px`}),h(e,"click").subscribe(a=>{a.preventDefault(),window.scrollTo({top:0})}),Ba(e,{viewport$:t,main$:o,target$:n}).pipe(T(a=>i.next(a)),A(()=>i.complete()),m(a=>P({ref:e},a)))}function ci({document$:e}){e.pipe(w(()=>W(".md-ellipsis")),re(t=>yt(t).pipe(j(e.pipe(Ee(1))),v(r=>r),m(()=>t),ue(1))),v(t=>t.offsetWidth{let r=t.innerText,o=t.closest("a")||t;return o.title=r,Be(o).pipe(j(e.pipe(Ee(1))),A(()=>o.removeAttribute("title")))})).subscribe(),e.pipe(w(()=>W(".md-status")),re(t=>Be(t))).subscribe()}function pi({document$:e,tablet$:t}){e.pipe(w(()=>W(".md-toggle--indeterminate")),T(r=>{r.indeterminate=!0,r.checked=!1}),re(r=>h(r,"change").pipe(Ur(()=>r.classList.contains("md-toggle--indeterminate")),m(()=>r))),ae(t)).subscribe(([r,o])=>{r.classList.remove("md-toggle--indeterminate"),o&&(r.checked=!1)})}function Ga(){return/(iPad|iPhone|iPod)/.test(navigator.userAgent)}function li({document$:e}){e.pipe(w(()=>W("[data-md-scrollfix]")),T(t=>t.removeAttribute("data-md-scrollfix")),v(Ga),re(t=>h(t,"touchstart").pipe(m(()=>t)))).subscribe(t=>{let r=t.scrollTop;r===0?t.scrollTop=1:r+t.offsetHeight===t.scrollHeight&&(t.scrollTop=r-1)})}function mi({viewport$:e,tablet$:t}){B([Ne("search"),t]).pipe(m(([r,o])=>r&&!o),w(r=>R(r).pipe(Qe(r?400:100))),ae(e)).subscribe(([r,{offset:{y:o}}])=>{if(r)document.body.setAttribute("data-md-scrolllock",""),document.body.style.top=`-${o}px`;else{let n=-1*parseInt(document.body.style.top,10);document.body.removeAttribute("data-md-scrolllock"),document.body.style.top="",n&&window.scrollTo(0,n)}})}Object.entries||(Object.entries=function(e){let t=[];for(let r of Object.keys(e))t.push([r,e[r]]);return t});Object.values||(Object.values=function(e){let t=[];for(let r of Object.keys(e))t.push(e[r]);return t});typeof Element!="undefined"&&(Element.prototype.scrollTo||(Element.prototype.scrollTo=function(e,t){typeof e=="object"?(this.scrollLeft=e.left,this.scrollTop=e.top):(this.scrollLeft=e,this.scrollTop=t)}),Element.prototype.replaceWith||(Element.prototype.replaceWith=function(...e){let t=this.parentNode;if(t){e.length===0&&t.removeChild(this);for(let r=e.length-1;r>=0;r--){let o=e[r];typeof o=="string"?o=document.createTextNode(o):o.parentNode&&o.parentNode.removeChild(o),r?t.insertBefore(this.previousSibling,o):t.replaceChild(o,this)}}}));function Ja(){return location.protocol==="file:"?gt(`${new URL("search/search_index.js",Gr.base)}`).pipe(m(()=>__index),Z(1)):De(new URL("search/search_index.json",Gr.base))}document.documentElement.classList.remove("no-js");document.documentElement.classList.add("js");var rt=zo(),Pt=Zo(),wt=tn(Pt),Jr=Xo(),_e=pn(),hr=At("(min-width: 960px)"),ui=At("(min-width: 1220px)"),di=rn(),Gr=he(),hi=document.forms.namedItem("search")?Ja():Ke,Xr=new x;Un({alert$:Xr});var Zr=new x;G("navigation.instant")&&Dn({location$:Pt,viewport$:_e,progress$:Zr}).subscribe(rt);var fi;((fi=Gr.version)==null?void 0:fi.provider)==="mike"&&Yn({document$:rt});L(Pt,wt).pipe(Qe(125)).subscribe(()=>{Ye("drawer",!1),Ye("search",!1)});Jr.pipe(v(({mode:e})=>e==="global")).subscribe(e=>{switch(e.type){case"p":case",":let t=ce("link[rel=prev]");typeof t!="undefined"&&st(t);break;case"n":case".":let r=ce("link[rel=next]");typeof r!="undefined"&&st(r);break;case"Enter":let o=Ie();o instanceof HTMLLabelElement&&o.click()}});ci({document$:rt});pi({document$:rt,tablet$:hr});li({document$:rt});mi({viewport$:_e,tablet$:hr});var tt=Pn(Oe("header"),{viewport$:_e}),$t=rt.pipe(m(()=>Oe("main")),w(e=>Fn(e,{viewport$:_e,header$:tt})),Z(1)),Xa=L(...ne("consent").map(e=>fn(e,{target$:wt})),...ne("dialog").map(e=>$n(e,{alert$:Xr})),...ne("header").map(e=>Rn(e,{viewport$:_e,header$:tt,main$:$t})),...ne("palette").map(e=>jn(e)),...ne("progress").map(e=>Wn(e,{progress$:Zr})),...ne("search").map(e=>Zn(e,{index$:hi,keyboard$:Jr})),...ne("source").map(e=>ni(e))),Za=H(()=>L(...ne("announce").map(e=>mn(e)),...ne("content").map(e=>Hn(e,{viewport$:_e,target$:wt,print$:di})),...ne("content").map(e=>G("search.highlight")?ei(e,{index$:hi,location$:Pt}):M),...ne("header-title").map(e=>In(e,{viewport$:_e,header$:tt})),...ne("sidebar").map(e=>e.getAttribute("data-md-type")==="navigation"?Dr(ui,()=>Br(e,{viewport$:_e,header$:tt,main$:$t})):Dr(hr,()=>Br(e,{viewport$:_e,header$:tt,main$:$t}))),...ne("tabs").map(e=>ii(e,{viewport$:_e,header$:tt})),...ne("toc").map(e=>ai(e,{viewport$:_e,header$:tt,main$:$t,target$:wt})),...ne("top").map(e=>si(e,{viewport$:_e,header$:tt,main$:$t,target$:wt})))),bi=rt.pipe(w(()=>Za),Re(Xa),Z(1));bi.subscribe();window.document$=rt;window.location$=Pt;window.target$=wt;window.keyboard$=Jr;window.viewport$=_e;window.tablet$=hr;window.screen$=ui;window.print$=di;window.alert$=Xr;window.progress$=Zr;window.component$=bi;})(); +//# sourceMappingURL=bundle.d7c377c4.min.js.map + diff --git a/assets/javascripts/bundle.d7c377c4.min.js.map b/assets/javascripts/bundle.d7c377c4.min.js.map new file mode 100644 index 0000000..a57d388 --- /dev/null +++ b/assets/javascripts/bundle.d7c377c4.min.js.map @@ -0,0 +1,7 @@ +{ + "version": 3, + "sources": ["node_modules/focus-visible/dist/focus-visible.js", "node_modules/clipboard/dist/clipboard.js", "node_modules/escape-html/index.js", "src/templates/assets/javascripts/bundle.ts", "node_modules/rxjs/node_modules/tslib/tslib.es6.js", "node_modules/rxjs/src/internal/util/isFunction.ts", "node_modules/rxjs/src/internal/util/createErrorClass.ts", "node_modules/rxjs/src/internal/util/UnsubscriptionError.ts", "node_modules/rxjs/src/internal/util/arrRemove.ts", "node_modules/rxjs/src/internal/Subscription.ts", "node_modules/rxjs/src/internal/config.ts", "node_modules/rxjs/src/internal/scheduler/timeoutProvider.ts", "node_modules/rxjs/src/internal/util/reportUnhandledError.ts", "node_modules/rxjs/src/internal/util/noop.ts", "node_modules/rxjs/src/internal/NotificationFactories.ts", "node_modules/rxjs/src/internal/util/errorContext.ts", "node_modules/rxjs/src/internal/Subscriber.ts", "node_modules/rxjs/src/internal/symbol/observable.ts", "node_modules/rxjs/src/internal/util/identity.ts", "node_modules/rxjs/src/internal/util/pipe.ts", "node_modules/rxjs/src/internal/Observable.ts", "node_modules/rxjs/src/internal/util/lift.ts", "node_modules/rxjs/src/internal/operators/OperatorSubscriber.ts", "node_modules/rxjs/src/internal/scheduler/animationFrameProvider.ts", "node_modules/rxjs/src/internal/util/ObjectUnsubscribedError.ts", "node_modules/rxjs/src/internal/Subject.ts", "node_modules/rxjs/src/internal/scheduler/dateTimestampProvider.ts", "node_modules/rxjs/src/internal/ReplaySubject.ts", "node_modules/rxjs/src/internal/scheduler/Action.ts", "node_modules/rxjs/src/internal/scheduler/intervalProvider.ts", "node_modules/rxjs/src/internal/scheduler/AsyncAction.ts", "node_modules/rxjs/src/internal/Scheduler.ts", "node_modules/rxjs/src/internal/scheduler/AsyncScheduler.ts", "node_modules/rxjs/src/internal/scheduler/async.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameAction.ts", "node_modules/rxjs/src/internal/scheduler/AnimationFrameScheduler.ts", "node_modules/rxjs/src/internal/scheduler/animationFrame.ts", "node_modules/rxjs/src/internal/observable/empty.ts", "node_modules/rxjs/src/internal/util/isScheduler.ts", "node_modules/rxjs/src/internal/util/args.ts", "node_modules/rxjs/src/internal/util/isArrayLike.ts", "node_modules/rxjs/src/internal/util/isPromise.ts", "node_modules/rxjs/src/internal/util/isInteropObservable.ts", "node_modules/rxjs/src/internal/util/isAsyncIterable.ts", "node_modules/rxjs/src/internal/util/throwUnobservableError.ts", "node_modules/rxjs/src/internal/symbol/iterator.ts", "node_modules/rxjs/src/internal/util/isIterable.ts", "node_modules/rxjs/src/internal/util/isReadableStreamLike.ts", "node_modules/rxjs/src/internal/observable/innerFrom.ts", "node_modules/rxjs/src/internal/util/executeSchedule.ts", "node_modules/rxjs/src/internal/operators/observeOn.ts", "node_modules/rxjs/src/internal/operators/subscribeOn.ts", "node_modules/rxjs/src/internal/scheduled/scheduleObservable.ts", "node_modules/rxjs/src/internal/scheduled/schedulePromise.ts", "node_modules/rxjs/src/internal/scheduled/scheduleArray.ts", "node_modules/rxjs/src/internal/scheduled/scheduleIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleAsyncIterable.ts", "node_modules/rxjs/src/internal/scheduled/scheduleReadableStreamLike.ts", "node_modules/rxjs/src/internal/scheduled/scheduled.ts", "node_modules/rxjs/src/internal/observable/from.ts", "node_modules/rxjs/src/internal/observable/of.ts", "node_modules/rxjs/src/internal/observable/throwError.ts", "node_modules/rxjs/src/internal/util/EmptyError.ts", "node_modules/rxjs/src/internal/util/isDate.ts", "node_modules/rxjs/src/internal/operators/map.ts", "node_modules/rxjs/src/internal/util/mapOneOrManyArgs.ts", "node_modules/rxjs/src/internal/util/argsArgArrayOrObject.ts", "node_modules/rxjs/src/internal/util/createObject.ts", "node_modules/rxjs/src/internal/observable/combineLatest.ts", "node_modules/rxjs/src/internal/operators/mergeInternals.ts", "node_modules/rxjs/src/internal/operators/mergeMap.ts", "node_modules/rxjs/src/internal/operators/mergeAll.ts", "node_modules/rxjs/src/internal/operators/concatAll.ts", "node_modules/rxjs/src/internal/observable/concat.ts", "node_modules/rxjs/src/internal/observable/defer.ts", "node_modules/rxjs/src/internal/observable/fromEvent.ts", "node_modules/rxjs/src/internal/observable/fromEventPattern.ts", "node_modules/rxjs/src/internal/observable/timer.ts", "node_modules/rxjs/src/internal/observable/merge.ts", "node_modules/rxjs/src/internal/observable/never.ts", "node_modules/rxjs/src/internal/util/argsOrArgArray.ts", "node_modules/rxjs/src/internal/operators/filter.ts", "node_modules/rxjs/src/internal/observable/zip.ts", "node_modules/rxjs/src/internal/operators/audit.ts", "node_modules/rxjs/src/internal/operators/auditTime.ts", "node_modules/rxjs/src/internal/operators/bufferCount.ts", "node_modules/rxjs/src/internal/operators/catchError.ts", "node_modules/rxjs/src/internal/operators/scanInternals.ts", "node_modules/rxjs/src/internal/operators/combineLatest.ts", "node_modules/rxjs/src/internal/operators/combineLatestWith.ts", "node_modules/rxjs/src/internal/operators/debounceTime.ts", "node_modules/rxjs/src/internal/operators/defaultIfEmpty.ts", "node_modules/rxjs/src/internal/operators/take.ts", "node_modules/rxjs/src/internal/operators/ignoreElements.ts", "node_modules/rxjs/src/internal/operators/mapTo.ts", "node_modules/rxjs/src/internal/operators/delayWhen.ts", "node_modules/rxjs/src/internal/operators/delay.ts", "node_modules/rxjs/src/internal/operators/distinctUntilChanged.ts", "node_modules/rxjs/src/internal/operators/distinctUntilKeyChanged.ts", "node_modules/rxjs/src/internal/operators/throwIfEmpty.ts", "node_modules/rxjs/src/internal/operators/endWith.ts", "node_modules/rxjs/src/internal/operators/finalize.ts", "node_modules/rxjs/src/internal/operators/first.ts", "node_modules/rxjs/src/internal/operators/takeLast.ts", "node_modules/rxjs/src/internal/operators/merge.ts", "node_modules/rxjs/src/internal/operators/mergeWith.ts", "node_modules/rxjs/src/internal/operators/repeat.ts", "node_modules/rxjs/src/internal/operators/sample.ts", "node_modules/rxjs/src/internal/operators/scan.ts", "node_modules/rxjs/src/internal/operators/share.ts", "node_modules/rxjs/src/internal/operators/shareReplay.ts", "node_modules/rxjs/src/internal/operators/skip.ts", "node_modules/rxjs/src/internal/operators/skipUntil.ts", "node_modules/rxjs/src/internal/operators/startWith.ts", "node_modules/rxjs/src/internal/operators/switchMap.ts", "node_modules/rxjs/src/internal/operators/takeUntil.ts", "node_modules/rxjs/src/internal/operators/takeWhile.ts", "node_modules/rxjs/src/internal/operators/tap.ts", "node_modules/rxjs/src/internal/operators/throttle.ts", "node_modules/rxjs/src/internal/operators/throttleTime.ts", "node_modules/rxjs/src/internal/operators/withLatestFrom.ts", "node_modules/rxjs/src/internal/operators/zip.ts", "node_modules/rxjs/src/internal/operators/zipWith.ts", "src/templates/assets/javascripts/browser/document/index.ts", "src/templates/assets/javascripts/browser/element/_/index.ts", "src/templates/assets/javascripts/browser/element/focus/index.ts", "src/templates/assets/javascripts/browser/element/hover/index.ts", "src/templates/assets/javascripts/browser/element/offset/_/index.ts", "src/templates/assets/javascripts/browser/element/offset/content/index.ts", "src/templates/assets/javascripts/utilities/h/index.ts", "src/templates/assets/javascripts/utilities/round/index.ts", "src/templates/assets/javascripts/browser/script/index.ts", "src/templates/assets/javascripts/browser/element/size/_/index.ts", "src/templates/assets/javascripts/browser/element/size/content/index.ts", "src/templates/assets/javascripts/browser/element/visibility/index.ts", "src/templates/assets/javascripts/browser/toggle/index.ts", "src/templates/assets/javascripts/browser/keyboard/index.ts", "src/templates/assets/javascripts/browser/location/_/index.ts", "src/templates/assets/javascripts/browser/location/hash/index.ts", "src/templates/assets/javascripts/browser/media/index.ts", "src/templates/assets/javascripts/browser/request/index.ts", "src/templates/assets/javascripts/browser/viewport/offset/index.ts", "src/templates/assets/javascripts/browser/viewport/size/index.ts", "src/templates/assets/javascripts/browser/viewport/_/index.ts", "src/templates/assets/javascripts/browser/viewport/at/index.ts", "src/templates/assets/javascripts/browser/worker/index.ts", "src/templates/assets/javascripts/_/index.ts", "src/templates/assets/javascripts/components/_/index.ts", "src/templates/assets/javascripts/components/announce/index.ts", "src/templates/assets/javascripts/components/consent/index.ts", "src/templates/assets/javascripts/templates/tooltip/index.tsx", "src/templates/assets/javascripts/templates/annotation/index.tsx", "src/templates/assets/javascripts/templates/clipboard/index.tsx", "src/templates/assets/javascripts/templates/search/index.tsx", "src/templates/assets/javascripts/templates/source/index.tsx", "src/templates/assets/javascripts/templates/tabbed/index.tsx", "src/templates/assets/javascripts/templates/table/index.tsx", "src/templates/assets/javascripts/templates/version/index.tsx", "src/templates/assets/javascripts/components/tooltip/index.ts", "src/templates/assets/javascripts/components/content/annotation/_/index.ts", "src/templates/assets/javascripts/components/content/annotation/list/index.ts", "src/templates/assets/javascripts/components/content/annotation/block/index.ts", "src/templates/assets/javascripts/components/content/code/_/index.ts", "src/templates/assets/javascripts/components/content/details/index.ts", "src/templates/assets/javascripts/components/content/mermaid/index.css", "src/templates/assets/javascripts/components/content/mermaid/index.ts", "src/templates/assets/javascripts/components/content/table/index.ts", "src/templates/assets/javascripts/components/content/tabs/index.ts", "src/templates/assets/javascripts/components/content/_/index.ts", "src/templates/assets/javascripts/components/dialog/index.ts", "src/templates/assets/javascripts/components/header/_/index.ts", "src/templates/assets/javascripts/components/header/title/index.ts", "src/templates/assets/javascripts/components/main/index.ts", "src/templates/assets/javascripts/components/palette/index.ts", "src/templates/assets/javascripts/components/progress/index.ts", "src/templates/assets/javascripts/integrations/clipboard/index.ts", "src/templates/assets/javascripts/integrations/sitemap/index.ts", "src/templates/assets/javascripts/integrations/instant/index.ts", "src/templates/assets/javascripts/integrations/search/highlighter/index.ts", "src/templates/assets/javascripts/integrations/search/worker/message/index.ts", "src/templates/assets/javascripts/integrations/search/worker/_/index.ts", "src/templates/assets/javascripts/integrations/version/index.ts", "src/templates/assets/javascripts/components/search/query/index.ts", "src/templates/assets/javascripts/components/search/result/index.ts", "src/templates/assets/javascripts/components/search/share/index.ts", "src/templates/assets/javascripts/components/search/suggest/index.ts", "src/templates/assets/javascripts/components/search/_/index.ts", "src/templates/assets/javascripts/components/search/highlight/index.ts", "src/templates/assets/javascripts/components/sidebar/index.ts", "src/templates/assets/javascripts/components/source/facts/github/index.ts", "src/templates/assets/javascripts/components/source/facts/gitlab/index.ts", "src/templates/assets/javascripts/components/source/facts/_/index.ts", "src/templates/assets/javascripts/components/source/_/index.ts", "src/templates/assets/javascripts/components/tabs/index.ts", "src/templates/assets/javascripts/components/toc/index.ts", "src/templates/assets/javascripts/components/top/index.ts", "src/templates/assets/javascripts/patches/ellipsis/index.ts", "src/templates/assets/javascripts/patches/indeterminate/index.ts", "src/templates/assets/javascripts/patches/scrollfix/index.ts", "src/templates/assets/javascripts/patches/scrolllock/index.ts", "src/templates/assets/javascripts/polyfills/index.ts"], + "sourcesContent": ["(function (global, factory) {\n typeof exports === 'object' && typeof module !== 'undefined' ? factory() :\n typeof define === 'function' && define.amd ? define(factory) :\n (factory());\n}(this, (function () { 'use strict';\n\n /**\n * Applies the :focus-visible polyfill at the given scope.\n * A scope in this case is either the top-level Document or a Shadow Root.\n *\n * @param {(Document|ShadowRoot)} scope\n * @see https://github.com/WICG/focus-visible\n */\n function applyFocusVisiblePolyfill(scope) {\n var hadKeyboardEvent = true;\n var hadFocusVisibleRecently = false;\n var hadFocusVisibleRecentlyTimeout = null;\n\n var inputTypesAllowlist = {\n text: true,\n search: true,\n url: true,\n tel: true,\n email: true,\n password: true,\n number: true,\n date: true,\n month: true,\n week: true,\n time: true,\n datetime: true,\n 'datetime-local': true\n };\n\n /**\n * Helper function for legacy browsers and iframes which sometimes focus\n * elements like document, body, and non-interactive SVG.\n * @param {Element} el\n */\n function isValidFocusTarget(el) {\n if (\n el &&\n el !== document &&\n el.nodeName !== 'HTML' &&\n el.nodeName !== 'BODY' &&\n 'classList' in el &&\n 'contains' in el.classList\n ) {\n return true;\n }\n return false;\n }\n\n /**\n * Computes whether the given element should automatically trigger the\n * `focus-visible` class being added, i.e. whether it should always match\n * `:focus-visible` when focused.\n * @param {Element} el\n * @return {boolean}\n */\n function focusTriggersKeyboardModality(el) {\n var type = el.type;\n var tagName = el.tagName;\n\n if (tagName === 'INPUT' && inputTypesAllowlist[type] && !el.readOnly) {\n return true;\n }\n\n if (tagName === 'TEXTAREA' && !el.readOnly) {\n return true;\n }\n\n if (el.isContentEditable) {\n return true;\n }\n\n return false;\n }\n\n /**\n * Add the `focus-visible` class to the given element if it was not added by\n * the author.\n * @param {Element} el\n */\n function addFocusVisibleClass(el) {\n if (el.classList.contains('focus-visible')) {\n return;\n }\n el.classList.add('focus-visible');\n el.setAttribute('data-focus-visible-added', '');\n }\n\n /**\n * Remove the `focus-visible` class from the given element if it was not\n * originally added by the author.\n * @param {Element} el\n */\n function removeFocusVisibleClass(el) {\n if (!el.hasAttribute('data-focus-visible-added')) {\n return;\n }\n el.classList.remove('focus-visible');\n el.removeAttribute('data-focus-visible-added');\n }\n\n /**\n * If the most recent user interaction was via the keyboard;\n * and the key press did not include a meta, alt/option, or control key;\n * then the modality is keyboard. Otherwise, the modality is not keyboard.\n * Apply `focus-visible` to any current active element and keep track\n * of our keyboard modality state with `hadKeyboardEvent`.\n * @param {KeyboardEvent} e\n */\n function onKeyDown(e) {\n if (e.metaKey || e.altKey || e.ctrlKey) {\n return;\n }\n\n if (isValidFocusTarget(scope.activeElement)) {\n addFocusVisibleClass(scope.activeElement);\n }\n\n hadKeyboardEvent = true;\n }\n\n /**\n * If at any point a user clicks with a pointing device, ensure that we change\n * the modality away from keyboard.\n * This avoids the situation where a user presses a key on an already focused\n * element, and then clicks on a different element, focusing it with a\n * pointing device, while we still think we're in keyboard modality.\n * @param {Event} e\n */\n function onPointerDown(e) {\n hadKeyboardEvent = false;\n }\n\n /**\n * On `focus`, add the `focus-visible` class to the target if:\n * - the target received focus as a result of keyboard navigation, or\n * - the event target is an element that will likely require interaction\n * via the keyboard (e.g. a text box)\n * @param {Event} e\n */\n function onFocus(e) {\n // Prevent IE from focusing the document or HTML element.\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (hadKeyboardEvent || focusTriggersKeyboardModality(e.target)) {\n addFocusVisibleClass(e.target);\n }\n }\n\n /**\n * On `blur`, remove the `focus-visible` class from the target.\n * @param {Event} e\n */\n function onBlur(e) {\n if (!isValidFocusTarget(e.target)) {\n return;\n }\n\n if (\n e.target.classList.contains('focus-visible') ||\n e.target.hasAttribute('data-focus-visible-added')\n ) {\n // To detect a tab/window switch, we look for a blur event followed\n // rapidly by a visibility change.\n // If we don't see a visibility change within 100ms, it's probably a\n // regular focus change.\n hadFocusVisibleRecently = true;\n window.clearTimeout(hadFocusVisibleRecentlyTimeout);\n hadFocusVisibleRecentlyTimeout = window.setTimeout(function() {\n hadFocusVisibleRecently = false;\n }, 100);\n removeFocusVisibleClass(e.target);\n }\n }\n\n /**\n * If the user changes tabs, keep track of whether or not the previously\n * focused element had .focus-visible.\n * @param {Event} e\n */\n function onVisibilityChange(e) {\n if (document.visibilityState === 'hidden') {\n // If the tab becomes active again, the browser will handle calling focus\n // on the element (Safari actually calls it twice).\n // If this tab change caused a blur on an element with focus-visible,\n // re-apply the class when the user switches back to the tab.\n if (hadFocusVisibleRecently) {\n hadKeyboardEvent = true;\n }\n addInitialPointerMoveListeners();\n }\n }\n\n /**\n * Add a group of listeners to detect usage of any pointing devices.\n * These listeners will be added when the polyfill first loads, and anytime\n * the window is blurred, so that they are active when the window regains\n * focus.\n */\n function addInitialPointerMoveListeners() {\n document.addEventListener('mousemove', onInitialPointerMove);\n document.addEventListener('mousedown', onInitialPointerMove);\n document.addEventListener('mouseup', onInitialPointerMove);\n document.addEventListener('pointermove', onInitialPointerMove);\n document.addEventListener('pointerdown', onInitialPointerMove);\n document.addEventListener('pointerup', onInitialPointerMove);\n document.addEventListener('touchmove', onInitialPointerMove);\n document.addEventListener('touchstart', onInitialPointerMove);\n document.addEventListener('touchend', onInitialPointerMove);\n }\n\n function removeInitialPointerMoveListeners() {\n document.removeEventListener('mousemove', onInitialPointerMove);\n document.removeEventListener('mousedown', onInitialPointerMove);\n document.removeEventListener('mouseup', onInitialPointerMove);\n document.removeEventListener('pointermove', onInitialPointerMove);\n document.removeEventListener('pointerdown', onInitialPointerMove);\n document.removeEventListener('pointerup', onInitialPointerMove);\n document.removeEventListener('touchmove', onInitialPointerMove);\n document.removeEventListener('touchstart', onInitialPointerMove);\n document.removeEventListener('touchend', onInitialPointerMove);\n }\n\n /**\n * When the polfyill first loads, assume the user is in keyboard modality.\n * If any event is received from a pointing device (e.g. mouse, pointer,\n * touch), turn off keyboard modality.\n * This accounts for situations where focus enters the page from the URL bar.\n * @param {Event} e\n */\n function onInitialPointerMove(e) {\n // Work around a Safari quirk that fires a mousemove on whenever the\n // window blurs, even if you're tabbing out of the page. \u00AF\\_(\u30C4)_/\u00AF\n if (e.target.nodeName && e.target.nodeName.toLowerCase() === 'html') {\n return;\n }\n\n hadKeyboardEvent = false;\n removeInitialPointerMoveListeners();\n }\n\n // For some kinds of state, we are interested in changes at the global scope\n // only. For example, global pointer input, global key presses and global\n // visibility change should affect the state at every scope:\n document.addEventListener('keydown', onKeyDown, true);\n document.addEventListener('mousedown', onPointerDown, true);\n document.addEventListener('pointerdown', onPointerDown, true);\n document.addEventListener('touchstart', onPointerDown, true);\n document.addEventListener('visibilitychange', onVisibilityChange, true);\n\n addInitialPointerMoveListeners();\n\n // For focus and blur, we specifically care about state changes in the local\n // scope. This is because focus / blur events that originate from within a\n // shadow root are not re-dispatched from the host element if it was already\n // the active element in its own scope:\n scope.addEventListener('focus', onFocus, true);\n scope.addEventListener('blur', onBlur, true);\n\n // We detect that a node is a ShadowRoot by ensuring that it is a\n // DocumentFragment and also has a host property. This check covers native\n // implementation and polyfill implementation transparently. If we only cared\n // about the native implementation, we could just check if the scope was\n // an instance of a ShadowRoot.\n if (scope.nodeType === Node.DOCUMENT_FRAGMENT_NODE && scope.host) {\n // Since a ShadowRoot is a special kind of DocumentFragment, it does not\n // have a root element to add a class to. So, we add this attribute to the\n // host element instead:\n scope.host.setAttribute('data-js-focus-visible', '');\n } else if (scope.nodeType === Node.DOCUMENT_NODE) {\n document.documentElement.classList.add('js-focus-visible');\n document.documentElement.setAttribute('data-js-focus-visible', '');\n }\n }\n\n // It is important to wrap all references to global window and document in\n // these checks to support server-side rendering use cases\n // @see https://github.com/WICG/focus-visible/issues/199\n if (typeof window !== 'undefined' && typeof document !== 'undefined') {\n // Make the polyfill helper globally available. This can be used as a signal\n // to interested libraries that wish to coordinate with the polyfill for e.g.,\n // applying the polyfill to a shadow root:\n window.applyFocusVisiblePolyfill = applyFocusVisiblePolyfill;\n\n // Notify interested libraries of the polyfill's presence, in case the\n // polyfill was loaded lazily:\n var event;\n\n try {\n event = new CustomEvent('focus-visible-polyfill-ready');\n } catch (error) {\n // IE11 does not support using CustomEvent as a constructor directly:\n event = document.createEvent('CustomEvent');\n event.initCustomEvent('focus-visible-polyfill-ready', false, false, {});\n }\n\n window.dispatchEvent(event);\n }\n\n if (typeof document !== 'undefined') {\n // Apply the polyfill to the global document, so that no JavaScript\n // coordination is required to use the polyfill in the top-level document:\n applyFocusVisiblePolyfill(document);\n }\n\n})));\n", "/*!\n * clipboard.js v2.0.11\n * https://clipboardjs.com/\n *\n * Licensed MIT \u00A9 Zeno Rocha\n */\n(function webpackUniversalModuleDefinition(root, factory) {\n\tif(typeof exports === 'object' && typeof module === 'object')\n\t\tmodule.exports = factory();\n\telse if(typeof define === 'function' && define.amd)\n\t\tdefine([], factory);\n\telse if(typeof exports === 'object')\n\t\texports[\"ClipboardJS\"] = factory();\n\telse\n\t\troot[\"ClipboardJS\"] = factory();\n})(this, function() {\nreturn /******/ (function() { // webpackBootstrap\n/******/ \tvar __webpack_modules__ = ({\n\n/***/ 686:\n/***/ (function(__unused_webpack_module, __webpack_exports__, __webpack_require__) {\n\n\"use strict\";\n\n// EXPORTS\n__webpack_require__.d(__webpack_exports__, {\n \"default\": function() { return /* binding */ clipboard; }\n});\n\n// EXTERNAL MODULE: ./node_modules/tiny-emitter/index.js\nvar tiny_emitter = __webpack_require__(279);\nvar tiny_emitter_default = /*#__PURE__*/__webpack_require__.n(tiny_emitter);\n// EXTERNAL MODULE: ./node_modules/good-listener/src/listen.js\nvar listen = __webpack_require__(370);\nvar listen_default = /*#__PURE__*/__webpack_require__.n(listen);\n// EXTERNAL MODULE: ./node_modules/select/src/select.js\nvar src_select = __webpack_require__(817);\nvar select_default = /*#__PURE__*/__webpack_require__.n(src_select);\n;// CONCATENATED MODULE: ./src/common/command.js\n/**\n * Executes a given operation type.\n * @param {String} type\n * @return {Boolean}\n */\nfunction command(type) {\n try {\n return document.execCommand(type);\n } catch (err) {\n return false;\n }\n}\n;// CONCATENATED MODULE: ./src/actions/cut.js\n\n\n/**\n * Cut action wrapper.\n * @param {String|HTMLElement} target\n * @return {String}\n */\n\nvar ClipboardActionCut = function ClipboardActionCut(target) {\n var selectedText = select_default()(target);\n command('cut');\n return selectedText;\n};\n\n/* harmony default export */ var actions_cut = (ClipboardActionCut);\n;// CONCATENATED MODULE: ./src/common/create-fake-element.js\n/**\n * Creates a fake textarea element with a value.\n * @param {String} value\n * @return {HTMLElement}\n */\nfunction createFakeElement(value) {\n var isRTL = document.documentElement.getAttribute('dir') === 'rtl';\n var fakeElement = document.createElement('textarea'); // Prevent zooming on iOS\n\n fakeElement.style.fontSize = '12pt'; // Reset box model\n\n fakeElement.style.border = '0';\n fakeElement.style.padding = '0';\n fakeElement.style.margin = '0'; // Move element out of screen horizontally\n\n fakeElement.style.position = 'absolute';\n fakeElement.style[isRTL ? 'right' : 'left'] = '-9999px'; // Move element to the same position vertically\n\n var yPosition = window.pageYOffset || document.documentElement.scrollTop;\n fakeElement.style.top = \"\".concat(yPosition, \"px\");\n fakeElement.setAttribute('readonly', '');\n fakeElement.value = value;\n return fakeElement;\n}\n;// CONCATENATED MODULE: ./src/actions/copy.js\n\n\n\n/**\n * Create fake copy action wrapper using a fake element.\n * @param {String} target\n * @param {Object} options\n * @return {String}\n */\n\nvar fakeCopyAction = function fakeCopyAction(value, options) {\n var fakeElement = createFakeElement(value);\n options.container.appendChild(fakeElement);\n var selectedText = select_default()(fakeElement);\n command('copy');\n fakeElement.remove();\n return selectedText;\n};\n/**\n * Copy action wrapper.\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @return {String}\n */\n\n\nvar ClipboardActionCopy = function ClipboardActionCopy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n var selectedText = '';\n\n if (typeof target === 'string') {\n selectedText = fakeCopyAction(target, options);\n } else if (target instanceof HTMLInputElement && !['text', 'search', 'url', 'tel', 'password'].includes(target === null || target === void 0 ? void 0 : target.type)) {\n // If input type doesn't support `setSelectionRange`. Simulate it. https://developer.mozilla.org/en-US/docs/Web/API/HTMLInputElement/setSelectionRange\n selectedText = fakeCopyAction(target.value, options);\n } else {\n selectedText = select_default()(target);\n command('copy');\n }\n\n return selectedText;\n};\n\n/* harmony default export */ var actions_copy = (ClipboardActionCopy);\n;// CONCATENATED MODULE: ./src/actions/default.js\nfunction _typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { _typeof = function _typeof(obj) { return typeof obj; }; } else { _typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return _typeof(obj); }\n\n\n\n/**\n * Inner function which performs selection from either `text` or `target`\n * properties and then executes copy or cut operations.\n * @param {Object} options\n */\n\nvar ClipboardActionDefault = function ClipboardActionDefault() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n // Defines base properties passed from constructor.\n var _options$action = options.action,\n action = _options$action === void 0 ? 'copy' : _options$action,\n container = options.container,\n target = options.target,\n text = options.text; // Sets the `action` to be performed which can be either 'copy' or 'cut'.\n\n if (action !== 'copy' && action !== 'cut') {\n throw new Error('Invalid \"action\" value, use either \"copy\" or \"cut\"');\n } // Sets the `target` property using an element that will be have its content copied.\n\n\n if (target !== undefined) {\n if (target && _typeof(target) === 'object' && target.nodeType === 1) {\n if (action === 'copy' && target.hasAttribute('disabled')) {\n throw new Error('Invalid \"target\" attribute. Please use \"readonly\" instead of \"disabled\" attribute');\n }\n\n if (action === 'cut' && (target.hasAttribute('readonly') || target.hasAttribute('disabled'))) {\n throw new Error('Invalid \"target\" attribute. You can\\'t cut text from elements with \"readonly\" or \"disabled\" attributes');\n }\n } else {\n throw new Error('Invalid \"target\" value, use a valid Element');\n }\n } // Define selection strategy based on `text` property.\n\n\n if (text) {\n return actions_copy(text, {\n container: container\n });\n } // Defines which selection strategy based on `target` property.\n\n\n if (target) {\n return action === 'cut' ? actions_cut(target) : actions_copy(target, {\n container: container\n });\n }\n};\n\n/* harmony default export */ var actions_default = (ClipboardActionDefault);\n;// CONCATENATED MODULE: ./src/clipboard.js\nfunction clipboard_typeof(obj) { \"@babel/helpers - typeof\"; if (typeof Symbol === \"function\" && typeof Symbol.iterator === \"symbol\") { clipboard_typeof = function _typeof(obj) { return typeof obj; }; } else { clipboard_typeof = function _typeof(obj) { return obj && typeof Symbol === \"function\" && obj.constructor === Symbol && obj !== Symbol.prototype ? \"symbol\" : typeof obj; }; } return clipboard_typeof(obj); }\n\nfunction _classCallCheck(instance, Constructor) { if (!(instance instanceof Constructor)) { throw new TypeError(\"Cannot call a class as a function\"); } }\n\nfunction _defineProperties(target, props) { for (var i = 0; i < props.length; i++) { var descriptor = props[i]; descriptor.enumerable = descriptor.enumerable || false; descriptor.configurable = true; if (\"value\" in descriptor) descriptor.writable = true; Object.defineProperty(target, descriptor.key, descriptor); } }\n\nfunction _createClass(Constructor, protoProps, staticProps) { if (protoProps) _defineProperties(Constructor.prototype, protoProps); if (staticProps) _defineProperties(Constructor, staticProps); return Constructor; }\n\nfunction _inherits(subClass, superClass) { if (typeof superClass !== \"function\" && superClass !== null) { throw new TypeError(\"Super expression must either be null or a function\"); } subClass.prototype = Object.create(superClass && superClass.prototype, { constructor: { value: subClass, writable: true, configurable: true } }); if (superClass) _setPrototypeOf(subClass, superClass); }\n\nfunction _setPrototypeOf(o, p) { _setPrototypeOf = Object.setPrototypeOf || function _setPrototypeOf(o, p) { o.__proto__ = p; return o; }; return _setPrototypeOf(o, p); }\n\nfunction _createSuper(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }\n\nfunction _possibleConstructorReturn(self, call) { if (call && (clipboard_typeof(call) === \"object\" || typeof call === \"function\")) { return call; } return _assertThisInitialized(self); }\n\nfunction _assertThisInitialized(self) { if (self === void 0) { throw new ReferenceError(\"this hasn't been initialised - super() hasn't been called\"); } return self; }\n\nfunction _isNativeReflectConstruct() { if (typeof Reflect === \"undefined\" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === \"function\") return true; try { Date.prototype.toString.call(Reflect.construct(Date, [], function () {})); return true; } catch (e) { return false; } }\n\nfunction _getPrototypeOf(o) { _getPrototypeOf = Object.setPrototypeOf ? Object.getPrototypeOf : function _getPrototypeOf(o) { return o.__proto__ || Object.getPrototypeOf(o); }; return _getPrototypeOf(o); }\n\n\n\n\n\n\n/**\n * Helper function to retrieve attribute value.\n * @param {String} suffix\n * @param {Element} element\n */\n\nfunction getAttributeValue(suffix, element) {\n var attribute = \"data-clipboard-\".concat(suffix);\n\n if (!element.hasAttribute(attribute)) {\n return;\n }\n\n return element.getAttribute(attribute);\n}\n/**\n * Base class which takes one or more elements, adds event listeners to them,\n * and instantiates a new `ClipboardAction` on each click.\n */\n\n\nvar Clipboard = /*#__PURE__*/function (_Emitter) {\n _inherits(Clipboard, _Emitter);\n\n var _super = _createSuper(Clipboard);\n\n /**\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n * @param {Object} options\n */\n function Clipboard(trigger, options) {\n var _this;\n\n _classCallCheck(this, Clipboard);\n\n _this = _super.call(this);\n\n _this.resolveOptions(options);\n\n _this.listenClick(trigger);\n\n return _this;\n }\n /**\n * Defines if attributes would be resolved using internal setter functions\n * or custom functions that were passed in the constructor.\n * @param {Object} options\n */\n\n\n _createClass(Clipboard, [{\n key: \"resolveOptions\",\n value: function resolveOptions() {\n var options = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};\n this.action = typeof options.action === 'function' ? options.action : this.defaultAction;\n this.target = typeof options.target === 'function' ? options.target : this.defaultTarget;\n this.text = typeof options.text === 'function' ? options.text : this.defaultText;\n this.container = clipboard_typeof(options.container) === 'object' ? options.container : document.body;\n }\n /**\n * Adds a click event listener to the passed trigger.\n * @param {String|HTMLElement|HTMLCollection|NodeList} trigger\n */\n\n }, {\n key: \"listenClick\",\n value: function listenClick(trigger) {\n var _this2 = this;\n\n this.listener = listen_default()(trigger, 'click', function (e) {\n return _this2.onClick(e);\n });\n }\n /**\n * Defines a new `ClipboardAction` on each click event.\n * @param {Event} e\n */\n\n }, {\n key: \"onClick\",\n value: function onClick(e) {\n var trigger = e.delegateTarget || e.currentTarget;\n var action = this.action(trigger) || 'copy';\n var text = actions_default({\n action: action,\n container: this.container,\n target: this.target(trigger),\n text: this.text(trigger)\n }); // Fires an event based on the copy operation result.\n\n this.emit(text ? 'success' : 'error', {\n action: action,\n text: text,\n trigger: trigger,\n clearSelection: function clearSelection() {\n if (trigger) {\n trigger.focus();\n }\n\n window.getSelection().removeAllRanges();\n }\n });\n }\n /**\n * Default `action` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultAction\",\n value: function defaultAction(trigger) {\n return getAttributeValue('action', trigger);\n }\n /**\n * Default `target` lookup function.\n * @param {Element} trigger\n */\n\n }, {\n key: \"defaultTarget\",\n value: function defaultTarget(trigger) {\n var selector = getAttributeValue('target', trigger);\n\n if (selector) {\n return document.querySelector(selector);\n }\n }\n /**\n * Allow fire programmatically a copy action\n * @param {String|HTMLElement} target\n * @param {Object} options\n * @returns Text copied.\n */\n\n }, {\n key: \"defaultText\",\n\n /**\n * Default `text` lookup function.\n * @param {Element} trigger\n */\n value: function defaultText(trigger) {\n return getAttributeValue('text', trigger);\n }\n /**\n * Destroy lifecycle.\n */\n\n }, {\n key: \"destroy\",\n value: function destroy() {\n this.listener.destroy();\n }\n }], [{\n key: \"copy\",\n value: function copy(target) {\n var options = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {\n container: document.body\n };\n return actions_copy(target, options);\n }\n /**\n * Allow fire programmatically a cut action\n * @param {String|HTMLElement} target\n * @returns Text cutted.\n */\n\n }, {\n key: \"cut\",\n value: function cut(target) {\n return actions_cut(target);\n }\n /**\n * Returns the support of the given action, or all actions if no action is\n * given.\n * @param {String} [action]\n */\n\n }, {\n key: \"isSupported\",\n value: function isSupported() {\n var action = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : ['copy', 'cut'];\n var actions = typeof action === 'string' ? [action] : action;\n var support = !!document.queryCommandSupported;\n actions.forEach(function (action) {\n support = support && !!document.queryCommandSupported(action);\n });\n return support;\n }\n }]);\n\n return Clipboard;\n}((tiny_emitter_default()));\n\n/* harmony default export */ var clipboard = (Clipboard);\n\n/***/ }),\n\n/***/ 828:\n/***/ (function(module) {\n\nvar DOCUMENT_NODE_TYPE = 9;\n\n/**\n * A polyfill for Element.matches()\n */\nif (typeof Element !== 'undefined' && !Element.prototype.matches) {\n var proto = Element.prototype;\n\n proto.matches = proto.matchesSelector ||\n proto.mozMatchesSelector ||\n proto.msMatchesSelector ||\n proto.oMatchesSelector ||\n proto.webkitMatchesSelector;\n}\n\n/**\n * Finds the closest parent that matches a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @return {Function}\n */\nfunction closest (element, selector) {\n while (element && element.nodeType !== DOCUMENT_NODE_TYPE) {\n if (typeof element.matches === 'function' &&\n element.matches(selector)) {\n return element;\n }\n element = element.parentNode;\n }\n}\n\nmodule.exports = closest;\n\n\n/***/ }),\n\n/***/ 438:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar closest = __webpack_require__(828);\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction _delegate(element, selector, type, callback, useCapture) {\n var listenerFn = listener.apply(this, arguments);\n\n element.addEventListener(type, listenerFn, useCapture);\n\n return {\n destroy: function() {\n element.removeEventListener(type, listenerFn, useCapture);\n }\n }\n}\n\n/**\n * Delegates event to a selector.\n *\n * @param {Element|String|Array} [elements]\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @param {Boolean} useCapture\n * @return {Object}\n */\nfunction delegate(elements, selector, type, callback, useCapture) {\n // Handle the regular Element usage\n if (typeof elements.addEventListener === 'function') {\n return _delegate.apply(null, arguments);\n }\n\n // Handle Element-less usage, it defaults to global delegation\n if (typeof type === 'function') {\n // Use `document` as the first parameter, then apply arguments\n // This is a short way to .unshift `arguments` without running into deoptimizations\n return _delegate.bind(null, document).apply(null, arguments);\n }\n\n // Handle Selector-based usage\n if (typeof elements === 'string') {\n elements = document.querySelectorAll(elements);\n }\n\n // Handle Array-like based usage\n return Array.prototype.map.call(elements, function (element) {\n return _delegate(element, selector, type, callback, useCapture);\n });\n}\n\n/**\n * Finds closest match and invokes callback.\n *\n * @param {Element} element\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Function}\n */\nfunction listener(element, selector, type, callback) {\n return function(e) {\n e.delegateTarget = closest(e.target, selector);\n\n if (e.delegateTarget) {\n callback.call(element, e);\n }\n }\n}\n\nmodule.exports = delegate;\n\n\n/***/ }),\n\n/***/ 879:\n/***/ (function(__unused_webpack_module, exports) {\n\n/**\n * Check if argument is a HTML element.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.node = function(value) {\n return value !== undefined\n && value instanceof HTMLElement\n && value.nodeType === 1;\n};\n\n/**\n * Check if argument is a list of HTML elements.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.nodeList = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return value !== undefined\n && (type === '[object NodeList]' || type === '[object HTMLCollection]')\n && ('length' in value)\n && (value.length === 0 || exports.node(value[0]));\n};\n\n/**\n * Check if argument is a string.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.string = function(value) {\n return typeof value === 'string'\n || value instanceof String;\n};\n\n/**\n * Check if argument is a function.\n *\n * @param {Object} value\n * @return {Boolean}\n */\nexports.fn = function(value) {\n var type = Object.prototype.toString.call(value);\n\n return type === '[object Function]';\n};\n\n\n/***/ }),\n\n/***/ 370:\n/***/ (function(module, __unused_webpack_exports, __webpack_require__) {\n\nvar is = __webpack_require__(879);\nvar delegate = __webpack_require__(438);\n\n/**\n * Validates all params and calls the right\n * listener function based on its target type.\n *\n * @param {String|HTMLElement|HTMLCollection|NodeList} target\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listen(target, type, callback) {\n if (!target && !type && !callback) {\n throw new Error('Missing required arguments');\n }\n\n if (!is.string(type)) {\n throw new TypeError('Second argument must be a String');\n }\n\n if (!is.fn(callback)) {\n throw new TypeError('Third argument must be a Function');\n }\n\n if (is.node(target)) {\n return listenNode(target, type, callback);\n }\n else if (is.nodeList(target)) {\n return listenNodeList(target, type, callback);\n }\n else if (is.string(target)) {\n return listenSelector(target, type, callback);\n }\n else {\n throw new TypeError('First argument must be a String, HTMLElement, HTMLCollection, or NodeList');\n }\n}\n\n/**\n * Adds an event listener to a HTML element\n * and returns a remove listener function.\n *\n * @param {HTMLElement} node\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNode(node, type, callback) {\n node.addEventListener(type, callback);\n\n return {\n destroy: function() {\n node.removeEventListener(type, callback);\n }\n }\n}\n\n/**\n * Add an event listener to a list of HTML elements\n * and returns a remove listener function.\n *\n * @param {NodeList|HTMLCollection} nodeList\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenNodeList(nodeList, type, callback) {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.addEventListener(type, callback);\n });\n\n return {\n destroy: function() {\n Array.prototype.forEach.call(nodeList, function(node) {\n node.removeEventListener(type, callback);\n });\n }\n }\n}\n\n/**\n * Add an event listener to a selector\n * and returns a remove listener function.\n *\n * @param {String} selector\n * @param {String} type\n * @param {Function} callback\n * @return {Object}\n */\nfunction listenSelector(selector, type, callback) {\n return delegate(document.body, selector, type, callback);\n}\n\nmodule.exports = listen;\n\n\n/***/ }),\n\n/***/ 817:\n/***/ (function(module) {\n\nfunction select(element) {\n var selectedText;\n\n if (element.nodeName === 'SELECT') {\n element.focus();\n\n selectedText = element.value;\n }\n else if (element.nodeName === 'INPUT' || element.nodeName === 'TEXTAREA') {\n var isReadOnly = element.hasAttribute('readonly');\n\n if (!isReadOnly) {\n element.setAttribute('readonly', '');\n }\n\n element.select();\n element.setSelectionRange(0, element.value.length);\n\n if (!isReadOnly) {\n element.removeAttribute('readonly');\n }\n\n selectedText = element.value;\n }\n else {\n if (element.hasAttribute('contenteditable')) {\n element.focus();\n }\n\n var selection = window.getSelection();\n var range = document.createRange();\n\n range.selectNodeContents(element);\n selection.removeAllRanges();\n selection.addRange(range);\n\n selectedText = selection.toString();\n }\n\n return selectedText;\n}\n\nmodule.exports = select;\n\n\n/***/ }),\n\n/***/ 279:\n/***/ (function(module) {\n\nfunction E () {\n // Keep this empty so it's easier to inherit from\n // (via https://github.com/lipsmack from https://github.com/scottcorgan/tiny-emitter/issues/3)\n}\n\nE.prototype = {\n on: function (name, callback, ctx) {\n var e = this.e || (this.e = {});\n\n (e[name] || (e[name] = [])).push({\n fn: callback,\n ctx: ctx\n });\n\n return this;\n },\n\n once: function (name, callback, ctx) {\n var self = this;\n function listener () {\n self.off(name, listener);\n callback.apply(ctx, arguments);\n };\n\n listener._ = callback\n return this.on(name, listener, ctx);\n },\n\n emit: function (name) {\n var data = [].slice.call(arguments, 1);\n var evtArr = ((this.e || (this.e = {}))[name] || []).slice();\n var i = 0;\n var len = evtArr.length;\n\n for (i; i < len; i++) {\n evtArr[i].fn.apply(evtArr[i].ctx, data);\n }\n\n return this;\n },\n\n off: function (name, callback) {\n var e = this.e || (this.e = {});\n var evts = e[name];\n var liveEvents = [];\n\n if (evts && callback) {\n for (var i = 0, len = evts.length; i < len; i++) {\n if (evts[i].fn !== callback && evts[i].fn._ !== callback)\n liveEvents.push(evts[i]);\n }\n }\n\n // Remove event from queue to prevent memory leak\n // Suggested by https://github.com/lazd\n // Ref: https://github.com/scottcorgan/tiny-emitter/commit/c6ebfaa9bc973b33d110a84a307742b7cf94c953#commitcomment-5024910\n\n (liveEvents.length)\n ? e[name] = liveEvents\n : delete e[name];\n\n return this;\n }\n};\n\nmodule.exports = E;\nmodule.exports.TinyEmitter = E;\n\n\n/***/ })\n\n/******/ \t});\n/************************************************************************/\n/******/ \t// The module cache\n/******/ \tvar __webpack_module_cache__ = {};\n/******/ \t\n/******/ \t// The require function\n/******/ \tfunction __webpack_require__(moduleId) {\n/******/ \t\t// Check if module is in cache\n/******/ \t\tif(__webpack_module_cache__[moduleId]) {\n/******/ \t\t\treturn __webpack_module_cache__[moduleId].exports;\n/******/ \t\t}\n/******/ \t\t// Create a new module (and put it into the cache)\n/******/ \t\tvar module = __webpack_module_cache__[moduleId] = {\n/******/ \t\t\t// no module.id needed\n/******/ \t\t\t// no module.loaded needed\n/******/ \t\t\texports: {}\n/******/ \t\t};\n/******/ \t\n/******/ \t\t// Execute the module function\n/******/ \t\t__webpack_modules__[moduleId](module, module.exports, __webpack_require__);\n/******/ \t\n/******/ \t\t// Return the exports of the module\n/******/ \t\treturn module.exports;\n/******/ \t}\n/******/ \t\n/************************************************************************/\n/******/ \t/* webpack/runtime/compat get default export */\n/******/ \t!function() {\n/******/ \t\t// getDefaultExport function for compatibility with non-harmony modules\n/******/ \t\t__webpack_require__.n = function(module) {\n/******/ \t\t\tvar getter = module && module.__esModule ?\n/******/ \t\t\t\tfunction() { return module['default']; } :\n/******/ \t\t\t\tfunction() { return module; };\n/******/ \t\t\t__webpack_require__.d(getter, { a: getter });\n/******/ \t\t\treturn getter;\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/define property getters */\n/******/ \t!function() {\n/******/ \t\t// define getter functions for harmony exports\n/******/ \t\t__webpack_require__.d = function(exports, definition) {\n/******/ \t\t\tfor(var key in definition) {\n/******/ \t\t\t\tif(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {\n/******/ \t\t\t\t\tObject.defineProperty(exports, key, { enumerable: true, get: definition[key] });\n/******/ \t\t\t\t}\n/******/ \t\t\t}\n/******/ \t\t};\n/******/ \t}();\n/******/ \t\n/******/ \t/* webpack/runtime/hasOwnProperty shorthand */\n/******/ \t!function() {\n/******/ \t\t__webpack_require__.o = function(obj, prop) { return Object.prototype.hasOwnProperty.call(obj, prop); }\n/******/ \t}();\n/******/ \t\n/************************************************************************/\n/******/ \t// module exports must be returned from runtime so entry inlining is disabled\n/******/ \t// startup\n/******/ \t// Load entry module and return exports\n/******/ \treturn __webpack_require__(686);\n/******/ })()\n.default;\n});", "/*!\n * escape-html\n * Copyright(c) 2012-2013 TJ Holowaychuk\n * Copyright(c) 2015 Andreas Lubbe\n * Copyright(c) 2015 Tiancheng \"Timothy\" Gu\n * MIT Licensed\n */\n\n'use strict';\n\n/**\n * Module variables.\n * @private\n */\n\nvar matchHtmlRegExp = /[\"'&<>]/;\n\n/**\n * Module exports.\n * @public\n */\n\nmodule.exports = escapeHtml;\n\n/**\n * Escape special characters in the given string of html.\n *\n * @param {string} string The string to escape for inserting into HTML\n * @return {string}\n * @public\n */\n\nfunction escapeHtml(string) {\n var str = '' + string;\n var match = matchHtmlRegExp.exec(str);\n\n if (!match) {\n return str;\n }\n\n var escape;\n var html = '';\n var index = 0;\n var lastIndex = 0;\n\n for (index = match.index; index < str.length; index++) {\n switch (str.charCodeAt(index)) {\n case 34: // \"\n escape = '"';\n break;\n case 38: // &\n escape = '&';\n break;\n case 39: // '\n escape = ''';\n break;\n case 60: // <\n escape = '<';\n break;\n case 62: // >\n escape = '>';\n break;\n default:\n continue;\n }\n\n if (lastIndex !== index) {\n html += str.substring(lastIndex, index);\n }\n\n lastIndex = index + 1;\n html += escape;\n }\n\n return lastIndex !== index\n ? html + str.substring(lastIndex, index)\n : html;\n}\n", "/*\n * Copyright (c) 2016-2023 Martin Donath \n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to\n * deal in the Software without restriction, including without limitation the\n * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or\n * sell copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING\n * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS\n * IN THE SOFTWARE.\n */\n\nimport \"focus-visible\"\n\nimport {\n EMPTY,\n NEVER,\n Observable,\n Subject,\n defer,\n delay,\n filter,\n map,\n merge,\n mergeWith,\n shareReplay,\n switchMap\n} from \"rxjs\"\n\nimport { configuration, feature } from \"./_\"\nimport {\n at,\n getActiveElement,\n getOptionalElement,\n requestJSON,\n setLocation,\n setToggle,\n watchDocument,\n watchKeyboard,\n watchLocation,\n watchLocationTarget,\n watchMedia,\n watchPrint,\n watchScript,\n watchViewport\n} from \"./browser\"\nimport {\n getComponentElement,\n getComponentElements,\n mountAnnounce,\n mountBackToTop,\n mountConsent,\n mountContent,\n mountDialog,\n mountHeader,\n mountHeaderTitle,\n mountPalette,\n mountProgress,\n mountSearch,\n mountSearchHiglight,\n mountSidebar,\n mountSource,\n mountTableOfContents,\n mountTabs,\n watchHeader,\n watchMain\n} from \"./components\"\nimport {\n SearchIndex,\n setupClipboardJS,\n setupInstantNavigation,\n setupVersionSelector\n} from \"./integrations\"\nimport {\n patchEllipsis,\n patchIndeterminate,\n patchScrollfix,\n patchScrolllock\n} from \"./patches\"\nimport \"./polyfills\"\n\n/* ----------------------------------------------------------------------------\n * Functions - @todo refactor\n * ------------------------------------------------------------------------- */\n\n/**\n * Fetch search index\n *\n * @returns Search index observable\n */\nfunction fetchSearchIndex(): Observable {\n if (location.protocol === \"file:\") {\n return watchScript(\n `${new URL(\"search/search_index.js\", config.base)}`\n )\n .pipe(\n // @ts-ignore - @todo fix typings\n map(() => __index),\n shareReplay(1)\n )\n } else {\n return requestJSON(\n new URL(\"search/search_index.json\", config.base)\n )\n }\n}\n\n/* ----------------------------------------------------------------------------\n * Application\n * ------------------------------------------------------------------------- */\n\n/* Yay, JavaScript is available */\ndocument.documentElement.classList.remove(\"no-js\")\ndocument.documentElement.classList.add(\"js\")\n\n/* Set up navigation observables and subjects */\nconst document$ = watchDocument()\nconst location$ = watchLocation()\nconst target$ = watchLocationTarget(location$)\nconst keyboard$ = watchKeyboard()\n\n/* Set up media observables */\nconst viewport$ = watchViewport()\nconst tablet$ = watchMedia(\"(min-width: 960px)\")\nconst screen$ = watchMedia(\"(min-width: 1220px)\")\nconst print$ = watchPrint()\n\n/* Retrieve search index, if search is enabled */\nconst config = configuration()\nconst index$ = document.forms.namedItem(\"search\")\n ? fetchSearchIndex()\n : NEVER\n\n/* Set up Clipboard.js integration */\nconst alert$ = new Subject()\nsetupClipboardJS({ alert$ })\n\n/* Set up progress indicator */\nconst progress$ = new Subject()\n\n/* Set up instant navigation, if enabled */\nif (feature(\"navigation.instant\"))\n setupInstantNavigation({ location$, viewport$, progress$ })\n .subscribe(document$)\n\n/* Set up version selector */\nif (config.version?.provider === \"mike\")\n setupVersionSelector({ document$ })\n\n/* Always close drawer and search on navigation */\nmerge(location$, target$)\n .pipe(\n delay(125)\n )\n .subscribe(() => {\n setToggle(\"drawer\", false)\n setToggle(\"search\", false)\n })\n\n/* Set up global keyboard handlers */\nkeyboard$\n .pipe(\n filter(({ mode }) => mode === \"global\")\n )\n .subscribe(key => {\n switch (key.type) {\n\n /* Go to previous page */\n case \"p\":\n case \",\":\n const prev = getOptionalElement(\"link[rel=prev]\")\n if (typeof prev !== \"undefined\")\n setLocation(prev)\n break\n\n /* Go to next page */\n case \"n\":\n case \".\":\n const next = getOptionalElement(\"link[rel=next]\")\n if (typeof next !== \"undefined\")\n setLocation(next)\n break\n\n /* Expand navigation, see https://bit.ly/3ZjG5io */\n case \"Enter\":\n const active = getActiveElement()\n if (active instanceof HTMLLabelElement)\n active.click()\n }\n })\n\n/* Set up patches */\npatchEllipsis({ document$ })\npatchIndeterminate({ document$, tablet$ })\npatchScrollfix({ document$ })\npatchScrolllock({ viewport$, tablet$ })\n\n/* Set up header and main area observable */\nconst header$ = watchHeader(getComponentElement(\"header\"), { viewport$ })\nconst main$ = document$\n .pipe(\n map(() => getComponentElement(\"main\")),\n switchMap(el => watchMain(el, { viewport$, header$ })),\n shareReplay(1)\n )\n\n/* Set up control component observables */\nconst control$ = merge(\n\n /* Consent */\n ...getComponentElements(\"consent\")\n .map(el => mountConsent(el, { target$ })),\n\n /* Dialog */\n ...getComponentElements(\"dialog\")\n .map(el => mountDialog(el, { alert$ })),\n\n /* Header */\n ...getComponentElements(\"header\")\n .map(el => mountHeader(el, { viewport$, header$, main$ })),\n\n /* Color palette */\n ...getComponentElements(\"palette\")\n .map(el => mountPalette(el)),\n\n /* Progress bar */\n ...getComponentElements(\"progress\")\n .map(el => mountProgress(el, { progress$ })),\n\n /* Search */\n ...getComponentElements(\"search\")\n .map(el => mountSearch(el, { index$, keyboard$ })),\n\n /* Repository information */\n ...getComponentElements(\"source\")\n .map(el => mountSource(el))\n)\n\n/* Set up content component observables */\nconst content$ = defer(() => merge(\n\n /* Announcement bar */\n ...getComponentElements(\"announce\")\n .map(el => mountAnnounce(el)),\n\n /* Content */\n ...getComponentElements(\"content\")\n .map(el => mountContent(el, { viewport$, target$, print$ })),\n\n /* Search highlighting */\n ...getComponentElements(\"content\")\n .map(el => feature(\"search.highlight\")\n ? mountSearchHiglight(el, { index$, location$ })\n : EMPTY\n ),\n\n /* Header title */\n ...getComponentElements(\"header-title\")\n .map(el => mountHeaderTitle(el, { viewport$, header$ })),\n\n /* Sidebar */\n ...getComponentElements(\"sidebar\")\n .map(el => el.getAttribute(\"data-md-type\") === \"navigation\"\n ? at(screen$, () => mountSidebar(el, { viewport$, header$, main$ }))\n : at(tablet$, () => mountSidebar(el, { viewport$, header$, main$ }))\n ),\n\n /* Navigation tabs */\n ...getComponentElements(\"tabs\")\n .map(el => mountTabs(el, { viewport$, header$ })),\n\n /* Table of contents */\n ...getComponentElements(\"toc\")\n .map(el => mountTableOfContents(el, {\n viewport$, header$, main$, target$\n })),\n\n /* Back-to-top button */\n ...getComponentElements(\"top\")\n .map(el => mountBackToTop(el, { viewport$, header$, main$, target$ }))\n))\n\n/* Set up component observables */\nconst component$ = document$\n .pipe(\n switchMap(() => content$),\n mergeWith(control$),\n shareReplay(1)\n )\n\n/* Subscribe to all components */\ncomponent$.subscribe()\n\n/* ----------------------------------------------------------------------------\n * Exports\n * ------------------------------------------------------------------------- */\n\nwindow.document$ = document$ /* Document observable */\nwindow.location$ = location$ /* Location subject */\nwindow.target$ = target$ /* Location target observable */\nwindow.keyboard$ = keyboard$ /* Keyboard observable */\nwindow.viewport$ = viewport$ /* Viewport observable */\nwindow.tablet$ = tablet$ /* Media tablet observable */\nwindow.screen$ = screen$ /* Media screen observable */\nwindow.print$ = print$ /* Media print observable */\nwindow.alert$ = alert$ /* Alert subject */\nwindow.progress$ = progress$ /* Progress indicator subject */\nwindow.component$ = component$ /* Component observable */\n", "/*! *****************************************************************************\r\nCopyright (c) Microsoft Corporation.\r\n\r\nPermission to use, copy, modify, and/or distribute this software for any\r\npurpose with or without fee is hereby granted.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH\r\nREGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY\r\nAND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,\r\nINDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM\r\nLOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR\r\nOTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR\r\nPERFORMANCE OF THIS SOFTWARE.\r\n***************************************************************************** */\r\n/* global Reflect, Promise */\r\n\r\nvar extendStatics = function(d, b) {\r\n extendStatics = Object.setPrototypeOf ||\r\n ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||\r\n function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };\r\n return extendStatics(d, b);\r\n};\r\n\r\nexport function __extends(d, b) {\r\n if (typeof b !== \"function\" && b !== null)\r\n throw new TypeError(\"Class extends value \" + String(b) + \" is not a constructor or null\");\r\n extendStatics(d, b);\r\n function __() { this.constructor = d; }\r\n d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());\r\n}\r\n\r\nexport var __assign = function() {\r\n __assign = Object.assign || function __assign(t) {\r\n for (var s, i = 1, n = arguments.length; i < n; i++) {\r\n s = arguments[i];\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];\r\n }\r\n return t;\r\n }\r\n return __assign.apply(this, arguments);\r\n}\r\n\r\nexport function __rest(s, e) {\r\n var t = {};\r\n for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)\r\n t[p] = s[p];\r\n if (s != null && typeof Object.getOwnPropertySymbols === \"function\")\r\n for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {\r\n if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))\r\n t[p[i]] = s[p[i]];\r\n }\r\n return t;\r\n}\r\n\r\nexport function __decorate(decorators, target, key, desc) {\r\n var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;\r\n if (typeof Reflect === \"object\" && typeof Reflect.decorate === \"function\") r = Reflect.decorate(decorators, target, key, desc);\r\n else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;\r\n return c > 3 && r && Object.defineProperty(target, key, r), r;\r\n}\r\n\r\nexport function __param(paramIndex, decorator) {\r\n return function (target, key) { decorator(target, key, paramIndex); }\r\n}\r\n\r\nexport function __metadata(metadataKey, metadataValue) {\r\n if (typeof Reflect === \"object\" && typeof Reflect.metadata === \"function\") return Reflect.metadata(metadataKey, metadataValue);\r\n}\r\n\r\nexport function __awaiter(thisArg, _arguments, P, generator) {\r\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\r\n return new (P || (P = Promise))(function (resolve, reject) {\r\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\r\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\r\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\r\n step((generator = generator.apply(thisArg, _arguments || [])).next());\r\n });\r\n}\r\n\r\nexport function __generator(thisArg, body) {\r\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\r\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\r\n function verb(n) { return function (v) { return step([n, v]); }; }\r\n function step(op) {\r\n if (f) throw new TypeError(\"Generator is already executing.\");\r\n while (_) try {\r\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\r\n if (y = 0, t) op = [op[0] & 2, t.value];\r\n switch (op[0]) {\r\n case 0: case 1: t = op; break;\r\n case 4: _.label++; return { value: op[1], done: false };\r\n case 5: _.label++; y = op[1]; op = [0]; continue;\r\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\r\n default:\r\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\r\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\r\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\r\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\r\n if (t[2]) _.ops.pop();\r\n _.trys.pop(); continue;\r\n }\r\n op = body.call(thisArg, _);\r\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\r\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\r\n }\r\n}\r\n\r\nexport var __createBinding = Object.create ? (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });\r\n}) : (function(o, m, k, k2) {\r\n if (k2 === undefined) k2 = k;\r\n o[k2] = m[k];\r\n});\r\n\r\nexport function __exportStar(m, o) {\r\n for (var p in m) if (p !== \"default\" && !Object.prototype.hasOwnProperty.call(o, p)) __createBinding(o, m, p);\r\n}\r\n\r\nexport function __values(o) {\r\n var s = typeof Symbol === \"function\" && Symbol.iterator, m = s && o[s], i = 0;\r\n if (m) return m.call(o);\r\n if (o && typeof o.length === \"number\") return {\r\n next: function () {\r\n if (o && i >= o.length) o = void 0;\r\n return { value: o && o[i++], done: !o };\r\n }\r\n };\r\n throw new TypeError(s ? \"Object is not iterable.\" : \"Symbol.iterator is not defined.\");\r\n}\r\n\r\nexport function __read(o, n) {\r\n var m = typeof Symbol === \"function\" && o[Symbol.iterator];\r\n if (!m) return o;\r\n var i = m.call(o), r, ar = [], e;\r\n try {\r\n while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);\r\n }\r\n catch (error) { e = { error: error }; }\r\n finally {\r\n try {\r\n if (r && !r.done && (m = i[\"return\"])) m.call(i);\r\n }\r\n finally { if (e) throw e.error; }\r\n }\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spread() {\r\n for (var ar = [], i = 0; i < arguments.length; i++)\r\n ar = ar.concat(__read(arguments[i]));\r\n return ar;\r\n}\r\n\r\n/** @deprecated */\r\nexport function __spreadArrays() {\r\n for (var s = 0, i = 0, il = arguments.length; i < il; i++) s += arguments[i].length;\r\n for (var r = Array(s), k = 0, i = 0; i < il; i++)\r\n for (var a = arguments[i], j = 0, jl = a.length; j < jl; j++, k++)\r\n r[k] = a[j];\r\n return r;\r\n}\r\n\r\nexport function __spreadArray(to, from, pack) {\r\n if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {\r\n if (ar || !(i in from)) {\r\n if (!ar) ar = Array.prototype.slice.call(from, 0, i);\r\n ar[i] = from[i];\r\n }\r\n }\r\n return to.concat(ar || Array.prototype.slice.call(from));\r\n}\r\n\r\nexport function __await(v) {\r\n return this instanceof __await ? (this.v = v, this) : new __await(v);\r\n}\r\n\r\nexport function __asyncGenerator(thisArg, _arguments, generator) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var g = generator.apply(thisArg, _arguments || []), i, q = [];\r\n return i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i;\r\n function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }\r\n function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }\r\n function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }\r\n function fulfill(value) { resume(\"next\", value); }\r\n function reject(value) { resume(\"throw\", value); }\r\n function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }\r\n}\r\n\r\nexport function __asyncDelegator(o) {\r\n var i, p;\r\n return i = {}, verb(\"next\"), verb(\"throw\", function (e) { throw e; }), verb(\"return\"), i[Symbol.iterator] = function () { return this; }, i;\r\n function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === \"return\" } : f ? f(v) : v; } : f; }\r\n}\r\n\r\nexport function __asyncValues(o) {\r\n if (!Symbol.asyncIterator) throw new TypeError(\"Symbol.asyncIterator is not defined.\");\r\n var m = o[Symbol.asyncIterator], i;\r\n return m ? m.call(o) : (o = typeof __values === \"function\" ? __values(o) : o[Symbol.iterator](), i = {}, verb(\"next\"), verb(\"throw\"), verb(\"return\"), i[Symbol.asyncIterator] = function () { return this; }, i);\r\n function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }\r\n function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }\r\n}\r\n\r\nexport function __makeTemplateObject(cooked, raw) {\r\n if (Object.defineProperty) { Object.defineProperty(cooked, \"raw\", { value: raw }); } else { cooked.raw = raw; }\r\n return cooked;\r\n};\r\n\r\nvar __setModuleDefault = Object.create ? (function(o, v) {\r\n Object.defineProperty(o, \"default\", { enumerable: true, value: v });\r\n}) : function(o, v) {\r\n o[\"default\"] = v;\r\n};\r\n\r\nexport function __importStar(mod) {\r\n if (mod && mod.__esModule) return mod;\r\n var result = {};\r\n if (mod != null) for (var k in mod) if (k !== \"default\" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);\r\n __setModuleDefault(result, mod);\r\n return result;\r\n}\r\n\r\nexport function __importDefault(mod) {\r\n return (mod && mod.__esModule) ? mod : { default: mod };\r\n}\r\n\r\nexport function __classPrivateFieldGet(receiver, state, kind, f) {\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a getter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot read private member from an object whose class did not declare it\");\r\n return kind === \"m\" ? f : kind === \"a\" ? f.call(receiver) : f ? f.value : state.get(receiver);\r\n}\r\n\r\nexport function __classPrivateFieldSet(receiver, state, value, kind, f) {\r\n if (kind === \"m\") throw new TypeError(\"Private method is not writable\");\r\n if (kind === \"a\" && !f) throw new TypeError(\"Private accessor was defined without a setter\");\r\n if (typeof state === \"function\" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError(\"Cannot write private member to an object whose class did not declare it\");\r\n return (kind === \"a\" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;\r\n}\r\n", "/**\n * Returns true if the object is a function.\n * @param value The value to check\n */\nexport function isFunction(value: any): value is (...args: any[]) => any {\n return typeof value === 'function';\n}\n", "/**\n * Used to create Error subclasses until the community moves away from ES5.\n *\n * This is because compiling from TypeScript down to ES5 has issues with subclassing Errors\n * as well as other built-in types: https://github.com/Microsoft/TypeScript/issues/12123\n *\n * @param createImpl A factory function to create the actual constructor implementation. The returned\n * function should be a named function that calls `_super` internally.\n */\nexport function createErrorClass(createImpl: (_super: any) => any): T {\n const _super = (instance: any) => {\n Error.call(instance);\n instance.stack = new Error().stack;\n };\n\n const ctorFunc = createImpl(_super);\n ctorFunc.prototype = Object.create(Error.prototype);\n ctorFunc.prototype.constructor = ctorFunc;\n return ctorFunc;\n}\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface UnsubscriptionError extends Error {\n readonly errors: any[];\n}\n\nexport interface UnsubscriptionErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (errors: any[]): UnsubscriptionError;\n}\n\n/**\n * An error thrown when one or more errors have occurred during the\n * `unsubscribe` of a {@link Subscription}.\n */\nexport const UnsubscriptionError: UnsubscriptionErrorCtor = createErrorClass(\n (_super) =>\n function UnsubscriptionErrorImpl(this: any, errors: (Error | string)[]) {\n _super(this);\n this.message = errors\n ? `${errors.length} errors occurred during unsubscription:\n${errors.map((err, i) => `${i + 1}) ${err.toString()}`).join('\\n ')}`\n : '';\n this.name = 'UnsubscriptionError';\n this.errors = errors;\n }\n);\n", "/**\n * Removes an item from an array, mutating it.\n * @param arr The array to remove the item from\n * @param item The item to remove\n */\nexport function arrRemove(arr: T[] | undefined | null, item: T) {\n if (arr) {\n const index = arr.indexOf(item);\n 0 <= index && arr.splice(index, 1);\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { UnsubscriptionError } from './util/UnsubscriptionError';\nimport { SubscriptionLike, TeardownLogic, Unsubscribable } from './types';\nimport { arrRemove } from './util/arrRemove';\n\n/**\n * Represents a disposable resource, such as the execution of an Observable. A\n * Subscription has one important method, `unsubscribe`, that takes no argument\n * and just disposes the resource held by the subscription.\n *\n * Additionally, subscriptions may be grouped together through the `add()`\n * method, which will attach a child Subscription to the current Subscription.\n * When a Subscription is unsubscribed, all its children (and its grandchildren)\n * will be unsubscribed as well.\n *\n * @class Subscription\n */\nexport class Subscription implements SubscriptionLike {\n /** @nocollapse */\n public static EMPTY = (() => {\n const empty = new Subscription();\n empty.closed = true;\n return empty;\n })();\n\n /**\n * A flag to indicate whether this Subscription has already been unsubscribed.\n */\n public closed = false;\n\n private _parentage: Subscription[] | Subscription | null = null;\n\n /**\n * The list of registered finalizers to execute upon unsubscription. Adding and removing from this\n * list occurs in the {@link #add} and {@link #remove} methods.\n */\n private _finalizers: Exclude[] | null = null;\n\n /**\n * @param initialTeardown A function executed first as part of the finalization\n * process that is kicked off when {@link #unsubscribe} is called.\n */\n constructor(private initialTeardown?: () => void) {}\n\n /**\n * Disposes the resources held by the subscription. May, for instance, cancel\n * an ongoing Observable execution or cancel any other type of work that\n * started when the Subscription was created.\n * @return {void}\n */\n unsubscribe(): void {\n let errors: any[] | undefined;\n\n if (!this.closed) {\n this.closed = true;\n\n // Remove this from it's parents.\n const { _parentage } = this;\n if (_parentage) {\n this._parentage = null;\n if (Array.isArray(_parentage)) {\n for (const parent of _parentage) {\n parent.remove(this);\n }\n } else {\n _parentage.remove(this);\n }\n }\n\n const { initialTeardown: initialFinalizer } = this;\n if (isFunction(initialFinalizer)) {\n try {\n initialFinalizer();\n } catch (e) {\n errors = e instanceof UnsubscriptionError ? e.errors : [e];\n }\n }\n\n const { _finalizers } = this;\n if (_finalizers) {\n this._finalizers = null;\n for (const finalizer of _finalizers) {\n try {\n execFinalizer(finalizer);\n } catch (err) {\n errors = errors ?? [];\n if (err instanceof UnsubscriptionError) {\n errors = [...errors, ...err.errors];\n } else {\n errors.push(err);\n }\n }\n }\n }\n\n if (errors) {\n throw new UnsubscriptionError(errors);\n }\n }\n }\n\n /**\n * Adds a finalizer to this subscription, so that finalization will be unsubscribed/called\n * when this subscription is unsubscribed. If this subscription is already {@link #closed},\n * because it has already been unsubscribed, then whatever finalizer is passed to it\n * will automatically be executed (unless the finalizer itself is also a closed subscription).\n *\n * Closed Subscriptions cannot be added as finalizers to any subscription. Adding a closed\n * subscription to a any subscription will result in no operation. (A noop).\n *\n * Adding a subscription to itself, or adding `null` or `undefined` will not perform any\n * operation at all. (A noop).\n *\n * `Subscription` instances that are added to this instance will automatically remove themselves\n * if they are unsubscribed. Functions and {@link Unsubscribable} objects that you wish to remove\n * will need to be removed manually with {@link #remove}\n *\n * @param teardown The finalization logic to add to this subscription.\n */\n add(teardown: TeardownLogic): void {\n // Only add the finalizer if it's not undefined\n // and don't add a subscription to itself.\n if (teardown && teardown !== this) {\n if (this.closed) {\n // If this subscription is already closed,\n // execute whatever finalizer is handed to it automatically.\n execFinalizer(teardown);\n } else {\n if (teardown instanceof Subscription) {\n // We don't add closed subscriptions, and we don't add the same subscription\n // twice. Subscription unsubscribe is idempotent.\n if (teardown.closed || teardown._hasParent(this)) {\n return;\n }\n teardown._addParent(this);\n }\n (this._finalizers = this._finalizers ?? []).push(teardown);\n }\n }\n }\n\n /**\n * Checks to see if a this subscription already has a particular parent.\n * This will signal that this subscription has already been added to the parent in question.\n * @param parent the parent to check for\n */\n private _hasParent(parent: Subscription) {\n const { _parentage } = this;\n return _parentage === parent || (Array.isArray(_parentage) && _parentage.includes(parent));\n }\n\n /**\n * Adds a parent to this subscription so it can be removed from the parent if it\n * unsubscribes on it's own.\n *\n * NOTE: THIS ASSUMES THAT {@link _hasParent} HAS ALREADY BEEN CHECKED.\n * @param parent The parent subscription to add\n */\n private _addParent(parent: Subscription) {\n const { _parentage } = this;\n this._parentage = Array.isArray(_parentage) ? (_parentage.push(parent), _parentage) : _parentage ? [_parentage, parent] : parent;\n }\n\n /**\n * Called on a child when it is removed via {@link #remove}.\n * @param parent The parent to remove\n */\n private _removeParent(parent: Subscription) {\n const { _parentage } = this;\n if (_parentage === parent) {\n this._parentage = null;\n } else if (Array.isArray(_parentage)) {\n arrRemove(_parentage, parent);\n }\n }\n\n /**\n * Removes a finalizer from this subscription that was previously added with the {@link #add} method.\n *\n * Note that `Subscription` instances, when unsubscribed, will automatically remove themselves\n * from every other `Subscription` they have been added to. This means that using the `remove` method\n * is not a common thing and should be used thoughtfully.\n *\n * If you add the same finalizer instance of a function or an unsubscribable object to a `Subscription` instance\n * more than once, you will need to call `remove` the same number of times to remove all instances.\n *\n * All finalizer instances are removed to free up memory upon unsubscription.\n *\n * @param teardown The finalizer to remove from this subscription\n */\n remove(teardown: Exclude): void {\n const { _finalizers } = this;\n _finalizers && arrRemove(_finalizers, teardown);\n\n if (teardown instanceof Subscription) {\n teardown._removeParent(this);\n }\n }\n}\n\nexport const EMPTY_SUBSCRIPTION = Subscription.EMPTY;\n\nexport function isSubscription(value: any): value is Subscription {\n return (\n value instanceof Subscription ||\n (value && 'closed' in value && isFunction(value.remove) && isFunction(value.add) && isFunction(value.unsubscribe))\n );\n}\n\nfunction execFinalizer(finalizer: Unsubscribable | (() => void)) {\n if (isFunction(finalizer)) {\n finalizer();\n } else {\n finalizer.unsubscribe();\n }\n}\n", "import { Subscriber } from './Subscriber';\nimport { ObservableNotification } from './types';\n\n/**\n * The {@link GlobalConfig} object for RxJS. It is used to configure things\n * like how to react on unhandled errors.\n */\nexport const config: GlobalConfig = {\n onUnhandledError: null,\n onStoppedNotification: null,\n Promise: undefined,\n useDeprecatedSynchronousErrorHandling: false,\n useDeprecatedNextContext: false,\n};\n\n/**\n * The global configuration object for RxJS, used to configure things\n * like how to react on unhandled errors. Accessible via {@link config}\n * object.\n */\nexport interface GlobalConfig {\n /**\n * A registration point for unhandled errors from RxJS. These are errors that\n * cannot were not handled by consuming code in the usual subscription path. For\n * example, if you have this configured, and you subscribe to an observable without\n * providing an error handler, errors from that subscription will end up here. This\n * will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onUnhandledError: ((err: any) => void) | null;\n\n /**\n * A registration point for notifications that cannot be sent to subscribers because they\n * have completed, errored or have been explicitly unsubscribed. By default, next, complete\n * and error notifications sent to stopped subscribers are noops. However, sometimes callers\n * might want a different behavior. For example, with sources that attempt to report errors\n * to stopped subscribers, a caller can configure RxJS to throw an unhandled error instead.\n * This will _always_ be called asynchronously on another job in the runtime. This is because\n * we do not want errors thrown in this user-configured handler to interfere with the\n * behavior of the library.\n */\n onStoppedNotification: ((notification: ObservableNotification, subscriber: Subscriber) => void) | null;\n\n /**\n * The promise constructor used by default for {@link Observable#toPromise toPromise} and {@link Observable#forEach forEach}\n * methods.\n *\n * @deprecated As of version 8, RxJS will no longer support this sort of injection of a\n * Promise constructor. If you need a Promise implementation other than native promises,\n * please polyfill/patch Promise as you see appropriate. Will be removed in v8.\n */\n Promise?: PromiseConstructorLike;\n\n /**\n * If true, turns on synchronous error rethrowing, which is a deprecated behavior\n * in v6 and higher. This behavior enables bad patterns like wrapping a subscribe\n * call in a try/catch block. It also enables producer interference, a nasty bug\n * where a multicast can be broken for all observers by a downstream consumer with\n * an unhandled error. DO NOT USE THIS FLAG UNLESS IT'S NEEDED TO BUY TIME\n * FOR MIGRATION REASONS.\n *\n * @deprecated As of version 8, RxJS will no longer support synchronous throwing\n * of unhandled errors. All errors will be thrown on a separate call stack to prevent bad\n * behaviors described above. Will be removed in v8.\n */\n useDeprecatedSynchronousErrorHandling: boolean;\n\n /**\n * If true, enables an as-of-yet undocumented feature from v5: The ability to access\n * `unsubscribe()` via `this` context in `next` functions created in observers passed\n * to `subscribe`.\n *\n * This is being removed because the performance was severely problematic, and it could also cause\n * issues when types other than POJOs are passed to subscribe as subscribers, as they will likely have\n * their `this` context overwritten.\n *\n * @deprecated As of version 8, RxJS will no longer support altering the\n * context of next functions provided as part of an observer to Subscribe. Instead,\n * you will have access to a subscription or a signal or token that will allow you to do things like\n * unsubscribe and test closed status. Will be removed in v8.\n */\n useDeprecatedNextContext: boolean;\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetTimeoutFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearTimeoutFunction = (handle: TimerHandle) => void;\n\ninterface TimeoutProvider {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n delegate:\n | {\n setTimeout: SetTimeoutFunction;\n clearTimeout: ClearTimeoutFunction;\n }\n | undefined;\n}\n\nexport const timeoutProvider: TimeoutProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setTimeout(handler: () => void, timeout?: number, ...args) {\n const { delegate } = timeoutProvider;\n if (delegate?.setTimeout) {\n return delegate.setTimeout(handler, timeout, ...args);\n }\n return setTimeout(handler, timeout, ...args);\n },\n clearTimeout(handle) {\n const { delegate } = timeoutProvider;\n return (delegate?.clearTimeout || clearTimeout)(handle as any);\n },\n delegate: undefined,\n};\n", "import { config } from '../config';\nimport { timeoutProvider } from '../scheduler/timeoutProvider';\n\n/**\n * Handles an error on another job either with the user-configured {@link onUnhandledError},\n * or by throwing it on that new job so it can be picked up by `window.onerror`, `process.on('error')`, etc.\n *\n * This should be called whenever there is an error that is out-of-band with the subscription\n * or when an error hits a terminal boundary of the subscription and no error handler was provided.\n *\n * @param err the error to report\n */\nexport function reportUnhandledError(err: any) {\n timeoutProvider.setTimeout(() => {\n const { onUnhandledError } = config;\n if (onUnhandledError) {\n // Execute the user-configured error handler.\n onUnhandledError(err);\n } else {\n // Throw so it is picked up by the runtime's uncaught error mechanism.\n throw err;\n }\n });\n}\n", "/* tslint:disable:no-empty */\nexport function noop() { }\n", "import { CompleteNotification, NextNotification, ErrorNotification } from './types';\n\n/**\n * A completion object optimized for memory use and created to be the\n * same \"shape\" as other notifications in v8.\n * @internal\n */\nexport const COMPLETE_NOTIFICATION = (() => createNotification('C', undefined, undefined) as CompleteNotification)();\n\n/**\n * Internal use only. Creates an optimized error notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function errorNotification(error: any): ErrorNotification {\n return createNotification('E', undefined, error) as any;\n}\n\n/**\n * Internal use only. Creates an optimized next notification that is the same \"shape\"\n * as other notifications.\n * @internal\n */\nexport function nextNotification(value: T) {\n return createNotification('N', value, undefined) as NextNotification;\n}\n\n/**\n * Ensures that all notifications created internally have the same \"shape\" in v8.\n *\n * TODO: This is only exported to support a crazy legacy test in `groupBy`.\n * @internal\n */\nexport function createNotification(kind: 'N' | 'E' | 'C', value: any, error: any) {\n return {\n kind,\n value,\n error,\n };\n}\n", "import { config } from '../config';\n\nlet context: { errorThrown: boolean; error: any } | null = null;\n\n/**\n * Handles dealing with errors for super-gross mode. Creates a context, in which\n * any synchronously thrown errors will be passed to {@link captureError}. Which\n * will record the error such that it will be rethrown after the call back is complete.\n * TODO: Remove in v8\n * @param cb An immediately executed function.\n */\nexport function errorContext(cb: () => void) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n const isRoot = !context;\n if (isRoot) {\n context = { errorThrown: false, error: null };\n }\n cb();\n if (isRoot) {\n const { errorThrown, error } = context!;\n context = null;\n if (errorThrown) {\n throw error;\n }\n }\n } else {\n // This is the general non-deprecated path for everyone that\n // isn't crazy enough to use super-gross mode (useDeprecatedSynchronousErrorHandling)\n cb();\n }\n}\n\n/**\n * Captures errors only in super-gross mode.\n * @param err the error to capture\n */\nexport function captureError(err: any) {\n if (config.useDeprecatedSynchronousErrorHandling && context) {\n context.errorThrown = true;\n context.error = err;\n }\n}\n", "import { isFunction } from './util/isFunction';\nimport { Observer, ObservableNotification } from './types';\nimport { isSubscription, Subscription } from './Subscription';\nimport { config } from './config';\nimport { reportUnhandledError } from './util/reportUnhandledError';\nimport { noop } from './util/noop';\nimport { nextNotification, errorNotification, COMPLETE_NOTIFICATION } from './NotificationFactories';\nimport { timeoutProvider } from './scheduler/timeoutProvider';\nimport { captureError } from './util/errorContext';\n\n/**\n * Implements the {@link Observer} interface and extends the\n * {@link Subscription} class. While the {@link Observer} is the public API for\n * consuming the values of an {@link Observable}, all Observers get converted to\n * a Subscriber, in order to provide Subscription-like capabilities such as\n * `unsubscribe`. Subscriber is a common type in RxJS, and crucial for\n * implementing operators, but it is rarely used as a public API.\n *\n * @class Subscriber\n */\nexport class Subscriber extends Subscription implements Observer {\n /**\n * A static factory for a Subscriber, given a (potentially partial) definition\n * of an Observer.\n * @param next The `next` callback of an Observer.\n * @param error The `error` callback of an\n * Observer.\n * @param complete The `complete` callback of an\n * Observer.\n * @return A Subscriber wrapping the (partially defined)\n * Observer represented by the given arguments.\n * @nocollapse\n * @deprecated Do not use. Will be removed in v8. There is no replacement for this\n * method, and there is no reason to be creating instances of `Subscriber` directly.\n * If you have a specific use case, please file an issue.\n */\n static create(next?: (x?: T) => void, error?: (e?: any) => void, complete?: () => void): Subscriber {\n return new SafeSubscriber(next, error, complete);\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected isStopped: boolean = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n protected destination: Subscriber | Observer; // this `any` is the escape hatch to erase extra type param (e.g. R)\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * There is no reason to directly create an instance of Subscriber. This type is exported for typings reasons.\n */\n constructor(destination?: Subscriber | Observer) {\n super();\n if (destination) {\n this.destination = destination;\n // Automatically chain subscriptions together here.\n // if destination is a Subscription, then it is a Subscriber.\n if (isSubscription(destination)) {\n destination.add(this);\n }\n } else {\n this.destination = EMPTY_OBSERVER;\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `next` from\n * the Observable, with a value. The Observable may call this method 0 or more\n * times.\n * @param {T} [value] The `next` value.\n * @return {void}\n */\n next(value?: T): void {\n if (this.isStopped) {\n handleStoppedNotification(nextNotification(value), this);\n } else {\n this._next(value!);\n }\n }\n\n /**\n * The {@link Observer} callback to receive notifications of type `error` from\n * the Observable, with an attached `Error`. Notifies the Observer that\n * the Observable has experienced an error condition.\n * @param {any} [err] The `error` exception.\n * @return {void}\n */\n error(err?: any): void {\n if (this.isStopped) {\n handleStoppedNotification(errorNotification(err), this);\n } else {\n this.isStopped = true;\n this._error(err);\n }\n }\n\n /**\n * The {@link Observer} callback to receive a valueless notification of type\n * `complete` from the Observable. Notifies the Observer that the Observable\n * has finished sending push-based notifications.\n * @return {void}\n */\n complete(): void {\n if (this.isStopped) {\n handleStoppedNotification(COMPLETE_NOTIFICATION, this);\n } else {\n this.isStopped = true;\n this._complete();\n }\n }\n\n unsubscribe(): void {\n if (!this.closed) {\n this.isStopped = true;\n super.unsubscribe();\n this.destination = null!;\n }\n }\n\n protected _next(value: T): void {\n this.destination.next(value);\n }\n\n protected _error(err: any): void {\n try {\n this.destination.error(err);\n } finally {\n this.unsubscribe();\n }\n }\n\n protected _complete(): void {\n try {\n this.destination.complete();\n } finally {\n this.unsubscribe();\n }\n }\n}\n\n/**\n * This bind is captured here because we want to be able to have\n * compatibility with monoid libraries that tend to use a method named\n * `bind`. In particular, a library called Monio requires this.\n */\nconst _bind = Function.prototype.bind;\n\nfunction bind any>(fn: Fn, thisArg: any): Fn {\n return _bind.call(fn, thisArg);\n}\n\n/**\n * Internal optimization only, DO NOT EXPOSE.\n * @internal\n */\nclass ConsumerObserver implements Observer {\n constructor(private partialObserver: Partial>) {}\n\n next(value: T): void {\n const { partialObserver } = this;\n if (partialObserver.next) {\n try {\n partialObserver.next(value);\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n\n error(err: any): void {\n const { partialObserver } = this;\n if (partialObserver.error) {\n try {\n partialObserver.error(err);\n } catch (error) {\n handleUnhandledError(error);\n }\n } else {\n handleUnhandledError(err);\n }\n }\n\n complete(): void {\n const { partialObserver } = this;\n if (partialObserver.complete) {\n try {\n partialObserver.complete();\n } catch (error) {\n handleUnhandledError(error);\n }\n }\n }\n}\n\nexport class SafeSubscriber extends Subscriber {\n constructor(\n observerOrNext?: Partial> | ((value: T) => void) | null,\n error?: ((e?: any) => void) | null,\n complete?: (() => void) | null\n ) {\n super();\n\n let partialObserver: Partial>;\n if (isFunction(observerOrNext) || !observerOrNext) {\n // The first argument is a function, not an observer. The next\n // two arguments *could* be observers, or they could be empty.\n partialObserver = {\n next: (observerOrNext ?? undefined) as (((value: T) => void) | undefined),\n error: error ?? undefined,\n complete: complete ?? undefined,\n };\n } else {\n // The first argument is a partial observer.\n let context: any;\n if (this && config.useDeprecatedNextContext) {\n // This is a deprecated path that made `this.unsubscribe()` available in\n // next handler functions passed to subscribe. This only exists behind a flag\n // now, as it is *very* slow.\n context = Object.create(observerOrNext);\n context.unsubscribe = () => this.unsubscribe();\n partialObserver = {\n next: observerOrNext.next && bind(observerOrNext.next, context),\n error: observerOrNext.error && bind(observerOrNext.error, context),\n complete: observerOrNext.complete && bind(observerOrNext.complete, context),\n };\n } else {\n // The \"normal\" path. Just use the partial observer directly.\n partialObserver = observerOrNext;\n }\n }\n\n // Wrap the partial observer to ensure it's a full observer, and\n // make sure proper error handling is accounted for.\n this.destination = new ConsumerObserver(partialObserver);\n }\n}\n\nfunction handleUnhandledError(error: any) {\n if (config.useDeprecatedSynchronousErrorHandling) {\n captureError(error);\n } else {\n // Ideal path, we report this as an unhandled error,\n // which is thrown on a new call stack.\n reportUnhandledError(error);\n }\n}\n\n/**\n * An error handler used when no error handler was supplied\n * to the SafeSubscriber -- meaning no error handler was supplied\n * do the `subscribe` call on our observable.\n * @param err The error to handle\n */\nfunction defaultErrorHandler(err: any) {\n throw err;\n}\n\n/**\n * A handler for notifications that cannot be sent to a stopped subscriber.\n * @param notification The notification being sent\n * @param subscriber The stopped subscriber\n */\nfunction handleStoppedNotification(notification: ObservableNotification, subscriber: Subscriber) {\n const { onStoppedNotification } = config;\n onStoppedNotification && timeoutProvider.setTimeout(() => onStoppedNotification(notification, subscriber));\n}\n\n/**\n * The observer used as a stub for subscriptions where the user did not\n * pass any arguments to `subscribe`. Comes with the default error handling\n * behavior.\n */\nexport const EMPTY_OBSERVER: Readonly> & { closed: true } = {\n closed: true,\n next: noop,\n error: defaultErrorHandler,\n complete: noop,\n};\n", "/**\n * Symbol.observable or a string \"@@observable\". Used for interop\n *\n * @deprecated We will no longer be exporting this symbol in upcoming versions of RxJS.\n * Instead polyfill and use Symbol.observable directly *or* use https://www.npmjs.com/package/symbol-observable\n */\nexport const observable: string | symbol = (() => (typeof Symbol === 'function' && Symbol.observable) || '@@observable')();\n", "/**\n * This function takes one parameter and just returns it. Simply put,\n * this is like `(x: T): T => x`.\n *\n * ## Examples\n *\n * This is useful in some cases when using things like `mergeMap`\n *\n * ```ts\n * import { interval, take, map, range, mergeMap, identity } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(5));\n *\n * const result$ = source$.pipe(\n * map(i => range(i)),\n * mergeMap(identity) // same as mergeMap(x => x)\n * );\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * Or when you want to selectively apply an operator\n *\n * ```ts\n * import { interval, take, identity } from 'rxjs';\n *\n * const shouldLimit = () => Math.random() < 0.5;\n *\n * const source$ = interval(1000);\n *\n * const result$ = source$.pipe(shouldLimit() ? take(5) : identity);\n *\n * result$.subscribe({\n * next: console.log\n * });\n * ```\n *\n * @param x Any value that is returned by this function\n * @returns The value passed as the first parameter to this function\n */\nexport function identity(x: T): T {\n return x;\n}\n", "import { identity } from './identity';\nimport { UnaryFunction } from '../types';\n\nexport function pipe(): typeof identity;\nexport function pipe(fn1: UnaryFunction): UnaryFunction;\nexport function pipe(fn1: UnaryFunction, fn2: UnaryFunction): UnaryFunction;\nexport function pipe(fn1: UnaryFunction, fn2: UnaryFunction, fn3: UnaryFunction): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction,\n fn9: UnaryFunction\n): UnaryFunction;\nexport function pipe(\n fn1: UnaryFunction,\n fn2: UnaryFunction,\n fn3: UnaryFunction,\n fn4: UnaryFunction,\n fn5: UnaryFunction,\n fn6: UnaryFunction,\n fn7: UnaryFunction,\n fn8: UnaryFunction,\n fn9: UnaryFunction,\n ...fns: UnaryFunction[]\n): UnaryFunction;\n\n/**\n * pipe() can be called on one or more functions, each of which can take one argument (\"UnaryFunction\")\n * and uses it to return a value.\n * It returns a function that takes one argument, passes it to the first UnaryFunction, and then\n * passes the result to the next one, passes that result to the next one, and so on. \n */\nexport function pipe(...fns: Array>): UnaryFunction {\n return pipeFromArray(fns);\n}\n\n/** @internal */\nexport function pipeFromArray(fns: Array>): UnaryFunction {\n if (fns.length === 0) {\n return identity as UnaryFunction;\n }\n\n if (fns.length === 1) {\n return fns[0];\n }\n\n return function piped(input: T): R {\n return fns.reduce((prev: any, fn: UnaryFunction) => fn(prev), input as any);\n };\n}\n", "import { Operator } from './Operator';\nimport { SafeSubscriber, Subscriber } from './Subscriber';\nimport { isSubscription, Subscription } from './Subscription';\nimport { TeardownLogic, OperatorFunction, Subscribable, Observer } from './types';\nimport { observable as Symbol_observable } from './symbol/observable';\nimport { pipeFromArray } from './util/pipe';\nimport { config } from './config';\nimport { isFunction } from './util/isFunction';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A representation of any set of values over any amount of time. This is the most basic building block\n * of RxJS.\n *\n * @class Observable\n */\nexport class Observable implements Subscribable {\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n source: Observable | undefined;\n\n /**\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n */\n operator: Operator | undefined;\n\n /**\n * @constructor\n * @param {Function} subscribe the function that is called when the Observable is\n * initially subscribed to. This function is given a Subscriber, to which new values\n * can be `next`ed, or an `error` method can be called to raise an error, or\n * `complete` can be called to notify of a successful completion.\n */\n constructor(subscribe?: (this: Observable, subscriber: Subscriber) => TeardownLogic) {\n if (subscribe) {\n this._subscribe = subscribe;\n }\n }\n\n // HACK: Since TypeScript inherits static properties too, we have to\n // fight against TypeScript here so Subject can have a different static create signature\n /**\n * Creates a new Observable by calling the Observable constructor\n * @owner Observable\n * @method create\n * @param {Function} subscribe? the subscriber function to be passed to the Observable constructor\n * @return {Observable} a new observable\n * @nocollapse\n * @deprecated Use `new Observable()` instead. Will be removed in v8.\n */\n static create: (...args: any[]) => any = (subscribe?: (subscriber: Subscriber) => TeardownLogic) => {\n return new Observable(subscribe);\n };\n\n /**\n * Creates a new Observable, with this Observable instance as the source, and the passed\n * operator defined as the new observable's operator.\n * @method lift\n * @param operator the operator defining the operation to take on the observable\n * @return a new observable with the Operator applied\n * @deprecated Internal implementation detail, do not use directly. Will be made internal in v8.\n * If you have implemented an operator using `lift`, it is recommended that you create an\n * operator by simply returning `new Observable()` directly. See \"Creating new operators from\n * scratch\" section here: https://rxjs.dev/guide/operators\n */\n lift(operator?: Operator): Observable {\n const observable = new Observable();\n observable.source = this;\n observable.operator = operator;\n return observable;\n }\n\n subscribe(observerOrNext?: Partial> | ((value: T) => void)): Subscription;\n /** @deprecated Instead of passing separate callback arguments, use an observer argument. Signatures taking separate callback arguments will be removed in v8. Details: https://rxjs.dev/deprecations/subscribe-arguments */\n subscribe(next?: ((value: T) => void) | null, error?: ((error: any) => void) | null, complete?: (() => void) | null): Subscription;\n /**\n * Invokes an execution of an Observable and registers Observer handlers for notifications it will emit.\n *\n * Use it when you have all these Observables, but still nothing is happening.\n *\n * `subscribe` is not a regular operator, but a method that calls Observable's internal `subscribe` function. It\n * might be for example a function that you passed to Observable's constructor, but most of the time it is\n * a library implementation, which defines what will be emitted by an Observable, and when it be will emitted. This means\n * that calling `subscribe` is actually the moment when Observable starts its work, not when it is created, as it is often\n * the thought.\n *\n * Apart from starting the execution of an Observable, this method allows you to listen for values\n * that an Observable emits, as well as for when it completes or errors. You can achieve this in two\n * of the following ways.\n *\n * The first way is creating an object that implements {@link Observer} interface. It should have methods\n * defined by that interface, but note that it should be just a regular JavaScript object, which you can create\n * yourself in any way you want (ES6 class, classic function constructor, object literal etc.). In particular, do\n * not attempt to use any RxJS implementation details to create Observers - you don't need them. Remember also\n * that your object does not have to implement all methods. If you find yourself creating a method that doesn't\n * do anything, you can simply omit it. Note however, if the `error` method is not provided and an error happens,\n * it will be thrown asynchronously. Errors thrown asynchronously cannot be caught using `try`/`catch`. Instead,\n * use the {@link onUnhandledError} configuration option or use a runtime handler (like `window.onerror` or\n * `process.on('error)`) to be notified of unhandled errors. Because of this, it's recommended that you provide\n * an `error` method to avoid missing thrown errors.\n *\n * The second way is to give up on Observer object altogether and simply provide callback functions in place of its methods.\n * This means you can provide three functions as arguments to `subscribe`, where the first function is equivalent\n * of a `next` method, the second of an `error` method and the third of a `complete` method. Just as in case of an Observer,\n * if you do not need to listen for something, you can omit a function by passing `undefined` or `null`,\n * since `subscribe` recognizes these functions by where they were placed in function call. When it comes\n * to the `error` function, as with an Observer, if not provided, errors emitted by an Observable will be thrown asynchronously.\n *\n * You can, however, subscribe with no parameters at all. This may be the case where you're not interested in terminal events\n * and you also handled emissions internally by using operators (e.g. using `tap`).\n *\n * Whichever style of calling `subscribe` you use, in both cases it returns a Subscription object.\n * This object allows you to call `unsubscribe` on it, which in turn will stop the work that an Observable does and will clean\n * up all resources that an Observable used. Note that cancelling a subscription will not call `complete` callback\n * provided to `subscribe` function, which is reserved for a regular completion signal that comes from an Observable.\n *\n * Remember that callbacks provided to `subscribe` are not guaranteed to be called asynchronously.\n * It is an Observable itself that decides when these functions will be called. For example {@link of}\n * by default emits all its values synchronously. Always check documentation for how given Observable\n * will behave when subscribed and if its default behavior can be modified with a `scheduler`.\n *\n * #### Examples\n *\n * Subscribe with an {@link guide/observer Observer}\n *\n * ```ts\n * import { of } from 'rxjs';\n *\n * const sumObserver = {\n * sum: 0,\n * next(value) {\n * console.log('Adding: ' + value);\n * this.sum = this.sum + value;\n * },\n * error() {\n * // We actually could just remove this method,\n * // since we do not really care about errors right now.\n * },\n * complete() {\n * console.log('Sum equals: ' + this.sum);\n * }\n * };\n *\n * of(1, 2, 3) // Synchronously emits 1, 2, 3 and then completes.\n * .subscribe(sumObserver);\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Subscribe with functions ({@link deprecations/subscribe-arguments deprecated})\n *\n * ```ts\n * import { of } from 'rxjs'\n *\n * let sum = 0;\n *\n * of(1, 2, 3).subscribe(\n * value => {\n * console.log('Adding: ' + value);\n * sum = sum + value;\n * },\n * undefined,\n * () => console.log('Sum equals: ' + sum)\n * );\n *\n * // Logs:\n * // 'Adding: 1'\n * // 'Adding: 2'\n * // 'Adding: 3'\n * // 'Sum equals: 6'\n * ```\n *\n * Cancel a subscription\n *\n * ```ts\n * import { interval } from 'rxjs';\n *\n * const subscription = interval(1000).subscribe({\n * next(num) {\n * console.log(num)\n * },\n * complete() {\n * // Will not be called, even when cancelling subscription.\n * console.log('completed!');\n * }\n * });\n *\n * setTimeout(() => {\n * subscription.unsubscribe();\n * console.log('unsubscribed!');\n * }, 2500);\n *\n * // Logs:\n * // 0 after 1s\n * // 1 after 2s\n * // 'unsubscribed!' after 2.5s\n * ```\n *\n * @param {Observer|Function} observerOrNext (optional) Either an observer with methods to be called,\n * or the first of three possible handlers, which is the handler for each value emitted from the subscribed\n * Observable.\n * @param {Function} error (optional) A handler for a terminal event resulting from an error. If no error handler is provided,\n * the error will be thrown asynchronously as unhandled.\n * @param {Function} complete (optional) A handler for a terminal event resulting from successful completion.\n * @return {Subscription} a subscription reference to the registered handlers\n * @method subscribe\n */\n subscribe(\n observerOrNext?: Partial> | ((value: T) => void) | null,\n error?: ((error: any) => void) | null,\n complete?: (() => void) | null\n ): Subscription {\n const subscriber = isSubscriber(observerOrNext) ? observerOrNext : new SafeSubscriber(observerOrNext, error, complete);\n\n errorContext(() => {\n const { operator, source } = this;\n subscriber.add(\n operator\n ? // We're dealing with a subscription in the\n // operator chain to one of our lifted operators.\n operator.call(subscriber, source)\n : source\n ? // If `source` has a value, but `operator` does not, something that\n // had intimate knowledge of our API, like our `Subject`, must have\n // set it. We're going to just call `_subscribe` directly.\n this._subscribe(subscriber)\n : // In all other cases, we're likely wrapping a user-provided initializer\n // function, so we need to catch errors and handle them appropriately.\n this._trySubscribe(subscriber)\n );\n });\n\n return subscriber;\n }\n\n /** @internal */\n protected _trySubscribe(sink: Subscriber): TeardownLogic {\n try {\n return this._subscribe(sink);\n } catch (err) {\n // We don't need to return anything in this case,\n // because it's just going to try to `add()` to a subscription\n // above.\n sink.error(err);\n }\n }\n\n /**\n * Used as a NON-CANCELLABLE means of subscribing to an observable, for use with\n * APIs that expect promises, like `async/await`. You cannot unsubscribe from this.\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * #### Example\n *\n * ```ts\n * import { interval, take } from 'rxjs';\n *\n * const source$ = interval(1000).pipe(take(4));\n *\n * async function getTotal() {\n * let total = 0;\n *\n * await source$.forEach(value => {\n * total += value;\n * console.log('observable -> ' + value);\n * });\n *\n * return total;\n * }\n *\n * getTotal().then(\n * total => console.log('Total: ' + total)\n * );\n *\n * // Expected:\n * // 'observable -> 0'\n * // 'observable -> 1'\n * // 'observable -> 2'\n * // 'observable -> 3'\n * // 'Total: 6'\n * ```\n *\n * @param next a handler for each value emitted by the observable\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n */\n forEach(next: (value: T) => void): Promise;\n\n /**\n * @param next a handler for each value emitted by the observable\n * @param promiseCtor a constructor function used to instantiate the Promise\n * @return a promise that either resolves on observable completion or\n * rejects with the handled error\n * @deprecated Passing a Promise constructor will no longer be available\n * in upcoming versions of RxJS. This is because it adds weight to the library, for very\n * little benefit. If you need this functionality, it is recommended that you either\n * polyfill Promise, or you create an adapter to convert the returned native promise\n * to whatever promise implementation you wanted. Will be removed in v8.\n */\n forEach(next: (value: T) => void, promiseCtor: PromiseConstructorLike): Promise;\n\n forEach(next: (value: T) => void, promiseCtor?: PromiseConstructorLike): Promise {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor((resolve, reject) => {\n const subscriber = new SafeSubscriber({\n next: (value) => {\n try {\n next(value);\n } catch (err) {\n reject(err);\n subscriber.unsubscribe();\n }\n },\n error: reject,\n complete: resolve,\n });\n this.subscribe(subscriber);\n }) as Promise;\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): TeardownLogic {\n return this.source?.subscribe(subscriber);\n }\n\n /**\n * An interop point defined by the es7-observable spec https://github.com/zenparsing/es-observable\n * @method Symbol.observable\n * @return {Observable} this instance of the observable\n */\n [Symbol_observable]() {\n return this;\n }\n\n /* tslint:disable:max-line-length */\n pipe(): Observable;\n pipe(op1: OperatorFunction): Observable;\n pipe(op1: OperatorFunction, op2: OperatorFunction): Observable;\n pipe(op1: OperatorFunction, op2: OperatorFunction, op3: OperatorFunction): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction,\n op9: OperatorFunction\n ): Observable;\n pipe(\n op1: OperatorFunction,\n op2: OperatorFunction,\n op3: OperatorFunction,\n op4: OperatorFunction,\n op5: OperatorFunction,\n op6: OperatorFunction,\n op7: OperatorFunction,\n op8: OperatorFunction,\n op9: OperatorFunction,\n ...operations: OperatorFunction[]\n ): Observable;\n /* tslint:enable:max-line-length */\n\n /**\n * Used to stitch together functional operators into a chain.\n * @method pipe\n * @return {Observable} the Observable result of all of the operators having\n * been called in the order they were passed in.\n *\n * ## Example\n *\n * ```ts\n * import { interval, filter, map, scan } from 'rxjs';\n *\n * interval(1000)\n * .pipe(\n * filter(x => x % 2 === 0),\n * map(x => x + x),\n * scan((acc, x) => acc + x)\n * )\n * .subscribe(x => console.log(x));\n * ```\n */\n pipe(...operations: OperatorFunction[]): Observable {\n return pipeFromArray(operations)(this);\n }\n\n /* tslint:disable:max-line-length */\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(): Promise;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: typeof Promise): Promise;\n /** @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise */\n toPromise(PromiseCtor: PromiseConstructorLike): Promise;\n /* tslint:enable:max-line-length */\n\n /**\n * Subscribe to this Observable and get a Promise resolving on\n * `complete` with the last emission (if any).\n *\n * **WARNING**: Only use this with observables you *know* will complete. If the source\n * observable does not complete, you will end up with a promise that is hung up, and\n * potentially all of the state of an async function hanging out in memory. To avoid\n * this situation, look into adding something like {@link timeout}, {@link take},\n * {@link takeWhile}, or {@link takeUntil} amongst others.\n *\n * @method toPromise\n * @param [promiseCtor] a constructor function used to instantiate\n * the Promise\n * @return A Promise that resolves with the last value emit, or\n * rejects on an error. If there were no emissions, Promise\n * resolves with undefined.\n * @deprecated Replaced with {@link firstValueFrom} and {@link lastValueFrom}. Will be removed in v8. Details: https://rxjs.dev/deprecations/to-promise\n */\n toPromise(promiseCtor?: PromiseConstructorLike): Promise {\n promiseCtor = getPromiseCtor(promiseCtor);\n\n return new promiseCtor((resolve, reject) => {\n let value: T | undefined;\n this.subscribe(\n (x: T) => (value = x),\n (err: any) => reject(err),\n () => resolve(value)\n );\n }) as Promise;\n }\n}\n\n/**\n * Decides between a passed promise constructor from consuming code,\n * A default configured promise constructor, and the native promise\n * constructor and returns it. If nothing can be found, it will throw\n * an error.\n * @param promiseCtor The optional promise constructor to passed by consuming code\n */\nfunction getPromiseCtor(promiseCtor: PromiseConstructorLike | undefined) {\n return promiseCtor ?? config.Promise ?? Promise;\n}\n\nfunction isObserver(value: any): value is Observer {\n return value && isFunction(value.next) && isFunction(value.error) && isFunction(value.complete);\n}\n\nfunction isSubscriber(value: any): value is Subscriber {\n return (value && value instanceof Subscriber) || (isObserver(value) && isSubscription(value));\n}\n", "import { Observable } from '../Observable';\nimport { Subscriber } from '../Subscriber';\nimport { OperatorFunction } from '../types';\nimport { isFunction } from './isFunction';\n\n/**\n * Used to determine if an object is an Observable with a lift function.\n */\nexport function hasLift(source: any): source is { lift: InstanceType['lift'] } {\n return isFunction(source?.lift);\n}\n\n/**\n * Creates an `OperatorFunction`. Used to define operators throughout the library in a concise way.\n * @param init The logic to connect the liftedSource to the subscriber at the moment of subscription.\n */\nexport function operate(\n init: (liftedSource: Observable, subscriber: Subscriber) => (() => void) | void\n): OperatorFunction {\n return (source: Observable) => {\n if (hasLift(source)) {\n return source.lift(function (this: Subscriber, liftedSource: Observable) {\n try {\n return init(liftedSource, this);\n } catch (err) {\n this.error(err);\n }\n });\n }\n throw new TypeError('Unable to lift unknown Observable type');\n };\n}\n", "import { Subscriber } from '../Subscriber';\n\n/**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional teardown logic here. This will only be called on teardown if the\n * subscriber itself is not already closed. This is called after all other teardown logic is executed.\n */\nexport function createOperatorSubscriber(\n destination: Subscriber,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n onFinalize?: () => void\n): Subscriber {\n return new OperatorSubscriber(destination, onNext, onComplete, onError, onFinalize);\n}\n\n/**\n * A generic helper for allowing operators to be created with a Subscriber and\n * use closures to capture necessary state from the operator function itself.\n */\nexport class OperatorSubscriber extends Subscriber {\n /**\n * Creates an instance of an `OperatorSubscriber`.\n * @param destination The downstream subscriber.\n * @param onNext Handles next values, only called if this subscriber is not stopped or closed. Any\n * error that occurs in this function is caught and sent to the `error` method of this subscriber.\n * @param onError Handles errors from the subscription, any errors that occur in this handler are caught\n * and send to the `destination` error handler.\n * @param onComplete Handles completion notification from the subscription. Any errors that occur in\n * this handler are sent to the `destination` error handler.\n * @param onFinalize Additional finalization logic here. This will only be called on finalization if the\n * subscriber itself is not already closed. This is called after all other finalization logic is executed.\n * @param shouldUnsubscribe An optional check to see if an unsubscribe call should truly unsubscribe.\n * NOTE: This currently **ONLY** exists to support the strange behavior of {@link groupBy}, where unsubscription\n * to the resulting observable does not actually disconnect from the source if there are active subscriptions\n * to any grouped observable. (DO NOT EXPOSE OR USE EXTERNALLY!!!)\n */\n constructor(\n destination: Subscriber,\n onNext?: (value: T) => void,\n onComplete?: () => void,\n onError?: (err: any) => void,\n private onFinalize?: () => void,\n private shouldUnsubscribe?: () => boolean\n ) {\n // It's important - for performance reasons - that all of this class's\n // members are initialized and that they are always initialized in the same\n // order. This will ensure that all OperatorSubscriber instances have the\n // same hidden class in V8. This, in turn, will help keep the number of\n // hidden classes involved in property accesses within the base class as\n // low as possible. If the number of hidden classes involved exceeds four,\n // the property accesses will become megamorphic and performance penalties\n // will be incurred - i.e. inline caches won't be used.\n //\n // The reasons for ensuring all instances have the same hidden class are\n // further discussed in this blog post from Benedikt Meurer:\n // https://benediktmeurer.de/2018/03/23/impact-of-polymorphism-on-component-based-frameworks-like-react/\n super(destination);\n this._next = onNext\n ? function (this: OperatorSubscriber, value: T) {\n try {\n onNext(value);\n } catch (err) {\n destination.error(err);\n }\n }\n : super._next;\n this._error = onError\n ? function (this: OperatorSubscriber, err: any) {\n try {\n onError(err);\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._error;\n this._complete = onComplete\n ? function (this: OperatorSubscriber) {\n try {\n onComplete();\n } catch (err) {\n // Send any errors that occur down stream.\n destination.error(err);\n } finally {\n // Ensure finalization.\n this.unsubscribe();\n }\n }\n : super._complete;\n }\n\n unsubscribe() {\n if (!this.shouldUnsubscribe || this.shouldUnsubscribe()) {\n const { closed } = this;\n super.unsubscribe();\n // Execute additional teardown if we have any and we didn't already do so.\n !closed && this.onFinalize?.();\n }\n }\n}\n", "import { Subscription } from '../Subscription';\n\ninterface AnimationFrameProvider {\n schedule(callback: FrameRequestCallback): Subscription;\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n delegate:\n | {\n requestAnimationFrame: typeof requestAnimationFrame;\n cancelAnimationFrame: typeof cancelAnimationFrame;\n }\n | undefined;\n}\n\nexport const animationFrameProvider: AnimationFrameProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n schedule(callback) {\n let request = requestAnimationFrame;\n let cancel: typeof cancelAnimationFrame | undefined = cancelAnimationFrame;\n const { delegate } = animationFrameProvider;\n if (delegate) {\n request = delegate.requestAnimationFrame;\n cancel = delegate.cancelAnimationFrame;\n }\n const handle = request((timestamp) => {\n // Clear the cancel function. The request has been fulfilled, so\n // attempting to cancel the request upon unsubscription would be\n // pointless.\n cancel = undefined;\n callback(timestamp);\n });\n return new Subscription(() => cancel?.(handle));\n },\n requestAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.requestAnimationFrame || requestAnimationFrame)(...args);\n },\n cancelAnimationFrame(...args) {\n const { delegate } = animationFrameProvider;\n return (delegate?.cancelAnimationFrame || cancelAnimationFrame)(...args);\n },\n delegate: undefined,\n};\n", "import { createErrorClass } from './createErrorClass';\n\nexport interface ObjectUnsubscribedError extends Error {}\n\nexport interface ObjectUnsubscribedErrorCtor {\n /**\n * @deprecated Internal implementation detail. Do not construct error instances.\n * Cannot be tagged as internal: https://github.com/ReactiveX/rxjs/issues/6269\n */\n new (): ObjectUnsubscribedError;\n}\n\n/**\n * An error thrown when an action is invalid because the object has been\n * unsubscribed.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n *\n * @class ObjectUnsubscribedError\n */\nexport const ObjectUnsubscribedError: ObjectUnsubscribedErrorCtor = createErrorClass(\n (_super) =>\n function ObjectUnsubscribedErrorImpl(this: any) {\n _super(this);\n this.name = 'ObjectUnsubscribedError';\n this.message = 'object unsubscribed';\n }\n);\n", "import { Operator } from './Operator';\nimport { Observable } from './Observable';\nimport { Subscriber } from './Subscriber';\nimport { Subscription, EMPTY_SUBSCRIPTION } from './Subscription';\nimport { Observer, SubscriptionLike, TeardownLogic } from './types';\nimport { ObjectUnsubscribedError } from './util/ObjectUnsubscribedError';\nimport { arrRemove } from './util/arrRemove';\nimport { errorContext } from './util/errorContext';\n\n/**\n * A Subject is a special type of Observable that allows values to be\n * multicasted to many Observers. Subjects are like EventEmitters.\n *\n * Every Subject is an Observable and an Observer. You can subscribe to a\n * Subject, and you can call next to feed values as well as error and complete.\n */\nexport class Subject extends Observable implements SubscriptionLike {\n closed = false;\n\n private currentObservers: Observer[] | null = null;\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n observers: Observer[] = [];\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n isStopped = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n hasError = false;\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n thrownError: any = null;\n\n /**\n * Creates a \"subject\" by basically gluing an observer to an observable.\n *\n * @nocollapse\n * @deprecated Recommended you do not use. Will be removed at some point in the future. Plans for replacement still under discussion.\n */\n static create: (...args: any[]) => any = (destination: Observer, source: Observable): AnonymousSubject => {\n return new AnonymousSubject(destination, source);\n };\n\n constructor() {\n // NOTE: This must be here to obscure Observable's constructor.\n super();\n }\n\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n lift(operator: Operator): Observable {\n const subject = new AnonymousSubject(this, this);\n subject.operator = operator as any;\n return subject as any;\n }\n\n /** @internal */\n protected _throwIfClosed() {\n if (this.closed) {\n throw new ObjectUnsubscribedError();\n }\n }\n\n next(value: T) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n if (!this.currentObservers) {\n this.currentObservers = Array.from(this.observers);\n }\n for (const observer of this.currentObservers) {\n observer.next(value);\n }\n }\n });\n }\n\n error(err: any) {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.hasError = this.isStopped = true;\n this.thrownError = err;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.error(err);\n }\n }\n });\n }\n\n complete() {\n errorContext(() => {\n this._throwIfClosed();\n if (!this.isStopped) {\n this.isStopped = true;\n const { observers } = this;\n while (observers.length) {\n observers.shift()!.complete();\n }\n }\n });\n }\n\n unsubscribe() {\n this.isStopped = this.closed = true;\n this.observers = this.currentObservers = null!;\n }\n\n get observed() {\n return this.observers?.length > 0;\n }\n\n /** @internal */\n protected _trySubscribe(subscriber: Subscriber): TeardownLogic {\n this._throwIfClosed();\n return super._trySubscribe(subscriber);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n this._throwIfClosed();\n this._checkFinalizedStatuses(subscriber);\n return this._innerSubscribe(subscriber);\n }\n\n /** @internal */\n protected _innerSubscribe(subscriber: Subscriber) {\n const { hasError, isStopped, observers } = this;\n if (hasError || isStopped) {\n return EMPTY_SUBSCRIPTION;\n }\n this.currentObservers = null;\n observers.push(subscriber);\n return new Subscription(() => {\n this.currentObservers = null;\n arrRemove(observers, subscriber);\n });\n }\n\n /** @internal */\n protected _checkFinalizedStatuses(subscriber: Subscriber) {\n const { hasError, thrownError, isStopped } = this;\n if (hasError) {\n subscriber.error(thrownError);\n } else if (isStopped) {\n subscriber.complete();\n }\n }\n\n /**\n * Creates a new Observable with this Subject as the source. You can do this\n * to create custom Observer-side logic of the Subject and conceal it from\n * code that uses the Observable.\n * @return {Observable} Observable that the Subject casts to\n */\n asObservable(): Observable {\n const observable: any = new Observable();\n observable.source = this;\n return observable;\n }\n}\n\n/**\n * @class AnonymousSubject\n */\nexport class AnonymousSubject extends Subject {\n constructor(\n /** @deprecated Internal implementation detail, do not use directly. Will be made internal in v8. */\n public destination?: Observer,\n source?: Observable\n ) {\n super();\n this.source = source;\n }\n\n next(value: T) {\n this.destination?.next?.(value);\n }\n\n error(err: any) {\n this.destination?.error?.(err);\n }\n\n complete() {\n this.destination?.complete?.();\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n return this.source?.subscribe(subscriber) ?? EMPTY_SUBSCRIPTION;\n }\n}\n", "import { TimestampProvider } from '../types';\n\ninterface DateTimestampProvider extends TimestampProvider {\n delegate: TimestampProvider | undefined;\n}\n\nexport const dateTimestampProvider: DateTimestampProvider = {\n now() {\n // Use the variable rather than `this` so that the function can be called\n // without being bound to the provider.\n return (dateTimestampProvider.delegate || Date).now();\n },\n delegate: undefined,\n};\n", "import { Subject } from './Subject';\nimport { TimestampProvider } from './types';\nimport { Subscriber } from './Subscriber';\nimport { Subscription } from './Subscription';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * A variant of {@link Subject} that \"replays\" old values to new subscribers by emitting them when they first subscribe.\n *\n * `ReplaySubject` has an internal buffer that will store a specified number of values that it has observed. Like `Subject`,\n * `ReplaySubject` \"observes\" values by having them passed to its `next` method. When it observes a value, it will store that\n * value for a time determined by the configuration of the `ReplaySubject`, as passed to its constructor.\n *\n * When a new subscriber subscribes to the `ReplaySubject` instance, it will synchronously emit all values in its buffer in\n * a First-In-First-Out (FIFO) manner. The `ReplaySubject` will also complete, if it has observed completion; and it will\n * error if it has observed an error.\n *\n * There are two main configuration items to be concerned with:\n *\n * 1. `bufferSize` - This will determine how many items are stored in the buffer, defaults to infinite.\n * 2. `windowTime` - The amount of time to hold a value in the buffer before removing it from the buffer.\n *\n * Both configurations may exist simultaneously. So if you would like to buffer a maximum of 3 values, as long as the values\n * are less than 2 seconds old, you could do so with a `new ReplaySubject(3, 2000)`.\n *\n * ### Differences with BehaviorSubject\n *\n * `BehaviorSubject` is similar to `new ReplaySubject(1)`, with a couple of exceptions:\n *\n * 1. `BehaviorSubject` comes \"primed\" with a single value upon construction.\n * 2. `ReplaySubject` will replay values, even after observing an error, where `BehaviorSubject` will not.\n *\n * @see {@link Subject}\n * @see {@link BehaviorSubject}\n * @see {@link shareReplay}\n */\nexport class ReplaySubject extends Subject {\n private _buffer: (T | number)[] = [];\n private _infiniteTimeWindow = true;\n\n /**\n * @param bufferSize The size of the buffer to replay on subscription\n * @param windowTime The amount of time the buffered items will stay buffered\n * @param timestampProvider An object with a `now()` method that provides the current timestamp. This is used to\n * calculate the amount of time something has been buffered.\n */\n constructor(\n private _bufferSize = Infinity,\n private _windowTime = Infinity,\n private _timestampProvider: TimestampProvider = dateTimestampProvider\n ) {\n super();\n this._infiniteTimeWindow = _windowTime === Infinity;\n this._bufferSize = Math.max(1, _bufferSize);\n this._windowTime = Math.max(1, _windowTime);\n }\n\n next(value: T): void {\n const { isStopped, _buffer, _infiniteTimeWindow, _timestampProvider, _windowTime } = this;\n if (!isStopped) {\n _buffer.push(value);\n !_infiniteTimeWindow && _buffer.push(_timestampProvider.now() + _windowTime);\n }\n this._trimBuffer();\n super.next(value);\n }\n\n /** @internal */\n protected _subscribe(subscriber: Subscriber): Subscription {\n this._throwIfClosed();\n this._trimBuffer();\n\n const subscription = this._innerSubscribe(subscriber);\n\n const { _infiniteTimeWindow, _buffer } = this;\n // We use a copy here, so reentrant code does not mutate our array while we're\n // emitting it to a new subscriber.\n const copy = _buffer.slice();\n for (let i = 0; i < copy.length && !subscriber.closed; i += _infiniteTimeWindow ? 1 : 2) {\n subscriber.next(copy[i] as T);\n }\n\n this._checkFinalizedStatuses(subscriber);\n\n return subscription;\n }\n\n private _trimBuffer() {\n const { _bufferSize, _timestampProvider, _buffer, _infiniteTimeWindow } = this;\n // If we don't have an infinite buffer size, and we're over the length,\n // use splice to truncate the old buffer values off. Note that we have to\n // double the size for instances where we're not using an infinite time window\n // because we're storing the values and the timestamps in the same array.\n const adjustedBufferSize = (_infiniteTimeWindow ? 1 : 2) * _bufferSize;\n _bufferSize < Infinity && adjustedBufferSize < _buffer.length && _buffer.splice(0, _buffer.length - adjustedBufferSize);\n\n // Now, if we're not in an infinite time window, remove all values where the time is\n // older than what is allowed.\n if (!_infiniteTimeWindow) {\n const now = _timestampProvider.now();\n let last = 0;\n // Search the array for the first timestamp that isn't expired and\n // truncate the buffer up to that point.\n for (let i = 1; i < _buffer.length && (_buffer[i] as number) <= now; i += 2) {\n last = i;\n }\n last && _buffer.splice(0, last + 1);\n }\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Subscription } from '../Subscription';\nimport { SchedulerAction } from '../types';\n\n/**\n * A unit of work to be executed in a `scheduler`. An action is typically\n * created from within a {@link SchedulerLike} and an RxJS user does not need to concern\n * themselves about creating and manipulating an Action.\n *\n * ```ts\n * class Action extends Subscription {\n * new (scheduler: Scheduler, work: (state?: T) => void);\n * schedule(state?: T, delay: number = 0): Subscription;\n * }\n * ```\n *\n * @class Action\n */\nexport class Action extends Subscription {\n constructor(scheduler: Scheduler, work: (this: SchedulerAction, state?: T) => void) {\n super();\n }\n /**\n * Schedules this action on its parent {@link SchedulerLike} for execution. May be passed\n * some context object, `state`. May happen at some point in the future,\n * according to the `delay` parameter, if specified.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler.\n * @return {void}\n */\n public schedule(state?: T, delay: number = 0): Subscription {\n return this;\n }\n}\n", "import type { TimerHandle } from './timerHandle';\ntype SetIntervalFunction = (handler: () => void, timeout?: number, ...args: any[]) => TimerHandle;\ntype ClearIntervalFunction = (handle: TimerHandle) => void;\n\ninterface IntervalProvider {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n delegate:\n | {\n setInterval: SetIntervalFunction;\n clearInterval: ClearIntervalFunction;\n }\n | undefined;\n}\n\nexport const intervalProvider: IntervalProvider = {\n // When accessing the delegate, use the variable rather than `this` so that\n // the functions can be called without being bound to the provider.\n setInterval(handler: () => void, timeout?: number, ...args) {\n const { delegate } = intervalProvider;\n if (delegate?.setInterval) {\n return delegate.setInterval(handler, timeout, ...args);\n }\n return setInterval(handler, timeout, ...args);\n },\n clearInterval(handle) {\n const { delegate } = intervalProvider;\n return (delegate?.clearInterval || clearInterval)(handle as any);\n },\n delegate: undefined,\n};\n", "import { Action } from './Action';\nimport { SchedulerAction } from '../types';\nimport { Subscription } from '../Subscription';\nimport { AsyncScheduler } from './AsyncScheduler';\nimport { intervalProvider } from './intervalProvider';\nimport { arrRemove } from '../util/arrRemove';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncAction extends Action {\n public id: TimerHandle | undefined;\n public state?: T;\n // @ts-ignore: Property has no initializer and is not definitely assigned\n public delay: number;\n protected pending: boolean = false;\n\n constructor(protected scheduler: AsyncScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n public schedule(state?: T, delay: number = 0): Subscription {\n if (this.closed) {\n return this;\n }\n\n // Always replace the current state with the new state.\n this.state = state;\n\n const id = this.id;\n const scheduler = this.scheduler;\n\n //\n // Important implementation note:\n //\n // Actions only execute once by default, unless rescheduled from within the\n // scheduled callback. This allows us to implement single and repeat\n // actions via the same code path, without adding API surface area, as well\n // as mimic traditional recursion but across asynchronous boundaries.\n //\n // However, JS runtimes and timers distinguish between intervals achieved by\n // serial `setTimeout` calls vs. a single `setInterval` call. An interval of\n // serial `setTimeout` calls can be individually delayed, which delays\n // scheduling the next `setTimeout`, and so on. `setInterval` attempts to\n // guarantee the interval callback will be invoked more precisely to the\n // interval period, regardless of load.\n //\n // Therefore, we use `setInterval` to schedule single and repeat actions.\n // If the action reschedules itself with the same delay, the interval is not\n // canceled. If the action doesn't reschedule, or reschedules with a\n // different delay, the interval will be canceled after scheduled callback\n // execution.\n //\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, delay);\n }\n\n // Set the pending flag indicating that this action has been scheduled, or\n // has recursively rescheduled itself.\n this.pending = true;\n\n this.delay = delay;\n // If this action has already an async Id, don't request a new one.\n this.id = this.id ?? this.requestAsyncId(scheduler, this.id, delay);\n\n return this;\n }\n\n protected requestAsyncId(scheduler: AsyncScheduler, _id?: TimerHandle, delay: number = 0): TimerHandle {\n return intervalProvider.setInterval(scheduler.flush.bind(scheduler, this), delay);\n }\n\n protected recycleAsyncId(_scheduler: AsyncScheduler, id?: TimerHandle, delay: number | null = 0): TimerHandle | undefined {\n // If this action is rescheduled with the same delay time, don't clear the interval id.\n if (delay != null && this.delay === delay && this.pending === false) {\n return id;\n }\n // Otherwise, if the action's delay time is different from the current delay,\n // or the action has been rescheduled before it's executed, clear the interval id\n if (id != null) {\n intervalProvider.clearInterval(id);\n }\n\n return undefined;\n }\n\n /**\n * Immediately executes this action and the `work` it contains.\n * @return {any}\n */\n public execute(state: T, delay: number): any {\n if (this.closed) {\n return new Error('executing a cancelled action');\n }\n\n this.pending = false;\n const error = this._execute(state, delay);\n if (error) {\n return error;\n } else if (this.pending === false && this.id != null) {\n // Dequeue if the action didn't reschedule itself. Don't call\n // unsubscribe(), because the action could reschedule later.\n // For example:\n // ```\n // scheduler.schedule(function doWork(counter) {\n // /* ... I'm a busy worker bee ... */\n // var originalAction = this;\n // /* wait 100ms before rescheduling the action */\n // setTimeout(function () {\n // originalAction.schedule(counter + 1);\n // }, 100);\n // }, 1000);\n // ```\n this.id = this.recycleAsyncId(this.scheduler, this.id, null);\n }\n }\n\n protected _execute(state: T, _delay: number): any {\n let errored: boolean = false;\n let errorValue: any;\n try {\n this.work(state);\n } catch (e) {\n errored = true;\n // HACK: Since code elsewhere is relying on the \"truthiness\" of the\n // return here, we can't have it return \"\" or 0 or false.\n // TODO: Clean this up when we refactor schedulers mid-version-8 or so.\n errorValue = e ? e : new Error('Scheduled action threw falsy error');\n }\n if (errored) {\n this.unsubscribe();\n return errorValue;\n }\n }\n\n unsubscribe() {\n if (!this.closed) {\n const { id, scheduler } = this;\n const { actions } = scheduler;\n\n this.work = this.state = this.scheduler = null!;\n this.pending = false;\n\n arrRemove(actions, this);\n if (id != null) {\n this.id = this.recycleAsyncId(scheduler, id, null);\n }\n\n this.delay = null!;\n super.unsubscribe();\n }\n }\n}\n", "import { Action } from './scheduler/Action';\nimport { Subscription } from './Subscription';\nimport { SchedulerLike, SchedulerAction } from './types';\nimport { dateTimestampProvider } from './scheduler/dateTimestampProvider';\n\n/**\n * An execution context and a data structure to order tasks and schedule their\n * execution. Provides a notion of (potentially virtual) time, through the\n * `now()` getter method.\n *\n * Each unit of work in a Scheduler is called an `Action`.\n *\n * ```ts\n * class Scheduler {\n * now(): number;\n * schedule(work, delay?, state?): Subscription;\n * }\n * ```\n *\n * @class Scheduler\n * @deprecated Scheduler is an internal implementation detail of RxJS, and\n * should not be used directly. Rather, create your own class and implement\n * {@link SchedulerLike}. Will be made internal in v8.\n */\nexport class Scheduler implements SchedulerLike {\n public static now: () => number = dateTimestampProvider.now;\n\n constructor(private schedulerActionCtor: typeof Action, now: () => number = Scheduler.now) {\n this.now = now;\n }\n\n /**\n * A getter method that returns a number representing the current time\n * (at the time this function was called) according to the scheduler's own\n * internal clock.\n * @return {number} A number that represents the current time. May or may not\n * have a relation to wall-clock time. May or may not refer to a time unit\n * (e.g. milliseconds).\n */\n public now: () => number;\n\n /**\n * Schedules a function, `work`, for execution. May happen at some point in\n * the future, according to the `delay` parameter, if specified. May be passed\n * some context object, `state`, which will be passed to the `work` function.\n *\n * The given arguments will be processed an stored as an Action object in a\n * queue of actions.\n *\n * @param {function(state: ?T): ?Subscription} work A function representing a\n * task, or some unit of work to be executed by the Scheduler.\n * @param {number} [delay] Time to wait before executing the work, where the\n * time unit is implicit and defined by the Scheduler itself.\n * @param {T} [state] Some contextual data that the `work` function uses when\n * called by the Scheduler.\n * @return {Subscription} A subscription in order to be able to unsubscribe\n * the scheduled work.\n */\n public schedule(work: (this: SchedulerAction, state?: T) => void, delay: number = 0, state?: T): Subscription {\n return new this.schedulerActionCtor(this, work).schedule(state, delay);\n }\n}\n", "import { Scheduler } from '../Scheduler';\nimport { Action } from './Action';\nimport { AsyncAction } from './AsyncAction';\nimport { TimerHandle } from './timerHandle';\n\nexport class AsyncScheduler extends Scheduler {\n public actions: Array> = [];\n /**\n * A flag to indicate whether the Scheduler is currently executing a batch of\n * queued actions.\n * @type {boolean}\n * @internal\n */\n public _active: boolean = false;\n /**\n * An internal ID used to track the latest asynchronous task such as those\n * coming from `setTimeout`, `setInterval`, `requestAnimationFrame`, and\n * others.\n * @type {any}\n * @internal\n */\n public _scheduled: TimerHandle | undefined;\n\n constructor(SchedulerAction: typeof Action, now: () => number = Scheduler.now) {\n super(SchedulerAction, now);\n }\n\n public flush(action: AsyncAction): void {\n const { actions } = this;\n\n if (this._active) {\n actions.push(action);\n return;\n }\n\n let error: any;\n this._active = true;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions.shift()!)); // exhaust the scheduler queue\n\n this._active = false;\n\n if (error) {\n while ((action = actions.shift()!)) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\n/**\n *\n * Async Scheduler\n *\n * Schedule task as if you used setTimeout(task, duration)\n *\n * `async` scheduler schedules tasks asynchronously, by putting them on the JavaScript\n * event loop queue. It is best used to delay tasks in time or to schedule tasks repeating\n * in intervals.\n *\n * If you just want to \"defer\" task, that is to perform it right after currently\n * executing synchronous code ends (commonly achieved by `setTimeout(deferredTask, 0)`),\n * better choice will be the {@link asapScheduler} scheduler.\n *\n * ## Examples\n * Use async scheduler to delay task\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * const task = () => console.log('it works!');\n *\n * asyncScheduler.schedule(task, 2000);\n *\n * // After 2 seconds logs:\n * // \"it works!\"\n * ```\n *\n * Use async scheduler to repeat task in intervals\n * ```ts\n * import { asyncScheduler } from 'rxjs';\n *\n * function task(state) {\n * console.log(state);\n * this.schedule(state + 1, 1000); // `this` references currently executing Action,\n * // which we reschedule with new state and delay\n * }\n *\n * asyncScheduler.schedule(task, 3000, 0);\n *\n * // Logs:\n * // 0 after 3s\n * // 1 after 4s\n * // 2 after 5s\n * // 3 after 6s\n * ```\n */\n\nexport const asyncScheduler = new AsyncScheduler(AsyncAction);\n\n/**\n * @deprecated Renamed to {@link asyncScheduler}. Will be removed in v8.\n */\nexport const async = asyncScheduler;\n", "import { AsyncAction } from './AsyncAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\nimport { SchedulerAction } from '../types';\nimport { animationFrameProvider } from './animationFrameProvider';\nimport { TimerHandle } from './timerHandle';\n\nexport class AnimationFrameAction extends AsyncAction {\n constructor(protected scheduler: AnimationFrameScheduler, protected work: (this: SchedulerAction, state?: T) => void) {\n super(scheduler, work);\n }\n\n protected requestAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle {\n // If delay is greater than 0, request as an async action.\n if (delay !== null && delay > 0) {\n return super.requestAsyncId(scheduler, id, delay);\n }\n // Push the action to the end of the scheduler queue.\n scheduler.actions.push(this);\n // If an animation frame has already been requested, don't request another\n // one. If an animation frame hasn't been requested yet, request one. Return\n // the current animation frame request id.\n return scheduler._scheduled || (scheduler._scheduled = animationFrameProvider.requestAnimationFrame(() => scheduler.flush(undefined)));\n }\n\n protected recycleAsyncId(scheduler: AnimationFrameScheduler, id?: TimerHandle, delay: number = 0): TimerHandle | undefined {\n // If delay exists and is greater than 0, or if the delay is null (the\n // action wasn't rescheduled) but was originally scheduled as an async\n // action, then recycle as an async action.\n if (delay != null ? delay > 0 : this.delay > 0) {\n return super.recycleAsyncId(scheduler, id, delay);\n }\n // If the scheduler queue has no remaining actions with the same async id,\n // cancel the requested animation frame and set the scheduled flag to\n // undefined so the next AnimationFrameAction will request its own.\n const { actions } = scheduler;\n if (id != null && actions[actions.length - 1]?.id !== id) {\n animationFrameProvider.cancelAnimationFrame(id as number);\n scheduler._scheduled = undefined;\n }\n // Return undefined so the action knows to request a new async id if it's rescheduled.\n return undefined;\n }\n}\n", "import { AsyncAction } from './AsyncAction';\nimport { AsyncScheduler } from './AsyncScheduler';\n\nexport class AnimationFrameScheduler extends AsyncScheduler {\n public flush(action?: AsyncAction): void {\n this._active = true;\n // The async id that effects a call to flush is stored in _scheduled.\n // Before executing an action, it's necessary to check the action's async\n // id to determine whether it's supposed to be executed in the current\n // flush.\n // Previous implementations of this method used a count to determine this,\n // but that was unsound, as actions that are unsubscribed - i.e. cancelled -\n // are removed from the actions array and that can shift actions that are\n // scheduled to be executed in a subsequent flush into positions at which\n // they are executed within the current flush.\n const flushId = this._scheduled;\n this._scheduled = undefined;\n\n const { actions } = this;\n let error: any;\n action = action || actions.shift()!;\n\n do {\n if ((error = action.execute(action.state, action.delay))) {\n break;\n }\n } while ((action = actions[0]) && action.id === flushId && actions.shift());\n\n this._active = false;\n\n if (error) {\n while ((action = actions[0]) && action.id === flushId && actions.shift()) {\n action.unsubscribe();\n }\n throw error;\n }\n }\n}\n", "import { AnimationFrameAction } from './AnimationFrameAction';\nimport { AnimationFrameScheduler } from './AnimationFrameScheduler';\n\n/**\n *\n * Animation Frame Scheduler\n *\n * Perform task when `window.requestAnimationFrame` would fire\n *\n * When `animationFrame` scheduler is used with delay, it will fall back to {@link asyncScheduler} scheduler\n * behaviour.\n *\n * Without delay, `animationFrame` scheduler can be used to create smooth browser animations.\n * It makes sure scheduled task will happen just before next browser content repaint,\n * thus performing animations as efficiently as possible.\n *\n * ## Example\n * Schedule div height animation\n * ```ts\n * // html: