plum-e2e 2.6.7 → 2.6.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.env +5 -0
- package/backend/config/scripts/generate-report.js +8 -0
- package/backend/lib/runnerProcess.js +29 -15
- package/backend/logs/runner-cmqneqerz0000qq01i5ap2rvl.log +4 -0
- package/backend/logs/runner-cmqnfv7kr0000r101aeocm8eu.log +4 -0
- package/backend/logs/runner-cmqnfvb560001r101qoi0phau.log +4 -0
- package/backend/logs/runner-cmqnfvlm20002r101gsyqb837.log +4 -0
- package/backend/logs/runner-cmqnfvqfy0003r101fh41pzx3.log +4 -0
- package/backend/logs/runner-cmqnfvvwo0004r101q4dtqxd2.log +4 -0
- package/backend/logs/runner-cmr8o2x3n0000mg01410tpuck.log +4 -0
- package/backend/logs/runner-cmr90hvcx0000n2016edtmrtv.log +4 -0
- package/backend/logs/runner-cmr90i7h20001n201g2wg6v3n.log +4 -0
- package/backend/logs/runner-cmr90iilm0002n201mmisva95.log +4 -0
- package/backend/logs/runner-cmr90j70r0003n201xz8525dz.log +4 -0
- package/backend/logs/runner-cmr90yup70000qp017ianc2gp.log +4 -0
- package/backend/logs/runner-cmr90zbtm0001qp01u9tfdkh1.log +4 -0
- package/backend/logs/runner-cmr91a3mw0000tb01414rd1df.log +4 -0
- package/backend/logs/runner-cmr91dhla0001tb01jp7thjnl.log +4 -0
- package/backend/logs/runner-cmrkk6fcl0000qj012kve79f4.log +4 -0
- package/backend/logs/runner-cmrkl8sym0000qy01euz4270n.log +4 -0
- package/backend/logs/runner-cmrkl9oyx0001qy0137nzr94d.log +4 -0
- package/bin/plum.js +13 -0
- package/bin/postinstall.js +46 -0
- package/frontend/.svelte-kit/adapter-node/.vite/manifest.json +95 -39
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/BackLink.CvWWuO3h.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Badge.D1SV0Gv7.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +23 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/EmptyState.DUDM4P19.css +23 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/{ConfirmModal.CdhOYVBb.css → Modal.BuaCfdLj.css} +6 -1
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Pagination.DZmi2Po-.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/Toast.DENwYn3g.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_layout.BuhMvMUj.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.0Eln51hV.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.5IJAEAjc.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BR3wgXcZ.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BWAH0Beh.css +23 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BZfe6nWe.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.Bj_a_5lv.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BwgOqeMo.css +23 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CBHi6pzT.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CFnbmY-D.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.CrXpMrqh.css +5 -0
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page._h2o67kg.css +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/BackLink.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/Badge.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/ConfirmModal.js +12 -20
- package/frontend/.svelte-kit/adapter-node/chunks/EmptyState.js +29 -7
- package/frontend/.svelte-kit/adapter-node/chunks/Modal.js +43 -0
- package/frontend/.svelte-kit/adapter-node/chunks/Toast.js +17 -1
- package/frontend/.svelte-kit/adapter-node/chunks/attributes.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/auth.js +5 -0
- package/frontend/.svelte-kit/adapter-node/{_app/immutable/assets/EmptyState.BdO1q9cJ.css → chunks/auth2.js} +13 -1
- package/frontend/.svelte-kit/adapter-node/chunks/client.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/common.js +56 -0
- package/frontend/.svelte-kit/adapter-node/chunks/constants.js +9 -2
- package/frontend/.svelte-kit/adapter-node/chunks/escaping.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/exports.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/format.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/index-server.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/index.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/index2.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/internal.js +7 -2
- package/frontend/.svelte-kit/adapter-node/chunks/reports.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/reports2.js +109 -0
- package/frontend/.svelte-kit/adapter-node/chunks/repository.js +111 -0
- package/frontend/.svelte-kit/adapter-node/chunks/runner.js +12 -0
- package/frontend/.svelte-kit/adapter-node/chunks/stores.js +5 -0
- package/frontend/.svelte-kit/adapter-node/chunks/theme.js +5 -0
- package/frontend/.svelte-kit/adapter-node/entries/fallbacks/error.svelte.js +5 -0
- package/frontend/.svelte-kit/adapter-node/entries/pages/_layout.js +5 -0
- package/frontend/.svelte-kit/adapter-node/entries/pages/_layout.svelte.js +7 -0
- package/frontend/.svelte-kit/adapter-node/entries/pages/_page.svelte.js +35 -12
- package/frontend/.svelte-kit/adapter-node/entries/pages/login/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/adapter-node/entries/pages/reports/_id_/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/adapter-node/entries/pages/reports/_page.svelte.js +21 -25
- package/frontend/.svelte-kit/adapter-node/entries/pages/reports/live/_page.svelte.js +31 -24
- package/frontend/.svelte-kit/adapter-node/entries/pages/scheduled-tests/_page.svelte.js +72 -32
- package/frontend/.svelte-kit/adapter-node/entries/pages/settings/_page.svelte.js +276 -95
- package/frontend/.svelte-kit/adapter-node/entries/pages/setup/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/adapter-node/entries/pages/test-repository/_page.svelte.js +43 -36
- package/frontend/.svelte-kit/adapter-node/entries/pages/test-repository/runs/_id_/_page.svelte.js +66 -13
- package/frontend/.svelte-kit/adapter-node/entries/pages/test-repository/suites/_id_/_page.svelte.js +23 -17
- package/frontend/.svelte-kit/adapter-node/index.js +5 -0
- package/frontend/.svelte-kit/adapter-node/internal.js +5 -0
- package/frontend/.svelte-kit/adapter-node/manifest-full.js +6 -1
- package/frontend/.svelte-kit/adapter-node/manifest.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/0.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/1.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/10.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/11.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/12.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/2.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/3.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/4.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/5.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/6.js +6 -1
- package/frontend/.svelte-kit/adapter-node/nodes/7.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/8.js +7 -2
- package/frontend/.svelte-kit/adapter-node/nodes/9.js +6 -1
- package/frontend/.svelte-kit/ambient.d.ts +5 -4
- package/frontend/.svelte-kit/generated/client/app.js +5 -0
- package/frontend/.svelte-kit/generated/client/matchers.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/0.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/1.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/10.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/11.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/12.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/2.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/3.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/4.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/5.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/6.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/7.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/8.js +5 -0
- package/frontend/.svelte-kit/generated/client/nodes/9.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/app.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/matchers.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/0.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/1.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/10.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/11.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/12.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/2.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/3.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/4.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/5.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/6.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/7.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/8.js +5 -0
- package/frontend/.svelte-kit/generated/client-optimized/nodes/9.js +5 -0
- package/frontend/.svelte-kit/generated/root.js +5 -0
- package/frontend/.svelte-kit/generated/root.svelte +5 -0
- package/frontend/.svelte-kit/generated/server/internal.js +7 -2
- package/frontend/.svelte-kit/non-ambient.d.ts +5 -0
- package/frontend/.svelte-kit/output/client/.vite/manifest.json +404 -351
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/0.BhSG-jZH.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/10.CdaQUS6U.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/11.BWAH0Beh.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/12.Bj_a_5lv.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/2.CrXpMrqh.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/3.BR3wgXcZ.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/4.0Eln51hV.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/5.DFV9OgAu.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/6.CFnbmY-D.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/7.CBHi6pzT.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/8.BwgOqeMo.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/9._h2o67kg.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/BackLink.CvWWuO3h.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/Badge.D1SV0Gv7.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/Button.FOWXxvc7.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/EmptyState.DUDM4P19.css +23 -0
- package/frontend/{build/client/_app/immutable/assets/ConfirmModal.DmxkcwXv.css → .svelte-kit/output/client/_app/immutable/assets/Modal.BZpm0HP8.css} +6 -1
- package/frontend/{build/client/_app/immutable/assets/ConfirmModal.CdhOYVBb.css → .svelte-kit/output/client/_app/immutable/assets/Modal.BuaCfdLj.css} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/Pagination.DZmi2Po-.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/Toast.DENwYn3g.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_layout.BuhMvMUj.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.0Eln51hV.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.5IJAEAjc.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BR3wgXcZ.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BWAH0Beh.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BZfe6nWe.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.Bj_a_5lv.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BwgOqeMo.css +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CBHi6pzT.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CFnbmY-D.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.CrXpMrqh.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page._h2o67kg.css +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{BLAiBE__.js → 2zMvi6fR.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/3IV-uqHa.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/4N1zIH8t.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/B98sHkeB.js +23 -0
- package/frontend/{build/client/_app/immutable/chunks/C67QNx7Z.js → .svelte-kit/output/client/_app/immutable/chunks/BAACMRH5.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/Bfc47y5P.js +5 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BhvHtTRh.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BjUpWNbl.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DIx44H9N.js → C1Vid6wz.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/C1sukchk.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/C8OURRSs.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DGryW1Vp.js → CKDtmZUQ.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CMBQQ9RZ.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{C4eeChIU.js → CNdcuGR0.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CgnwuKKO.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CuqnZUex.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/D2cvzNT9.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{B0pefNHY.js → D2gYTmAA.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{uFRI_bmR.js → DCgHuuvs.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{CxTX_lpP.js → DDblTLLE.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DW85KPAh.js +24 -0
- package/frontend/{build/client/_app/immutable/chunks/BFgtfHj2.js → .svelte-kit/output/client/_app/immutable/chunks/DW_iTTZe.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{BVMec-1T.js → DYlaQsvN.js} +6 -1
- package/frontend/{build/client/_app/immutable/chunks/BFEiffAL.js → .svelte-kit/output/client/_app/immutable/chunks/DkNBSlo2.js} +6 -1
- package/frontend/{build/client/_app/immutable/chunks/BkKmeUbA.js → .svelte-kit/output/client/_app/immutable/chunks/DlNYZJ7K.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/Dlnxgs49.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DtGXv8RA.js +25 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/TOCyHP97.js +28 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{CyQ_oBw2.js → oN0Z3NSF.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{raHbXn_9.js → t-La0hgu.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DP6QP4L6.js → w0D4Uzlq.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/entry/app.BCWbw5zZ.js +24 -0
- package/frontend/{build/client/_app/immutable/entry/start.MMlC62np.js → .svelte-kit/output/client/_app/immutable/entry/start.2_AF42wj.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/0.BAqq2UTE.js +28 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/{1.Dbck5ct8.js → 1.D5VvLtGP.js} +6 -1
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/10.Bn4Ma-MU.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/11.BacEu7sW.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/12.0YGtl1uj.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/2.C2jjMA-Z.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/3.DHx0kho3.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/4.CnaMiirx.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/5.B6m-zTVe.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/6.BPDag1zv.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/7.D7LwxSvT.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/8.CCkNX20G.js +26 -0
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/9.HDerA6JV.js +23 -0
- package/frontend/.svelte-kit/output/client/_app/version.json +1 -1
- package/frontend/.svelte-kit/output/server/.vite/manifest.json +95 -39
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/BackLink.CvWWuO3h.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/Badge.D1SV0Gv7.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +23 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/EmptyState.DUDM4P19.css +23 -0
- package/frontend/.svelte-kit/output/{client/_app/immutable/assets/ConfirmModal.CdhOYVBb.css → server/_app/immutable/assets/Modal.BuaCfdLj.css} +6 -1
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/Pagination.DZmi2Po-.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/Toast.DENwYn3g.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_layout.BuhMvMUj.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.0Eln51hV.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.5IJAEAjc.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BR3wgXcZ.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BWAH0Beh.css +23 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BZfe6nWe.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.Bj_a_5lv.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BwgOqeMo.css +23 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CBHi6pzT.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CFnbmY-D.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.CrXpMrqh.css +5 -0
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page._h2o67kg.css +5 -0
- package/frontend/.svelte-kit/output/server/chunks/BackLink.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/Badge.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/ConfirmModal.js +12 -20
- package/frontend/.svelte-kit/output/server/chunks/EmptyState.js +29 -7
- package/frontend/.svelte-kit/output/server/chunks/Modal.js +43 -0
- package/frontend/.svelte-kit/output/server/chunks/Toast.js +17 -1
- package/frontend/.svelte-kit/output/server/chunks/attributes.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/auth.js +5 -0
- package/frontend/.svelte-kit/output/{client/_app/immutable/assets/EmptyState.BdO1q9cJ.css → server/chunks/auth2.js} +13 -1
- package/frontend/.svelte-kit/output/server/chunks/client.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/common.js +56 -0
- package/frontend/.svelte-kit/output/server/chunks/constants.js +9 -2
- package/frontend/.svelte-kit/output/server/chunks/escaping.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/exports.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/format.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/index-server.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/index.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/index2.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/internal.js +7 -2
- package/frontend/.svelte-kit/output/server/chunks/reports.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/reports2.js +109 -0
- package/frontend/.svelte-kit/output/server/chunks/repository.js +111 -0
- package/frontend/.svelte-kit/output/server/chunks/runner.js +12 -0
- package/frontend/.svelte-kit/output/server/chunks/stores.js +5 -0
- package/frontend/.svelte-kit/output/server/chunks/theme.js +5 -0
- package/frontend/.svelte-kit/output/server/entries/fallbacks/error.svelte.js +5 -0
- package/frontend/.svelte-kit/output/server/entries/pages/_layout.js +5 -0
- package/frontend/.svelte-kit/output/server/entries/pages/_layout.svelte.js +7 -0
- package/frontend/.svelte-kit/output/server/entries/pages/_page.svelte.js +35 -12
- package/frontend/.svelte-kit/output/server/entries/pages/login/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/output/server/entries/pages/reports/_id_/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/output/server/entries/pages/reports/_page.svelte.js +21 -25
- package/frontend/.svelte-kit/output/server/entries/pages/reports/live/_page.svelte.js +31 -24
- package/frontend/.svelte-kit/output/server/entries/pages/scheduled-tests/_page.svelte.js +72 -32
- package/frontend/.svelte-kit/output/server/entries/pages/settings/_page.svelte.js +276 -95
- package/frontend/.svelte-kit/output/server/entries/pages/setup/_page.svelte.js +9 -2
- package/frontend/.svelte-kit/output/server/entries/pages/test-repository/_page.svelte.js +43 -36
- package/frontend/.svelte-kit/output/server/entries/pages/test-repository/runs/_id_/_page.svelte.js +66 -13
- package/frontend/.svelte-kit/output/server/entries/pages/test-repository/suites/_id_/_page.svelte.js +23 -17
- package/frontend/.svelte-kit/output/server/index.js +5 -0
- package/frontend/.svelte-kit/output/server/internal.js +5 -0
- package/frontend/.svelte-kit/output/server/manifest-full.js +6 -1
- package/frontend/.svelte-kit/output/server/manifest.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/0.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/1.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/10.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/11.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/12.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/2.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/3.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/4.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/5.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/6.js +6 -1
- package/frontend/.svelte-kit/output/server/nodes/7.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/8.js +7 -2
- package/frontend/.svelte-kit/output/server/nodes/9.js +6 -1
- package/frontend/build/client/_app/immutable/assets/0.BhSG-jZH.css +5 -0
- package/frontend/build/client/_app/immutable/assets/0.BhSG-jZH.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/0.BhSG-jZH.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/10.CdaQUS6U.css +5 -0
- package/frontend/build/client/_app/immutable/assets/10.CdaQUS6U.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/10.CdaQUS6U.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/11.BWAH0Beh.css +23 -0
- package/frontend/build/client/_app/immutable/assets/11.BWAH0Beh.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/11.BWAH0Beh.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/12.Bj_a_5lv.css +5 -0
- package/frontend/build/client/_app/immutable/assets/12.Bj_a_5lv.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/12.Bj_a_5lv.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/2.CrXpMrqh.css +5 -0
- package/frontend/build/client/_app/immutable/assets/2.CrXpMrqh.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/2.CrXpMrqh.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/3.BR3wgXcZ.css +5 -0
- package/frontend/build/client/_app/immutable/assets/3.BR3wgXcZ.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/3.BR3wgXcZ.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/4.0Eln51hV.css +5 -0
- package/frontend/build/client/_app/immutable/assets/4.0Eln51hV.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/4.0Eln51hV.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/5.DFV9OgAu.css +5 -0
- package/frontend/build/client/_app/immutable/assets/5.DFV9OgAu.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/5.DFV9OgAu.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/6.CFnbmY-D.css +5 -0
- package/frontend/build/client/_app/immutable/assets/6.CFnbmY-D.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/6.CFnbmY-D.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/7.CBHi6pzT.css +5 -0
- package/frontend/build/client/_app/immutable/assets/7.CBHi6pzT.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/7.CBHi6pzT.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/8.BwgOqeMo.css +23 -0
- package/frontend/build/client/_app/immutable/assets/8.BwgOqeMo.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/8.BwgOqeMo.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/9._h2o67kg.css +5 -0
- package/frontend/build/client/_app/immutable/assets/9._h2o67kg.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/9._h2o67kg.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/BackLink.CvWWuO3h.css +5 -0
- package/frontend/build/client/_app/immutable/assets/BackLink.CvWWuO3h.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/BackLink.CvWWuO3h.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/Badge.D1SV0Gv7.css +5 -0
- package/frontend/build/client/_app/immutable/assets/Badge.D1SV0Gv7.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Badge.D1SV0Gv7.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/Button.FOWXxvc7.css +5 -0
- package/frontend/build/client/_app/immutable/assets/Button.FOWXxvc7.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Button.FOWXxvc7.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css +23 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.Dd3uP-Sk.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/EmptyState.DUDM4P19.css +23 -0
- package/frontend/build/client/_app/immutable/assets/{EmptyState.BdO1q9cJ.css.gz → EmptyState.DUDM4P19.css.br} +0 -0
- package/frontend/build/client/_app/immutable/assets/EmptyState.DUDM4P19.css.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/assets/ConfirmModal.DmxkcwXv.css → build/client/_app/immutable/assets/Modal.BZpm0HP8.css} +6 -1
- package/frontend/build/client/_app/immutable/assets/Modal.BZpm0HP8.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Modal.BZpm0HP8.css.gz +0 -0
- package/frontend/{.svelte-kit/output/server/_app/immutable/assets/ConfirmModal.CdhOYVBb.css → build/client/_app/immutable/assets/Modal.BuaCfdLj.css} +6 -1
- package/frontend/build/client/_app/immutable/assets/Modal.BuaCfdLj.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Modal.BuaCfdLj.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/Pagination.DZmi2Po-.css +5 -0
- package/frontend/build/client/_app/immutable/assets/Pagination.DZmi2Po-.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Pagination.DZmi2Po-.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/Toast.DENwYn3g.css +5 -0
- package/frontend/build/client/_app/immutable/assets/Toast.DENwYn3g.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/Toast.DENwYn3g.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_layout.BuhMvMUj.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_layout.BuhMvMUj.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_layout.BuhMvMUj.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.0Eln51hV.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.0Eln51hV.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.0Eln51hV.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.5IJAEAjc.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.5IJAEAjc.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.5IJAEAjc.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BR3wgXcZ.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.BR3wgXcZ.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BR3wgXcZ.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BWAH0Beh.css +23 -0
- package/frontend/build/client/_app/immutable/assets/_page.BWAH0Beh.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BWAH0Beh.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BZfe6nWe.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.BZfe6nWe.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BZfe6nWe.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bj_a_5lv.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bj_a_5lv.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bj_a_5lv.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BwgOqeMo.css +23 -0
- package/frontend/build/client/_app/immutable/assets/_page.BwgOqeMo.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BwgOqeMo.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CBHi6pzT.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.CBHi6pzT.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CBHi6pzT.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CFnbmY-D.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.CFnbmY-D.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CFnbmY-D.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CrXpMrqh.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page.CrXpMrqh.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.CrXpMrqh.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page._h2o67kg.css +5 -0
- package/frontend/build/client/_app/immutable/assets/_page._h2o67kg.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page._h2o67kg.css.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{BLAiBE__.js → 2zMvi6fR.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/2zMvi6fR.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/2zMvi6fR.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/3IV-uqHa.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/3IV-uqHa.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/3IV-uqHa.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/4N1zIH8t.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/4N1zIH8t.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/4N1zIH8t.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/B98sHkeB.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/B98sHkeB.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/B98sHkeB.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/C67QNx7Z.js → build/client/_app/immutable/chunks/BAACMRH5.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/BAACMRH5.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BAACMRH5.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/Bfc47y5P.js +5 -0
- package/frontend/build/client/_app/immutable/chunks/Bfc47y5P.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/Bfc47y5P.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BhvHtTRh.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/BhvHtTRh.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BhvHtTRh.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BjUpWNbl.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/BjUpWNbl.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BjUpWNbl.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{DIx44H9N.js → C1Vid6wz.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/C1Vid6wz.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C1Vid6wz.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C1sukchk.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/C1sukchk.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C1sukchk.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C8OURRSs.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/C8OURRSs.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C8OURRSs.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{DGryW1Vp.js → CKDtmZUQ.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/CKDtmZUQ.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CKDtmZUQ.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CMBQQ9RZ.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/CMBQQ9RZ.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CMBQQ9RZ.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{C4eeChIU.js → CNdcuGR0.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/{BFgtfHj2.js.br → CNdcuGR0.js.br} +0 -0
- package/frontend/build/client/_app/immutable/chunks/CNdcuGR0.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CgnwuKKO.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/CgnwuKKO.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CgnwuKKO.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CuqnZUex.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/CuqnZUex.js.br +21 -0
- package/frontend/build/client/_app/immutable/chunks/CuqnZUex.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/D2cvzNT9.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/D2cvzNT9.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/D2cvzNT9.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{B0pefNHY.js → D2gYTmAA.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/D2gYTmAA.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/D2gYTmAA.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{uFRI_bmR.js → DCgHuuvs.js} +6 -1
- package/frontend/build/client/_app/immutable/{assets/EmptyState.BdO1q9cJ.css.br → chunks/DCgHuuvs.js.br} +0 -0
- package/frontend/build/client/_app/immutable/chunks/DCgHuuvs.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{CxTX_lpP.js → DDblTLLE.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/DDblTLLE.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DDblTLLE.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DW85KPAh.js +24 -0
- package/frontend/build/client/_app/immutable/chunks/DW85KPAh.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DW85KPAh.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/BFgtfHj2.js → build/client/_app/immutable/chunks/DW_iTTZe.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/{BFgtfHj2.js.gz → DW_iTTZe.js.br} +0 -0
- package/frontend/build/client/_app/immutable/chunks/DW_iTTZe.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{BVMec-1T.js → DYlaQsvN.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/DYlaQsvN.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DYlaQsvN.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/BFEiffAL.js → build/client/_app/immutable/chunks/DkNBSlo2.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/DkNBSlo2.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DkNBSlo2.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/BkKmeUbA.js → build/client/_app/immutable/chunks/DlNYZJ7K.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/DlNYZJ7K.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DlNYZJ7K.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/Dlnxgs49.js +23 -0
- package/frontend/build/client/_app/immutable/chunks/Dlnxgs49.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/Dlnxgs49.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DtGXv8RA.js +25 -0
- package/frontend/build/client/_app/immutable/chunks/DtGXv8RA.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DtGXv8RA.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/TOCyHP97.js +28 -0
- package/frontend/build/client/_app/immutable/chunks/TOCyHP97.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/TOCyHP97.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{CyQ_oBw2.js → oN0Z3NSF.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/oN0Z3NSF.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/oN0Z3NSF.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{raHbXn_9.js → t-La0hgu.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/t-La0hgu.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/t-La0hgu.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/{DP6QP4L6.js → w0D4Uzlq.js} +6 -1
- package/frontend/build/client/_app/immutable/chunks/w0D4Uzlq.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/w0D4Uzlq.js.gz +0 -0
- package/frontend/build/client/_app/immutable/entry/app.BCWbw5zZ.js +24 -0
- package/frontend/build/client/_app/immutable/entry/app.BCWbw5zZ.js.br +0 -0
- package/frontend/build/client/_app/immutable/entry/app.BCWbw5zZ.js.gz +0 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/entry/start.MMlC62np.js → build/client/_app/immutable/entry/start.2_AF42wj.js} +6 -1
- package/frontend/build/client/_app/immutable/entry/{start.MMlC62np.js.br → start.2_AF42wj.js.br} +5 -1
- package/frontend/build/client/_app/immutable/entry/{start.MMlC62np.js.gz → start.2_AF42wj.js.gz} +0 -0
- package/frontend/build/client/_app/immutable/nodes/0.BAqq2UTE.js +28 -0
- package/frontend/build/client/_app/immutable/nodes/0.BAqq2UTE.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/0.BAqq2UTE.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/{1.Dbck5ct8.js → 1.D5VvLtGP.js} +6 -1
- package/frontend/build/client/_app/immutable/nodes/1.D5VvLtGP.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/1.D5VvLtGP.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/10.Bn4Ma-MU.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/10.Bn4Ma-MU.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/10.Bn4Ma-MU.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/11.BacEu7sW.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/11.BacEu7sW.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/11.BacEu7sW.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/12.0YGtl1uj.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/12.0YGtl1uj.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/12.0YGtl1uj.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/2.C2jjMA-Z.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/2.C2jjMA-Z.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/2.C2jjMA-Z.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/3.DHx0kho3.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/3.DHx0kho3.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/3.DHx0kho3.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/4.CnaMiirx.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/4.CnaMiirx.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/4.CnaMiirx.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/5.B6m-zTVe.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/5.B6m-zTVe.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/5.B6m-zTVe.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/6.BPDag1zv.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/6.BPDag1zv.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/6.BPDag1zv.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/7.D7LwxSvT.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/7.D7LwxSvT.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/7.D7LwxSvT.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/8.CCkNX20G.js +26 -0
- package/frontend/build/client/_app/immutable/nodes/8.CCkNX20G.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/8.CCkNX20G.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/9.HDerA6JV.js +23 -0
- package/frontend/build/client/_app/immutable/nodes/9.HDerA6JV.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/9.HDerA6JV.js.gz +0 -0
- package/frontend/build/client/_app/version.json +1 -1
- package/frontend/build/client/_app/version.json.br +0 -0
- package/frontend/build/client/_app/version.json.gz +0 -0
- package/frontend/build/env.js +5 -0
- package/frontend/build/handler.js +5 -0
- package/frontend/build/index.js +5 -0
- package/frontend/build/server/chunks/{0-Dzas6zkl.js → 0-Di4jNU9J.js} +9 -4
- package/frontend/build/server/chunks/0-Di4jNU9J.js.map +21 -0
- package/frontend/build/server/chunks/{1-B4EsP8yr.js → 1-DR5YRUTa.js} +7 -2
- package/frontend/build/server/chunks/{1-B4EsP8yr.js.map → 1-DR5YRUTa.js.map} +5 -1
- package/frontend/build/server/chunks/10-Bhe409bL.js +31 -0
- package/frontend/build/server/chunks/10-Bhe409bL.js.map +21 -0
- package/frontend/build/server/chunks/11-DqyXW7n1.js +31 -0
- package/frontend/build/server/chunks/11-DqyXW7n1.js.map +21 -0
- package/frontend/build/server/chunks/12-BCpjMUbs.js +31 -0
- package/frontend/build/server/chunks/12-BCpjMUbs.js.map +21 -0
- package/frontend/build/server/chunks/{2-Bkz8H7CT.js → 2-D-0buH5i.js} +9 -4
- package/frontend/build/server/chunks/{2-Bkz8H7CT.js.map → 2-D-0buH5i.js.map} +5 -1
- package/frontend/build/server/chunks/{3-DDtaiqu7.js → 3-y2kzPO2X.js} +8 -3
- package/frontend/build/server/chunks/3-y2kzPO2X.js.map +21 -0
- package/frontend/build/server/chunks/4-CFrK8HST.js +31 -0
- package/frontend/build/server/chunks/4-CFrK8HST.js.map +21 -0
- package/frontend/build/server/chunks/{5-CK5hY2WF.js → 5-B0lJu5bT.js} +8 -3
- package/frontend/build/server/chunks/5-B0lJu5bT.js.map +21 -0
- package/frontend/build/server/chunks/{6-Cps9fL3Z.js → 6-BD4CEJ3Z.js} +8 -3
- package/frontend/build/server/chunks/6-BD4CEJ3Z.js.map +21 -0
- package/frontend/build/server/chunks/7-DekQfQHu.js +31 -0
- package/frontend/build/server/chunks/7-DekQfQHu.js.map +21 -0
- package/frontend/build/server/chunks/8-BMqmu7WF.js +31 -0
- package/frontend/build/server/chunks/8-BMqmu7WF.js.map +21 -0
- package/frontend/build/server/chunks/{9-CUJxgoIN.js → 9-C5sKo9aY.js} +8 -3
- package/frontend/build/server/chunks/9-C5sKo9aY.js.map +21 -0
- package/frontend/build/server/chunks/BackLink-KxZNqsaq.js +5 -0
- package/frontend/build/server/chunks/BackLink-KxZNqsaq.js.map +4 -0
- package/frontend/build/server/chunks/Badge-B5V-z6pI.js +5 -0
- package/frontend/build/server/chunks/Badge-B5V-z6pI.js.map +4 -0
- package/frontend/build/server/chunks/{ConfirmModal-DBtnLLsU.js → ConfirmModal-Ckkt99Pn.js} +12 -19
- package/frontend/build/server/chunks/ConfirmModal-Ckkt99Pn.js.map +21 -0
- package/frontend/build/server/chunks/EmptyState-BwwbShnX.js +56 -0
- package/frontend/build/server/chunks/EmptyState-BwwbShnX.js.map +21 -0
- package/frontend/build/server/chunks/Modal-DG-6c5si.js +43 -0
- package/frontend/build/server/chunks/Modal-DG-6c5si.js.map +21 -0
- package/frontend/build/server/chunks/{Button-CuacyA7Y.js → Toast-CIG4edEp.js} +22 -3
- package/frontend/build/server/chunks/Toast-CIG4edEp.js.map +21 -0
- package/frontend/build/server/chunks/{_layout.svelte-DoJXDbP1.js → _layout.svelte-BjPrZpoG.js} +10 -3
- package/frontend/build/server/chunks/_layout.svelte-BjPrZpoG.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-DNNyBx4y.js → _page.svelte-B9rjnZWE.js} +10 -4
- package/frontend/build/server/chunks/_page.svelte-B9rjnZWE.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-C0vstY93.js → _page.svelte-BHw14GPR.js} +76 -36
- package/frontend/build/server/chunks/_page.svelte-BHw14GPR.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-LcJmR5du.js → _page.svelte-BbZNxvCl.js} +29 -31
- package/frontend/build/server/chunks/_page.svelte-BbZNxvCl.js.map +21 -0
- package/frontend/build/server/chunks/_page.svelte-CLFpft5D.js +118 -0
- package/frontend/build/server/chunks/_page.svelte-CLFpft5D.js.map +21 -0
- package/frontend/build/server/chunks/_page.svelte-Cr16HubD.js +746 -0
- package/frontend/build/server/chunks/_page.svelte-Cr16HubD.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-DALHRFEX.js → _page.svelte-D1aYn1PL.js} +10 -4
- package/frontend/build/server/chunks/_page.svelte-D1aYn1PL.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-CC27sZag.js → _page.svelte-D2oF79cT.js} +45 -38
- package/frontend/build/server/chunks/_page.svelte-D2oF79cT.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-gnktnXKP.js → _page.svelte-D78qaBDN.js} +35 -28
- package/frontend/build/server/chunks/_page.svelte-D78qaBDN.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-DqWsUJRp.js → _page.svelte-DyyuZN_3.js} +25 -19
- package/frontend/build/server/chunks/_page.svelte-DyyuZN_3.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-CYkOPxn2.js → _page.svelte-sbqebZYx.js} +40 -17
- package/frontend/build/server/chunks/_page.svelte-sbqebZYx.js.map +21 -0
- package/frontend/build/server/chunks/{_page.svelte-BETENC2e.js → _page.svelte-ubW5EUCf.js} +13 -6
- package/frontend/build/server/chunks/_page.svelte-ubW5EUCf.js.map +21 -0
- package/frontend/build/server/chunks/attributes-BeaNKpgU.js +5 -0
- package/frontend/build/server/chunks/attributes-BeaNKpgU.js.map +4 -0
- package/frontend/build/server/chunks/auth-rlH-cIzn.js +5 -0
- package/frontend/build/server/chunks/auth-rlH-cIzn.js.map +4 -0
- package/frontend/{.svelte-kit/output/client/_app/immutable/chunks/BIRVeCLU.js → build/server/chunks/auth2-C02yYDpz.js} +11 -1
- package/frontend/build/server/chunks/auth2-C02yYDpz.js.map +21 -0
- package/frontend/build/server/chunks/client-DyII78e0.js +5 -0
- package/frontend/build/server/chunks/client-DyII78e0.js.map +4 -0
- package/frontend/build/server/chunks/common-Db-bgKYG.js +42 -0
- package/frontend/build/server/chunks/common-Db-bgKYG.js.map +21 -0
- package/frontend/build/server/chunks/{constants-Drz-Vo39.js → constants-cZ2kUwWa.js} +9 -3
- package/frontend/build/server/chunks/{constants-Drz-Vo39.js.map → constants-cZ2kUwWa.js.map} +5 -1
- package/frontend/build/server/chunks/error.svelte-BDW3iP1O.js +5 -0
- package/frontend/build/server/chunks/error.svelte-BDW3iP1O.js.map +4 -0
- package/frontend/build/server/chunks/escaping-CqgfEcN3.js +5 -0
- package/frontend/build/server/chunks/escaping-CqgfEcN3.js.map +4 -0
- package/frontend/build/server/chunks/exports-D0QHgeSL.js +5 -0
- package/frontend/build/server/chunks/exports-D0QHgeSL.js.map +4 -0
- package/frontend/build/server/chunks/{format-D26ZQccb.js → format-0SSB1oGG.js} +7 -2
- package/frontend/build/server/chunks/{format-D26ZQccb.js.map → format-0SSB1oGG.js.map} +5 -1
- package/frontend/build/server/chunks/index-server-Dr2Nvcmu.js +5 -0
- package/frontend/build/server/chunks/index-server-Dr2Nvcmu.js.map +4 -0
- package/frontend/build/server/chunks/index2-DG8XHU5D.js +5 -0
- package/frontend/build/server/chunks/index2-DG8XHU5D.js.map +4 -0
- package/frontend/build/server/chunks/{reports-Bgi7V5N7.js → reports-DnYbvluH.js} +7 -2
- package/frontend/build/server/chunks/{reports-Bgi7V5N7.js.map → reports-DnYbvluH.js.map} +5 -1
- package/frontend/build/server/chunks/reports2-DR4XlcJg.js +69 -0
- package/frontend/build/server/chunks/reports2-DR4XlcJg.js.map +21 -0
- package/frontend/build/server/chunks/repository-D9Derhnk.js +70 -0
- package/frontend/build/server/chunks/repository-D9Derhnk.js.map +21 -0
- package/frontend/build/server/chunks/{runner-D18Ml_vF.js → runner-DE5sufZH.js} +13 -1
- package/frontend/build/server/chunks/runner-DE5sufZH.js.map +21 -0
- package/frontend/build/server/chunks/stores-DlkXV308.js +5 -0
- package/frontend/build/server/chunks/stores-DlkXV308.js.map +4 -0
- package/frontend/build/server/chunks/theme-D_NKm6iI.js +5 -0
- package/frontend/build/server/chunks/theme-D_NKm6iI.js.map +4 -0
- package/frontend/build/server/index.js +7 -2
- package/frontend/build/server/index.js.map +5 -1
- package/frontend/build/server/manifest.js +19 -14
- package/frontend/build/server/manifest.js.map +5 -1
- package/frontend/build/shims.js +5 -0
- package/package.json +2 -1
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.BJ-I1gHO.css +0 -18
- package/frontend/.svelte-kit/adapter-node/_app/immutable/assets/_page.Bhof07Eg.css +0 -18
- package/frontend/.svelte-kit/adapter-node/chunks/Button.js +0 -33
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/11.BJ-I1gHO.css +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/8.Bhof07Eg.css +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.BJ-I1gHO.css +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/assets/_page.Bhof07Eg.css +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BKCNyxZ2.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BeO8veBd.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/BgNaeXAp.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/C3SY6-sX.js +0 -19
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CVV6HrFb.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/CstKKb9b.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/DmRbbcS3.js +0 -23
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/IFIFk6zi.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/KJdjlibc.js +0 -20
- package/frontend/.svelte-kit/output/client/_app/immutable/chunks/ll-VsEGv.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/entry/app.Dz_CBZcR.js +0 -19
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/0.CKD9Qja6.js +0 -23
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/10.BfmGpmC1.js +0 -19
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/11.C7l9HPom.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/12.Iu9bcGdC.js +0 -19
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/2.BqQhRvYh.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/3.BZRTKadS.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/4.BfKoPKdM.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/5.B4a2uCWn.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/6.CI508CMS.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/7.3x_eiof1.js +0 -18
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/8.BfUuob4H.js +0 -29
- package/frontend/.svelte-kit/output/client/_app/immutable/nodes/9.BZhCKRJe.js +0 -18
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/EmptyState.BdO1q9cJ.css +0 -18
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.BJ-I1gHO.css +0 -18
- package/frontend/.svelte-kit/output/server/_app/immutable/assets/_page.Bhof07Eg.css +0 -18
- package/frontend/.svelte-kit/output/server/chunks/Button.js +0 -33
- package/frontend/build/client/_app/immutable/assets/11.BJ-I1gHO.css +0 -18
- package/frontend/build/client/_app/immutable/assets/11.BJ-I1gHO.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/11.BJ-I1gHO.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/8.Bhof07Eg.css +0 -18
- package/frontend/build/client/_app/immutable/assets/8.Bhof07Eg.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/8.Bhof07Eg.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.CdhOYVBb.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.CdhOYVBb.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.DmxkcwXv.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/ConfirmModal.DmxkcwXv.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/EmptyState.BdO1q9cJ.css +0 -18
- package/frontend/build/client/_app/immutable/assets/_page.BJ-I1gHO.css +0 -18
- package/frontend/build/client/_app/immutable/assets/_page.BJ-I1gHO.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.BJ-I1gHO.css.gz +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bhof07Eg.css +0 -18
- package/frontend/build/client/_app/immutable/assets/_page.Bhof07Eg.css.br +0 -0
- package/frontend/build/client/_app/immutable/assets/_page.Bhof07Eg.css.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/B0pefNHY.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/B0pefNHY.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BFEiffAL.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BFEiffAL.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BIRVeCLU.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/BIRVeCLU.js.br +0 -20
- package/frontend/build/client/_app/immutable/chunks/BIRVeCLU.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BKCNyxZ2.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/BKCNyxZ2.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BKCNyxZ2.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BLAiBE__.js.br +0 -18
- package/frontend/build/client/_app/immutable/chunks/BLAiBE__.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BVMec-1T.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BVMec-1T.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BeO8veBd.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/BeO8veBd.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BeO8veBd.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BgNaeXAp.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/BgNaeXAp.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BgNaeXAp.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/BkKmeUbA.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/BkKmeUbA.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C3SY6-sX.js +0 -19
- package/frontend/build/client/_app/immutable/chunks/C3SY6-sX.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C3SY6-sX.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C4eeChIU.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C4eeChIU.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/C67QNx7Z.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/C67QNx7Z.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CVV6HrFb.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/CVV6HrFb.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CVV6HrFb.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CstKKb9b.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/CstKKb9b.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CstKKb9b.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CxTX_lpP.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CxTX_lpP.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/CyQ_oBw2.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/CyQ_oBw2.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DGryW1Vp.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DGryW1Vp.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DIx44H9N.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DIx44H9N.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DP6QP4L6.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DP6QP4L6.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/DmRbbcS3.js +0 -23
- package/frontend/build/client/_app/immutable/chunks/DmRbbcS3.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/DmRbbcS3.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/IFIFk6zi.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/IFIFk6zi.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/IFIFk6zi.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/KJdjlibc.js +0 -20
- package/frontend/build/client/_app/immutable/chunks/KJdjlibc.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/KJdjlibc.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/ll-VsEGv.js +0 -18
- package/frontend/build/client/_app/immutable/chunks/ll-VsEGv.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/ll-VsEGv.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/raHbXn_9.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/raHbXn_9.js.gz +0 -0
- package/frontend/build/client/_app/immutable/chunks/uFRI_bmR.js.br +0 -0
- package/frontend/build/client/_app/immutable/chunks/uFRI_bmR.js.gz +0 -0
- package/frontend/build/client/_app/immutable/entry/app.Dz_CBZcR.js +0 -19
- package/frontend/build/client/_app/immutable/entry/app.Dz_CBZcR.js.br +0 -0
- package/frontend/build/client/_app/immutable/entry/app.Dz_CBZcR.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/0.CKD9Qja6.js +0 -23
- package/frontend/build/client/_app/immutable/nodes/0.CKD9Qja6.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/0.CKD9Qja6.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/1.Dbck5ct8.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/1.Dbck5ct8.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/10.BfmGpmC1.js +0 -19
- package/frontend/build/client/_app/immutable/nodes/10.BfmGpmC1.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/10.BfmGpmC1.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/11.C7l9HPom.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/11.C7l9HPom.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/11.C7l9HPom.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/12.Iu9bcGdC.js +0 -19
- package/frontend/build/client/_app/immutable/nodes/12.Iu9bcGdC.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/12.Iu9bcGdC.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/2.BqQhRvYh.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/2.BqQhRvYh.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/2.BqQhRvYh.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/3.BZRTKadS.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/3.BZRTKadS.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/3.BZRTKadS.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/4.BfKoPKdM.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/4.BfKoPKdM.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/4.BfKoPKdM.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/5.B4a2uCWn.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/5.B4a2uCWn.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/5.B4a2uCWn.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/6.CI508CMS.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/6.CI508CMS.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/6.CI508CMS.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/7.3x_eiof1.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/7.3x_eiof1.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/7.3x_eiof1.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/8.BfUuob4H.js +0 -29
- package/frontend/build/client/_app/immutable/nodes/8.BfUuob4H.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/8.BfUuob4H.js.gz +0 -0
- package/frontend/build/client/_app/immutable/nodes/9.BZhCKRJe.js +0 -18
- package/frontend/build/client/_app/immutable/nodes/9.BZhCKRJe.js.br +0 -0
- package/frontend/build/client/_app/immutable/nodes/9.BZhCKRJe.js.gz +0 -0
- package/frontend/build/server/chunks/0-Dzas6zkl.js.map +0 -17
- package/frontend/build/server/chunks/10-UhDQZ5BY.js +0 -26
- package/frontend/build/server/chunks/10-UhDQZ5BY.js.map +0 -17
- package/frontend/build/server/chunks/11-mTH3nQlX.js +0 -26
- package/frontend/build/server/chunks/11-mTH3nQlX.js.map +0 -17
- package/frontend/build/server/chunks/12-9mg6kp53.js +0 -26
- package/frontend/build/server/chunks/12-9mg6kp53.js.map +0 -17
- package/frontend/build/server/chunks/3-DDtaiqu7.js.map +0 -17
- package/frontend/build/server/chunks/4-DbdkTAvS.js +0 -26
- package/frontend/build/server/chunks/4-DbdkTAvS.js.map +0 -17
- package/frontend/build/server/chunks/5-CK5hY2WF.js.map +0 -17
- package/frontend/build/server/chunks/6-Cps9fL3Z.js.map +0 -17
- package/frontend/build/server/chunks/7-CgUpbaJD.js +0 -26
- package/frontend/build/server/chunks/7-CgUpbaJD.js.map +0 -17
- package/frontend/build/server/chunks/8-dilaVKYo.js +0 -26
- package/frontend/build/server/chunks/8-dilaVKYo.js.map +0 -17
- package/frontend/build/server/chunks/9-CUJxgoIN.js.map +0 -17
- package/frontend/build/server/chunks/Button-CuacyA7Y.js.map +0 -17
- package/frontend/build/server/chunks/ConfirmModal-DBtnLLsU.js.map +0 -17
- package/frontend/build/server/chunks/EmptyState-B74-VZ15.js +0 -34
- package/frontend/build/server/chunks/EmptyState-B74-VZ15.js.map +0 -17
- package/frontend/build/server/chunks/Toast-DDF2wi_5.js +0 -37
- package/frontend/build/server/chunks/Toast-DDF2wi_5.js.map +0 -17
- package/frontend/build/server/chunks/_layout.svelte-DoJXDbP1.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-BETENC2e.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-C0vstY93.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-CC27sZag.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-CYkOPxn2.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-CperUuP9.js +0 -564
- package/frontend/build/server/chunks/_page.svelte-CperUuP9.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-CwrCf0C8.js +0 -65
- package/frontend/build/server/chunks/_page.svelte-CwrCf0C8.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-DALHRFEX.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-DNNyBx4y.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-DqWsUJRp.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-LcJmR5du.js.map +0 -17
- package/frontend/build/server/chunks/_page.svelte-gnktnXKP.js.map +0 -17
- package/frontend/build/server/chunks/runner-D18Ml_vF.js.map +0 -17
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{p as t}from"./4N1zIH8t.js";const e="Test Repository",E="Name",o="Description",_="Priority",n="Title",T="Name is required.",c="Title is required.",L="Test Repository — Plum",A="Test Repository",S="Manage test suites, cases, and track manual test runs.",i="+ New Suite",D="+ New Run",d="Suites",I="Test Runs",R="Search by ID or name…",N="Sort by",u="No results",O="Cases",C="Suites",r="automated",l="Delete suite",U="Delete run",B="Duplicate run",p="No test suites yet",P="Create your first suite to start organising test cases.",b="No test runs yet",F="Create a test run to start executing and tracking manual tests.",M="New Test Suite",m="New Test Run",h="Login flows",$="What this suite covers…",g="Sprint 12 regression",y="Duplicate Run",H="Duplicate",G="? A copy will be added at the top of the list.",f="Failed to load data",Y="Failed to delete suite.",k="Failed to duplicate run.",v="Failed to delete run.",w=s=>`Nothing matches "${s}".`,x=s=>`by ${s}`,W=s=>`${s} ${t(s,"case")}`,K=s=>s?"Creating…":"Create Suite",X=s=>s?"Creating…":"Create Run",V=s=>`Delete ${s==="suite"?"Suite":"Run"}`,q=s=>`Suite "${s}" created.`,z=s=>`Suite "${s}" deleted.`,Q=s=>`Duplicated as "${s}".`,j=s=>`Run "${s}" deleted.`,J="Delete Test Case",Z="New Test Case",ss="User can log in with valid credentials",ts="What this case verifies…",as="Create Case",es="Edit Suite",Es="Edit suite",os="Edit case",_s="Test Cases",ns="+ Add Case",Ts="Filter by ID or name…",cs="No cases yet",Ls="Add your first test case to this suite.",As="No cases match",Ss="Date",is="Step",Ds="Action",ds="Test Data",Is="Expected Output",Rs="Describe the action…",Ns="Optional",us="What should happen…",Os='No steps. Click "+ Add step" to begin.',Cs="+ Add step",rs="Edit Steps",ls='No steps defined. Click "Edit Steps" to add them.',Us="Steps",Bs="History",ps="No history yet. Results appear after test runs or automated builds.",Ps="Automated run ↗",bs="Report not found",Fs="Run not found",Ms="Failed to load suite",ms="Failed to load case",hs="Failed to delete case.",$s="Test case updated.",gs="Steps saved.",ys="Suite updated.",Hs=s=>`${s?`${s.displayId} — ${s.name}`:"Suite"} — Plum`,Gs=s=>`Created by ${s}`,fs=s=>`${s} created.`,Ys=s=>`${s} deleted.`,ks=s=>`${s} ${t(s,"step")}`,vs=s=>s?"Saving…":"Save Steps",ws=s=>`${s} ↗`,xs="Edit Run",Ws="Edit run",Ks="Reopen",Xs="Start Execution",Vs="Stop Execution",qs="← Edit Run",zs="Mark Complete",Qs="Build",js="Execute",Js="In this run",Zs="locked",st="No cases in this run.",tt="Unassigned",at="Suite browser",et="Search cases…",Et="No matching cases",ot="No cases in this suite",_t="All cases added",nt="No suites available.",Tt="This run is not in progress — start execution to record results.",ct="Toggle steps",Lt="Assign to me",At="In Progress",St="Pass",it="Fail",Dt="Blocked",dt="Skip",It="Reset to pending",Rt="↩ Reset",Nt="Failed to add case.",ut="Run updated.",Ot="Run saved.",Ct="Run marked as complete.",rt="Run reopened.",lt=s=>`${(s==null?void 0:s.title)??"Test Run"} — Plum`,Ut=s=>`${s} passed`,Bt=s=>`${s} failed`,pt=s=>`${s} remaining`,Pt=s=>`Data: ${s}`,bt=s=>`Expected: ${s}`;export{es as $,u as A,P as B,p as C,H as D,l as E,f as F,W as G,A as H,x as I,F as J,b as K,B as L,U as M,M as N,w as O,L as P,O as Q,I as R,d as S,n as T,r as U,C as V,Hs as W,J as X,Z as Y,ss as Z,ts as _,S as a,dt as a$,Ys as a0,Ms as a1,hs as a2,as as a3,fs as a4,ys as a5,e as a6,Es as a7,_s as a8,ns as a9,ls as aA,bs as aB,ws as aC,Fs as aD,lt as aE,xs as aF,ut as aG,Ws as aH,Qs as aI,js as aJ,Ks as aK,Js as aL,ct as aM,rt as aN,Zs as aO,st as aP,tt as aQ,at as aR,et as aS,Tt as aT,Ut as aU,Bt as aV,pt as aW,At as aX,St as aY,it as aZ,Dt as a_,Gs as aa,Ts as ab,Ss as ac,Ls as ad,cs as ae,As as af,ks as ag,ms as ah,Us as ai,Bs as aj,os as ak,$s as al,rs as am,vs as an,Cs as ao,ps as ap,Ps as aq,gs as ar,Os as as,is as at,Rs as au,ds as av,Ns as aw,Is as ax,us as ay,Ds as az,y as b,It as b0,Rt as b1,Pt as b2,bt as b3,Lt as b4,Ot as b5,Nt as b6,Xs as b7,Vs as b8,qs as b9,zs as ba,Et as bb,ot as bc,_t as bd,nt as be,Ct as bf,G as c,E as d,h as e,o as f,$ as g,_ as h,K as i,m as j,g as k,X as l,R as m,Y as n,v as o,V as p,Q as q,j as r,z as s,k as t,T as u,q as v,c as w,i as x,D as y,N as z};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{c as T,e as o,a as k,s as j,t as K}from"./CMBQQ9RZ.js";import"./CKDtmZUQ.js";import{f as L,ap as q,d as i,k as s,j as b,t as z}from"./BAACMRH5.js";import{i as A}from"./CgnwuKKO.js";import{b as D,a as h,d as F,c as G}from"./TOCyHP97.js";import{s as H}from"./4N1zIH8t.js";import{p as g}from"./C8OURRSs.js";function I(l){const t=l-1;return t*t*t+1}var J=K('<div class="backdrop svelte-v85iae" role="presentation"><div class="panel svelte-v85iae" role="dialog" aria-modal="true"><div class="header svelte-v85iae"><h3 class="title svelte-v85iae"> </h3> <button class="close-btn svelte-v85iae" aria-label="Close"><svg width="14" height="14" viewBox="0 0 14 14" fill="none"><path d="M1 1l12 12M13 1L1 13" stroke="currentColor" stroke-width="1.5" stroke-linecap="round"></path></svg></button></div> <div class="body svelte-v85iae"><!></div></div></div>');function W(l,t){let c=g(t,"open",12,!1),f=g(t,"title",8,""),u=!1;function r(){c(!1)}function w(e){u=e.target===e.currentTarget}function _(e){e.target===e.currentTarget&&u&&r()}function y(e){e.key==="Escape"&&r()}var p=T();o("keydown",q,y);var M=L(p);{var x=e=>{var a=J(),n=i(a),d=i(n),v=i(d),B=i(v,!0);s(v);var C=b(v,2);s(d);var m=b(d,2),E=i(m);D(E,t,"default",{},null),s(m),s(n),s(a),z(()=>{H(n,"aria-label",f()),j(B,f())}),o("click",C,r),h(3,n,()=>F,()=>({start:.96,duration:260,easing:I})),o("mousedown",a,w),o("click",a,_),o("keydown",a,O=>O.key==="Escape"&&r()),h(3,a,()=>G,()=>({duration:200})),k(e,a)};A(M,e=>{c()&&e(x)})}k(l,p)}export{W as M};
|
package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DIx44H9N.js → C1Vid6wz.js}
RENAMED
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{w as u}from"./BAACMRH5.js";const e="plum:token",l="plum:user";function s(){let o=null,r=null;try{o=typeof localStorage<"u"?localStorage.getItem(e):null;const t=typeof localStorage<"u"?localStorage.getItem(l):null;r=t?JSON.parse(t):null}catch{}const{subscribe:c,set:a,update:g}=u({token:o,user:r});return{subscribe:c,login(t,n){try{localStorage.setItem(e,t),localStorage.setItem(l,JSON.stringify(n))}catch{}a({token:t,user:n})},logout(){try{localStorage.removeItem(e),localStorage.removeItem(l)}catch{}a({token:null,user:null})},getToken(){try{return localStorage.getItem(e)}catch{return null}}}}const m=s();export{m as a};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{c as M,a as r,s as n,t as d,b as j}from"./CMBQQ9RZ.js";import"./CKDtmZUQ.js";import{f as G,d as v,k as m,j as P,t as o}from"./BAACMRH5.js";import{i as b}from"./CgnwuKKO.js";import{s as g,b as Y}from"./TOCyHP97.js";import{p as l}from"./C8OURRSs.js";import{n as q}from"./4N1zIH8t.js";var w=d('<p class="empty-desc svelte-iaevnx"> </p>'),B=d('<div><p class="empty-title svelte-iaevnx"> </p> <!></div>'),C=d("<p><!></p>");function N(u,a){let c=l(a,"title",8,""),x=l(a,"description",8,""),S=l(a,"message",8,q),E=l(a,"size",8,"md");var y=M(),T=G(y);{var h=e=>{var t=B(),s=v(t),p=v(s,!0);m(s);var i=P(s,2);{var z=f=>{var _=w(),A=v(_,!0);m(_),o(()=>n(A,x())),r(f,_)};b(i,f=>{x()&&f(z)})}m(t),o(()=>{g(t,`empty ${E()??""} svelte-iaevnx`),n(p,c())}),r(e,t)},k=e=>{var t=C(),s=v(t);Y(s,a,"default",{},p=>{var i=j();o(()=>n(i,S())),r(p,i)}),m(t),o(()=>g(t,`empty ${E()??""} svelte-iaevnx`)),r(e,t)};b(T,e=>{c()?e(h):e(k,!1)})}r(u,y)}export{N as E};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{S as h,C as B,D as C,E as o,F as G,g as c,U as l,s as b,G as A,H as K,I as V,J as Z,i as $,K as z,L as F,P as H,M as J,u as U,N as Q,O as W,Q as X,R as k,T as p,V as Y,W as ee,X as re,x as ne,Y as te}from"./BAACMRH5.js";import{c as ae}from"./CgnwuKKO.js";function O(n,v=null,R){if(typeof n!="object"||n===null||h in n)return n;const P=Z(n);if(P!==B&&P!==C)return n;var f=new Map,g=$(n),y=o(0);g&&f.set("length",o(n.length));var m;return new Proxy(n,{defineProperty(i,e,r){(!("value"in r)||r.configurable===!1||r.enumerable===!1||r.writable===!1)&&V();var a=f.get(e);return a===void 0?(a=o(r.value),f.set(e,a)):b(a,O(r.value,m)),!0},deleteProperty(i,e){var r=f.get(e);if(r===void 0)e in i&&f.set(e,o(l));else{if(g&&typeof e=="string"){var a=f.get("length"),t=Number(e);Number.isInteger(t)&&t<a.v&&b(a,t)}b(r,l),j(y)}return!0},get(i,e,r){var d;if(e===h)return n;var a=f.get(e),t=e in i;if(a===void 0&&(!t||(d=A(i,e))!=null&&d.writable)&&(a=o(O(t?i[e]:l,m)),f.set(e,a)),a!==void 0){var u=c(a);return u===l?void 0:u}return Reflect.get(i,e,r)},getOwnPropertyDescriptor(i,e){var r=Reflect.getOwnPropertyDescriptor(i,e);if(r&&"value"in r){var a=f.get(e);a&&(r.value=c(a))}else if(r===void 0){var t=f.get(e),u=t==null?void 0:t.v;if(t!==void 0&&u!==l)return{enumerable:!0,configurable:!0,value:u,writable:!0}}return r},has(i,e){var u;if(e===h)return!0;var r=f.get(e),a=r!==void 0&&r.v!==l||Reflect.has(i,e);if(r!==void 0||K!==null&&(!a||(u=A(i,e))!=null&&u.writable)){r===void 0&&(r=o(a?O(i[e],m):l),f.set(e,r));var t=c(r);if(t===l)return!1}return a},set(i,e,r,a){var w;var t=f.get(e),u=e in i;if(g&&e==="length")for(var d=r;d<t.v;d+=1){var I=f.get(d+"");I!==void 0?b(I,l):d in i&&(I=o(l),f.set(d+"",I))}t===void 0?(!u||(w=A(i,e))!=null&&w.writable)&&(t=o(void 0),b(t,O(r,m)),f.set(e,t)):(u=t.v!==l,b(t,O(r,m)));var _=Reflect.getOwnPropertyDescriptor(i,e);if(_!=null&&_.set&&_.set.call(a,r),!u){if(g&&typeof e=="string"){var E=f.get("length"),D=Number(e);Number.isInteger(D)&&D>=E.v&&b(E,D+1)}j(y)}return!0},ownKeys(i){c(y);var e=Reflect.ownKeys(i).filter(t=>{var u=f.get(t);return u===void 0||u.v!==l});for(var[r,a]of f)a.v!==l&&!(r in i)&&e.push(r);return e},setPrototypeOf(){G()}})}function j(n,v=1){b(n,n.v+v)}function q(n){return n!==null&&typeof n=="object"&&h in n?n[h]:n}function ue(n,v){return Object.is(q(n),q(v))}function se(n,v,R,P){var M;var f=(R&p)!==0,g=!X||(R&k)!==0,y=(R&Q)!==0,m=(R&re)!==0,i=!1,e;y?[e,i]=ae(()=>n[v]):e=n[v];var r=h in n||W in n,a=y&&(((M=A(n,v))==null?void 0:M.set)??(r&&v in n&&(s=>n[v]=s)))||void 0,t=P,u=!0,d=!1,I=()=>(d=!0,u&&(u=!1,m?t=U(P):t=P),t);e===void 0&&P!==void 0&&(a&&g&&z(),e=I(),a&&a(e));var _;if(g)_=()=>{var s=n[v];return s===void 0?I():(u=!0,d=!1,s)};else{var E=(f?Y:ne)(()=>n[v]);E.f|=F,_=()=>{var s=c(E);return s!==void 0&&(t=void 0),s===void 0?t:s}}if(!(R&H))return _;if(a){var D=n.$$legacy;return function(s,S){return arguments.length>0?((!g||!S||D||i)&&a(S?_():s),s):_()}}var w=!1,L=!1,x=ee(e),N=Y(()=>{var s=_(),S=c(x);return w?(w=!1,L=!0,S):(L=!1,x.v=s)});return f||(N.equals=J),function(s,S){if(te!==null&&(w=L,_(),c(x)),arguments.length>0){const T=S?c(N):g&&y?O(s):s;return N.equals(T)||(w=!0,b(x,T),d&&t!==void 0&&(t=T),U(()=>c(N))),s}return c(N)}}export{O as a,ue as i,se as p};
|
package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{DGryW1Vp.js → CKDtmZUQ.js}
RENAMED
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{ad as g,ae as d,af as c,ag as i,u as m,ah as b,g as p,ai as h,V as v,aj as k}from"./BAACMRH5.js";function x(t=!1){const a=g,e=a.l.u;if(!e)return;let o=()=>h(a.s);if(t){let n=0,s={};const _=v(()=>{let l=!1;const r=a.s;for(const f in r)r[f]!==s[f]&&(s[f]=r[f],l=!0);return l&&n++,n});o=()=>p(_)}e.b.length&&d(()=>{u(a,o),i(e.b)}),c(()=>{const n=m(()=>e.m.map(b));return()=>{for(const s of n)typeof s=="function"&&s()}}),e.a.length&&c(()=>{u(a,o),i(e.a)})}function u(t,a){if(t.l.s)for(const e of t.l.s)p(e);a()}k();export{x as i};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{h as v,ax as m,aG as $,aP as A,aQ as P,aR as k,H as R,ab as j,q as K,ac as Q,i as X,av as L,Z as z,aU as J,aV as F,aK as D,a4 as E,a3 as N,a8 as u,aW as ee,aX as Y,aY as re,_ as q,aZ as O,a_ as C,ay as te,a$ as ae,b0 as ne,aA as ie,b1 as se,a6 as oe,p as ue,ad as fe,c as de}from"./BAACMRH5.js";function we(e){v&&m(e)!==null&&$(e)}let H=!1;function le(){H||(H=!0,document.addEventListener("reset",e=>{Promise.resolve().then(()=>{var r;if(!e.defaultPrevented)for(const t of e.target.elements)(r=t.__on_r)==null||r.call(t)})},{capture:!0}))}function x(e){var r=k,t=R;A(null),P(null);try{return e()}finally{A(r),P(t)}}function Ee(e,r,t,s=t){e.addEventListener(r,()=>x(t));const n=e.__on_r;n?e.__on_r=()=>{n(),s(!0)}:e.__on_r=()=>s(!0),le()}const ce=new Set,V=new Set;function _e(e,r,t,s={}){function n(a){if(s.capture||b.call(r,a),!a.cancelBubble)return x(()=>t==null?void 0:t.call(this,a))}return e.startsWith("pointer")||e.startsWith("touch")||e==="wheel"?K(()=>{r.addEventListener(e,n,s)}):r.addEventListener(e,n,s),n}function Te(e,r,t,s,n){var a={capture:s,passive:n},i=_e(e,r,t,a);(r===document.body||r===window||r===document)&&j(()=>{r.removeEventListener(e,i,a)})}function b(e){var I;var r=this,t=r.ownerDocument,s=e.type,n=((I=e.composedPath)==null?void 0:I.call(e))||[],a=n[0]||e.target,i=0,p=e.__root;if(p){var d=n.indexOf(p);if(d!==-1&&(r===document||r===window)){e.__root=r;return}var l=n.indexOf(r);if(l===-1)return;d<=l&&(i=d)}if(a=n[i]||e.target,a!==r){Q(e,"currentTarget",{configurable:!0,get(){return a||t}});var T=k,c=R;A(null),P(null);try{for(var o,f=[];a!==null;){var y=a.assignedSlot||a.parentNode||a.host||null;try{var g=a["__"+s];if(g!==void 0&&(!a.disabled||e.target===a))if(X(g)){var[G,...Z]=g;G.apply(a,[e,...Z])}else g.call(a,e)}catch(S){o?f.push(S):o=S}if(e.cancelBubble||y===r||y===null)break;a=y}if(o){for(let S of f)queueMicrotask(()=>{throw S});throw o}}finally{e.__root=r,delete e.currentTarget,A(T),P(c)}}}let _;function ve(){_=void 0}function be(e){let r=null,t=v;var s;if(v){for(r=u,_===void 0&&(_=m(document.head));_!==null&&(_.nodeType!==8||_.data!==F);)_=D(_);_===null?E(!1):_=N(D(_))}v||(s=document.head.appendChild(L()));try{z(()=>e(s),J)}finally{t&&(E(!0),_=u,N(r))}}function B(e){var r=document.createElement("template");return r.innerHTML=e,r.content}function h(e,r){var t=R;t.nodes_start===null&&(t.nodes_start=e,t.nodes_end=r)}function Le(e,r){var t=(r&Y)!==0,s=(r&re)!==0,n,a=!e.startsWith("<!>");return()=>{if(v)return h(u,null),u;n===void 0&&(n=B(a?e:"<!>"+e),t||(n=m(n)));var i=s||ee?document.importNode(n,!0):n.cloneNode(!0);if(t){var p=m(i),d=i.lastChild;h(p,d)}else h(i,i);return i}}function Ne(e,r,t="svg"){var s=!e.startsWith("<!>"),n=(r&Y)!==0,a=`<${t}>${s?e:"<!>"+e}</${t}>`,i;return()=>{if(v)return h(u,null),u;if(!i){var p=B(a),d=m(p);if(n)for(i=document.createDocumentFragment();m(d);)i.appendChild(m(d));else i=m(d)}var l=i.cloneNode(!0);if(n){var T=m(l),c=l.lastChild;h(T,c)}else h(l,l);return l}}function Re(e=""){if(!v){var r=L(e+"");return h(r,r),r}var t=u;return t.nodeType!==3&&(t.before(t=L()),N(t)),h(t,t),t}function Se(){if(v)return h(u,null),u;var e=document.createDocumentFragment(),r=document.createComment(""),t=L();return e.append(r,t),h(r,t),e}function Ae(e,r){if(v){R.nodes_end=u,q();return}e!==null&&e.before(r)}const he=["touchstart","touchmove"];function pe(e){return he.includes(e)}let W=!0;function Pe(e,r){var t=r==null?"":typeof r=="object"?r+"":r;t!==(e.__t??(e.__t=e.nodeValue))&&(e.__t=t,e.nodeValue=t+"")}function me(e,r){return U(e,r)}function Ce(e,r){O(),r.intro=r.intro??!1;const t=r.target,s=v,n=u;try{for(var a=m(t);a&&(a.nodeType!==8||a.data!==F);)a=D(a);if(!a)throw C;E(!0),N(a),q();const i=U(e,{...r,anchor:a});if(u===null||u.nodeType!==8||u.data!==te)throw ae(),C;return E(!1),i}catch(i){if(i===C)return r.recover===!1&&ne(),O(),$(t),E(!1),me(e,r);throw i}finally{E(s),N(n),ve()}}const w=new Map;function U(e,{target:r,anchor:t,props:s={},events:n,context:a,intro:i=!0}){O();var p=new Set,d=c=>{for(var o=0;o<c.length;o++){var f=c[o];if(!p.has(f)){p.add(f);var y=pe(f);r.addEventListener(f,b,{passive:y});var g=w.get(f);g===void 0?(document.addEventListener(f,b,{passive:y}),w.set(f,1)):w.set(f,g+1)}}};d(ie(ce)),V.add(d);var l=void 0,T=se(()=>{var c=t??r.appendChild(L());return oe(()=>{if(a){ue({});var o=fe;o.c=a}n&&(s.$$events=n),v&&h(c,null),W=i,l=e(c,s)||{},W=!0,v&&(R.nodes_end=u),a&&de()}),()=>{var y;for(var o of p){r.removeEventListener(o,b);var f=w.get(o);--f===0?(document.removeEventListener(o,b),w.delete(o)):w.set(o,f)}V.delete(d),c!==t&&((y=c.parentNode)==null||y.removeChild(c))}});return M.set(l,T),l}let M=new WeakMap;function De(e,r){const t=M.get(e);return t?(M.delete(e),t(r)):Promise.resolve()}const ye="5";typeof window<"u"&&(window.__svelte||(window.__svelte={v:new Set})).v.add(ye);export{Ae as a,Re as b,Se as c,le as d,Te as e,Ce as f,W as g,be as h,Ee as l,me as m,Ne as n,we as r,Pe as s,Le as t,De as u,x as w};
|
package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{C4eeChIU.js → CNdcuGR0.js}
RENAMED
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{i}from"./BAACMRH5.js";function b(l,r){var e;var a=(e=l.$$events)==null?void 0:e[r.type],s=i(a)?a.slice():a==null?[]:[a];for(var t of s)t.call(this,r)}export{b};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{Z as I,h as o,_ as m,a0 as A,a1 as S,a2 as R,a3 as U,a4 as v,a5 as h,a6 as p,a7 as g,U as D,a8 as x,a9 as y,W as F,aa as L,B as O,g as Z,ab as k,ac as q,s as w}from"./BAACMRH5.js";function C(a,s,n=!1){o&&m();var e=a,r=null,t=null,i=D,T=n?A:0,l=!1;const E=(c,u=!0)=>{l=!0,b(u,c)},b=(c,u)=>{if(i===(i=c))return;let d=!1;if(o){const N=e.data===S;!!i===N&&(e=R(),U(e),v(!1),d=!0)}i?(r?h(r):u&&(r=p(()=>u(e))),t&&g(t,()=>{t=null})):(t?h(t):u&&(t=p(()=>u(e))),r&&g(r,()=>{r=null})),d&&v(!0)};I(()=>{l=!1,s(E),l||b(null,null)},T),o&&(e=x)}let f=!1,_=Symbol();function H(a,s,n){const e=n[s]??(n[s]={store:null,source:F(void 0),unsubscribe:y});if(e.store!==a&&!(_ in n))if(e.unsubscribe(),e.store=a??null,a==null)e.source.v=void 0,e.unsubscribe=y;else{var r=!0;e.unsubscribe=L(a,t=>{r?e.source.v=t:w(e.source,t)}),r=!1}return a&&_ in n?O(a):Z(e.source)}function M(){const a={};function s(){k(()=>{for(var n in a)a[n].unsubscribe();q(a,_,{enumerable:!1,value:!0})})}return[a,s]}function P(a){var s=f;try{return f=!1,[a(),f]}finally{f=s}}export{H as a,P as c,C as i,M as s};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{a as o,t as p}from"./CMBQQ9RZ.js";import"./CKDtmZUQ.js";import{d as l,k as m,t as n}from"./BAACMRH5.js";import{b as f,s as i}from"./TOCyHP97.js";import{p as d}from"./C8OURRSs.js";var v=p("<span><!></span>");function B(e,t){let r=d(t,"variant",8,"neutral");var a=v(),s=l(a);f(s,t,"default",{},null),m(a),n(()=>i(a,`badge ${r()??""} svelte-f4flx`)),o(e,a)}export{B};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{A as n}from"./4N1zIH8t.js";import{a as c}from"./C1Vid6wz.js";function s(){return{Authorization:`Bearer ${c.getToken()}`}}async function p(){const e=await fetch(`${n}/settings/project`,{headers:s()});return e.ok?e.json():{name:"",logoUrl:"",timezone:"UTC",maxRetries:0}}async function h({name:e,logoUrl:t,timezone:a,maxRetries:o}){return(await fetch(`${n}/settings/project`,{method:"POST",headers:{"Content-Type":"application/json",...s()},body:JSON.stringify({name:e,logoUrl:t,timezone:a,maxRetries:o})})).json()}async function d(){const e=await fetch(`${n}/backup/export`,{headers:s()});if(!e.ok)throw new Error("Export failed");return e.json()}async function y(e){return(await fetch(`${n}/backup/import`,{method:"POST",headers:{"Content-Type":"application/json",...s()},body:JSON.stringify(e)})).json()}async function k(){const e=await fetch(`${n}/backup/config`,{headers:s()});return e.ok?e.json():{backupEnabled:!1,backupCron:"0 2 * * *",backupS3Endpoint:"",backupS3Region:"",backupS3Bucket:"",backupS3AccessKey:"",backupS3SecretKeySet:!1,backupS3Prefix:"",backupLastRunAt:null,backupLastStatus:""}}async function g(e){return(await fetch(`${n}/backup/config`,{method:"POST",headers:{"Content-Type":"application/json",...s()},body:JSON.stringify(e)})).json()}async function j(e){return(await fetch(`${n}/backup/test-s3`,{method:"POST",headers:{"Content-Type":"application/json",...s()},body:JSON.stringify(e)})).json()}async function S(){return(await fetch(`${n}/backup/run-now`,{method:"POST",headers:s()})).json()}async function b(){const e=await fetch(`${n}/settings/integrations`,{headers:s()});return e.ok?e.json():{discordWebhookUrl:"",slackWebhookUrl:"",notifyPublicUrl:""}}async function m({discordWebhookUrl:e,slackWebhookUrl:t,notifyPublicUrl:a}){return(await fetch(`${n}/settings/integrations`,{method:"POST",headers:{"Content-Type":"application/json",...s()},body:JSON.stringify({discordWebhookUrl:e,slackWebhookUrl:t,notifyPublicUrl:a})})).json()}async function $(){const e=await fetch(`${n}/settings/mcp`,{headers:s()});return e.ok?e.json():{mcpKeySet:!1,mcpKey:""}}async function w(){const e=await fetch(`${n}/settings/mcp/generate`,{method:"POST",headers:s()});if(!e.ok)throw new Error("Failed to generate key");return e.json()}function r(){return{Authorization:`Bearer ${c.getToken()}`}}async function l(){const e=await fetch(`${n}/runners`,{headers:r()}),{runners:t}=await e.json();return t}async function T(e){return(await fetch(`${n}/runners`,{method:"POST",headers:{"Content-Type":"application/json",...r()},body:JSON.stringify(e)})).json()}async function O(e){return(await fetch(`${n}/runners/${e}`,{method:"DELETE",headers:r()})).json()}async function P(e,t){return(await fetch(`${n}/runners/${e}`,{method:"PUT",headers:{"Content-Type":"application/json",...r()},body:JSON.stringify(t)})).json()}async function C(e){return(await fetch(`${n}/runners/${e}/ping`,{method:"POST",headers:r()})).json()}async function R(e){return(await fetch(`${n}/runners/${e}/stop`,{method:"POST",headers:r()})).json()}async function B(e){return(await fetch(`${n}/runners/${e}/restart`,{method:"POST",headers:r()})).json()}async function E(e,t){return(await fetch(`${n}/runners/probe`,{method:"POST",headers:{"Content-Type":"application/json",...r()},body:JSON.stringify({url:e,token:t})})).json()}export{b as a,p as b,$ as c,k as d,E as e,l as f,R as g,O as h,T as i,m as j,w as k,d as l,y as m,g as n,S as o,C as p,B as r,h as s,j as t,P as u};
|
package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{B0pefNHY.js → D2gYTmAA.js}
RENAMED
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{T as r}from"./4N1zIH8t.js";const c=new Set([r.MANUAL,r.CLI,r.MCP,r.EXTERNAL,"undefined"]);function m(n){return!!n&&!c.has(n)}function h(n){return n===r.MANUAL?"Manual":n===r.CLI||n==="undefined"?"CLI":n===r.MCP?"MCP":n===r.EXTERNAL?"External":"Scheduled"}function L(n){return n===r.MANUAL?"tag":n===r.CLI||n==="undefined"?"neutral":n===r.MCP?"mcp":n===r.EXTERNAL?"external":"schedule"}function p(n,t=45){return`animation-delay: ${n*t}ms`}function w(n){return n>=1e3?(n/1e3).toFixed(2)+"s":n+"ms"}function S(n){if(!n)return"";const t=n.replace(/\\/g,"/"),e=t.lastIndexOf("/features/");return e!==-1?t.slice(e+1):t.split("/").pop()}function A(n){const t=(n??"").toLowerCase().replace(/:$/,"");return t==="given"?"kw-given":t==="when"?"kw-when":t==="then"?"kw-then":"kw-and"}function o(n){return/suite/i.test(n)||/^@ts-?\d+/i.test(n)}function d(n){return/^@test[\w-]*/i.test(n)||/^@tc-?\d+/i.test(n)}function f(n){var t;return((t=n.tags)==null?void 0:t.find(d))??null}function C(n){var t;for(const e of n.scenarios??[]){const s=(t=e.tags)==null?void 0:t.find(o);if(s)return s}return null}function g(n){const t=f(n);return t?[t]:(n.tags??[]).filter(e=>!o(e))}const a={failed:3,pending:2,skipped:1,passed:0};function l(n){return n.reduce((t,e)=>(a[e.status]??0)>(a[t]??0)?e.status:t,"passed")}function k(n){const t=new Map;for(const e of n){const i=f(e)??`${e.keyword}:${e.name}`;t.has(i)||t.set(i,{key:i,name:e.name,tags:g(e),scenarios:[],duration:0,status:e.status});const u=t.get(i);u.scenarios.push(e),u.duration+=e.duration??0,u.status=l(u.scenarios)}return Array.from(t.values())}function E(n){if(!n)return[];if(!/^=== .+ ===/m.test(n))return[{name:"Logs",content:n}];const t=[];for(const e of n.split(/\n\n(?==== )/)){const s=e.match(/^=== (.+?) ===\n?([\s\S]*)/);s&&t.push({name:s[1].trim(),content:s[2].trim()})}return t}function M(n){var t;return((t=n.steps)==null?void 0:t.some(e=>e.screenshot))??!1}export{L as a,w as b,S as c,M as d,C as f,k as g,m as i,A as k,E as p,p as s,h as t};
|
package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{uFRI_bmR.js → DCgHuuvs.js}
RENAMED
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{w as o}from"./BAACMRH5.js";const e="plum-theme",m=localStorage.getItem(e)??"light",a=o(m);a.subscribe(t=>{localStorage.setItem(e,t),document.documentElement.setAttribute("data-theme",t)});export{a as t};
|
package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{CxTX_lpP.js → DDblTLLE.js}
RENAMED
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{A as r,R as u}from"./4N1zIH8t.js";function o(t){return{...t,date:new Date(t.createdAt).toLocaleString()}}async function h({page:t=1,limit:e=u}={}){const n=new URLSearchParams({page:t,limit:e}),s=await fetch(`${r}/reports?${n}`),{reports:a,total:c,passCount:i,failCount:p,trend:f}=await s.json();return{reports:a.map(o),total:c,passCount:i,failCount:p,trend:f.map(o)}}async function l(){const t=await fetch(`${r}/reports/latest`),{latestReportId:e}=await t.json();return e}function w(t){return`/reports/${t}`}function E(t){return`${r}/screenshots/${t}`}async function R(t){const e=await fetch(`${r}/reports/${t}`);if(!e.ok)throw new Error("Report not found");return e.json()}async function $(t){const e=await fetch(`${r}/reports/${t}`,{method:"DELETE"});if(!e.ok)throw new Error("Failed to delete report");return e.json()}async function m(t){const e=await fetch(`${r}/reports/bulk`,{method:"DELETE",headers:{"Content-Type":"application/json"},body:JSON.stringify({ids:t})});if(!e.ok)throw new Error("Failed to delete reports");return e.json()}export{m as a,R as b,l as c,$ as d,h as f,w as r,E as s};
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{w as n,B as s}from"./BAACMRH5.js";import{B as S}from"./4N1zIH8t.js";const R=Object.freeze({RUN_TEST:"run-test",CANCEL_TEST:"cancel-test",LOG:"log",DONE:"done",STEP_SCREENSHOT:"step-screenshot",RUNNER_LANES_INIT:"runner-lanes-init",RUNNER_LANE_LOG:"runner-lane-log",RUNNER_LANE_STATUS:"runner-lane-status",RUNNER_LANE_SCREENSHOT:"runner-lane-screenshot",BG_RUN_START:"bg-run-start",BG_RUN_LOG:"bg-run-log",BG_RUN_DONE:"bg-run-done",BG_RUN_SCREENSHOT:"bg-run-screenshot",BG_RUN_LANES_INIT:"bg-run-lanes-init",BG_RUN_LANE_LOG:"bg-run-lane-log",BG_RUN_LANE_STATUS:"bg-run-lane-status",BG_RUN_LANE_SCREENSHOT:"bg-run-lane-screenshot",TESTS_CHANGED:"tests-changed",REPORT_READY:"report-ready"}),c=n(null),g=n({output:"",running:!1,testCompleted:!1,latestReportId:null,status:"idle",lastRunId:"",lanes:[],currentRun:null,latestScreenshot:null}),T=n({workers:1,testID:"",browser:S[0].id,selectedRunners:["built-in"]}),d=n(!1),p=n(!0),U=n(0),A=n(0),L=n(0),O=n({});function C(e,E,r={},N=null){const u=s(c);if(!u)return;const{workers:a,testID:_,browser:l,selectedRunners:o}=s(T),t=(e!==void 0?e:_).trim().replace(/\sOR\s/gi,i=>i.toLowerCase());g.set({output:`Running: ${t||"(all tests)"}
|
|
24
|
+
`,running:!0,testCompleted:!1,latestReportId:null,status:"running",lastRunId:t,lanes:[],currentRun:{tag:t,workers:a,browser:l,runners:o,runTitle:N},latestScreenshot:null}),d.set(!0),u.emit(R.RUN_TEST,{tag:t,workers:a,browser:l,runners:o,testRunId:E??null,notifyDiscord:r.notifyDiscord??!1,notifySlack:r.notifySlack??!1})}function G(){const e=s(c);e&&e.emit(R.CANCEL_TEST)}export{R as S,A as a,O as b,g as c,G as d,T as e,C as f,p as g,d as p,L as r,c as s,U as t};
|
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{s as e}from"./DtGXv8RA.js";const r=()=>{const s=e;return{page:{subscribe:s.page.subscribe},navigating:{subscribe:s.navigating.subscribe},updated:s.updated}},b={subscribe(s){return r().page.subscribe(s)}};export{b as p};
|
package/frontend/.svelte-kit/output/client/_app/immutable/chunks/{BVMec-1T.js → DYlaQsvN.js}
RENAMED
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{A as r}from"./4N1zIH8t.js";const i=8e3;async function s(o,e={}){const a=new AbortController,t=setTimeout(()=>a.abort(),i);try{return await fetch(o,{...e,signal:a.signal})}finally{clearTimeout(t)}}async function u(){const o=await s(`${r}/auth/needs-setup`);return o.ok?(await o.json()).needsSetup:!1}async function d({name:o,email:e,password:a}){const t=await s(`${r}/auth/setup`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({name:o,email:e,password:a})}),n=await t.json();if(!t.ok)throw new Error(n.error??"Setup failed");return n}async function p({email:o,password:e}){const a=await s(`${r}/auth/login`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({email:o,password:e})}),t=await a.json();if(!a.ok)throw new Error(t.error??"Login failed");return t}async function h({token:o,name:e,email:a}){const t=await s(`${r}/auth/update-profile`,{method:"PUT",headers:{"Content-Type":"application/json",Authorization:`Bearer ${o}`},body:JSON.stringify({name:e,email:a})}),n=await t.json();if(!t.ok)throw new Error(n.error??"Failed to update profile");return n}async function f({token:o,currentPassword:e,newPassword:a}){const t=await s(`${r}/auth/change-password`,{method:"POST",headers:{"Content-Type":"application/json",Authorization:`Bearer ${o}`},body:JSON.stringify({currentPassword:e,newPassword:a})}),n=await t.json();if(!t.ok)throw new Error(n.error??"Failed to change password");return n}export{f as a,u as c,p as l,d as s,h as u};
|
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{A as n,a as c}from"./4N1zIH8t.js";import{a as d}from"./C1Vid6wz.js";function f(){return d.getToken()}function o(){return{"Content-Type":"application/json",Authorization:`Bearer ${f()}`}}async function y({page:t=1,limit:e=c,sortBy:s,sortOrder:r}={}){const a=new URLSearchParams({page:t,limit:e});s&&a.set("sortBy",s),r&&a.set("sortOrder",r);const i=await fetch(`${n}/test-suites?${a}`,{headers:o()});if(!i.ok)throw new Error("Failed to fetch suites");return i.json()}async function $(){const t=await fetch(`${n}/test-suites?withCases=true`,{headers:o()});if(!t.ok)throw new Error("Failed to fetch suites");return(await t.json()).suites}async function l(t){const e=encodeURIComponent(t),[s,r]=await Promise.all([fetch(`${n}/test-suites?q=${e}`,{headers:o()}),fetch(`${n}/test-runs?q=${e}&limit=50`,{headers:o()})]),{suites:a,cases:i}=await s.json(),{runs:u}=await r.json();return{suites:a,cases:i,runs:u}}async function E(t){const e=await fetch(`${n}/test-suites/${t}`,{headers:o()});if(!e.ok)throw new Error("Suite not found");return(await e.json()).suite}async function m({name:t,description:e,priority:s}){const r=await fetch(`${n}/test-suites`,{method:"POST",headers:o(),body:JSON.stringify({name:t,description:e,priority:s})}),a=await r.json();if(!r.ok)throw new Error(a.error??"Failed to create suite");return a.suite}async function S(t,{name:e,description:s,priority:r}){const a=await fetch(`${n}/test-suites/${t}`,{method:"PUT",headers:o(),body:JSON.stringify({name:e,description:s,priority:r})}),i=await a.json();if(!a.ok)throw new Error(i.error??"Failed to update suite");return i.suite}async function p(t){if(!(await fetch(`${n}/test-suites/${t}`,{method:"DELETE",headers:o()})).ok)throw new Error("Failed to delete suite")}async function j(t){const e=await fetch(`${n}/test-cases/${t}`,{headers:o()});if(!e.ok)throw new Error("Test case not found");return(await e.json()).testCase}async function k({suiteId:t,title:e,description:s,priority:r}){const a=await fetch(`${n}/test-cases`,{method:"POST",headers:o(),body:JSON.stringify({suiteId:t,title:e,description:s,priority:r})}),i=await a.json();if(!a.ok)throw new Error(i.error??"Failed to create test case");return i.testCase}async function T(t,{title:e,description:s,priority:r}){const a=await fetch(`${n}/test-cases/${t}`,{method:"PUT",headers:o(),body:JSON.stringify({title:e,description:s,priority:r})}),i=await a.json();if(!a.ok)throw new Error(i.error??"Failed to update test case");return i.testCase}async function g(t,e){const s=await fetch(`${n}/test-cases/${t}/steps`,{method:"PUT",headers:o(),body:JSON.stringify({steps:e})}),r=await s.json();if(!s.ok)throw new Error(r.error??"Failed to save steps");return r.steps}async function P(t){if(!(await fetch(`${n}/test-cases/${t}`,{method:"DELETE",headers:o()})).ok)throw new Error("Failed to delete test case")}async function O({page:t=1,limit:e=c,sortBy:s,sortOrder:r}={}){const a=new URLSearchParams({page:t,limit:e});s&&a.set("sortBy",s),r&&a.set("sortOrder",r);const i=await fetch(`${n}/test-runs?${a}`,{headers:o()});if(!i.ok)throw new Error("Failed to fetch test runs");return i.json()}async function F(t){const e=await fetch(`${n}/test-runs/${t}`,{headers:o()});if(!e.ok)throw new Error("Test run not found");return(await e.json()).run}async function b({title:t,caseIds:e}){const s=await fetch(`${n}/test-runs`,{method:"POST",headers:o(),body:JSON.stringify({title:t,caseIds:e})}),r=await s.json();if(!s.ok)throw new Error(r.error??"Failed to create test run");return r.run}async function R(t,{title:e,status:s,caseIds:r}){const a=await fetch(`${n}/test-runs/${t}`,{method:"PUT",headers:o(),body:JSON.stringify({title:e,status:s,caseIds:r})}),i=await a.json();if(!a.ok)throw new Error(i.error??"Failed to update test run");return i.run}async function C(t){const e=await fetch(`${n}/test-runs/${t}/duplicate`,{method:"POST",headers:o()}),s=await e.json();if(!e.ok)throw new Error(s.error??"Failed to duplicate run");return s.run}async function J(t){if(!(await fetch(`${n}/test-runs/${t}`,{method:"DELETE",headers:o()})).ok)throw new Error("Failed to delete test run")}async function N(t,{status:e,notes:s}){const r=await fetch(`${n}/test-runs/entries/${t}/result`,{method:"POST",headers:o(),body:JSON.stringify({status:e,notes:s})}),a=await r.json();if(!r.ok)throw new Error(a.error??"Failed to record result");return a.entry}async function x(t,e){const s=await fetch(`${n}/test-runs/entries/${t}/assign`,{method:"PUT",headers:o(),body:JSON.stringify({userId:e??null})}),r=await s.json();if(!s.ok)throw new Error(r.error??"Failed to assign entry");return r.entry}async function U(){const t=await fetch(`${n}/users/members`,{headers:o()});if(!t.ok)throw new Error("Failed to fetch members");return(await t.json()).users}async function A(){const t=await fetch(`${n}/settings/test-prefixes`,{headers:o()});if(!t.ok)throw new Error("Failed to fetch prefixes");return t.json()}async function L({testCasePrefix:t,testSuitePrefix:e}){return(await fetch(`${n}/settings/test-prefixes`,{method:"POST",headers:o(),body:JSON.stringify({testCasePrefix:t,testSuitePrefix:e})})).json()}async function v({testCasePrefix:t,testSuitePrefix:e}){return(await fetch(`${n}/settings/test-prefixes/migrate`,{method:"POST",headers:o(),body:JSON.stringify({testCasePrefix:t,testSuitePrefix:e})})).json()}export{O as a,J as b,C as c,p as d,m as e,y as f,b as g,E as h,P as i,k as j,j as k,T as l,g as m,A as n,L as o,v as p,F as q,$ as r,l as s,U as t,S as u,R as v,x as w,N as x};
|
|
@@ -15,4 +15,9 @@
|
|
|
15
15
|
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
16
|
*/
|
|
17
17
|
|
|
18
|
-
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
import{e as m,u as h,p as k,f as q,c as g,d as c,k as _,t as b}from"./BAACMRH5.js";import{l as x,c as S,a as v,s as z,t as p,e as B}from"./CMBQQ9RZ.js";import{i as O,p as o}from"./C8OURRSs.js";import{i as T}from"./CKDtmZUQ.js";import{i as w}from"./CgnwuKKO.js";import{s as y,a as A,f as F,b as I}from"./TOCyHP97.js";import{s as L}from"./4N1zIH8t.js";import{b as M}from"./CNdcuGR0.js";function d(e,t,a){if(e.multiple)return C(e,t);for(var n of e.options){var r=l(n);if(O(r,t)){n.selected=!0;return}}(!a||t!==void 0)&&(e.selectedIndex=-1)}function j(e,t){let a=!0;m(()=>{t&&d(e,h(t),a),a=!1;var n=new MutationObserver(()=>{var r=e.__value;d(e,r)});return n.observe(e,{childList:!0,subtree:!0,attributes:!0,attributeFilter:["value"]}),()=>{n.disconnect()}})}function U(e,t,a=t){var n=!0;x(e,"change",r=>{var u=r?"[selected]":":checked",i;if(e.multiple)i=[].map.call(e.querySelectorAll(u),l);else{var s=e.querySelector(u)??e.querySelector("option:not([disabled])");i=s&&l(s)}a(i)}),m(()=>{var r=t();if(d(e,r,n),n&&r===void 0){var u=e.querySelector(":checked");u!==null&&(r=l(u),a(r))}e.__value=r,n=!1}),j(e)}function C(e,t){for(var a of e.options)a.selected=~t.indexOf(l(a))}function l(e){return"__value"in e?e.__value:e.value}var D=p("<div> </div>");function V(e,t){k(t,!1);let a=o(t,"toast",8,null);T();var n=S(),r=q(n);{var u=i=>{var s=D(),f=c(s,!0);_(s),b(()=>{y(s,`toast alert alert-${a().type??""} svelte-1fg63qf`),z(f,a().message)}),A(3,s,()=>F,()=>({y:-8,duration:240})),v(i,s)};w(r,i=>{a()&&i(u)})}v(e,n),g()}var E=p("<button><!></button>");function W(e,t){let a=o(t,"variant",8,"primary"),n=o(t,"size",8,"md"),r=o(t,"type",8,"button"),u=o(t,"disabled",8,!1);var i=E(),s=c(i);I(s,t,"default",{},null),_(i),b(()=>{L(i,"type",r()),i.disabled=u(),y(i,`btn ${a()??""} ${n()??""} svelte-m1euen`)}),B("click",i,function(f){M.call(this,t,f)}),v(e,i)}export{W as B,V as T,U as b,j as i,d as s};
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
const a="Checking server…",t="jane@example.com",n="Sign in — Plum",c="Sign in",e="Access your test workspace",E="••••••••",L="Login failed",o=s=>s?"Signing in…":"Sign in",_="Setup — Plum",A="Welcome to Plum",S="Create your first account to get started.",r="Your name",I="Jane Smith",i="Min. 8 characters",P="All fields are required.",C="Password must be at least 8 characters.",R="Setup failed",T=s=>s?"Creating account…":"Create account";export{P as A,a as C,t as E,n as L,I as N,E as P,c as S,A as W,r as Y,e as a,L as b,_ as c,S as d,i as e,T as f,C as g,R as h,o as s};
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
/*
|
|
2
|
+
* This file is part of Plum.
|
|
3
|
+
*
|
|
4
|
+
* Plum is free software: you can redistribute it and/or modify
|
|
5
|
+
* it under the terms of the GNU General Public License as published by
|
|
6
|
+
* the Free Software Foundation, either version 3 of the License, or
|
|
7
|
+
* (at your option) any later version.
|
|
8
|
+
*
|
|
9
|
+
* Plum is distributed in the hope that it will be useful,
|
|
10
|
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
11
|
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
12
|
+
* GNU General Public License for more details.
|
|
13
|
+
*
|
|
14
|
+
* You should have received a copy of the GNU General Public License
|
|
15
|
+
* along with Plum. If not, see https://www.gnu.org/licenses/.
|
|
16
|
+
*/
|
|
17
|
+
|
|
18
|
+
/*
|
|
19
|
+
* This file is part of Plum.
|
|
20
|
+
* Licensed under the MIT License. See LICENSE file in the project root for details.
|
|
21
|
+
*/
|
|
22
|
+
|
|
23
|
+
var Wt=t=>{throw TypeError(t)};var Ce=(t,e,n)=>e.has(t)||Wt("Cannot "+n);var A=(t,e,n)=>(Ce(t,e,"read from private field"),n?n.call(t):e.get(t)),P=(t,e,n)=>e.has(t)?Wt("Cannot add the same private member more than once"):e instanceof WeakSet?e.add(t):e.set(t,n);import{w as Ct,o as Yt,au as C,g as O,s as N,z as Oe}from"./BAACMRH5.js";const Ne="1784254313551";new URL("sveltekit-internal://");function je(t,e){return t==="/"||e==="ignore"?t:e==="never"?t.endsWith("/")?t.slice(0,-1):t:e==="always"&&!t.endsWith("/")?t+"/":t}function $e(t){return t.split("%25").map(decodeURI).join("%25")}function De(t){for(const e in t)t[e]=decodeURIComponent(t[e]);return t}function Rt({href:t}){return t.split("#")[0]}function Fe(t,e,n,r=!1){const a=new URL(t);Object.defineProperty(a,"searchParams",{value:new Proxy(a.searchParams,{get(i,o){if(o==="get"||o==="getAll"||o==="has")return f=>(n(f),i[o](f));e();const c=Reflect.get(i,o);return typeof c=="function"?c.bind(i):c}}),enumerable:!0,configurable:!0});const s=["href","pathname","search","toString","toJSON"];r&&s.push("hash");for(const i of s)Object.defineProperty(a,i,{get(){return e(),t[i]},enumerable:!0,configurable:!0});return a}function Ve(...t){let e=5381;for(const n of t)if(typeof n=="string"){let r=n.length;for(;r;)e=e*33^n.charCodeAt(--r)}else if(ArrayBuffer.isView(n)){const r=new Uint8Array(n.buffer,n.byteOffset,n.byteLength);let a=r.length;for(;a;)e=e*33^r[--a]}else throw new TypeError("value must be a string or TypedArray");return(e>>>0).toString(36)}function Be(t){const e=atob(t),n=new Uint8Array(e.length);for(let r=0;r<e.length;r++)n[r]=e.charCodeAt(r);return n.buffer}const Ge=window.fetch;window.fetch=(t,e)=>((t instanceof Request?t.method:(e==null?void 0:e.method)||"GET")!=="GET"&&z.delete(Ot(t)),Ge(t,e));const z=new Map;function Me(t,e){const n=Ot(t,e),r=document.querySelector(n);if(r!=null&&r.textContent){let{body:a,...s}=JSON.parse(r.textContent);const i=r.getAttribute("data-ttl");return i&&z.set(n,{body:a,init:s,ttl:1e3*Number(i)}),r.getAttribute("data-b64")!==null&&(a=Be(a)),Promise.resolve(new Response(a,s))}return window.fetch(t,e)}function qe(t,e,n){if(z.size>0){const r=Ot(t,n),a=z.get(r);if(a){if(performance.now()<a.ttl&&["default","force-cache","only-if-cached",void 0].includes(n==null?void 0:n.cache))return new Response(a.body,a.init);z.delete(r)}}return window.fetch(e,n)}function Ot(t,e){let r=`script[data-sveltekit-fetched][data-url=${JSON.stringify(t instanceof Request?t.url:t)}]`;if(e!=null&&e.headers||e!=null&&e.body){const a=[];e.headers&&a.push([...new Headers(e.headers)].join(",")),e.body&&(typeof e.body=="string"||ArrayBuffer.isView(e.body))&&a.push(e.body),r+=`[data-hash="${Ve(...a)}"]`}return r}const He=/^(\[)?(\.\.\.)?(\w+)(?:=(\w+))?(\])?$/;function Ke(t){const e=[];return{pattern:t==="/"?/^\/$/:new RegExp(`^${We(t).map(r=>{const a=/^\[\.\.\.(\w+)(?:=(\w+))?\]$/.exec(r);if(a)return e.push({name:a[1],matcher:a[2],optional:!1,rest:!0,chained:!0}),"(?:/(.*))?";const s=/^\[\[(\w+)(?:=(\w+))?\]\]$/.exec(r);if(s)return e.push({name:s[1],matcher:s[2],optional:!0,rest:!1,chained:!0}),"(?:/([^/]+))?";if(!r)return;const i=r.split(/\[(.+?)\](?!\])/);return"/"+i.map((c,f)=>{if(f%2){if(c.startsWith("x+"))return It(String.fromCharCode(parseInt(c.slice(2),16)));if(c.startsWith("u+"))return It(String.fromCharCode(...c.slice(2).split("-").map(d=>parseInt(d,16))));const u=He.exec(c),[,p,w,l,m]=u;return e.push({name:l,matcher:m,optional:!!p,rest:!!w,chained:w?f===1&&i[0]==="":!1}),w?"(.*?)":p?"([^/]*)?":"([^/]+?)"}return It(c)}).join("")}).join("")}/?$`),params:e}}function ze(t){return!/^\([^)]+\)$/.test(t)}function We(t){return t.slice(1).split("/").filter(ze)}function Ye(t,e,n){const r={},a=t.slice(1),s=a.filter(o=>o!==void 0);let i=0;for(let o=0;o<e.length;o+=1){const c=e[o];let f=a[o-i];if(c.chained&&c.rest&&i&&(f=a.slice(o-i,o+1).filter(u=>u).join("/"),i=0),f===void 0){c.rest&&(r[c.name]="");continue}if(!c.matcher||n[c.matcher](f)){r[c.name]=f;const u=e[o+1],p=a[o+1];u&&!u.rest&&u.optional&&p&&c.chained&&(i=0),!u&&!p&&Object.keys(r).length===s.length&&(i=0);continue}if(c.optional&&c.chained){i++;continue}return}if(!i)return r}function It(t){return t.normalize().replace(/[[\]]/g,"\\$&").replace(/%/g,"%25").replace(/\//g,"%2[Ff]").replace(/\?/g,"%3[Ff]").replace(/#/g,"%23").replace(/[.*+?^${}()|\\]/g,"\\$&")}function Je({nodes:t,server_loads:e,dictionary:n,matchers:r}){const a=new Set(e);return Object.entries(n).map(([o,[c,f,u]])=>{const{pattern:p,params:w}=Ke(o),l={id:o,exec:m=>{const d=p.exec(m);if(d)return Ye(d,w,r)},errors:[1,...u||[]].map(m=>t[m]),layouts:[0,...f||[]].map(i),leaf:s(c)};return l.errors.length=l.layouts.length=Math.max(l.errors.length,l.layouts.length),l});function s(o){const c=o<0;return c&&(o=~o),[c,t[o]]}function i(o){return o===void 0?o:[a.has(o),t[o]]}}function fe(t,e=JSON.parse){try{return e(sessionStorage[t])}catch{}}function Jt(t,e,n=JSON.stringify){const r=n(e);try{sessionStorage[t]=r}catch{}}var oe;const x=((oe=globalThis.__sveltekit_fzbwc)==null?void 0:oe.base)??"";var se;const Xe=((se=globalThis.__sveltekit_fzbwc)==null?void 0:se.assets)??x,ue="sveltekit:snapshot",he="sveltekit:scroll",de="sveltekit:states",Ze="sveltekit:pageurl",G="sveltekit:history",J="sveltekit:navigation",ut={tap:1,hover:2,viewport:3,eager:4,off:-1,false:-1},ft=location.origin;function pe(t){if(t instanceof URL)return t;let e=document.baseURI;if(!e){const n=document.getElementsByTagName("base");e=n.length?n[0].href:document.URL}return new URL(t,e)}function Nt(){return{x:pageXOffset,y:pageYOffset}}function B(t,e){return t.getAttribute(`data-sveltekit-${e}`)}const Xt={...ut,"":ut.hover};function ge(t){let e=t.assignedSlot??t.parentNode;return(e==null?void 0:e.nodeType)===11&&(e=e.host),e}function me(t,e){for(;t&&t!==e;){if(t.nodeName.toUpperCase()==="A"&&t.hasAttribute("href"))return t;t=ge(t)}}function Tt(t,e,n){let r;try{if(r=new URL(t instanceof SVGAElement?t.href.baseVal:t.href,document.baseURI),n&&r.hash.match(/^#[^/]/)){const o=location.hash.split("#")[1]||"/";r.hash=`#${o}${r.hash}`}}catch{}const a=t instanceof SVGAElement?t.target.baseVal:t.target,s=!r||!!a||vt(r,e,n)||(t.getAttribute("rel")||"").split(/\s+/).includes("external"),i=(r==null?void 0:r.origin)===ft&&t.hasAttribute("download");return{url:r,external:s,target:a,download:i}}function ht(t){let e=null,n=null,r=null,a=null,s=null,i=null,o=t;for(;o&&o!==document.documentElement;)r===null&&(r=B(o,"preload-code")),a===null&&(a=B(o,"preload-data")),e===null&&(e=B(o,"keepfocus")),n===null&&(n=B(o,"noscroll")),s===null&&(s=B(o,"reload")),i===null&&(i=B(o,"replacestate")),o=ge(o);function c(f){switch(f){case"":case"true":return!0;case"off":case"false":return!1;default:return}}return{preload_code:Xt[r??"off"],preload_data:Xt[a??"off"],keepfocus:c(e),noscroll:c(n),reload:c(s),replace_state:c(i)}}function Zt(t){const e=Ct(t);let n=!0;function r(){n=!0,e.update(i=>i)}function a(i){n=!1,e.set(i)}function s(i){let o;return e.subscribe(c=>{(o===void 0||n&&c!==o)&&i(o=c)})}return{notify:r,set:a,subscribe:s}}const we={v:()=>{}};function Qe(){const{set:t,subscribe:e}=Ct(!1);let n;async function r(){clearTimeout(n);try{const a=await fetch(`${Xe}/_app/version.json`,{headers:{pragma:"no-cache","cache-control":"no-cache"}});if(!a.ok)return!1;const i=(await a.json()).version!==Ne;return i&&(t(!0),we.v(),clearTimeout(n)),i}catch{return!1}}return{subscribe:e,check:r}}function vt(t,e,n){return t.origin!==ft||!t.pathname.startsWith(e)?!0:n?!(t.pathname===e+"/"||t.pathname===e+"/index.html"||t.protocol==="file:"&&t.pathname.replace(/\/[^/]+\.html?$/,"")===e):!1}function Qt(t){const e=en(t),n=new ArrayBuffer(e.length),r=new DataView(n);for(let a=0;a<n.byteLength;a++)r.setUint8(a,e.charCodeAt(a));return n}const tn="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/";function en(t){t.length%4===0&&(t=t.replace(/==?$/,""));let e="",n=0,r=0;for(let a=0;a<t.length;a++)n<<=6,n|=tn.indexOf(t[a]),r+=6,r===24&&(e+=String.fromCharCode((n&16711680)>>16),e+=String.fromCharCode((n&65280)>>8),e+=String.fromCharCode(n&255),n=r=0);return r===12?(n>>=4,e+=String.fromCharCode(n)):r===18&&(n>>=2,e+=String.fromCharCode((n&65280)>>8),e+=String.fromCharCode(n&255)),e}const nn=-1,rn=-2,an=-3,on=-4,sn=-5,cn=-6;function ln(t,e){if(typeof t=="number")return a(t,!0);if(!Array.isArray(t)||t.length===0)throw new Error("Invalid input");const n=t,r=Array(n.length);function a(s,i=!1){if(s===nn)return;if(s===an)return NaN;if(s===on)return 1/0;if(s===sn)return-1/0;if(s===cn)return-0;if(i)throw new Error("Invalid input");if(s in r)return r[s];const o=n[s];if(!o||typeof o!="object")r[s]=o;else if(Array.isArray(o))if(typeof o[0]=="string"){const c=o[0],f=e==null?void 0:e[c];if(f)return r[s]=f(a(o[1]));switch(c){case"Date":r[s]=new Date(o[1]);break;case"Set":const u=new Set;r[s]=u;for(let l=1;l<o.length;l+=1)u.add(a(o[l]));break;case"Map":const p=new Map;r[s]=p;for(let l=1;l<o.length;l+=2)p.set(a(o[l]),a(o[l+1]));break;case"RegExp":r[s]=new RegExp(o[1],o[2]);break;case"Object":r[s]=Object(o[1]);break;case"BigInt":r[s]=BigInt(o[1]);break;case"null":const w=Object.create(null);r[s]=w;for(let l=1;l<o.length;l+=2)w[o[l]]=a(o[l+1]);break;case"Int8Array":case"Uint8Array":case"Uint8ClampedArray":case"Int16Array":case"Uint16Array":case"Int32Array":case"Uint32Array":case"Float32Array":case"Float64Array":case"BigInt64Array":case"BigUint64Array":{const l=globalThis[c],m=o[1],d=Qt(m),h=new l(d);r[s]=h;break}case"ArrayBuffer":{const l=o[1],m=Qt(l);r[s]=m;break}default:throw new Error(`Unknown type ${c}`)}}else{const c=new Array(o.length);r[s]=c;for(let f=0;f<o.length;f+=1){const u=o[f];u!==rn&&(c[f]=a(u))}}else{const c={};r[s]=c;for(const f in o){const u=o[f];c[f]=a(u)}}return r[s]}return a(0)}const ye=new Set(["load","prerender","csr","ssr","trailingSlash","config"]);[...ye];const fn=new Set([...ye]);[...fn];function un(t){return t.filter(e=>e!=null)}class bt{constructor(e,n){this.status=e,typeof n=="string"?this.body={message:n}:n?this.body=n:this.body={message:`Error: ${e}`}}toString(){return JSON.stringify(this.body)}}class jt{constructor(e,n){this.status=e,this.location=n}}class $t extends Error{constructor(e,n,r){super(r),this.status=e,this.text=n}}const hn="x-sveltekit-invalidated",dn="x-sveltekit-trailing-slash";function dt(t){return t instanceof bt||t instanceof $t?t.status:500}function pn(t){return t instanceof $t?t.text:"Internal Error"}let U,X,Ut;const gn=Yt.toString().includes("$$")||/function \w+\(\) \{\}/.test(Yt.toString());var tt,et,nt,rt,at,ot,st,it,ie,ct,ce,lt,le;gn?(U={data:{},form:null,error:null,params:{},route:{id:null},state:{},status:-1,url:new URL("https://example.com")},X={current:null},Ut={current:!1}):(U=new(ie=class{constructor(){P(this,tt,C({}));P(this,et,C(null));P(this,nt,C(null));P(this,rt,C({}));P(this,at,C({id:null}));P(this,ot,C({}));P(this,st,C(-1));P(this,it,C(new URL("https://example.com")))}get data(){return O(A(this,tt))}set data(e){N(A(this,tt),e)}get form(){return O(A(this,et))}set form(e){N(A(this,et),e)}get error(){return O(A(this,nt))}set error(e){N(A(this,nt),e)}get params(){return O(A(this,rt))}set params(e){N(A(this,rt),e)}get route(){return O(A(this,at))}set route(e){N(A(this,at),e)}get state(){return O(A(this,ot))}set state(e){N(A(this,ot),e)}get status(){return O(A(this,st))}set status(e){N(A(this,st),e)}get url(){return O(A(this,it))}set url(e){N(A(this,it),e)}},tt=new WeakMap,et=new WeakMap,nt=new WeakMap,rt=new WeakMap,at=new WeakMap,ot=new WeakMap,st=new WeakMap,it=new WeakMap,ie),X=new(ce=class{constructor(){P(this,ct,C(null))}get current(){return O(A(this,ct))}set current(e){N(A(this,ct),e)}},ct=new WeakMap,ce),Ut=new(le=class{constructor(){P(this,lt,C(!1))}get current(){return O(A(this,lt))}set current(e){N(A(this,lt),e)}},lt=new WeakMap,le),we.v=()=>Ut.current=!0);function mn(t){Object.assign(U,t)}const wn="/__data.json",yn=".html__data.json";function _n(t){return t.endsWith(".html")?t.replace(/\.html$/,yn):t.replace(/\/$/,"")+wn}const vn=new Set(["icon","shortcut icon","apple-touch-icon"]),V=fe(he)??{},Z=fe(ue)??{},$={url:Zt({}),page:Zt({}),navigating:Ct(null),updated:Qe()};function Dt(t){V[t]=Nt()}function bn(t,e){let n=t+1;for(;V[n];)delete V[n],n+=1;for(n=e+1;Z[n];)delete Z[n],n+=1}function q(t){return location.href=t.href,new Promise(()=>{})}async function _e(){if("serviceWorker"in navigator){const t=await navigator.serviceWorker.getRegistration(x||"/");t&&await t.update()}}function te(){}let Ft,xt,pt,j,Pt,k;const gt=[],mt=[];let L=null;const ve=new Set,An=new Set,W=new Set;let v={branch:[],error:null,url:null},Vt=!1,wt=!1,ee=!0,Q=!1,H=!1,be=!1,Bt=!1,Ae,R,T,F;const Y=new Set;async function Vn(t,e,n){var a,s,i,o;document.URL!==location.href&&(location.href=location.href),k=t,await((s=(a=t.hooks).init)==null?void 0:s.call(a)),Ft=Je(t),j=document.documentElement,Pt=e,xt=t.nodes[0],pt=t.nodes[1],xt(),pt(),R=(i=history.state)==null?void 0:i[G],T=(o=history.state)==null?void 0:o[J],R||(R=T=Date.now(),history.replaceState({...history.state,[G]:R,[J]:T},""));const r=V[R];r&&(history.scrollRestoration="manual",scrollTo(r.x,r.y)),n?await Cn(Pt,n):await Tn(k.hash?Pe(new URL(location.href)):location.href,{replaceState:!0}),Pn()}function kn(){gt.length=0,Bt=!1}function ke(t){mt.some(e=>e==null?void 0:e.snapshot)&&(Z[t]=mt.map(e=>{var n;return(n=e==null?void 0:e.snapshot)==null?void 0:n.capture()}))}function Se(t){var e;(e=Z[t])==null||e.forEach((n,r)=>{var a,s;(s=(a=mt[r])==null?void 0:a.snapshot)==null||s.restore(n)})}function ne(){Dt(R),Jt(he,V),ke(T),Jt(ue,Z)}async function Gt(t,e,n,r){return K({type:"goto",url:pe(t),keepfocus:e.keepFocus,noscroll:e.noScroll,replace_state:e.replaceState,state:e.state,redirect_count:n,nav_token:r,accept:()=>{e.invalidateAll&&(Bt=!0),e.invalidate&&e.invalidate.forEach(xn)}})}async function Sn(t){if(t.id!==(L==null?void 0:L.id)){const e={};Y.add(e),L={id:t.id,token:e,promise:Re({...t,preload:e}).then(n=>(Y.delete(e),n.type==="loaded"&&n.state.error&&(L=null),n))}}return L.promise}async function Lt(t){var n;const e=(n=await kt(t,!1))==null?void 0:n.route;e&&await Promise.all([...e.layouts,e.leaf].map(r=>r==null?void 0:r[1]()))}function Ee(t,e,n){var s;v=t.state;const r=document.querySelector("style[data-sveltekit]");r&&r.remove(),Object.assign(U,t.props.page),Ae=new k.root({target:e,props:{...t.props,stores:$,components:mt},hydrate:n,sync:!1}),Se(T);const a={from:null,to:{params:v.params,route:{id:((s=v.route)==null?void 0:s.id)??null},url:new URL(location.href)},willUnload:!1,type:"enter",complete:Promise.resolve()};W.forEach(i=>i(a)),wt=!0}function yt({url:t,params:e,branch:n,status:r,error:a,route:s,form:i}){let o="never";if(x&&(t.pathname===x||t.pathname===x+"/"))o="always";else for(const l of n)(l==null?void 0:l.slash)!==void 0&&(o=l.slash);t.pathname=je(t.pathname,o),t.search=t.search;const c={type:"loaded",state:{url:t,params:e,branch:n,error:a,route:s},props:{constructors:un(n).map(l=>l.node.component),page:Ht(U)}};i!==void 0&&(c.props.form=i);let f={},u=!U,p=0;for(let l=0;l<Math.max(n.length,v.branch.length);l+=1){const m=n[l],d=v.branch[l];(m==null?void 0:m.data)!==(d==null?void 0:d.data)&&(u=!0),m&&(f={...f,...m.data},u&&(c.props[`data_${p}`]=f),p+=1)}return(!v.url||t.href!==v.url.href||v.error!==a||i!==void 0&&i!==U.form||u)&&(c.props.page={error:a,params:e,route:{id:(s==null?void 0:s.id)??null},state:{},status:r,url:new URL(t),form:i??null,data:u?f:U.data}),c}async function Mt({loader:t,parent:e,url:n,params:r,route:a,server_data_node:s}){var u,p,w;let i=null,o=!0;const c={dependencies:new Set,params:new Set,parent:!1,route:!1,url:!1,search_params:new Set},f=await t();if((u=f.universal)!=null&&u.load){let l=function(...d){for(const h of d){const{href:y}=new URL(h,n);c.dependencies.add(y)}};const m={route:new Proxy(a,{get:(d,h)=>(o&&(c.route=!0),d[h])}),params:new Proxy(r,{get:(d,h)=>(o&&c.params.add(h),d[h])}),data:(s==null?void 0:s.data)??null,url:Fe(n,()=>{o&&(c.url=!0)},d=>{o&&c.search_params.add(d)},k.hash),async fetch(d,h){let y;d instanceof Request?(y=d.url,h={body:d.method==="GET"||d.method==="HEAD"?void 0:await d.blob(),cache:d.cache,credentials:d.credentials,headers:[...d.headers].length?d.headers:void 0,integrity:d.integrity,keepalive:d.keepalive,method:d.method,mode:d.mode,redirect:d.redirect,referrer:d.referrer,referrerPolicy:d.referrerPolicy,signal:d.signal,...h}):y=d;const S=new URL(y,n);return o&&l(S.href),S.origin===n.origin&&(y=S.href.slice(n.origin.length)),wt?qe(y,S.href,h):Me(y,h)},setHeaders:()=>{},depends:l,parent(){return o&&(c.parent=!0),e()},untrack(d){o=!1;try{return d()}finally{o=!0}}};i=await f.universal.load.call(null,m)??null}return{node:f,loader:t,server:s,universal:(p=f.universal)!=null&&p.load?{type:"data",data:i,uses:c}:null,data:i??(s==null?void 0:s.data)??null,slash:((w=f.universal)==null?void 0:w.trailingSlash)??(s==null?void 0:s.slash)}}function re(t,e,n,r,a,s){if(Bt)return!0;if(!a)return!1;if(a.parent&&t||a.route&&e||a.url&&n)return!0;for(const i of a.search_params)if(r.has(i))return!0;for(const i of a.params)if(s[i]!==v.params[i])return!0;for(const i of a.dependencies)if(gt.some(o=>o(new URL(i))))return!0;return!1}function qt(t,e){return(t==null?void 0:t.type)==="data"?t:(t==null?void 0:t.type)==="skip"?e??null:null}function En(t,e){if(!t)return new Set(e.searchParams.keys());const n=new Set([...t.searchParams.keys(),...e.searchParams.keys()]);for(const r of n){const a=t.searchParams.getAll(r),s=e.searchParams.getAll(r);a.every(i=>s.includes(i))&&s.every(i=>a.includes(i))&&n.delete(r)}return n}function ae({error:t,url:e,route:n,params:r}){return{type:"loaded",state:{error:t,url:e,route:n,params:r,branch:[]},props:{page:Ht(U),constructors:[]}}}async function Re({id:t,invalidating:e,url:n,params:r,route:a,preload:s}){if((L==null?void 0:L.id)===t)return Y.delete(L.token),L.promise;const{errors:i,layouts:o,leaf:c}=a,f=[...o,c];i.forEach(g=>g==null?void 0:g().catch(()=>{})),f.forEach(g=>g==null?void 0:g[1]().catch(()=>{}));let u=null;const p=v.url?t!==_t(v.url):!1,w=v.route?a.id!==v.route.id:!1,l=En(v.url,n);let m=!1;const d=f.map((g,_)=>{var D;const b=v.branch[_],E=!!(g!=null&&g[0])&&((b==null?void 0:b.loader)!==g[1]||re(m,w,p,l,(D=b.server)==null?void 0:D.uses,r));return E&&(m=!0),E});if(d.some(Boolean)){try{u=await Le(n,d)}catch(g){const _=await M(g,{url:n,params:r,route:{id:t}});return Y.has(s)?ae({error:_,url:n,params:r,route:a}):At({status:dt(g),error:_,url:n,route:a})}if(u.type==="redirect")return u}const h=u==null?void 0:u.nodes;let y=!1;const S=f.map(async(g,_)=>{var St;if(!g)return;const b=v.branch[_],E=h==null?void 0:h[_];if((!E||E.type==="skip")&&g[1]===(b==null?void 0:b.loader)&&!re(y,w,p,l,(St=b.universal)==null?void 0:St.uses,r))return b;if(y=!0,(E==null?void 0:E.type)==="error")throw E;return Mt({loader:g[1],url:n,params:r,route:a,parent:async()=>{var zt;const Kt={};for(let Et=0;Et<_;Et+=1)Object.assign(Kt,(zt=await S[Et])==null?void 0:zt.data);return Kt},server_data_node:qt(E===void 0&&g[0]?{type:"skip"}:E??null,g[0]?b==null?void 0:b.server:void 0)})});for(const g of S)g.catch(()=>{});const I=[];for(let g=0;g<f.length;g+=1)if(f[g])try{I.push(await S[g])}catch(_){if(_ instanceof jt)return{type:"redirect",location:_.location};if(Y.has(s))return ae({error:await M(_,{params:r,url:n,route:{id:a.id}}),url:n,params:r,route:a});let b=dt(_),E;if(h!=null&&h.includes(_))b=_.status??b,E=_.error;else if(_ instanceof bt)E=_.body;else{if(await $.updated.check())return await _e(),await q(n);E=await M(_,{params:r,url:n,route:{id:a.id}})}const D=await Rn(g,I,i);return D?yt({url:n,params:r,branch:I.slice(0,D.idx).concat(D.node),status:b,error:E,route:a}):await Ue(n,{id:a.id},E,b)}else I.push(void 0);return yt({url:n,params:r,branch:I,status:200,error:null,route:a,form:e?void 0:null})}async function Rn(t,e,n){for(;t--;)if(n[t]){let r=t;for(;!e[r];)r-=1;try{return{idx:r+1,node:{node:await n[t](),loader:n[t],data:{},server:null,universal:null}}}catch{continue}}}async function At({status:t,error:e,url:n,route:r}){const a={};let s=null;if(k.server_loads[0]===0)try{const o=await Le(n,[!0]);if(o.type!=="data"||o.nodes[0]&&o.nodes[0].type!=="data")throw 0;s=o.nodes[0]??null}catch{(n.origin!==ft||n.pathname!==location.pathname||Vt)&&await q(n)}try{const o=await Mt({loader:xt,url:n,params:a,route:r,parent:()=>Promise.resolve({}),server_data_node:qt(s)}),c={node:await pt(),loader:pt,universal:null,server:null,data:null};return yt({url:n,params:a,branch:[o,c],status:t,error:e,route:null})}catch(o){if(o instanceof jt)return Gt(new URL(o.location,location.href),{},0);throw o}}function In(t){let e;try{if(e=k.hooks.reroute({url:new URL(t)})??t,typeof e=="string"){const n=new URL(t);k.hash?n.hash=e:n.pathname=e,e=n}}catch{return}return e}async function kt(t,e){if(t&&!vt(t,x,k.hash)){const n=In(t);if(!n)return;const r=Un(n);for(const a of Ft){const s=a.exec(r);if(s)return{id:_t(t),invalidating:e,route:a,params:De(s),url:t}}}}function Un(t){return $e(k.hash?t.hash.replace(/^#/,"").replace(/[?#].+/,""):t.pathname.slice(x.length))||"/"}function _t(t){return(k.hash?t.hash.replace(/^#/,""):t.pathname)+t.search}function Ie({url:t,type:e,intent:n,delta:r}){let a=!1;const s=xe(v,n,t,e);r!==void 0&&(s.navigation.delta=r);const i={...s.navigation,cancel:()=>{a=!0,s.reject(new Error("navigation cancelled"))}};return Q||ve.forEach(o=>o(i)),a?null:s}async function K({type:t,url:e,popped:n,keepfocus:r,noscroll:a,replace_state:s,state:i={},redirect_count:o=0,nav_token:c={},accept:f=te,block:u=te}){const p=F;F=c;const w=await kt(e,!1),l=Ie({url:e,type:t,delta:n==null?void 0:n.delta,intent:w});if(!l){u(),F===c&&(F=p);return}const m=R,d=T;f(),Q=!0,wt&&$.navigating.set(X.current=l.navigation);let h=w&&await Re(w);if(!h){if(vt(e,x,k.hash))return await q(e);h=await Ue(e,{id:null},await M(new $t(404,"Not Found",`Not found: ${e.pathname}`),{url:e,params:{},route:{id:null}}),404)}if(e=(w==null?void 0:w.url)||e,F!==c)return l.reject(new Error("navigation aborted")),!1;if(h.type==="redirect")if(o>=20)h=await At({status:500,error:await M(new Error("Redirect loop"),{url:e,params:{},route:{id:null}}),url:e,route:{id:null}});else return await Gt(new URL(h.location,e).href,{},o+1,c),!1;else h.props.page.status>=400&&await $.updated.check()&&(await _e(),await q(e));if(kn(),Dt(m),ke(d),h.props.page.url.pathname!==e.pathname&&(e.pathname=h.props.page.url.pathname),i=n?n.state:i,!n){const g=s?0:1,_={[G]:R+=g,[J]:T+=g,[de]:i};(s?history.replaceState:history.pushState).call(history,_,"",e),s||bn(R,T)}if(L=null,h.props.page.state=i,wt){v=h.state,h.props.page&&(h.props.page.url=e);const g=(await Promise.all(Array.from(An,_=>_(l.navigation)))).filter(_=>typeof _=="function");if(g.length>0){let _=function(){g.forEach(b=>{W.delete(b)})};g.push(_),g.forEach(b=>{W.add(b)})}Ae.$set(h.props),mn(h.props.page),be=!0}else Ee(h,Pt,!1);const{activeElement:y}=document;await Oe();const S=n?n.scroll:a?Nt():null;if(ee){const g=e.hash&&document.getElementById(decodeURIComponent(k.hash?e.hash.split("#")[2]??"":e.hash.slice(1)));S?scrollTo(S.x,S.y):g?g.scrollIntoView():scrollTo(0,0)}const I=document.activeElement!==y&&document.activeElement!==document.body;!r&&!I&&On(),ee=!0,h.props.page&&Object.assign(U,h.props.page),Q=!1,t==="popstate"&&Se(T),l.fulfil(void 0),W.forEach(g=>g(l.navigation)),$.navigating.set(X.current=null)}async function Ue(t,e,n,r){return t.origin===ft&&t.pathname===location.pathname&&!Vt?await At({status:r,error:n,url:t,route:e}):await q(t)}function Ln(){let t,e;j.addEventListener("mousemove",i=>{const o=i.target;clearTimeout(t),t=setTimeout(()=>{a(o,2)},20)});function n(i){i.defaultPrevented||a(i.composedPath()[0],1)}j.addEventListener("mousedown",n),j.addEventListener("touchstart",n,{passive:!0});const r=new IntersectionObserver(i=>{for(const o of i)o.isIntersecting&&(Lt(new URL(o.target.href)),r.unobserve(o.target))},{threshold:0});async function a(i,o){const c=me(i,j);if(!c||c===e)return;e=c;const{url:f,external:u,download:p}=Tt(c,x,k.hash);if(u||p)return;const w=ht(c),l=f&&_t(v.url)===_t(f);if(!w.reload&&!l)if(o<=w.preload_data){const m=await kt(f,!1);m&&Sn(m)}else o<=w.preload_code&&Lt(f)}function s(){r.disconnect();for(const i of j.querySelectorAll("a")){const{url:o,external:c,download:f}=Tt(i,x,k.hash);if(c||f)continue;const u=ht(i);u.reload||(u.preload_code===ut.viewport&&r.observe(i),u.preload_code===ut.eager&&Lt(o))}}W.add(s),s()}function M(t,e){if(t instanceof bt)return t.body;const n=dt(t),r=pn(t);return k.hooks.handleError({error:t,event:e,status:n,message:r})??{message:r}}function Tn(t,e={}){return t=new URL(pe(t)),t.origin!==ft?Promise.reject(new Error("goto: invalid URL")):Gt(t,e,0)}function xn(t){if(typeof t=="function")gt.push(t);else{const{href:e}=new URL(t,location.href);gt.push(n=>n.href===e)}}function Pn(){var e;history.scrollRestoration="manual",addEventListener("beforeunload",n=>{let r=!1;if(ne(),!Q){const a=xe(v,void 0,null,"leave"),s={...a.navigation,cancel:()=>{r=!0,a.reject(new Error("navigation cancelled"))}};ve.forEach(i=>i(s))}r?(n.preventDefault(),n.returnValue=""):history.scrollRestoration="auto"}),addEventListener("visibilitychange",()=>{document.visibilityState==="hidden"&&ne()}),(e=navigator.connection)!=null&&e.saveData||Ln(),j.addEventListener("click",async n=>{if(n.button||n.which!==1||n.metaKey||n.ctrlKey||n.shiftKey||n.altKey||n.defaultPrevented)return;const r=me(n.composedPath()[0],j);if(!r)return;const{url:a,external:s,target:i,download:o}=Tt(r,x,k.hash);if(!a)return;if(i==="_parent"||i==="_top"){if(window.parent!==window)return}else if(i&&i!=="_self")return;const c=ht(r);if(!(r instanceof SVGAElement)&&a.protocol!==location.protocol&&!(a.protocol==="https:"||a.protocol==="http:")||o)return;const[u,p]=(k.hash?a.hash.replace(/^#/,""):a.href).split("#"),w=u===Rt(location);if(s||c.reload&&(!w||!p)){Ie({url:a,type:"link"})?Q=!0:n.preventDefault();return}if(p!==void 0&&w){const[,l]=v.url.href.split("#");if(l===p){if(n.preventDefault(),p===""||p==="top"&&r.ownerDocument.getElementById("top")===null)window.scrollTo({top:0});else{const m=r.ownerDocument.getElementById(decodeURIComponent(p));m&&(m.scrollIntoView(),m.focus())}return}if(H=!0,Dt(R),t(a),!c.replace_state)return;H=!1}n.preventDefault(),await new Promise(l=>{requestAnimationFrame(()=>{setTimeout(l,0)}),setTimeout(l,100)}),await K({type:"link",url:a,keepfocus:c.keepfocus,noscroll:c.noscroll,replace_state:c.replace_state??a.href===location.href})}),j.addEventListener("submit",n=>{if(n.defaultPrevented)return;const r=HTMLFormElement.prototype.cloneNode.call(n.target),a=n.submitter;if(((a==null?void 0:a.formTarget)||r.target)==="_blank"||((a==null?void 0:a.formMethod)||r.method)!=="get")return;const o=new URL((a==null?void 0:a.hasAttribute("formaction"))&&(a==null?void 0:a.formAction)||r.action);if(vt(o,x,!1))return;const c=n.target,f=ht(c);if(f.reload)return;n.preventDefault(),n.stopPropagation();const u=new FormData(c),p=a==null?void 0:a.getAttribute("name");p&&u.append(p,(a==null?void 0:a.getAttribute("value"))??""),o.search=new URLSearchParams(u).toString(),K({type:"form",url:o,keepfocus:f.keepfocus,noscroll:f.noscroll,replace_state:f.replace_state??o.href===location.href})}),addEventListener("popstate",async n=>{var r;if((r=n.state)!=null&&r[G]){const a=n.state[G];if(F={},a===R)return;const s=V[a],i=n.state[de]??{},o=new URL(n.state[Ze]??location.href),c=n.state[J],f=v.url?Rt(location)===Rt(v.url):!1;if(c===T&&(be||f)){i!==U.state&&(U.state=i),t(o),V[R]=Nt(),s&&scrollTo(s.x,s.y),R=a;return}const p=a-R;await K({type:"popstate",url:o,popped:{state:i,scroll:s,delta:p},accept:()=>{R=a,T=c},block:()=>{history.go(-p)},nav_token:F})}else if(!H){const a=new URL(location.href);t(a)}}),addEventListener("hashchange",()=>{H?(H=!1,history.replaceState({...history.state,[G]:++R,[J]:T},"",location.href)):k.hash&&v.url.hash===location.hash&&K({type:"goto",url:Pe(v.url)})});for(const n of document.querySelectorAll("link"))vn.has(n.rel)&&(n.href=n.href);addEventListener("pageshow",n=>{n.persisted&&$.navigating.set(X.current=null)});function t(n){v.url=U.url=n,$.page.set(Ht(U)),$.page.notify()}}async function Cn(t,{status:e=200,error:n,node_ids:r,params:a,route:s,server_route:i,data:o,form:c}){Vt=!0;const f=new URL(location.href);let u;({params:a={},route:s={id:null}}=await kt(f,!1)||{}),u=Ft.find(({id:l})=>l===s.id);let p,w=!0;try{const l=r.map(async(d,h)=>{const y=o[h];return y!=null&&y.uses&&(y.uses=Te(y.uses)),Mt({loader:k.nodes[d],url:f,params:a,route:s,parent:async()=>{const S={};for(let I=0;I<h;I+=1)Object.assign(S,(await l[I]).data);return S},server_data_node:qt(y)})}),m=await Promise.all(l);if(u){const d=u.layouts;for(let h=0;h<d.length;h++)d[h]||m.splice(h,0,void 0)}p=yt({url:f,params:a,branch:m,status:e,error:n,form:c,route:u??null})}catch(l){if(l instanceof jt){await q(new URL(l.location,location.href));return}p=await At({status:dt(l),error:await M(l,{url:f,params:a,route:s}),url:f,route:s}),t.textContent="",w=!1}p.props.page&&(p.props.page.state={}),Ee(p,t,w)}async function Le(t,e){var s;const n=new URL(t);n.pathname=_n(t.pathname),t.pathname.endsWith("/")&&n.searchParams.append(dn,"1"),n.searchParams.append(hn,e.map(i=>i?"1":"0").join(""));const r=window.fetch,a=await r(n.href,{});if(!a.ok){let i;throw(s=a.headers.get("content-type"))!=null&&s.includes("application/json")?i=await a.json():a.status===404?i="Not Found":a.status===500&&(i="Internal Error"),new bt(a.status,i)}return new Promise(async i=>{var w;const o=new Map,c=a.body.getReader(),f=new TextDecoder;function u(l){return ln(l,{...k.decoders,Promise:m=>new Promise((d,h)=>{o.set(m,{fulfil:d,reject:h})})})}let p="";for(;;){const{done:l,value:m}=await c.read();if(l&&!p)break;for(p+=!m&&p?`
|
|
24
|
+
`:f.decode(m,{stream:!0});;){const d=p.indexOf(`
|
|
25
|
+
`);if(d===-1)break;const h=JSON.parse(p.slice(0,d));if(p=p.slice(d+1),h.type==="redirect")return i(h);if(h.type==="data")(w=h.nodes)==null||w.forEach(y=>{(y==null?void 0:y.type)==="data"&&(y.uses=Te(y.uses),y.data=u(y.data))}),i(h);else if(h.type==="chunk"){const{id:y,data:S,error:I}=h,g=o.get(y);o.delete(y),I?g.reject(u(I)):g.fulfil(u(S))}}}})}function Te(t){return{dependencies:new Set((t==null?void 0:t.dependencies)??[]),params:new Set((t==null?void 0:t.params)??[]),parent:!!(t!=null&&t.parent),route:!!(t!=null&&t.route),url:!!(t!=null&&t.url),search_params:new Set((t==null?void 0:t.search_params)??[])}}function On(){const t=document.querySelector("[autofocus]");if(t)t.focus();else{const e=document.body,n=e.getAttribute("tabindex");e.tabIndex=-1,e.focus({preventScroll:!0,focusVisible:!1}),n!==null?e.setAttribute("tabindex",n):e.removeAttribute("tabindex");const r=getSelection();if(r&&r.type!=="None"){const a=[];for(let s=0;s<r.rangeCount;s+=1)a.push(r.getRangeAt(s));setTimeout(()=>{if(r.rangeCount===a.length){for(let s=0;s<r.rangeCount;s+=1){const i=a[s],o=r.getRangeAt(s);if(i.commonAncestorContainer!==o.commonAncestorContainer||i.startContainer!==o.startContainer||i.endContainer!==o.endContainer||i.startOffset!==o.startOffset||i.endOffset!==o.endOffset)return}r.removeAllRanges()}})}}}function xe(t,e,n,r){var c,f;let a,s;const i=new Promise((u,p)=>{a=u,s=p});return i.catch(()=>{}),{navigation:{from:{params:t.params,route:{id:((c=t.route)==null?void 0:c.id)??null},url:t.url},to:n&&{params:(e==null?void 0:e.params)??null,route:{id:((f=e==null?void 0:e.route)==null?void 0:f.id)??null},url:n},willUnload:!e,type:r,complete:i},fulfil:a,reject:s}}function Ht(t){return{data:t.data,error:t.error,form:t.form,params:t.params,route:t.route,state:t.state,status:t.status,url:t.url}}function Pe(t){const e=new URL(t);return e.hash=decodeURIComponent(t.hash),e}export{Vn as a,Tn as g,U as p,$ as s};
|