@hiai-gg/docsmint 0.7.4 → 0.7.6
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/README.md +2 -2
- package/dist/backend/index.js +130026 -129609
- package/dist/backend-account-runtime-cleanup.js +2 -0
- package/dist/backend-api-key-facade.js +2 -0
- package/dist/backend-pipeline-cancellation.js +2 -0
- package/dist/frontend/CategoryDialog-D_xFSWGh.js +630 -0
- package/dist/frontend/ConfirmDialog-Cfq3D2Di.js +221 -0
- package/dist/frontend/{CreateSnapshotDialog-CojnWChs.js → CreateSnapshotDialog-BHODxZWK.js} +53 -52
- package/dist/frontend/{DatePicker-7FAbIOGg.js → DatePicker-CZyCnQ1q.js} +62 -64
- package/dist/frontend/{DeleteDialog-BIlqRb1u.js → DeleteDialog-DaJOO6SB.js} +17 -17
- package/dist/frontend/FolderNode-C_91NlEO.js +307 -0
- package/dist/frontend/{FolderTreeSelector-BMB1MS9N.js → FolderTreeSelector-DqO-f0nt.js} +7 -7
- package/dist/frontend/HiAiEditor-DtUGbQg6.js +3160 -0
- package/dist/frontend/{HiaiDocsExtensionProvider-OSn96BBw.js → HiaiDocsExtensionProvider-Cc3yzW5I.js} +5 -3
- package/dist/frontend/{Icon-Db-o32_E.js → Icon-y7xxAIC6.js} +1 -1
- package/dist/frontend/{SettingsDialog-DatuxOVX.js → SettingsDialog-BlIZqk2-.js} +169 -158
- package/dist/frontend/ShareDialog-CmX-VoJ9.js +273 -0
- package/dist/frontend/Sidebar-BVGm5BRR.js +2147 -0
- package/dist/frontend/{TagCreateDialog-Ch21yuWV.js → TagCreateDialog-BlGz4O9Z.js} +45 -36
- package/dist/frontend/action_cancel-Cuxsznzz.js +5 -0
- package/dist/frontend/action_close-BJm_52wm.js +5 -0
- package/dist/frontend/action_create-CtBQrRuj.js +5 -0
- package/dist/frontend/action_delete-BXBIzvn0.js +5 -0
- package/dist/frontend/action_go_to-VmK5jmEk.js +5 -0
- package/dist/frontend/action_loading-BLCGJVA9.js +5 -0
- package/dist/frontend/action_save-BRN2Z_GP.js +5 -0
- package/dist/frontend/api/attachments.js +1 -1
- package/dist/frontend/api/categories.js +1 -1
- package/dist/frontend/api/folders.js +1 -1
- package/dist/frontend/api/settings.js +1 -1
- package/dist/frontend/api/share.js +1 -1
- package/dist/frontend/api/tags.js +1 -1
- package/dist/frontend/app-shell.js +8 -8
- package/dist/frontend/{attachments-B2aH3hXF.js → attachments-C225gTA7.js} +2 -2
- package/dist/frontend/{auth-client-CnDZwPfp.js → auth-client-DCMne8vd.js} +630 -615
- package/dist/frontend/{bundle-mjs-DllmqUxV.js → bundle-mjs-CZ3g1Uzr.js} +35 -42
- package/dist/frontend/{camera-CzCxBOpc.js → camera-BI-BtnIm.js} +2 -2
- package/dist/frontend/{categories-X7gK8azc.js → categories-Bjcc41We.js} +1 -1
- package/dist/frontend/categories_update_error-4aSI8PTr.js +5 -0
- package/dist/frontend/{check-BIi-Ghti.js → check-sdTlLwi9.js} +2 -2
- package/dist/frontend/{chevron-down-C2ft7XUV.js → chevron-down-DlBnIE7Y.js} +2 -2
- package/dist/frontend/{circle-check-BrqfiQH1.js → circle-check-hWC-HeKu.js} +2 -2
- package/dist/frontend/{clock-Dz86E4Kz.js → clock-C4FHq-9q.js} +2 -2
- package/dist/frontend/collaboration.js +208 -103
- package/dist/frontend/components/category-dialog.js +1 -1
- package/dist/frontend/components/create-snapshot-dialog.js +1 -1
- package/dist/frontend/components/delete-dialog.js +1 -1
- package/dist/frontend/components/editor/compact-editor.js +1 -1
- package/dist/frontend/components/editor/document-editor.js +1 -1
- package/dist/frontend/components/editor/document-title.js +3 -2
- package/dist/frontend/components/editor/docx-serializer.js +140 -125
- package/dist/frontend/components/editor/extensions.js +1 -1
- package/dist/frontend/components/editor/markdown-toggle.js +9 -9
- package/dist/frontend/components/editor/markdown.js +1 -1
- package/dist/frontend/components/folder-node.js +1 -1
- package/dist/frontend/components/folder-tree-selector.js +1 -1
- package/dist/frontend/components/save-as-dialog.js +34 -25
- package/dist/frontend/components/settings.js +1 -1
- package/dist/frontend/components/share-dialog.js +1 -1
- package/dist/frontend/components/sidebar.js +1 -1
- package/dist/frontend/components/tag-create-dialog.js +1 -1
- package/dist/frontend/components/version-history.js +181 -176
- package/dist/frontend/{confirm-dialog-8T6vsWL7.js → confirm-dialog-BFTxjLv-.js} +46 -37
- package/dist/frontend/{copy-CvCh4ZVt.js → copy-4H99lwAQ.js} +2 -2
- package/dist/frontend/dashboard.js +462 -456
- package/dist/frontend/{db-Bo1t_76T.js → db-CbFRFAm2.js} +40 -38
- package/dist/frontend/{dialog-CiSwD-_v.js → dialog-tHAH3-9M.js} +10 -10
- package/dist/frontend/dist-Cg1BpNS7.js +2262 -0
- package/dist/frontend/dndzone-BrakBHwm.js +1375 -0
- package/dist/frontend/doc_title_label-DS9jSIh2.js +5 -0
- package/dist/frontend/doc_title_placeholder-DBQpM1aH.js +5 -0
- package/dist/frontend/{document-drop-coordinator-C4xHMjwC.js → document-drop-coordinator-Da7HcXgv.js} +1 -1
- package/dist/frontend/document-drop-coordinator.js +1 -1
- package/dist/frontend/{dropdown-menu-Bi5Iipwf.js → dropdown-menu-AJYeFPHu.js} +145 -145
- package/dist/frontend/{editor-content-sanitizer-CC_A8aaI.js → editor-content-sanitizer-CWjqiz0T.js} +30 -30
- package/dist/frontend/{editorExtensions--HusV819.js → editorExtensions-B-mKiWqq.js} +5085 -6220
- package/dist/frontend/editor_markdown_placeholder-BIWDUF1E.js +5 -0
- package/dist/frontend/error_dismiss-Dx_JbRjs.js +5 -0
- package/dist/frontend/error_generic-CzNtmBT4.js +5 -0
- package/dist/frontend/extension.js +1 -1
- package/dist/frontend/{folder-Cx60MRpi.js → folder-BAX6qBYy.js} +3 -3
- package/dist/frontend/{folders-ONG03Dkv.js → folders-CC0UWkZH.js} +3 -3
- package/dist/frontend/folders_rename-BJo4Gipq.js +5 -0
- package/dist/frontend/i18n.js +1007 -6
- package/dist/frontend/{identity-Ynrglr5i.js → identity-O4lAuchv.js} +2 -2
- package/dist/frontend/{input-N9dNSOWF.js → input-CrlYAH2S.js} +2 -2
- package/dist/frontend/{label-CK72_fw8.js → label-B0syEfns.js} +2 -2
- package/dist/frontend/{markdown-H6QB53zu.js → markdown-CMij27Gg.js} +1 -1
- package/dist/frontend/offline/identity.js +1 -1
- package/dist/frontend/{floating-layer-anchor-BGIndLY-.js → popper-layer-force-mount-BAYjg6Pp.js} +2476 -2564
- package/dist/frontend/{rolldown-runtime-CWhphoD1.js → rolldown-runtime-DArdT4gl.js} +2 -2
- package/dist/frontend/{rotate-ccw-ta4NosZ0.js → rotate-ccw-DtZDfSK3.js} +2 -2
- package/dist/frontend/runtime-CwWSo6c9.js +128 -0
- package/dist/frontend/{schemas-DwtKylCJ.js → schemas-CdPhcuru.js} +6 -7
- package/dist/frontend/scroll_to_top_aria-CvkNF_Hu.js +5 -0
- package/dist/frontend/search.js +237 -265
- package/dist/frontend/search_title-DOC0cPlQ.js +5 -0
- package/dist/frontend/{select-value-BD1DToYs.js → select-value-D9VqY5n5.js} +575 -572
- package/dist/frontend/{settings-BR48ihB4.js → settings-DJW8JkdF.js} +1 -1
- package/dist/frontend/{share-D7JtkC85.js → share-D5yo0JOh.js} +2 -1
- package/dist/frontend/share_copied-DPxVzfWh.js +5 -0
- package/dist/frontend/share_toggle_password-DdxfIjj1.js +5 -0
- package/dist/frontend/shared-document.js +1 -1
- package/dist/frontend/sidebar_uncategorized-qJ2_Aonf.js +5 -0
- package/dist/frontend/sort_relevance-DwYX5MO9.js +5 -0
- package/dist/frontend/{tag-DhVFHMcV.js → tag-ChpMfbfa.js} +3 -3
- package/dist/frontend/{tags-BdCaMGfj.js → tags-CzPNUoFw.js} +1 -1
- package/dist/frontend/tags_load_error-BKjA1pI0.js +5 -0
- package/dist/frontend/tags_new-BiNAJ9Bx.js +5 -0
- package/dist/frontend/{textarea-pl_fDBre.js → textarea-l_gRXsrH.js} +2 -2
- package/dist/frontend/theme.js +1 -1
- package/dist/frontend/{theme.svelte-DG3RS7wv.js → theme.svelte-Bzitjfh9.js} +2 -2
- package/dist/frontend/theme_system-BBNUhYKh.js +5 -0
- package/dist/frontend/utils/dndzone.js +1 -1
- package/dist/frontend/utils-B4LKx7VS.js +7 -0
- package/dist/frontend/{utils-DrfHTcei.js → utils-BovMJHdA.js} +2 -2
- package/dist/frontend/utils.js +1 -1
- package/dist/frontend/version_create_snapshot-3bu-0qzH.js +5 -0
- package/dist/frontend/version_restored_from-dVRN3Zdk.js +5 -0
- package/dist/frontend/version_snapshot_label_placeholder-DrMikux0.js +5 -0
- package/dist/frontend/weekday_we-C5H_M-df.js +5 -0
- package/dist/frontend/{x-cfdlccjs.js → x-B2ifxSH7.js} +2 -2
- package/dist/frontend/{awareness-snQ3RD9f.js → yjs-VUcKqaKW.js} +835 -944
- package/dist/frontend-ssr/api/attachments.js +92 -1
- package/dist/frontend-ssr/api/categories.js +1 -1
- package/dist/frontend-ssr/api/documents.js +1 -1
- package/dist/frontend-ssr/api/folders.js +1 -1
- package/dist/frontend-ssr/api/settings.js +1 -1
- package/dist/frontend-ssr/api/share.js +30 -1
- package/dist/frontend-ssr/api/tags.js +1 -1
- package/dist/frontend-ssr/app-shell.js +25 -18
- package/dist/frontend-ssr/assets/{CategoryDialog-DsXe54EF.js → CategoryDialog-C41IBNWG.js} +26 -35
- package/dist/frontend-ssr/assets/ConfirmDialog-CWO0HBaS.js +424 -0
- package/dist/frontend-ssr/assets/{CreateSnapshotDialog-D3-PjXVr.js → CreateSnapshotDialog-CECCRK0d.js} +12 -18
- package/dist/frontend-ssr/assets/{DatePicker-C9suIA1S.js → DatePicker-TZVeMZ2S.js} +32 -20
- package/dist/frontend-ssr/assets/{DeleteDialog-DxtMrS1O.js → DeleteDialog-BVnmzR2e.js} +5 -7
- package/dist/frontend-ssr/assets/{FolderNode-ChD10Elp.js → FolderNode-CClgk8BL.js} +7 -7
- package/dist/frontend-ssr/assets/{FolderTreeSelector-Bxi8EqMm.js → FolderTreeSelector-DnrKCYtl.js} +17 -20
- package/dist/frontend-ssr/assets/{HiAiEditor-2X3Uyg1B.js → HiAiEditor-_-m7MJDd.js} +330 -254
- package/dist/frontend-ssr/assets/{Icon-QwirKi9Y.js → Icon-Clqe8D8X.js} +28 -16
- package/dist/frontend-ssr/assets/{SettingsDialog-DDy0hN8x.js → SettingsDialog-BdvHRAxF.js} +45 -49
- package/dist/frontend-ssr/assets/{ShareDialog-BwW_wF4G.js → ShareDialog-DHPbSHZg.js} +5 -6
- package/dist/frontend-ssr/assets/{Sidebar-Dy-5gXOf.js → Sidebar-B3Saqn0O.js} +90 -93
- package/dist/frontend-ssr/assets/{TagCreateDialog-BPzgOaX8.js → TagCreateDialog-CPg-nG0D.js} +14 -14
- package/dist/frontend-ssr/assets/action_cancel-OVgQDP5Q.js +22 -0
- package/dist/frontend-ssr/assets/action_close-DagDyMXk.js +22 -0
- package/dist/frontend-ssr/assets/action_create-hqJWjyqh.js +22 -0
- package/dist/frontend-ssr/assets/action_delete-B1-16jSo.js +22 -0
- package/dist/frontend-ssr/assets/action_go_to-DQScgw7P.js +22 -0
- package/dist/frontend-ssr/assets/action_save-Bx7vlLZI.js +22 -0
- package/dist/frontend-ssr/assets/{api-keys-DIbclwj5.js → api-keys-CHOrbU-Q.js} +1 -1
- package/dist/frontend-ssr/assets/{auth-client-CojKIzqy.js → auth-client-DzkZlSQ8.js} +295 -261
- package/dist/frontend-ssr/assets/{camera-D6s20LDi.js → camera-Dwwtgvfn.js} +10 -6
- package/dist/frontend-ssr/assets/{categories-av9xjeg5.js → categories-C_dxFoHi.js} +1 -1
- package/dist/frontend-ssr/assets/categories_update_error-DkKgsqdD.js +202 -0
- package/dist/frontend-ssr/assets/{chevron-down-CvqKATjM.js → chevron-down-C6BTPJFz.js} +10 -6
- package/dist/frontend-ssr/assets/{chevron-right-DKD7WXjz.js → chevron-right-CseGE1qd.js} +10 -6
- package/dist/frontend-ssr/assets/{circle-check-CPS9dKEo.js → circle-check-BRhWPZo1.js} +10 -6
- package/dist/frontend-ssr/assets/{client-DZMkDkDn.js → client-rfwQYYHY.js} +4 -2
- package/dist/frontend-ssr/assets/{clock-CzsE58TH.js → clock-DpP_Y7WP.js} +10 -6
- package/dist/frontend-ssr/assets/{confirm-dialog-wYC07DPx.js → confirm-dialog-DeOR0SnQ.js} +44 -31
- package/dist/frontend-ssr/assets/{copy-DkkCPkBL.js → copy-DRMKiRZ0.js} +10 -6
- package/dist/frontend-ssr/assets/{db-BhwJPEkn.js → db-CUkQe9AU.js} +1 -1
- package/dist/frontend-ssr/assets/{dialog-ClcuF7nD.js → dialog--tDgDGw9.js} +12 -15
- package/dist/frontend-ssr/assets/{dndzone-DMvTO_Jz.js → dndzone-WtNaDxoQ.js} +309 -77
- package/dist/frontend-ssr/assets/doc_title_label-Ev_ltlh3.js +22 -0
- package/dist/frontend-ssr/assets/doc_title_placeholder-DSHpUb7w.js +22 -0
- package/dist/frontend-ssr/assets/{documents-CZ-wQohy.js → documents-CEuA1V6N.js} +1 -1
- package/dist/frontend-ssr/assets/{dropdown-menu-BKMGVNLL.js → dropdown-menu-CdEpn_LT.js} +74 -75
- package/dist/frontend-ssr/assets/editor_markdown_placeholder-BpezdkOr.js +42 -0
- package/dist/frontend-ssr/assets/editor_toolbar_undo-CKJAOqv2.js +562 -0
- package/dist/frontend-ssr/assets/error_generic-DTK0kwxT.js +42 -0
- package/dist/frontend-ssr/assets/{folder-DYIE-XPP.js → folder-DszunwKc.js} +10 -6
- package/dist/frontend-ssr/assets/{folders-BX30gHv6.js → folders-BOXeb9hz.js} +3 -2
- package/dist/frontend-ssr/assets/folders_rename-DvciOb6K.js +122 -0
- package/dist/frontend-ssr/assets/{identity-DcMMBKWg.js → identity-veXobEfE.js} +2 -2
- package/dist/frontend-ssr/assets/{input-DcDR8L8M.js → input-BlAj7LzC.js} +2 -2
- package/dist/frontend-ssr/assets/{label-Cz0_svJx.js → label-BRToaMg9.js} +2 -2
- package/dist/frontend-ssr/assets/{loader-circle-CIEWGyfP.js → loader-circle-BpRVrMZg.js} +10 -6
- package/dist/frontend-ssr/assets/{floating-layer-anchor-BoiiIEiK.js → popper-layer-force-mount-Djnq7l7a.js} +3684 -3674
- package/dist/frontend-ssr/assets/{rotate-ccw-dJSqPyTd.js → rotate-ccw-1GOD_yt_.js} +10 -6
- package/dist/frontend-ssr/assets/runtime-O78RzRqx.js +559 -0
- package/dist/frontend-ssr/assets/scroll_to_top_aria-BN4ZfOnM.js +22 -0
- package/dist/frontend-ssr/assets/search_title-CKUsQDT0.js +22 -0
- package/dist/frontend-ssr/assets/search_toggle_filters-hS9rvQhC.js +282 -0
- package/dist/frontend-ssr/assets/{select-value-CaDktvDW.js → select-value-BCWSsoTd.js} +204 -218
- package/dist/frontend-ssr/assets/{settings-Mp8EuFSn.js → settings-DwAcLGM1.js} +2 -2
- package/dist/frontend-ssr/assets/share_copied-BxU9rjXG.js +602 -0
- package/dist/frontend-ssr/assets/share_toggle_password-C6OmroqR.js +202 -0
- package/dist/frontend-ssr/assets/sidebar_uncategorized-Dx-LTd5w.js +102 -0
- package/dist/frontend-ssr/assets/{tag-BmiVU_Ej.js → tag-DFh6nF9R.js} +19 -11
- package/dist/frontend-ssr/assets/{tag-store.svelte-BM1lUI_P.js → tag-store.svelte-QRysvGKe.js} +1 -1
- package/dist/frontend-ssr/assets/{tags-BQsI_6OW.js → tags-BBCoFYro.js} +1 -1
- package/dist/frontend-ssr/assets/tags_load_error-CPrc6Gzs.js +362 -0
- package/dist/frontend-ssr/assets/tags_new-VmMr9v2V.js +62 -0
- package/dist/frontend-ssr/assets/{textarea-BGrjPOgU.js → textarea-BuszTo9i.js} +2 -2
- package/dist/frontend-ssr/assets/{theme.svelte-CN3BUhJG.js → theme.svelte-shZrSxz8.js} +1 -1
- package/dist/frontend-ssr/assets/theme_system-BucaNntV.js +362 -0
- package/dist/frontend-ssr/assets/{utils-Cg_R05dR.js → utils-BK35BJKQ.js} +1 -1
- package/dist/frontend-ssr/assets/version_create_snapshot-COHzwjle.js +22 -0
- package/dist/frontend-ssr/assets/version_restored_from-CertjFDl.js +242 -0
- package/dist/frontend-ssr/assets/version_snapshot_label_placeholder-Cy_rMCij.js +222 -0
- package/dist/frontend-ssr/assets/weekday_we-DrI3U230.js +422 -0
- package/dist/frontend-ssr/components/category-dialog.js +1 -1
- package/dist/frontend-ssr/components/create-snapshot-dialog.js +1 -1
- package/dist/frontend-ssr/components/delete-dialog.js +1 -1
- package/dist/frontend-ssr/components/editor/compact-editor.js +1 -1
- package/dist/frontend-ssr/components/editor/document-editor.js +1 -1
- package/dist/frontend-ssr/components/editor/document-title.js +2 -1
- package/dist/frontend-ssr/components/editor/markdown-toggle.js +2 -2
- package/dist/frontend-ssr/components/folder-node.js +1 -1
- package/dist/frontend-ssr/components/folder-tree-selector.js +1 -1
- package/dist/frontend-ssr/components/save-as-dialog.js +12 -14
- package/dist/frontend-ssr/components/settings.js +1 -1
- package/dist/frontend-ssr/components/share-dialog.js +1 -1
- package/dist/frontend-ssr/components/sidebar.js +1 -1
- package/dist/frontend-ssr/components/tag-create-dialog.js +1 -1
- package/dist/frontend-ssr/components/version-history.js +47 -51
- package/dist/frontend-ssr/dashboard.js +243 -232
- package/dist/frontend-ssr/i18n.js +6698 -1
- package/dist/frontend-ssr/offline/identity.js +1 -1
- package/dist/frontend-ssr/search.js +28 -31
- package/dist/frontend-ssr/shared-document.js +1 -2
- package/dist/frontend-ssr/theme.js +1 -1
- package/dist/frontend-ssr/utils/dndzone.js +1 -1
- package/dist/lifecycle-runtime.js +4437 -2019
- package/dist/mcp-cli.js +1 -1
- package/dist/mcp-server.js +1 -1
- package/package.json +7 -7
- package/packages/cli/src/index.ts +1 -1
- package/packages/db/src/schema.ts +2 -0
- package/server.json +2 -2
- package/dist/frontend/CategoryDialog-bQKMpVFD.js +0 -631
- package/dist/frontend/ConfirmDialog-DF7kgkyq.js +0 -139
- package/dist/frontend/FolderNode-Cf443LBa.js +0 -298
- package/dist/frontend/HiAiEditor-CMZ-eL8s.js +0 -2992
- package/dist/frontend/ShareDialog-Bwz2y3Le.js +0 -281
- package/dist/frontend/Sidebar-C_t5RrOJ.js +0 -2101
- package/dist/frontend/dist-DQa_OHOa.js +0 -268
- package/dist/frontend/dndzone-BzsOINtP.js +0 -1199
- package/dist/frontend/messages-DTRe4U2V.js +0 -1093
- package/dist/frontend/utils-CMQRlxbx.js +0 -7
- package/dist/frontend-ssr/assets/ConfirmDialog-DrH653ua.js +0 -136
- package/dist/frontend-ssr/assets/attachments-BdkOp8ha.js +0 -93
- package/dist/frontend-ssr/assets/messages-B1TjVIH8.js +0 -11147
- package/dist/frontend-ssr/assets/share-qTqvd6Lu.js +0 -30
|
@@ -7,7 +7,8 @@ function t(t, n) {
|
|
|
7
7
|
}, n);
|
|
8
8
|
}
|
|
9
9
|
function n(t) {
|
|
10
|
-
|
|
10
|
+
let n = t?.documentId ? `?documentId=${t.documentId}` : "";
|
|
11
|
+
return e(`/api/share${n}`);
|
|
11
12
|
}
|
|
12
13
|
function r(t) {
|
|
13
14
|
return t ? e(`/api/share/${t}`) : Promise.reject(/* @__PURE__ */ Error("getShareLink: token is required"));
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/action_back.js
|
|
3
|
+
var t = () => "Back", n = ((n = {}, r = {}) => (r.locale ?? e(), t(n))), r = () => "Import", i = ((t = {}, n = {}) => (n.locale ?? e(), r(t))), a = () => "Dashboard - DocsMint", o = ((t = {}, n = {}) => (n.locale ?? e(), a(t))), s = () => "Your recent documents and quick access", c = ((t = {}, n = {}) => (n.locale ?? e(), s(t))), l = () => "Duplicate", u = ((t = {}, n = {}) => (n.locale ?? e(), l(t))), d = () => "Move to folder", f = ((t = {}, n = {}) => (n.locale ?? e(), d(t))), p = () => "Open", m = ((t = {}, n = {}) => (n.locale ?? e(), p(t))), h = () => "Open menu", g = ((t = {}, n = {}) => (n.locale ?? e(), h(t))), _ = (e) => `Updated ${e?.time}`, v = ((t, n = {}) => (n.locale ?? e(), _(t))), y = (e) => `${e?.name} - DocsMint`, b = ((t, n = {}) => (n.locale ?? e(), y(t))), x = () => "Delete this folder and all its contents? This cannot be undone.", S = ((t = {}, n = {}) => (n.locale ?? e(), x(t))), C = () => "document", w = ((t = {}, n = {}) => (n.locale ?? e(), C(t))), T = () => "documents", E = ((t = {}, n = {}) => (n.locale ?? e(), T(t))), D = () => "No folders yet", O = ((t = {}, n = {}) => (n.locale ?? e(), D(t))), ee = () => "Create a folder to organize your documents.", k = ((t = {}, n = {}) => (n.locale ?? e(), ee(t))), A = () => "Move", j = ((t = {}, n = {}) => (n.locale ?? e(), A(t))), M = () => "subfolder", N = ((t = {}, n = {}) => (n.locale ?? e(), M(t))), P = () => "subfolders", F = ((t = {}, n = {}) => (n.locale ?? e(), P(t))), I = () => "Close", L = ((t = {}, n = {}) => (n.locale ?? e(), I(t))), R = () => "Done", z = ((t = {}, n = {}) => (n.locale ?? e(), R(t))), B = () => "No files selected", V = ((t = {}, n = {}) => (n.locale ?? e(), B(t))), H = () => "Failed", U = ((t = {}, n = {}) => (n.locale ?? e(), H(t))), W = () => "Processing", G = ((t = {}, n = {}) => (n.locale ?? e(), W(t))), K = () => "Queued", q = ((t = {}, n = {}) => (n.locale ?? e(), K(t))), J = (e) => `${e?.imported} imported, ${e?.failed} failed`, Y = ((t, n = {}) => (n.locale ?? e(), J(t))), X = () => "Importing documents", Z = ((t = {}, n = {}) => (n.locale ?? e(), X(t))), Q = (e) => `${e?.done} of ${e?.total} complete`, $ = ((t, n = {}) => (n.locale ?? e(), Q(t))), te = () => "Uploading", ne = ((t = {}, n = {}) => (n.locale ?? e(), te(t))), re = () => "Copied", ie = ((t = {}, n = {}) => (n.locale ?? e(), re(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { m as C, o as D, c as E, i as O, g as S, u as T, E as _, Y as a, b, U as c, L as d, F as f, O as g, k as h, Z as i, n as k, V as l, j as m, ne as n, q as o, N as p, $ as r, G as s, ie as t, z as u, w as v, f as w, v as x, S as y };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/action_done.js
|
|
3
|
+
var t = () => "Done", n = ((n = {}, r = {}) => (r.locale ?? e(), t(n))), r = () => "Add", i = ((t = {}, n = {}) => (n.locale ?? e(), r(t))), a = () => "Copy", o = ((t = {}, n = {}) => (n.locale ?? e(), a(t))), s = () => "Create share link", c = ((t = {}, n = {}) => (n.locale ?? e(), s(t))), l = () => "Create Share Link", u = ((t = {}, n = {}) => (n.locale ?? e(), l(t))), d = () => "Creating...", f = ((t = {}, n = {}) => (n.locale ?? e(), d(t))), p = () => "Enter password", m = ((t = {}, n = {}) => (n.locale ?? e(), p(t))), h = () => "Expiration", g = ((t = {}, n = {}) => (n.locale ?? e(), h(t))), _ = () => "1 day", v = ((t = {}, n = {}) => (n.locale ?? e(), _(t))), y = () => "1 hour", b = ((t = {}, n = {}) => (n.locale ?? e(), y(t))), x = () => "30 days", S = ((t = {}, n = {}) => (n.locale ?? e(), x(t))), C = () => "7 days", w = ((t = {}, n = {}) => (n.locale ?? e(), C(t))), T = () => "Never", E = ((t = {}, n = {}) => (n.locale ?? e(), T(t))), D = () => "Guest access", O = ((t = {}, n = {}) => (n.locale ?? e(), D(t))), k = () => "Link copied!", A = ((t = {}, n = {}) => (n.locale ?? e(), k(t))), j = () => "Share link created!", M = ((t = {}, n = {}) => (n.locale ?? e(), j(t))), N = () => "Password protection", P = ((t = {}, n = {}) => (n.locale ?? e(), N(t))), F = () => "Toggle password protection", I = ((t = {}, n = {}) => (n.locale ?? e(), F(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { i as _, O as a, S as c, g as d, m as f, o as g, c as h, A as i, b as l, u as m, P as n, E as o, f as p, M as r, w as s, I as t, v as u, n as v };
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { t as e } from "./context-D0zPFXZ4.js";
|
|
2
|
-
import { t } from "./editor-content-sanitizer-
|
|
2
|
+
import { t } from "./editor-content-sanitizer-CWjqiz0T.js";
|
|
3
3
|
import "svelte/internal/disclose-version";
|
|
4
4
|
import * as n from "svelte/internal/client";
|
|
5
5
|
//#region src/lib/components/editor/shared-document.ts
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/action_copy_content.js
|
|
3
|
+
var t = () => "Copy content", n = ((n = {}, r = {}) => (r.locale ?? e(), t(n))), r = () => "Dashboard", i = ((t = {}, n = {}) => (n.locale ?? e(), r(t))), a = () => "New folder name", o = ((t = {}, n = {}) => (n.locale ?? e(), a(t))), s = () => "Delete folder", c = ((t = {}, n = {}) => (n.locale ?? e(), s(t))), l = () => "Uncategorized", u = ((t = {}, n = {}) => (n.locale ?? e(), l(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { n as a, i, c as n, o as r, u as t };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/app_name.js
|
|
3
|
+
var t = () => "DocsMint", n = ((n = {}, r = {}) => (r.locale ?? e(), t(n))), r = () => "Categories", i = ((t = {}, n = {}) => (n.locale ?? e(), r(t))), a = () => "Folders", o = ((t = {}, n = {}) => (n.locale ?? e(), a(t))), s = () => "Clear all filters", c = ((t = {}, n = {}) => (n.locale ?? e(), s(t))), l = () => "Clear filters", u = ((t = {}, n = {}) => (n.locale ?? e(), l(t))), d = () => "Close filters", f = ((t = {}, n = {}) => (n.locale ?? e(), d(t))), p = () => "From", m = ((t = {}, n = {}) => (n.locale ?? e(), p(t))), h = () => "Date range", g = ((t = {}, n = {}) => (n.locale ?? e(), h(t))), _ = () => "To", v = ((t = {}, n = {}) => (n.locale ?? e(), _(t))), y = () => "Find documents by title, content, or tags. Use filters to narrow down results.", b = ((t = {}, n = {}) => (n.locale ?? e(), y(t))), x = () => "Search your knowledge base", S = ((t = {}, n = {}) => (n.locale ?? e(), x(t))), C = () => "Filters", w = ((t = {}, n = {}) => (n.locale ?? e(), C(t))), T = () => "Folders", E = ((t = {}, n = {}) => (n.locale ?? e(), T(t))), D = () => "Search documents by title, content, or tags...", O = ((t = {}, n = {}) => (n.locale ?? e(), D(t))), k = () => "New search", A = ((t = {}, n = {}) => (n.locale ?? e(), k(t))), j = () => "Next page", M = ((t = {}, n = {}) => (n.locale ?? e(), j(t))), N = () => "No results found", P = ((t = {}, n = {}) => (n.locale ?? e(), N(t))), F = (e) => `We couldn't find anything matching "${e?.query}".`, I = ((t, n = {}) => (n.locale ?? e(), F(t))), L = () => "Try different keywords, check your spelling, or broaden your search.", R = ((t = {}, n = {}) => (n.locale ?? e(), L(t))), z = (e) => `Page ${e?.num}`, B = ((t, n = {}) => (n.locale ?? e(), z(t))), ee = () => "Search results pages", V = ((t = {}, n = {}) => (n.locale ?? e(), ee(t))), H = () => "Popular searches", U = ((t = {}, n = {}) => (n.locale ?? e(), H(t))), W = () => "Previous page", G = ((t = {}, n = {}) => (n.locale ?? e(), W(t))), K = (e) => `${e?.count} result for`, q = ((t, n = {}) => (n.locale ?? e(), K(t))), J = (e) => `${e?.count} results for`, Y = ((t, n = {}) => (n.locale ?? e(), J(t))), X = () => "Checking meaning, related concepts, and knowledge graph connections. Results will appear automatically.", Z = ((t = {}, n = {}) => (n.locale ?? e(), X(t))), Q = () => "Semantic search is still working", $ = ((t = {}, n = {}) => (n.locale ?? e(), Q(t))), te = () => "Tags", ne = ((t = {}, n = {}) => (n.locale ?? e(), te(t))), re = () => "Title match", ie = ((t = {}, n = {}) => (n.locale ?? e(), re(t))), ae = (e) => `Search: ${e?.query}`, oe = ((t, n = {}) => (n.locale ?? e(), ae(t))), se = () => "Toggle filters", ce = ((t = {}, n = {}) => (n.locale ?? e(), se(t))), le = () => "Try searching for", ue = ((t = {}, n = {}) => (n.locale ?? e(), le(t))), de = () => "Date (newest first)", fe = ((t = {}, n = {}) => (n.locale ?? e(), de(t))), pe = () => "Date (oldest first)", me = ((t = {}, n = {}) => (n.locale ?? e(), pe(t))), he = () => "Name (A-Z)", ge = ((t = {}, n = {}) => (n.locale ?? e(), he(t))), _e = () => "Name (Z-A)", ve = ((t = {}, n = {}) => (n.locale ?? e(), _e(t))), ye = () => "Relevance", be = ((t = {}, n = {}) => (n.locale ?? e(), ye(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { g as A, A as C, S as D, w as E, o as F, i as I, n as L, f as M, u as N, b as O, c as P, M as S, E as T, V as _, fe as a, I as b, oe as c, $ as d, Z as f, U as g, G as h, me as i, m as j, v as k, ie as l, q as m, ve as n, ue as o, Y as p, ge as r, ce as s, be as t, ne as u, B as v, O as w, P as x, R as y };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as e } from "./Icon-
|
|
1
|
+
import { t as e } from "./Icon-y7xxAIC6.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as t from "svelte/internal/client";
|
|
4
4
|
import "svelte/internal/flags/legacy";
|
|
5
|
-
//#region ../node_modules/.bun/lucide-svelte@0.
|
|
5
|
+
//#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/search.svelte
|
|
6
6
|
function n(n, r) {
|
|
7
7
|
let i = t.legacy_rest_props(r, [
|
|
8
8
|
"children",
|
|
@@ -26,7 +26,7 @@ function n(n, r) {
|
|
|
26
26
|
}));
|
|
27
27
|
}
|
|
28
28
|
//#endregion
|
|
29
|
-
//#region ../node_modules/.bun/lucide-svelte@0.
|
|
29
|
+
//#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/tag.svelte
|
|
30
30
|
function r(n, r) {
|
|
31
31
|
let i = t.legacy_rest_props(r, [
|
|
32
32
|
"children",
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { n as e } from "./client-GbtOH90i.js";
|
|
2
|
-
import { a as t, i as n } from "./schemas-
|
|
2
|
+
import { a as t, i as n } from "./schemas-CdPhcuru.js";
|
|
3
3
|
//#region src/lib/api/tags.ts
|
|
4
4
|
var r = n({
|
|
5
5
|
name: t().trim().min(1, "Name is required").max(50, "Name must be 50 characters or less"),
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/action_edit.js
|
|
3
|
+
var t = () => "Edit", n = ((n = {}, r = {}) => (r.locale ?? e(), t(n))), r = () => "New category", i = ((t = {}, n = {}) => (n.locale ?? e(), r(t))), a = () => "Delete", o = ((t = {}, n = {}) => (n.locale ?? e(), a(t))), s = () => "Are you sure you want to delete this document?", c = ((t = {}, n = {}) => (n.locale ?? e(), s(t))), l = () => "Document deleted", u = ((t = {}, n = {}) => (n.locale ?? e(), l(t))), d = () => "was deleted.", f = ((t = {}, n = {}) => (n.locale ?? e(), d(t))), p = () => "Tags", m = ((t = {}, n = {}) => (n.locale ?? e(), p(t))), h = () => "Folder deleted", g = ((t = {}, n = {}) => (n.locale ?? e(), h(t))), _ = () => "Its documents were moved to the root.", v = ((t = {}, n = {}) => (n.locale ?? e(), _(t))), y = () => "Folder name", b = ((t = {}, n = {}) => (n.locale ?? e(), y(t))), x = () => "Search documents...", S = ((t = {}, n = {}) => (n.locale ?? e(), x(t))), C = () => "Docs", w = ((t = {}, n = {}) => (n.locale ?? e(), C(t))), T = () => "Powered by DocsMint", E = ((t = {}, n = {}) => (n.locale ?? e(), T(t))), D = () => "Recent", O = ((t = {}, n = {}) => (n.locale ?? e(), D(t))), k = () => "add", A = ((t = {}, n = {}) => (n.locale ?? e(), k(t))), j = () => "Are you sure you want to delete this tag? This cannot be undone.", M = ((t = {}, n = {}) => (n.locale ?? e(), j(t))), N = () => "Delete tag", P = ((t = {}, n = {}) => (n.locale ?? e(), N(t))), F = () => "Failed to load tags", I = ((t = {}, n = {}) => (n.locale ?? e(), F(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { i as _, O as a, S as c, g as d, m as f, o as g, c as h, A as i, b as l, u as m, P as n, E as o, f as p, M as r, w as s, I as t, v as u, n as v };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/tags_edit.js
|
|
3
|
+
var t = () => "Edit Tag", n = ((n = {}, r = {}) => (r.locale ?? e(), t(n))), r = () => "Tag name", i = ((t = {}, n = {}) => (n.locale ?? e(), r(t))), a = () => "New Tag", o = ((t = {}, n = {}) => (n.locale ?? e(), a(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { i as n, n as r, o as t };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { t as e } from "./utils-
|
|
1
|
+
import { t as e } from "./utils-B4LKx7VS.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as t from "svelte/internal/client";
|
|
4
|
-
//#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+
|
|
4
|
+
//#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+2be6617fd6e54084/node_modules/@hiai-gg/hiai-ui/dist/components/ui/textarea/textarea.svelte
|
|
5
5
|
var n = /* @__PURE__ */ new Set([
|
|
6
6
|
"$$slots",
|
|
7
7
|
"$$events",
|
package/dist/frontend/theme.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as e from "svelte/internal/client";
|
|
2
2
|
import { tick as t } from "svelte";
|
|
3
3
|
import { browser as n } from "$app/environment";
|
|
4
|
-
//#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+
|
|
4
|
+
//#region ../node_modules/.bun/@hiai-gg+hiai-ui@0.1.3+2be6617fd6e54084/node_modules/@hiai-gg/hiai-ui/dist/lib/theme-spread.js
|
|
5
5
|
function r() {
|
|
6
6
|
return typeof window.matchMedia == "function" && window.matchMedia("(prefers-reduced-motion: reduce)").matches;
|
|
7
7
|
}
|
|
@@ -47,7 +47,7 @@ function l() {
|
|
|
47
47
|
return n ? window.matchMedia("(prefers-color-scheme: dark)").matches : !1;
|
|
48
48
|
}
|
|
49
49
|
function u(e) {
|
|
50
|
-
return e === "dark"
|
|
50
|
+
return e === "dark" || e !== "light" && l();
|
|
51
51
|
}
|
|
52
52
|
function d(e) {
|
|
53
53
|
if (!n) return;
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/auth_logout.js
|
|
3
|
+
var t = () => "Log out", n = ((n = {}, r = {}) => (r.locale ?? e(), t(n))), r = () => "Password", i = ((t = {}, n = {}) => (n.locale ?? e(), r(t))), a = () => "Password must be at least 8 characters", o = ((t = {}, n = {}) => (n.locale ?? e(), a(t))), s = () => "Passwords do not match", c = ((t = {}, n = {}) => (n.locale ?? e(), s(t))), l = () => "Change password", u = ((t = {}, n = {}) => (n.locale ?? e(), l(t))), d = () => "Confirm password", f = ((t = {}, n = {}) => (n.locale ?? e(), d(t))), p = () => "Failed to save document", m = ((t = {}, n = {}) => (n.locale ?? e(), p(t))), h = () => "New password", g = ((t = {}, n = {}) => (n.locale ?? e(), h(t))), _ = () => "Password", v = ((t = {}, n = {}) => (n.locale ?? e(), _(t))), y = () => "Account", b = ((t = {}, n = {}) => (n.locale ?? e(), y(t))), x = () => "Appearance", S = ((t = {}, n = {}) => (n.locale ?? e(), x(t))), C = () => "Email", w = ((t = {}, n = {}) => (n.locale ?? e(), C(t))), T = () => "Changing your email will affect how you log in. Make sure you have access to the new email address.", E = ((t = {}, n = {}) => (n.locale ?? e(), T(t))), D = () => "Name", O = ((t = {}, n = {}) => (n.locale ?? e(), D(t))), k = () => "Profile", A = ((t = {}, n = {}) => (n.locale ?? e(), k(t))), j = () => "Save changes", M = ((t = {}, n = {}) => (n.locale ?? e(), j(t))), N = () => "Saved!", P = ((t = {}, n = {}) => (n.locale ?? e(), N(t))), F = () => "Theme", I = ((t = {}, n = {}) => (n.locale ?? e(), F(t))), L = () => "Settings", R = ((t = {}, n = {}) => (n.locale ?? e(), L(t))), z = () => "Dark", B = ((t = {}, n = {}) => (n.locale ?? e(), z(t))), V = () => "Light", H = ((t = {}, n = {}) => (n.locale ?? e(), V(t))), U = () => "System", W = ((t = {}, n = {}) => (n.locale ?? e(), U(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { n as S, f as _, I as a, o as b, A as c, w as d, S as f, m as g, g as h, R as i, O as l, v as m, H as n, P as o, b as p, B as r, M as s, W as t, E as u, u as v, i as x, c as y };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { t as e } from "../dndzone-
|
|
1
|
+
import { t as e } from "../dndzone-BrakBHwm.js";
|
|
2
2
|
export { e as dndzone };
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { n as e,
|
|
1
|
+
import { n as e, t } from "./bundle-mjs-CZ3g1Uzr.js";
|
|
2
2
|
//#region src/lib/utils.ts
|
|
3
3
|
function n(...n) {
|
|
4
|
-
return e(
|
|
4
|
+
return t(e(n));
|
|
5
5
|
}
|
|
6
6
|
function r(e) {
|
|
7
7
|
let t = Date.now() - new Date(e).getTime(), n = Math.floor(t / 1e3);
|
package/dist/frontend/utils.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as e, t } from "./utils-
|
|
1
|
+
import { n as e, t } from "./utils-BovMJHdA.js";
|
|
2
2
|
export { t as cn, e as formatRelativeTime };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/time_days_ago.js
|
|
3
|
+
var t = (e) => `${e?.count}d ago`, n = ((n, r = {}) => (r.locale ?? e(), t(n))), r = (e) => `${e?.count}h ago`, i = ((t, n = {}) => (n.locale ?? e(), r(t))), a = (e) => `${e?.count}m ago`, o = ((t, n = {}) => (n.locale ?? e(), a(t))), s = () => "Snapshot", c = ((t = {}, n = {}) => (n.locale ?? e(), s(t))), l = () => "All", u = ((t = {}, n = {}) => (n.locale ?? e(), l(t))), d = () => "Snapshots only", f = ((t = {}, n = {}) => (n.locale ?? e(), d(t))), p = () => "No versions yet.", m = ((t = {}, n = {}) => (n.locale ?? e(), p(t))), h = () => "Version History", g = ((t = {}, n = {}) => (n.locale ?? e(), h(t))), _ = () => "Restore this version", v = ((t = {}, n = {}) => (n.locale ?? e(), _(t))), y = () => "Restore this version? Current content will be saved as a new version.", b = ((t = {}, n = {}) => (n.locale ?? e(), y(t))), x = () => "Restore", S = ((t = {}, n = {}) => (n.locale ?? e(), x(t))), C = () => "Restored from v", w = ((t = {}, n = {}) => (n.locale ?? e(), C(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { g as a, u as c, i as d, n as f, v as i, c as l, S as n, m as o, b as r, f as s, w as t, o as u };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/error_server.js
|
|
3
|
+
var t = () => "Server error. Please try again later.", n = ((n = {}, r = {}) => (r.locale ?? e(), t(n))), r = () => "Validation error", i = ((t = {}, n = {}) => (n.locale ?? e(), r(t))), a = () => "Restore failed", o = ((t = {}, n = {}) => (n.locale ?? e(), a(t))), s = () => "Create snapshot", c = ((t = {}, n = {}) => (n.locale ?? e(), s(t))), l = () => "Creating snapshot...", u = ((t = {}, n = {}) => (n.locale ?? e(), l(t))), d = () => "Description (optional)", f = ((t = {}, n = {}) => (n.locale ?? e(), d(t))), p = () => "Notes about what this snapshot captures", m = ((t = {}, n = {}) => (n.locale ?? e(), p(t))), h = () => "Save the current document state as a named snapshot you can restore later.", g = ((t = {}, n = {}) => (n.locale ?? e(), h(t))), _ = () => "Create snapshot", v = ((t = {}, n = {}) => (n.locale ?? e(), _(t))), y = () => "Snapshot label", b = ((t = {}, n = {}) => (n.locale ?? e(), y(t))), x = () => "e.g. Pre-release draft", S = ((t = {}, n = {}) => (n.locale ?? e(), x(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { m as a, c, n as d, g as i, o as l, b as n, f as o, v as r, u as s, S as t, i as u };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import { t as e } from "./runtime-CwWSo6c9.js";
|
|
2
|
+
//#region src/lib/paraglide/messages/date_picker_aria.js
|
|
3
|
+
var t = () => "Choose date", n = ((n = {}, r = {}) => (r.locale ?? e(), t(n))), r = () => "Clear", i = ((t = {}, n = {}) => (n.locale ?? e(), r(t))), a = () => "Next month", o = ((t = {}, n = {}) => (n.locale ?? e(), a(t))), s = () => "Select date", c = ((t = {}, n = {}) => (n.locale ?? e(), s(t))), l = () => "Previous month", u = ((t = {}, n = {}) => (n.locale ?? e(), l(t))), d = () => "April", f = ((t = {}, n = {}) => (n.locale ?? e(), d(t))), p = () => "August", m = ((t = {}, n = {}) => (n.locale ?? e(), p(t))), h = () => "December", g = ((t = {}, n = {}) => (n.locale ?? e(), h(t))), _ = () => "February", v = ((t = {}, n = {}) => (n.locale ?? e(), _(t))), y = () => "January", b = ((t = {}, n = {}) => (n.locale ?? e(), y(t))), x = () => "July", S = ((t = {}, n = {}) => (n.locale ?? e(), x(t))), C = () => "June", w = ((t = {}, n = {}) => (n.locale ?? e(), C(t))), T = () => "March", E = ((t = {}, n = {}) => (n.locale ?? e(), T(t))), D = () => "May", O = ((t = {}, n = {}) => (n.locale ?? e(), D(t))), k = () => "November", A = ((t = {}, n = {}) => (n.locale ?? e(), k(t))), j = () => "October", M = ((t = {}, n = {}) => (n.locale ?? e(), j(t))), N = () => "September", P = ((t = {}, n = {}) => (n.locale ?? e(), N(t))), F = () => "Documents", I = ((t = {}, n = {}) => (n.locale ?? e(), F(t))), L = () => "Fr", R = ((t = {}, n = {}) => (n.locale ?? e(), L(t))), z = () => "Mo", B = ((t = {}, n = {}) => (n.locale ?? e(), z(t))), V = () => "Sa", H = ((t = {}, n = {}) => (n.locale ?? e(), V(t))), U = () => "Su", W = ((t = {}, n = {}) => (n.locale ?? e(), U(t))), G = () => "Th", K = ((t = {}, n = {}) => (n.locale ?? e(), G(t))), q = () => "Tu", J = ((t = {}, n = {}) => (n.locale ?? e(), q(t))), Y = () => "We", X = ((t = {}, n = {}) => (n.locale ?? e(), Y(t)));
|
|
4
|
+
//#endregion
|
|
5
|
+
export { o as C, c as S, n as T, v as _, H as a, f as b, I as c, A as d, O as f, b as g, S as h, W as i, P as l, w as m, J as n, B as o, E as p, K as r, R as s, X as t, M as u, g as v, i as w, u as x, m as y };
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { t as e } from "./Icon-
|
|
1
|
+
import { t as e } from "./Icon-y7xxAIC6.js";
|
|
2
2
|
import "svelte/internal/disclose-version";
|
|
3
3
|
import * as t from "svelte/internal/client";
|
|
4
4
|
import "svelte/internal/flags/legacy";
|
|
5
|
-
//#region ../node_modules/.bun/lucide-svelte@0.
|
|
5
|
+
//#region ../node_modules/.bun/lucide-svelte@1.0.1+7a2629d9b18e82d0/node_modules/lucide-svelte/dist/icons/x.svelte
|
|
6
6
|
function n(n, r) {
|
|
7
7
|
let i = t.legacy_rest_props(r, [
|
|
8
8
|
"children",
|