diff options
author | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-05 23:33:10 +0000 |
---|---|---|
committer | nextcloud-command <nextcloud-command@users.noreply.github.com> | 2024-09-05 23:33:10 +0000 |
commit | 7594c798342f3a4db298ad960ec97351ac451917 (patch) | |
tree | 5fbc3103651eeac967e233e63fb76d7e6977f396 /dist | |
parent | d43ec7d966a1d5a203160bad0ccafd0545086b28 (diff) | |
download | nextcloud-server-7594c798342f3a4db298ad960ec97351ac451917.tar.gz nextcloud-server-7594c798342f3a4db298ad960ec97351ac451917.zip |
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Diffstat (limited to 'dist')
-rw-r--r-- | dist/core-public.js | 2 | ||||
-rw-r--r-- | dist/core-public.js.license | 8 | ||||
-rw-r--r-- | dist/core-public.js.map | 1 | ||||
l--------- | dist/core-public.js.map.license | 1 |
4 files changed, 12 insertions, 0 deletions
diff --git a/dist/core-public.js b/dist/core-public.js new file mode 100644 index 00000000000..27d4cef4fe4 --- /dev/null +++ b/dist/core-public.js @@ -0,0 +1,2 @@ +(()=>{"use strict";const e=document.body,t=document.querySelector("footer");let o=t?.offsetHeight;t&&new ResizeObserver((t=>{for(const r of t){const t=r.contentRect.height;if(t===o)return;o=t,e.style.setProperty("--footer-height",`${t}px`)}})).observe(t,{box:"border-box"})})(); +//# sourceMappingURL=core-public.js.map?v=1e9c4c24dedb41c45e0c
\ No newline at end of file diff --git a/dist/core-public.js.license b/dist/core-public.js.license new file mode 100644 index 00000000000..02786e352d1 --- /dev/null +++ b/dist/core-public.js.license @@ -0,0 +1,8 @@ +SPDX-License-Identifier: AGPL-3.0-or-later +SPDX-FileCopyrightText: Nextcloud GmbH and Nextcloud contributors + + +This file is generated from multiple sources. Included packages: +- nextcloud + - version: 1.0.0 + - license: AGPL-3.0-or-later diff --git a/dist/core-public.js.map b/dist/core-public.js.map new file mode 100644 index 00000000000..6c8f0a8bdfa --- /dev/null +++ b/dist/core-public.js.map @@ -0,0 +1 @@ +{"version":3,"file":"core-public.js?v=1e9c4c24dedb41c45e0c","mappings":"mBAKA,MAAMA,EAAOC,SAASD,KAChBE,EAASD,SAASE,cAAc,UACtC,IAAIC,EAAaF,GAAQG,aAWrBH,GACA,IAAII,gBAXUC,IACd,IAAK,MAAMC,KAASD,EAAS,CACzB,MAAME,EAASD,EAAME,YAAYD,OACjC,GAAIA,IAAWL,EACX,OAEJA,EAAaK,EACbT,EAAKW,MAAMC,YAAY,kBAAmB,GAAGH,MACjD,KAIKI,QAAQX,EAAQ,CACjBY,IAAK,c","sources":["webpack:///nextcloud/core/src/public.ts"],"sourcesContent":["\"use strict\";\n/**\n * SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors\n * SPDX-License-Identifier: AGPL-3.0-or-later\n */\nconst body = document.body;\nconst footer = document.querySelector('footer');\nlet prevHeight = footer?.offsetHeight;\nconst onResize = (entries) => {\n for (const entry of entries) {\n const height = entry.contentRect.height;\n if (height === prevHeight) {\n return;\n }\n prevHeight = height;\n body.style.setProperty('--footer-height', `${height}px`);\n }\n};\nif (footer) {\n new ResizeObserver(onResize)\n .observe(footer, {\n box: 'border-box', // <footer> is border-box\n });\n}\n"],"names":["body","document","footer","querySelector","prevHeight","offsetHeight","ResizeObserver","entries","entry","height","contentRect","style","setProperty","observe","box"],"sourceRoot":""}
\ No newline at end of file diff --git a/dist/core-public.js.map.license b/dist/core-public.js.map.license new file mode 120000 index 00000000000..ae08ffbd235 --- /dev/null +++ b/dist/core-public.js.map.license @@ -0,0 +1 @@ +core-public.js.license
\ No newline at end of file |