summaryrefslogtreecommitdiff
path: root/assets/outbox/Release v0.54.0 · hyprwm_Hyprland_files/99291-ef227718ed886fe7.js
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-03-07 11:28:56 -0600
committerCraig Jennings <c@cjennings.net>2026-03-07 11:28:56 -0600
commit60943e96a6a6a9fe6e8d368f9db2bf9aedf1a6bc (patch)
tree5a49bdd265eb5a8f2803d016ddcfafbc99e0c5e3 /assets/outbox/Release v0.54.0 · hyprwm_Hyprland_files/99291-ef227718ed886fe7.js
parent3285f944b32f4b362abb00630daa86078b99dc9d (diff)
chore: update calibre, mimeapps, authinfo, add outbox items
Calibre window geometry and scheduler updates. Add Signal URI handlers. Move processed inbox items to outbox.
Diffstat (limited to 'assets/outbox/Release v0.54.0 · hyprwm_Hyprland_files/99291-ef227718ed886fe7.js')
-rw-r--r--assets/outbox/Release v0.54.0 · hyprwm_Hyprland_files/99291-ef227718ed886fe7.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/outbox/Release v0.54.0 · hyprwm_Hyprland_files/99291-ef227718ed886fe7.js b/assets/outbox/Release v0.54.0 · hyprwm_Hyprland_files/99291-ef227718ed886fe7.js
new file mode 100644
index 0000000..17f1560
--- /dev/null
+++ b/assets/outbox/Release v0.54.0 · hyprwm_Hyprland_files/99291-ef227718ed886fe7.js
@@ -0,0 +1,3 @@
+performance.mark("js-parse-end:99291-ef227718ed886fe7.js");
+"use strict";(globalThis.webpackChunk_github_ui_github_ui=globalThis.webpackChunk_github_ui_github_ui||[]).push([["99291"],{91707(t,e,i){i.r(e),i.d(e,{Attachment:()=>n,default:()=>m});class n{constructor(t,e){this.file=t,this.directory=e,this.state="pending",this.id=null,this.href=null,this.name=null,this.percent=0}static traverse(t,e){var i,a;return i=t,e&&(a=i).items&&Array.from(a.items).some(t=>{let e=t.webkitGetAsEntry&&t.webkitGetAsEntry();return e&&e.isDirectory})?s("",Array.from(i.items).map(t=>t.webkitGetAsEntry()).filter(t=>null!=t)):Promise.resolve(r(Array.from(i.files||[])).map(t=>new n(t)))}static from(t){let e=[];for(let i of t)if(i instanceof File)e.push(new n(i));else if(i instanceof n)e.push(i);else throw Error("Unexpected type");return e}get fullPath(){return this.directory?`${this.directory}/${this.file.name}`:this.file.name}isImage(){return["image/gif","image/png","image/jpg","image/jpeg","image/svg+xml"].indexOf(this.file.type)>-1}isVideo(){return["video/mp4","video/quicktime"].indexOf(this.file.type)>-1}saving(t){if("pending"!==this.state&&"saving"!==this.state)throw Error(`Unexpected transition from ${this.state} to saving`);this.state="saving",this.percent=t}saved(t){var e,i,n;if("pending"!==this.state&&"saving"!==this.state)throw Error(`Unexpected transition from ${this.state} to saved`);this.state="saved",this.id=null!=(e=null==t?void 0:t.id)?e:null,this.href=null!=(i=null==t?void 0:t.href)?i:null,this.name=null!=(n=null==t?void 0:t.name)?n:null}isPending(){return"pending"===this.state}isSaving(){return"saving"===this.state}isSaved(){return"saved"===this.state}}function r(t){return Array.from(t).filter(t=>!t.name.startsWith("."))}async function s(t,e){let i=[];for(let a of r(e))if(a.isDirectory)i.push(...await s(a.fullPath,await function(t){return new Promise(function(e,i){let n=[],r=t.createReader(),s=()=>{r.readEntries(t=>{t.length>0?(n.push(...t),s()):e(n)},i)};s()})}(a)));else{let e=await function(t){return new Promise(function(e,i){t.file(e,i)})}(a);i.push(new n(e,t))}return i}class a extends HTMLElement{connectedCallback(){this.addEventListener("dragenter",u),this.addEventListener("dragover",u),this.addEventListener("dragleave",c),this.addEventListener("drop",d),this.addEventListener("paste",f),this.addEventListener("change",p)}disconnectedCallback(){this.removeEventListener("dragenter",u),this.removeEventListener("dragover",u),this.removeEventListener("dragleave",c),this.removeEventListener("drop",d),this.removeEventListener("paste",f),this.removeEventListener("change",p)}get directory(){return this.hasAttribute("directory")}set directory(t){t?this.setAttribute("directory",""):this.removeAttribute("directory")}async attach(t){let e=t instanceof DataTransfer?await n.traverse(t,this.directory):n.from(t);this.dispatchEvent(new CustomEvent("file-attachment-accept",{bubbles:!0,cancelable:!0,detail:{attachments:e}}))&&e.length&&this.dispatchEvent(new CustomEvent("file-attachment-accepted",{bubbles:!0,detail:{attachments:e}}))}}function o(t){return Array.from(t.types).indexOf("Files")>=0}let l=null;function u(t){let e=t.currentTarget;l&&clearTimeout(l),l=window.setTimeout(()=>e.removeAttribute("hover"),200);let i=t.dataTransfer;i&&o(i)&&(i.dropEffect="copy",e.setAttribute("hover",""),t.preventDefault())}function c(t){t.dataTransfer&&(t.dataTransfer.dropEffect="none"),t.currentTarget.removeAttribute("hover"),t.stopPropagation(),t.preventDefault()}function d(t){let e=t.currentTarget;if(!(e instanceof a))return;e.removeAttribute("hover");let i=t.dataTransfer;i&&o(i)&&(e.attach(i),t.stopPropagation(),t.preventDefault())}let h=/^image\/(gif|png|jpeg)$/;function f(t){if(!t.clipboardData||!t.clipboardData.items)return;let e=t.currentTarget;if(!(e instanceof a))return;let i=function(t){for(let e of t)if("file"===e.kind&&h.test(e.type))return e.getAsFile();return null}(t.clipboardData.items);i&&(e.attach([i]),t.preventDefault())}function p(t){let e=t.currentTarget;if(!(e instanceof a))return;let i=t.target;if(!(i instanceof HTMLInputElement))return;let n=e.getAttribute("input");if(n&&i.id!==n)return;let r=i.files;r&&0!==r.length&&(e.attach(r),i.value="")}window.customElements.get("file-attachment")||(window.FileAttachmentElement=a,window.customElements.define("file-attachment",a));let m=a},13937(t,e,i){let n;i.d(e,{Ax:()=>u,JW:()=>c,ZV:()=>l});class r extends Error{constructor(t,e){super(t),this.response=e}}function s(){let t,e;return[new Promise(function(i,n){t=i,e=n}),t,e]}let a=[],o=[];function l(t){a.push(t)}function u(t){o.push(t)}function c(t,e){!n&&(n=new Map,"u">typeof document&&document.addEventListener("submit",d));let i=n.get(t)||[];n.set(t,[...i,e])}function d(t){if(!(t.target instanceof HTMLFormElement)||t.defaultPrevented)return;let e=t.target,i=function(t){let e=[],i=e=>"object"==typeof e?e===t:"string"==typeof e&&t.matches(e);for(let t of n.keys())if(i(t)){let i=n.get(t)||[];e.push(...i)}return e}(e);if(0===i.length)return;let r=function(t,e){let i={method:e?.formMethod||t.method||"GET",url:t.action,headers:new Headers({"X-Requested-With":"XMLHttpRequest"}),body:null};if("GET"===i.method.toUpperCase()){let e=function(t){let e=new URLSearchParams;for(let[i,n]of[...new FormData(t).entries()])e.append(i,n.toString());return e.toString()}(t);e&&(i.url+=(~i.url.indexOf("?")?"&":"?")+e)}else i.body=new FormData(t);return i}(e,t instanceof SubmitEvent?t.submitter:null),[l,u,c]=s();t.preventDefault(),h(i,e,r,l).then(async t=>{if(t){for(let t of o)await t(e);f(r).then(u,c).catch(()=>{}).then(()=>{for(let t of a)t(e)})}else e.submit()},t=>{e.submit(),setTimeout(()=>{throw t})})}async function h(t,e,i,n){let r=!1;for(let a of t){let[t,o]=s(),l=()=>(r=!0,o(),n),u={text:l,json:()=>(i.headers.set("Accept","application/json"),l()),html:()=>(i.headers.set("Accept","text/html"),l())};await Promise.race([t,a(e,u,i)])}return r}async function f(t){let e=await window.fetch(t.url,{method:t.method,body:null!==t.body?t.body:void 0,headers:t.headers,credentials:"same-origin"}),i={url:e.url,status:e.status,statusText:e.statusText,headers:e.headers,text:"",get json(){let t=JSON.parse(this.text);return delete this.json,this.json=t,this.json},get html(){var n,s;let t;return delete this.html,this.html=(n=document,s=this.text,(t=n.createElement("template")).innerHTML=s,n.importNode(t.content,!0)),this.html}};if(i.text=await e.text(),e.ok)return i;throw new r("request failed",i)}},35908(t,e,i){i.d(e,{A:()=>n});class n{constructor(t,e,{tabInsertsSuggestions:i,firstOptionSelectionMode:n,scrollIntoViewOptions:r}={}){this.input=t,this.list=e,this.tabInsertsSuggestions=null==i||i,this.firstOptionSelectionMode=null!=n?n:"none",this.scrollIntoViewOptions=null!=r?r:{block:"nearest",inline:"nearest"},this.isComposing=!1,e.id||(e.id=`combobox-${Math.random().toString().slice(2,6)}`),this.ctrlBindings=!!navigator.userAgent.match(/Macintosh/),this.keyboardEventHandler=t=>(function(t,e){if(!t.shiftKey&&!t.metaKey&&!t.altKey&&(e.ctrlBindings||!t.ctrlKey)&&!e.isComposing)switch(t.key){case"Enter":s(e.input,e.list)&&t.preventDefault();break;case"Tab":e.tabInsertsSuggestions&&s(e.input,e.list)&&t.preventDefault();break;case"Escape":e.clearSelection();break;case"ArrowDown":e.navigate(1),t.preventDefault();break;case"ArrowUp":e.navigate(-1),t.preventDefault();break;case"n":e.ctrlBindings&&t.ctrlKey&&(e.navigate(1),t.preventDefault());break;case"p":e.ctrlBindings&&t.ctrlKey&&(e.navigate(-1),t.preventDefault());break;default:if(t.ctrlKey)break;e.resetSelection()}})(t,this),this.compositionEventHandler=t=>{var e,i;return e=t,i=this,void(i.isComposing="compositionstart"===e.type,document.getElementById(i.input.getAttribute("aria-controls")||"")&&i.clearSelection())},this.inputHandler=this.clearSelection.bind(this),t.setAttribute("role","combobox"),t.setAttribute("aria-controls",e.id),t.setAttribute("aria-expanded","false"),t.setAttribute("aria-autocomplete","list"),t.setAttribute("aria-haspopup","listbox")}destroy(){this.clearSelection(),this.stop(),this.input.removeAttribute("role"),this.input.removeAttribute("aria-controls"),this.input.removeAttribute("aria-expanded"),this.input.removeAttribute("aria-autocomplete"),this.input.removeAttribute("aria-haspopup")}start(){this.input.setAttribute("aria-expanded","true"),this.input.addEventListener("compositionstart",this.compositionEventHandler),this.input.addEventListener("compositionend",this.compositionEventHandler),this.input.addEventListener("input",this.inputHandler),this.input.addEventListener("keydown",this.keyboardEventHandler),this.list.addEventListener("click",r),this.resetSelection()}stop(){this.clearSelection(),this.input.setAttribute("aria-expanded","false"),this.input.removeEventListener("compositionstart",this.compositionEventHandler),this.input.removeEventListener("compositionend",this.compositionEventHandler),this.input.removeEventListener("input",this.inputHandler),this.input.removeEventListener("keydown",this.keyboardEventHandler),this.list.removeEventListener("click",r)}indicateDefaultOption(){var t;"active"===this.firstOptionSelectionMode?null==(t=Array.from(this.list.querySelectorAll('[role="option"]:not([aria-disabled="true"])')).filter(a)[0])||t.setAttribute("data-combobox-option-default","true"):"selected"===this.firstOptionSelectionMode&&this.navigate(1)}navigate(t=1){let e=Array.from(this.list.querySelectorAll('[aria-selected="true"]')).filter(a)[0],i=Array.from(this.list.querySelectorAll('[role="option"]')).filter(a),n=i.indexOf(e);if(n===i.length-1&&1===t||0===n&&-1===t){this.clearSelection(),this.input.focus();return}let r=1===t?0:i.length-1;if(e&&n>=0){let e=n+t;e>=0&&e<i.length&&(r=e)}let s=i[r];if(s)for(let t of i)t.removeAttribute("data-combobox-option-default"),s===t?(this.input.setAttribute("aria-activedescendant",s.id),s.setAttribute("aria-selected","true"),s.dispatchEvent(new Event("combobox-select",{bubbles:!0})),s.scrollIntoView(this.scrollIntoViewOptions)):t.removeAttribute("aria-selected")}clearSelection(){for(let t of(this.input.removeAttribute("aria-activedescendant"),this.list.querySelectorAll('[aria-selected="true"], [data-combobox-option-default="true"]')))t.removeAttribute("aria-selected"),t.removeAttribute("data-combobox-option-default")}resetSelection(){this.clearSelection(),this.indicateDefaultOption()}}function r(t){var e,i;if(!(t.target instanceof Element))return;let n=t.target.closest('[role="option"]');n&&"true"!==n.getAttribute("aria-disabled")&&(e=n,i={event:t},e.dispatchEvent(new CustomEvent("combobox-commit",{bubbles:!0,detail:i})))}function s(t,e){let i=e.querySelector('[aria-selected="true"], [data-combobox-option-default="true"]');return!!i&&("true"===i.getAttribute("aria-disabled")||(i.click(),!0))}function a(t){return!t.hidden&&!(t instanceof HTMLInputElement&&"hidden"===t.type)&&(t.offsetWidth>0||t.offsetHeight>0)}}}]);
+//# sourceMappingURL=99291-ef227718ed886fe7-1efc3f3dbc0b10f3.js.map \ No newline at end of file