uomtiles 0.1.0
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/.output/nitro.json +15 -0
- package/.output/public/_nuxt/1d1PDhA4.js +1 -0
- package/.output/public/_nuxt/3B2XYGg4.js +1 -0
- package/.output/public/_nuxt/981KwFWf.js +1 -0
- package/.output/public/_nuxt/B30dSvM4.js +1 -0
- package/.output/public/_nuxt/BN1Gp4Dm.js +1 -0
- package/.output/public/_nuxt/BQlj8Xoe.js +6 -0
- package/.output/public/_nuxt/BRkljK8J.js +1 -0
- package/.output/public/_nuxt/BSdHYVlE2.js +1 -0
- package/.output/public/_nuxt/B_MqTg2k2.js +1 -0
- package/.output/public/_nuxt/BiWblTbb2.js +64 -0
- package/.output/public/_nuxt/BrPwntMr.js +1 -0
- package/.output/public/_nuxt/BskybydR.js +1 -0
- package/.output/public/_nuxt/ByRlKR9F.js +1 -0
- package/.output/public/_nuxt/C0Zdl2EE2.js +1 -0
- package/.output/public/_nuxt/C4qlzA4o.js +1 -0
- package/.output/public/_nuxt/C7HxHbxA.js +1 -0
- package/.output/public/_nuxt/C97TfNgP.js +3 -0
- package/.output/public/_nuxt/CNs_Ozdc.js +1 -0
- package/.output/public/_nuxt/CPuhwLY1.js +1 -0
- package/.output/public/_nuxt/CVE291Pi.js +1 -0
- package/.output/public/_nuxt/C_0VY3Cv2.js +4 -0
- package/.output/public/_nuxt/Ce26t8_Y.js +1 -0
- package/.output/public/_nuxt/CfW544W5.js +1 -0
- package/.output/public/_nuxt/CgMd2Y5s.js +2 -0
- package/.output/public/_nuxt/CgdzV712.js +1 -0
- package/.output/public/_nuxt/D1wVNWS0.js +1 -0
- package/.output/public/_nuxt/DC3bhq63.js +1 -0
- package/.output/public/_nuxt/DK3Fl9T5.js +1 -0
- package/.output/public/_nuxt/DL1MZZLI.js +1 -0
- package/.output/public/_nuxt/DXm-42Fi.js +1 -0
- package/.output/public/_nuxt/Djg3Kzfv.js +1 -0
- package/.output/public/_nuxt/DkcySee1.js +1 -0
- package/.output/public/_nuxt/DmN-PKW1.js +1 -0
- package/.output/public/_nuxt/DtFVCXI9.js +1 -0
- package/.output/public/_nuxt/Dz7VMlHR.js +1 -0
- package/.output/public/_nuxt/NL65vbjG2.js +1 -0
- package/.output/public/_nuxt/Oxy7pKSk.js +3 -0
- package/.output/public/_nuxt/Pik8or8N2.js +1 -0
- package/.output/public/_nuxt/XZ59tThl.js +1 -0
- package/.output/public/_nuxt/ZpWjFsgV.js +1 -0
- package/.output/public/_nuxt/builds/latest.json +1 -0
- package/.output/public/_nuxt/builds/meta/9f85104e-738d-4a74-8daa-40b136ce17d5.json +1 -0
- package/.output/public/_nuxt/dXz6dFgW2.js +1 -0
- package/.output/public/_nuxt/entry.P6tFNE31.css +1 -0
- package/.output/public/_nuxt/error-404.Biv0P6cJ.css +1 -0
- package/.output/public/_nuxt/error-500.8ok468rV.css +1 -0
- package/.output/public/_nuxt/j0MRD-c3.js +1 -0
- package/.output/public/_nuxt/local-pixel-diff.worker-C6RdZoCq.js +2 -0
- package/.output/public/_nuxt/maplibre-gl-worker.nfnkSQvL.mjs +6 -0
- package/.output/public/_nuxt/nearest-area.worker-iSLH0Y_s.js +2 -0
- package/.output/public/_nuxt/q7DkoVkj.js +828 -0
- package/.output/public/_nuxt/raster-tile.worker-BFlOgJig.js +2 -0
- package/.output/public/_nuxt/services._3nQizF8.css +1 -0
- package/.output/public/_nuxt/sql-wasm.DfANybxk.wasm +0 -0
- package/.output/public/_nuxt/tile-diff.worker-CvWWI_eu.js +1 -0
- package/.output/public/_nuxt/zZ1EGR7Y.js +1 -0
- package/.output/public/apple-touch-icon.png +0 -0
- package/.output/public/favicon.ico +0 -0
- package/.output/public/favicon.svg +8 -0
- package/.output/public/icon-192.png +0 -0
- package/.output/public/icon-512.png +0 -0
- package/.output/public/site.webmanifest +11 -0
- package/.output/server/chunks/_/config.mjs +208 -0
- package/.output/server/chunks/_/config.mjs.map +1 -0
- package/.output/server/chunks/_/data-directory.mjs +24 -0
- package/.output/server/chunks/_/data-directory.mjs.map +1 -0
- package/.output/server/chunks/_/error-500.mjs +20 -0
- package/.output/server/chunks/_/error-500.mjs.map +1 -0
- package/.output/server/chunks/_/file-workspace.mjs +910 -0
- package/.output/server/chunks/_/file-workspace.mjs.map +1 -0
- package/.output/server/chunks/_/icons.mjs +6269 -0
- package/.output/server/chunks/_/icons.mjs.map +1 -0
- package/.output/server/chunks/_/map-service.mjs +233 -0
- package/.output/server/chunks/_/map-service.mjs.map +1 -0
- package/.output/server/chunks/_/missing-tile.mjs +104 -0
- package/.output/server/chunks/_/missing-tile.mjs.map +1 -0
- package/.output/server/chunks/_/pixel-diff.mjs +78 -0
- package/.output/server/chunks/_/pixel-diff.mjs.map +1 -0
- package/.output/server/chunks/_/uom-auth.mjs +334 -0
- package/.output/server/chunks/_/uom-auth.mjs.map +1 -0
- package/.output/server/chunks/_/uom-map.mjs +265 -0
- package/.output/server/chunks/_/uom-map.mjs.map +1 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs +5076 -0
- package/.output/server/chunks/build/Alert-0ngTJXxP.mjs.map +1 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs +569 -0
- package/.output/server/chunks/build/DashboardSidebarToggle-pncTaIJq.mjs.map +1 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs +359 -0
- package/.output/server/chunks/build/Empty-CkW3mADt.mjs.map +1 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs +207 -0
- package/.output/server/chunks/build/FocusScope-Cf0lg0zt.mjs.map +1 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs +278 -0
- package/.output/server/chunks/build/FormField-CEUZHcv7.mjs.map +1 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs +592 -0
- package/.output/server/chunks/build/Input-BeNavYXb.mjs.map +1 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs +2003 -0
- package/.output/server/chunks/build/MapBaseLayerTabs-4445J6yh.mjs.map +1 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs +1326 -0
- package/.output/server/chunks/build/Modal-DNZtVxca.mjs.map +1 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs +146 -0
- package/.output/server/chunks/build/OnlineMap-CKwiuqUY.mjs.map +1 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs +1025 -0
- package/.output/server/chunks/build/Pagination-CDHx4HTZ.mjs.map +1 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs +2066 -0
- package/.output/server/chunks/build/PopperArrow-Bqfdf2Et.mjs.map +1 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs +379 -0
- package/.output/server/chunks/build/ScrollArea-BQK3em8b.mjs.map +1 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs +1087 -0
- package/.output/server/chunks/build/Slider-D-n8Y0CX.mjs.map +1 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs +1345 -0
- package/.output/server/chunks/build/Tooltip-CkpSktvJ.mjs.map +1 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs +7 -0
- package/.output/server/chunks/build/_virtual_public-CeOptKUP.mjs.map +1 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs +1430 -0
- package/.output/server/chunks/build/advanced-D1onodoF.mjs.map +1 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs +1093 -0
- package/.output/server/chunks/build/compare-DmSAW8oA.mjs.map +1 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs +3217 -0
- package/.output/server/chunks/build/dashboard-BJxrZ19n.mjs.map +1 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs +3714 -0
- package/.output/server/chunks/build/details-CBMqXYyo.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs +86 -0
- package/.output/server/chunks/build/error-404-D9aQjJRn.mjs.map +1 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs +9 -0
- package/.output/server/chunks/build/error-404-styles.DciiguV6.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs +74 -0
- package/.output/server/chunks/build/error-500-BNyA3wrb.mjs.map +1 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs +9 -0
- package/.output/server/chunks/build/error-500-styles.C562DYMR.mjs.map +1 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs +1121 -0
- package/.output/server/chunks/build/esm-Dp2lJXbp.mjs.map +1 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs +411 -0
- package/.output/server/chunks/build/interval-BxUMpo78.mjs.map +1 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs +642 -0
- package/.output/server/chunks/build/login-lbtjN0MV.mjs.map +1 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs +220 -0
- package/.output/server/chunks/build/pages-Ba0Eixbd.mjs.map +1 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs +3005 -0
- package/.output/server/chunks/build/services-DuJwjAB8.mjs.map +1 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs +9 -0
- package/.output/server/chunks/build/services-styles.eoO16BY9.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs +915 -0
- package/.output/server/chunks/build/tasks-CyN9x492.mjs.map +1 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs +87 -0
- package/.output/server/chunks/build/tasks-D_Q5EDnn.mjs.map +1 -0
- package/.output/server/chunks/nitro/nitro.mjs +6215 -0
- package/.output/server/chunks/nitro/nitro.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/captcha.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs +27 -0
- package/.output/server/chunks/routes/api/auth/login.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/logout.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs +22 -0
- package/.output/server/chunks/routes/api/auth/map-token.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs +31 -0
- package/.output/server/chunks/routes/api/auth/send-sms.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs +21 -0
- package/.output/server/chunks/routes/api/auth/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs +44 -0
- package/.output/server/chunks/routes/api/map/base/_baseLayer/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map/live/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs +48 -0
- package/.output/server/chunks/routes/api/map/online/_layerGroup/_zoom/_tileX/_tileY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs +46 -0
- package/.output/server/chunks/routes/api/map/online-root/_layerGroup/_rootX/_rootY_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs +38 -0
- package/.output/server/chunks/routes/api/map-service/config.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs +41 -0
- package/.output/server/chunks/routes/api/map-service/file.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs +35 -0
- package/.output/server/chunks/routes/api/map-service/source.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs +32 -0
- package/.output/server/chunks/routes/api/map-service/status.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs +47 -0
- package/.output/server/chunks/routes/api/workspace/_filename/analysis.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/_filename/download.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs +42 -0
- package/.output/server/chunks/routes/api/workspace/_filename/export/_format_.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs +48 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tile.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs +45 -0
- package/.output/server/chunks/routes/api/workspace/_filename/tiles.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/_filename_.delete.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/compare/batch.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/compare.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs +33 -0
- package/.output/server/chunks/routes/api/workspace/fetch.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs +27 -0
- package/.output/server/chunks/routes/api/workspace/files.get.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs +38 -0
- package/.output/server/chunks/routes/api/workspace/files.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs +32 -0
- package/.output/server/chunks/routes/api/workspace/stop.post.mjs.map +1 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs +36 -0
- package/.output/server/chunks/routes/api/workspace/tasks.post.mjs.map +1 -0
- package/.output/server/chunks/routes/renderer.mjs +422 -0
- package/.output/server/chunks/routes/renderer.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wms.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wms.get.mjs.map +1 -0
- package/.output/server/chunks/routes/services/wmts.get.mjs +54 -0
- package/.output/server/chunks/routes/services/wmts.get.mjs.map +1 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs +4 -0
- package/.output/server/chunks/virtual/_virtual_spa-template.mjs.map +1 -0
- package/.output/server/chunks/virtual/entry.mjs +18545 -0
- package/.output/server/chunks/virtual/entry.mjs.map +1 -0
- package/.output/server/chunks/virtual/precomputed.mjs +4 -0
- package/.output/server/chunks/virtual/precomputed.mjs.map +1 -0
- package/.output/server/chunks/virtual/styles.mjs +10 -0
- package/.output/server/chunks/virtual/styles.mjs.map +1 -0
- package/.output/server/index.mjs +12 -0
- package/.output/server/index.mjs.map +1 -0
- package/.output/server/node_modules/@babel/parser/lib/index.js +14611 -0
- package/.output/server/node_modules/@babel/parser/package.json +50 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/index.js +295 -0
- package/.output/server/node_modules/@iconify/utils/lib/colors/keywords.js +701 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/common.js +75 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/format.js +39 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icon.js +47 -0
- package/.output/server/node_modules/@iconify/utils/lib/css/icons.js +128 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/bool.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/defaults.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/flip.js +17 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/customisations/rotate.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/cleanup.js +78 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/convert.js +100 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/data.js +28 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/format.js +58 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/parse.js +48 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/base.js +203 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/create.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/numbers.js +132 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/similar.js +165 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/regex/tree.js +79 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/find.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/replace/replace.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/components.js +76 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/missing.js +66 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/name.js +45 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/parse.js +103 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/similar.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/tree.js +92 -0
- package/.output/server/node_modules/@iconify/utils/lib/emoji/test/variations.js +62 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/defaults.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/merge.js +16 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/name.js +57 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/square.js +33 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon/transformations.js +12 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/convert-info.js +125 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/expand.js +19 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icon.js +25 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/get-icons.js +36 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/minify.js +91 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/parse.js +46 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/tree.js +23 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate-basic.js +42 -0
- package/.output/server/node_modules/@iconify/utils/lib/icon-set/validate.js +123 -0
- package/.output/server/node_modules/@iconify/utils/lib/index.js +52 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/custom.js +30 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/loader.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/modern.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/loader/utils.js +105 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/objects.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/strings.js +26 -0
- package/.output/server/node_modules/@iconify/utils/lib/misc/title.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/build.js +113 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/defs.js +31 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.js +13 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/html.js +9 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/id.js +41 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/inner-html.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/parse.js +67 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/pretty.js +54 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/size.js +27 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/trim.js +7 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/url.js +22 -0
- package/.output/server/node_modules/@iconify/utils/lib/svg/viewbox.js +8 -0
- package/.output/server/node_modules/@iconify/utils/package.json +119 -0
- package/.output/server/node_modules/@vue/compiler-core/dist/compiler-core.cjs.prod.js +6801 -0
- package/.output/server/node_modules/@vue/compiler-core/package.json +58 -0
- package/.output/server/node_modules/@vue/compiler-dom/dist/compiler-dom.cjs.prod.js +692 -0
- package/.output/server/node_modules/@vue/compiler-dom/package.json +57 -0
- package/.output/server/node_modules/@vue/compiler-ssr/dist/compiler-ssr.cjs.js +1420 -0
- package/.output/server/node_modules/@vue/compiler-ssr/package.json +34 -0
- package/.output/server/node_modules/@vue/reactivity/dist/reactivity.cjs.prod.js +1903 -0
- package/.output/server/node_modules/@vue/reactivity/package.json +55 -0
- package/.output/server/node_modules/@vue/runtime-core/dist/runtime-core.cjs.prod.js +6976 -0
- package/.output/server/node_modules/@vue/runtime-core/package.json +52 -0
- package/.output/server/node_modules/@vue/runtime-dom/dist/runtime-dom.cjs.prod.js +1841 -0
- package/.output/server/node_modules/@vue/runtime-dom/package.json +60 -0
- package/.output/server/node_modules/@vue/server-renderer/dist/server-renderer.cjs.prod.js +904 -0
- package/.output/server/node_modules/@vue/server-renderer/package.json +53 -0
- package/.output/server/node_modules/@vue/shared/dist/shared.cjs.prod.js +609 -0
- package/.output/server/node_modules/@vue/shared/package.json +47 -0
- package/.output/server/node_modules/consola/dist/chunks/prompt.mjs +280 -0
- package/.output/server/node_modules/consola/dist/core.mjs +512 -0
- package/.output/server/node_modules/consola/dist/index.mjs +651 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DRwqZj3T.mjs +72 -0
- package/.output/server/node_modules/consola/dist/shared/consola.DXBYu-KD.mjs +288 -0
- package/.output/server/node_modules/consola/package.json +136 -0
- package/.output/server/node_modules/devalue/index.js +17 -0
- package/.output/server/node_modules/devalue/package.json +39 -0
- package/.output/server/node_modules/devalue/src/base64.js +60 -0
- package/.output/server/node_modules/devalue/src/constants.js +12 -0
- package/.output/server/node_modules/devalue/src/operations.js +193 -0
- package/.output/server/node_modules/devalue/src/parse.js +270 -0
- package/.output/server/node_modules/devalue/src/stringify.js +428 -0
- package/.output/server/node_modules/devalue/src/uneval.js +582 -0
- package/.output/server/node_modules/devalue/src/utils.js +185 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode-codepoint.js +77 -0
- package/.output/server/node_modules/entities/dist/commonjs/decode.js +568 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-html.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/generated/decode-data-xml.js +7 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/bin-trie-flags.js +21 -0
- package/.output/server/node_modules/entities/dist/commonjs/internal/decode-shared.js +31 -0
- package/.output/server/node_modules/entities/dist/commonjs/package.json +3 -0
- package/.output/server/node_modules/entities/package.json +120 -0
- package/.output/server/node_modules/estree-walker/dist/umd/estree-walker.js +344 -0
- package/.output/server/node_modules/estree-walker/package.json +37 -0
- package/.output/server/node_modules/fflate/esm/index.mjs +2710 -0
- package/.output/server/node_modules/fflate/package.json +128 -0
- package/.output/server/node_modules/fnv1a-64/dist/index.mjs +95 -0
- package/.output/server/node_modules/fnv1a-64/package.json +75 -0
- package/.output/server/node_modules/hookable/dist/index.mjs +257 -0
- package/.output/server/node_modules/hookable/package.json +53 -0
- package/.output/server/node_modules/nostics/dist/formatters/ansi.mjs +19 -0
- package/.output/server/node_modules/nostics/dist/index.mjs +187 -0
- package/.output/server/node_modules/nostics/package.json +125 -0
- package/.output/server/node_modules/object-identity/index.js +60 -0
- package/.output/server/node_modules/object-identity/package.json +40 -0
- package/.output/server/node_modules/p-limit/index.js +104 -0
- package/.output/server/node_modules/p-limit/package.json +58 -0
- package/.output/server/node_modules/pmtiles/dist/esm/index.js +2 -0
- package/.output/server/node_modules/pmtiles/package.json +50 -0
- package/.output/server/node_modules/source-map-js/lib/array-set.js +121 -0
- package/.output/server/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/.output/server/node_modules/source-map-js/lib/base64.js +67 -0
- package/.output/server/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/.output/server/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/.output/server/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/.output/server/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/.output/server/node_modules/source-map-js/lib/source-node.js +413 -0
- package/.output/server/node_modules/source-map-js/lib/util.js +594 -0
- package/.output/server/node_modules/source-map-js/package.json +71 -0
- package/.output/server/node_modules/source-map-js/source-map.js +8 -0
- package/.output/server/node_modules/tailwindcss/dist/chunk-DCG7AFIE.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/dist/colors.mjs +1 -0
- package/.output/server/node_modules/tailwindcss/package.json +89 -0
- package/.output/server/node_modules/ufo/dist/index.mjs +645 -0
- package/.output/server/node_modules/ufo/package.json +48 -0
- package/.output/server/node_modules/unhead/dist/client.mjs +22 -0
- package/.output/server/node_modules/unhead/dist/index.mjs +52 -0
- package/.output/server/node_modules/unhead/dist/legacy.mjs +33 -0
- package/.output/server/node_modules/unhead/dist/minify.mjs +183 -0
- package/.output/server/node_modules/unhead/dist/parser.mjs +518 -0
- package/.output/server/node_modules/unhead/dist/plugins.mjs +631 -0
- package/.output/server/node_modules/unhead/dist/scripts.node.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/server.mjs +99 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BEmVMkeA.mjs +673 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BGFxPGPQ.mjs +47 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BQWSw36o.mjs +192 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bb4d5b9h.mjs +67 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.BdK3SLPN.mjs +585 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bf_fPVYA.mjs +6 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.Bm4Y6XQI.mjs +17 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.C3b2Ipoj.mjs +223 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CGPOfp5O.mjs +32 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CHEy9ana.mjs +7 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CTjuIdzk.mjs +27 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.CfKy3Kuq.mjs +196 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.D7HkBzZn.mjs +59 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.DNKiVLV7.mjs +400 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.MC5RsXLj.mjs +19 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.jEy9BmRq.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/shared/unhead.tQnRaXfX.mjs +240 -0
- package/.output/server/node_modules/unhead/dist/stream/client.mjs +28 -0
- package/.output/server/node_modules/unhead/dist/stream/iife.mjs +2 -0
- package/.output/server/node_modules/unhead/dist/stream/server.mjs +264 -0
- package/.output/server/node_modules/unhead/dist/utils.mjs +7 -0
- package/.output/server/node_modules/unhead/package.json +179 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.js +80 -0
- package/.output/server/node_modules/vue/dist/vue.cjs.prod.js +66 -0
- package/.output/server/node_modules/vue/index.js +7 -0
- package/.output/server/node_modules/vue/index.mjs +1 -0
- package/.output/server/node_modules/vue/package.json +112 -0
- package/.output/server/node_modules/vue/server-renderer/index.mjs +1 -0
- package/.output/server/node_modules/vue-bundle-renderer/dist/runtime.mjs +278 -0
- package/.output/server/node_modules/vue-bundle-renderer/package.json +54 -0
- package/.output/server/node_modules/yocto-queue/index.js +90 -0
- package/.output/server/node_modules/yocto-queue/package.json +48 -0
- package/.output/server/node_modules/zod/index.js +4 -0
- package/.output/server/node_modules/zod/package.json +135 -0
- package/.output/server/node_modules/zod/v4/classic/checks.js +1 -0
- package/.output/server/node_modules/zod/v4/classic/coerce.js +17 -0
- package/.output/server/node_modules/zod/v4/classic/compat.js +31 -0
- package/.output/server/node_modules/zod/v4/classic/errors.js +48 -0
- package/.output/server/node_modules/zod/v4/classic/external.js +20 -0
- package/.output/server/node_modules/zod/v4/classic/from-json-schema.js +599 -0
- package/.output/server/node_modules/zod/v4/classic/iso.js +30 -0
- package/.output/server/node_modules/zod/v4/classic/package.json +7 -0
- package/.output/server/node_modules/zod/v4/classic/parse.js +15 -0
- package/.output/server/node_modules/zod/v4/classic/schemas.js +1395 -0
- package/.output/server/node_modules/zod/v4/core/api.js +1087 -0
- package/.output/server/node_modules/zod/v4/core/checks.js +575 -0
- package/.output/server/node_modules/zod/v4/core/core.js +78 -0
- package/.output/server/node_modules/zod/v4/core/doc.js +35 -0
- package/.output/server/node_modules/zod/v4/core/errors.js +185 -0
- package/.output/server/node_modules/zod/v4/core/index.js +16 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-generator.js +95 -0
- package/.output/server/node_modules/zod/v4/core/json-schema-processors.js +601 -0
- package/.output/server/node_modules/zod/v4/core/json-schema.js +1 -0
- package/.output/server/node_modules/zod/v4/core/package.json +7 -0
- package/.output/server/node_modules/zod/v4/core/parse.js +93 -0
- package/.output/server/node_modules/zod/v4/core/regexes.js +139 -0
- package/.output/server/node_modules/zod/v4/core/registries.js +51 -0
- package/.output/server/node_modules/zod/v4/core/schemas.js +2239 -0
- package/.output/server/node_modules/zod/v4/core/to-json-schema.js +448 -0
- package/.output/server/node_modules/zod/v4/core/util.js +674 -0
- package/.output/server/node_modules/zod/v4/core/versions.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/ar.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/az.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/be.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/bg.js +120 -0
- package/.output/server/node_modules/zod/v4/locales/ca.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/cs.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/da.js +115 -0
- package/.output/server/node_modules/zod/v4/locales/de.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/el.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/en.js +113 -0
- package/.output/server/node_modules/zod/v4/locales/eo.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/es.js +132 -0
- package/.output/server/node_modules/zod/v4/locales/fa.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/fi.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/fr-CA.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/fr.js +125 -0
- package/.output/server/node_modules/zod/v4/locales/he.js +214 -0
- package/.output/server/node_modules/zod/v4/locales/hr.js +122 -0
- package/.output/server/node_modules/zod/v4/locales/hu.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/hy.js +147 -0
- package/.output/server/node_modules/zod/v4/locales/id.js +106 -0
- package/.output/server/node_modules/zod/v4/locales/index.js +52 -0
- package/.output/server/node_modules/zod/v4/locales/is.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/it.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ja.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/ka.js +112 -0
- package/.output/server/node_modules/zod/v4/locales/kh.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/km.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ko.js +111 -0
- package/.output/server/node_modules/zod/v4/locales/lt.js +203 -0
- package/.output/server/node_modules/zod/v4/locales/mk.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ms.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/nl.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/no.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ota.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/package.json +7 -0
- package/.output/server/node_modules/zod/v4/locales/pl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/ps.js +114 -0
- package/.output/server/node_modules/zod/v4/locales/pt.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ro.js +119 -0
- package/.output/server/node_modules/zod/v4/locales/ru.js +156 -0
- package/.output/server/node_modules/zod/v4/locales/sl.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/sv.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/ta.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/th.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/tr.js +105 -0
- package/.output/server/node_modules/zod/v4/locales/ua.js +5 -0
- package/.output/server/node_modules/zod/v4/locales/uk.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/ur.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/uz.js +110 -0
- package/.output/server/node_modules/zod/v4/locales/vi.js +108 -0
- package/.output/server/node_modules/zod/v4/locales/yo.js +107 -0
- package/.output/server/node_modules/zod/v4/locales/zh-CN.js +109 -0
- package/.output/server/node_modules/zod/v4/locales/zh-TW.js +107 -0
- package/.output/server/package.json +37 -0
- package/LICENSE +3 -0
- package/README.md +125 -0
- package/dist/src/bbox.js +55 -0
- package/dist/src/cli.js +255 -0
- package/dist/src/config.js +56 -0
- package/dist/src/core/fetch-process.js +19 -0
- package/dist/src/core/grid-renderer.js +149 -0
- package/dist/src/core/lease.js +103 -0
- package/dist/src/core/paths.js +13 -0
- package/dist/src/core/png.js +192 -0
- package/dist/src/core/raster-style.js +33 -0
- package/dist/src/core/uomtiles.js +307 -0
- package/dist/src/fetcher.js +208 -0
- package/dist/src/geographic-grid.js +162 -0
- package/dist/src/grid-crawl.js +478 -0
- package/dist/src/mask-image.js +16 -0
- package/dist/src/official-grid.js +51 -0
- package/dist/src/quality.js +30 -0
- package/dist/src/token.js +206 -0
- package/package.json +68 -0
- package/public/apple-touch-icon.png +0 -0
- package/public/favicon.ico +0 -0
- package/public/favicon.svg +8 -0
- package/public/icon-192.png +0 -0
- package/public/icon-512.png +0 -0
- package/public/site.webmanifest +11 -0
|
@@ -0,0 +1,448 @@
|
|
|
1
|
+
import { globalRegistry } from "./registries.js";
|
|
2
|
+
// function initializeContext<T extends schemas.$ZodType>(inputs: JSONSchemaGeneratorParams<T>): ToJSONSchemaContext<T> {
|
|
3
|
+
// return {
|
|
4
|
+
// processor: inputs.processor,
|
|
5
|
+
// metadataRegistry: inputs.metadata ?? globalRegistry,
|
|
6
|
+
// target: inputs.target ?? "draft-2020-12",
|
|
7
|
+
// unrepresentable: inputs.unrepresentable ?? "throw",
|
|
8
|
+
// };
|
|
9
|
+
// }
|
|
10
|
+
export function initializeContext(params) {
|
|
11
|
+
// Normalize target: convert old non-hyphenated versions to hyphenated versions
|
|
12
|
+
let target = params?.target ?? "draft-2020-12";
|
|
13
|
+
if (target === "draft-4")
|
|
14
|
+
target = "draft-04";
|
|
15
|
+
if (target === "draft-7")
|
|
16
|
+
target = "draft-07";
|
|
17
|
+
return {
|
|
18
|
+
processors: params.processors ?? {},
|
|
19
|
+
metadataRegistry: params?.metadata ?? globalRegistry,
|
|
20
|
+
target,
|
|
21
|
+
unrepresentable: params?.unrepresentable ?? "throw",
|
|
22
|
+
override: params?.override ?? (() => { }),
|
|
23
|
+
io: params?.io ?? "output",
|
|
24
|
+
counter: 0,
|
|
25
|
+
seen: new Map(),
|
|
26
|
+
cycles: params?.cycles ?? "ref",
|
|
27
|
+
reused: params?.reused ?? "inline",
|
|
28
|
+
external: params?.external ?? undefined,
|
|
29
|
+
};
|
|
30
|
+
}
|
|
31
|
+
export function process(schema, ctx, _params = { path: [], schemaPath: [] }) {
|
|
32
|
+
var _a;
|
|
33
|
+
const def = schema._zod.def;
|
|
34
|
+
// check for schema in seens
|
|
35
|
+
const seen = ctx.seen.get(schema);
|
|
36
|
+
if (seen) {
|
|
37
|
+
seen.count++;
|
|
38
|
+
// check if cycle
|
|
39
|
+
const isCycle = _params.schemaPath.includes(schema);
|
|
40
|
+
if (isCycle) {
|
|
41
|
+
seen.cycle = _params.path;
|
|
42
|
+
}
|
|
43
|
+
return seen.schema;
|
|
44
|
+
}
|
|
45
|
+
// initialize
|
|
46
|
+
const result = { schema: {}, count: 1, cycle: undefined, path: _params.path };
|
|
47
|
+
ctx.seen.set(schema, result);
|
|
48
|
+
// custom method overrides default behavior
|
|
49
|
+
const overrideSchema = schema._zod.toJSONSchema?.();
|
|
50
|
+
if (overrideSchema) {
|
|
51
|
+
result.schema = overrideSchema;
|
|
52
|
+
}
|
|
53
|
+
else {
|
|
54
|
+
const params = {
|
|
55
|
+
..._params,
|
|
56
|
+
schemaPath: [..._params.schemaPath, schema],
|
|
57
|
+
path: _params.path,
|
|
58
|
+
};
|
|
59
|
+
if (schema._zod.processJSONSchema) {
|
|
60
|
+
schema._zod.processJSONSchema(ctx, result.schema, params);
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
const _json = result.schema;
|
|
64
|
+
const processor = ctx.processors[def.type];
|
|
65
|
+
if (!processor) {
|
|
66
|
+
throw new Error(`[toJSONSchema]: Non-representable type encountered: ${def.type}`);
|
|
67
|
+
}
|
|
68
|
+
processor(schema, ctx, _json, params);
|
|
69
|
+
}
|
|
70
|
+
const parent = schema._zod.parent;
|
|
71
|
+
if (parent) {
|
|
72
|
+
// Also set ref if processor didn't (for inheritance)
|
|
73
|
+
if (!result.ref)
|
|
74
|
+
result.ref = parent;
|
|
75
|
+
process(parent, ctx, params);
|
|
76
|
+
ctx.seen.get(parent).isParent = true;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
// metadata
|
|
80
|
+
const meta = ctx.metadataRegistry.get(schema);
|
|
81
|
+
if (meta)
|
|
82
|
+
Object.assign(result.schema, meta);
|
|
83
|
+
if (ctx.io === "input" && isTransforming(schema)) {
|
|
84
|
+
// examples/defaults only apply to output type of pipe
|
|
85
|
+
delete result.schema.examples;
|
|
86
|
+
delete result.schema.default;
|
|
87
|
+
}
|
|
88
|
+
// set prefault as default
|
|
89
|
+
if (ctx.io === "input" && "_prefault" in result.schema)
|
|
90
|
+
(_a = result.schema).default ?? (_a.default = result.schema._prefault);
|
|
91
|
+
delete result.schema._prefault;
|
|
92
|
+
// pulling fresh from ctx.seen in case it was overwritten
|
|
93
|
+
const _result = ctx.seen.get(schema);
|
|
94
|
+
return _result.schema;
|
|
95
|
+
}
|
|
96
|
+
export function extractDefs(ctx, schema
|
|
97
|
+
// params: EmitParams
|
|
98
|
+
) {
|
|
99
|
+
// iterate over seen map;
|
|
100
|
+
const root = ctx.seen.get(schema);
|
|
101
|
+
if (!root)
|
|
102
|
+
throw new Error("Unprocessed schema. This is a bug in Zod.");
|
|
103
|
+
// Track ids to detect duplicates across different schemas
|
|
104
|
+
const idToSchema = new Map();
|
|
105
|
+
for (const entry of ctx.seen.entries()) {
|
|
106
|
+
const id = ctx.metadataRegistry.get(entry[0])?.id;
|
|
107
|
+
if (id) {
|
|
108
|
+
const existing = idToSchema.get(id);
|
|
109
|
+
if (existing && existing !== entry[0]) {
|
|
110
|
+
throw new Error(`Duplicate schema id "${id}" detected during JSON Schema conversion. Two different schemas cannot share the same id when converted together.`);
|
|
111
|
+
}
|
|
112
|
+
idToSchema.set(id, entry[0]);
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
// returns a ref to the schema
|
|
116
|
+
// defId will be empty if the ref points to an external schema (or #)
|
|
117
|
+
const makeURI = (entry) => {
|
|
118
|
+
// comparing the seen objects because sometimes
|
|
119
|
+
// multiple schemas map to the same seen object.
|
|
120
|
+
// e.g. lazy
|
|
121
|
+
// external is configured
|
|
122
|
+
const defsSegment = ctx.target === "draft-2020-12" ? "$defs" : "definitions";
|
|
123
|
+
if (ctx.external) {
|
|
124
|
+
const externalId = ctx.external.registry.get(entry[0])?.id; // ?? "__shared";// `__schema${ctx.counter++}`;
|
|
125
|
+
// check if schema is in the external registry
|
|
126
|
+
const uriGenerator = ctx.external.uri ?? ((id) => id);
|
|
127
|
+
if (externalId) {
|
|
128
|
+
return { ref: uriGenerator(externalId) };
|
|
129
|
+
}
|
|
130
|
+
// otherwise, add to __shared
|
|
131
|
+
const id = entry[1].defId ?? entry[1].schema.id ?? `schema${ctx.counter++}`;
|
|
132
|
+
entry[1].defId = id; // set defId so it will be reused if needed
|
|
133
|
+
return { defId: id, ref: `${uriGenerator("__shared")}#/${defsSegment}/${id}` };
|
|
134
|
+
}
|
|
135
|
+
if (entry[1] === root) {
|
|
136
|
+
return { ref: "#" };
|
|
137
|
+
}
|
|
138
|
+
// self-contained schema
|
|
139
|
+
const uriPrefix = `#`;
|
|
140
|
+
const defUriPrefix = `${uriPrefix}/${defsSegment}/`;
|
|
141
|
+
const defId = entry[1].schema.id ?? `__schema${ctx.counter++}`;
|
|
142
|
+
return { defId, ref: defUriPrefix + defId };
|
|
143
|
+
};
|
|
144
|
+
// stored cached version in `def` property
|
|
145
|
+
// remove all properties, set $ref
|
|
146
|
+
const extractToDef = (entry) => {
|
|
147
|
+
// if the schema is already a reference, do not extract it
|
|
148
|
+
if (entry[1].schema.$ref) {
|
|
149
|
+
return;
|
|
150
|
+
}
|
|
151
|
+
const seen = entry[1];
|
|
152
|
+
const { ref, defId } = makeURI(entry);
|
|
153
|
+
seen.def = { ...seen.schema };
|
|
154
|
+
// defId won't be set if the schema is a reference to an external schema
|
|
155
|
+
// or if the schema is the root schema
|
|
156
|
+
if (defId)
|
|
157
|
+
seen.defId = defId;
|
|
158
|
+
// wipe away all properties except $ref
|
|
159
|
+
const schema = seen.schema;
|
|
160
|
+
for (const key in schema) {
|
|
161
|
+
delete schema[key];
|
|
162
|
+
}
|
|
163
|
+
schema.$ref = ref;
|
|
164
|
+
};
|
|
165
|
+
// throw on cycles
|
|
166
|
+
// break cycles
|
|
167
|
+
if (ctx.cycles === "throw") {
|
|
168
|
+
for (const entry of ctx.seen.entries()) {
|
|
169
|
+
const seen = entry[1];
|
|
170
|
+
if (seen.cycle) {
|
|
171
|
+
throw new Error("Cycle detected: " +
|
|
172
|
+
`#/${seen.cycle?.join("/")}/<root>` +
|
|
173
|
+
'\n\nSet the `cycles` parameter to `"ref"` to resolve cyclical schemas with defs.');
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
// extract schemas into $defs
|
|
178
|
+
for (const entry of ctx.seen.entries()) {
|
|
179
|
+
const seen = entry[1];
|
|
180
|
+
// convert root schema to # $ref
|
|
181
|
+
if (schema === entry[0]) {
|
|
182
|
+
extractToDef(entry); // this has special handling for the root schema
|
|
183
|
+
continue;
|
|
184
|
+
}
|
|
185
|
+
// extract schemas that are in the external registry
|
|
186
|
+
if (ctx.external) {
|
|
187
|
+
const ext = ctx.external.registry.get(entry[0])?.id;
|
|
188
|
+
if (schema !== entry[0] && ext) {
|
|
189
|
+
extractToDef(entry);
|
|
190
|
+
continue;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
// extract schemas with `id` meta
|
|
194
|
+
const id = ctx.metadataRegistry.get(entry[0])?.id;
|
|
195
|
+
if (id) {
|
|
196
|
+
extractToDef(entry);
|
|
197
|
+
continue;
|
|
198
|
+
}
|
|
199
|
+
// break cycles
|
|
200
|
+
if (seen.cycle) {
|
|
201
|
+
// any
|
|
202
|
+
extractToDef(entry);
|
|
203
|
+
continue;
|
|
204
|
+
}
|
|
205
|
+
// extract reused schemas
|
|
206
|
+
if (seen.count > 1) {
|
|
207
|
+
if (ctx.reused === "ref") {
|
|
208
|
+
extractToDef(entry);
|
|
209
|
+
// biome-ignore lint:
|
|
210
|
+
continue;
|
|
211
|
+
}
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
}
|
|
215
|
+
export function finalize(ctx, schema) {
|
|
216
|
+
const root = ctx.seen.get(schema);
|
|
217
|
+
if (!root)
|
|
218
|
+
throw new Error("Unprocessed schema. This is a bug in Zod.");
|
|
219
|
+
// flatten refs - inherit properties from parent schemas
|
|
220
|
+
const flattenRef = (zodSchema) => {
|
|
221
|
+
const seen = ctx.seen.get(zodSchema);
|
|
222
|
+
// already processed
|
|
223
|
+
if (seen.ref === null)
|
|
224
|
+
return;
|
|
225
|
+
const schema = seen.def ?? seen.schema;
|
|
226
|
+
const _cached = { ...schema };
|
|
227
|
+
const ref = seen.ref;
|
|
228
|
+
seen.ref = null; // prevent infinite recursion
|
|
229
|
+
if (ref) {
|
|
230
|
+
flattenRef(ref);
|
|
231
|
+
const refSeen = ctx.seen.get(ref);
|
|
232
|
+
const refSchema = refSeen.schema;
|
|
233
|
+
// merge referenced schema into current
|
|
234
|
+
if (refSchema.$ref && (ctx.target === "draft-07" || ctx.target === "draft-04" || ctx.target === "openapi-3.0")) {
|
|
235
|
+
// older drafts can't combine $ref with other properties
|
|
236
|
+
schema.allOf = schema.allOf ?? [];
|
|
237
|
+
schema.allOf.push(refSchema);
|
|
238
|
+
}
|
|
239
|
+
else {
|
|
240
|
+
Object.assign(schema, refSchema);
|
|
241
|
+
}
|
|
242
|
+
// restore child's own properties (child wins)
|
|
243
|
+
Object.assign(schema, _cached);
|
|
244
|
+
const isParentRef = zodSchema._zod.parent === ref;
|
|
245
|
+
// For parent chain, child is a refinement - remove parent-only properties
|
|
246
|
+
if (isParentRef) {
|
|
247
|
+
for (const key in schema) {
|
|
248
|
+
if (key === "$ref" || key === "allOf")
|
|
249
|
+
continue;
|
|
250
|
+
if (!(key in _cached)) {
|
|
251
|
+
delete schema[key];
|
|
252
|
+
}
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
// When ref was extracted to $defs, remove properties that match the definition
|
|
256
|
+
if (refSchema.$ref && refSeen.def) {
|
|
257
|
+
for (const key in schema) {
|
|
258
|
+
if (key === "$ref" || key === "allOf")
|
|
259
|
+
continue;
|
|
260
|
+
if (key in refSeen.def && JSON.stringify(schema[key]) === JSON.stringify(refSeen.def[key])) {
|
|
261
|
+
delete schema[key];
|
|
262
|
+
}
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
}
|
|
266
|
+
// If parent was extracted (has $ref), propagate $ref to this schema
|
|
267
|
+
// This handles cases like: readonly().meta({id}).describe()
|
|
268
|
+
// where processor sets ref to innerType but parent should be referenced
|
|
269
|
+
const parent = zodSchema._zod.parent;
|
|
270
|
+
if (parent && parent !== ref) {
|
|
271
|
+
// Ensure parent is processed first so its def has inherited properties
|
|
272
|
+
flattenRef(parent);
|
|
273
|
+
const parentSeen = ctx.seen.get(parent);
|
|
274
|
+
if (parentSeen?.schema.$ref) {
|
|
275
|
+
schema.$ref = parentSeen.schema.$ref;
|
|
276
|
+
// De-duplicate with parent's definition
|
|
277
|
+
if (parentSeen.def) {
|
|
278
|
+
for (const key in schema) {
|
|
279
|
+
if (key === "$ref" || key === "allOf")
|
|
280
|
+
continue;
|
|
281
|
+
if (key in parentSeen.def && JSON.stringify(schema[key]) === JSON.stringify(parentSeen.def[key])) {
|
|
282
|
+
delete schema[key];
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
}
|
|
286
|
+
}
|
|
287
|
+
}
|
|
288
|
+
// execute overrides
|
|
289
|
+
ctx.override({
|
|
290
|
+
zodSchema: zodSchema,
|
|
291
|
+
jsonSchema: schema,
|
|
292
|
+
path: seen.path ?? [],
|
|
293
|
+
});
|
|
294
|
+
};
|
|
295
|
+
for (const entry of [...ctx.seen.entries()].reverse()) {
|
|
296
|
+
flattenRef(entry[0]);
|
|
297
|
+
}
|
|
298
|
+
const result = {};
|
|
299
|
+
if (ctx.target === "draft-2020-12") {
|
|
300
|
+
result.$schema = "https://json-schema.org/draft/2020-12/schema";
|
|
301
|
+
}
|
|
302
|
+
else if (ctx.target === "draft-07") {
|
|
303
|
+
result.$schema = "http://json-schema.org/draft-07/schema#";
|
|
304
|
+
}
|
|
305
|
+
else if (ctx.target === "draft-04") {
|
|
306
|
+
result.$schema = "http://json-schema.org/draft-04/schema#";
|
|
307
|
+
}
|
|
308
|
+
else if (ctx.target === "openapi-3.0") {
|
|
309
|
+
// OpenAPI 3.0 schema objects should not include a $schema property
|
|
310
|
+
}
|
|
311
|
+
else {
|
|
312
|
+
// Arbitrary string values are allowed but won't have a $schema property set
|
|
313
|
+
}
|
|
314
|
+
if (ctx.external?.uri) {
|
|
315
|
+
const id = ctx.external.registry.get(schema)?.id;
|
|
316
|
+
if (!id)
|
|
317
|
+
throw new Error("Schema is missing an `id` property");
|
|
318
|
+
result.$id = ctx.external.uri(id);
|
|
319
|
+
}
|
|
320
|
+
Object.assign(result, root.def ?? root.schema);
|
|
321
|
+
// The `id` in `.meta()` is a Zod-specific registration tag used to extract
|
|
322
|
+
// schemas into $defs — it is not user-facing JSON Schema metadata. Strip it
|
|
323
|
+
// from the output body where it would otherwise leak. The id is preserved
|
|
324
|
+
// implicitly via the $defs key (and via $ref paths).
|
|
325
|
+
const rootMetaId = ctx.metadataRegistry.get(schema)?.id;
|
|
326
|
+
if (rootMetaId !== undefined && result.id === rootMetaId)
|
|
327
|
+
delete result.id;
|
|
328
|
+
// build defs object
|
|
329
|
+
const defs = ctx.external?.defs ?? {};
|
|
330
|
+
for (const entry of ctx.seen.entries()) {
|
|
331
|
+
const seen = entry[1];
|
|
332
|
+
if (seen.def && seen.defId) {
|
|
333
|
+
if (seen.def.id === seen.defId)
|
|
334
|
+
delete seen.def.id;
|
|
335
|
+
defs[seen.defId] = seen.def;
|
|
336
|
+
}
|
|
337
|
+
}
|
|
338
|
+
// set definitions in result
|
|
339
|
+
if (ctx.external) {
|
|
340
|
+
}
|
|
341
|
+
else {
|
|
342
|
+
if (Object.keys(defs).length > 0) {
|
|
343
|
+
if (ctx.target === "draft-2020-12") {
|
|
344
|
+
result.$defs = defs;
|
|
345
|
+
}
|
|
346
|
+
else {
|
|
347
|
+
result.definitions = defs;
|
|
348
|
+
}
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
try {
|
|
352
|
+
// this "finalizes" this schema and ensures all cycles are removed
|
|
353
|
+
// each call to finalize() is functionally independent
|
|
354
|
+
// though the seen map is shared
|
|
355
|
+
const finalized = JSON.parse(JSON.stringify(result));
|
|
356
|
+
Object.defineProperty(finalized, "~standard", {
|
|
357
|
+
value: {
|
|
358
|
+
...schema["~standard"],
|
|
359
|
+
jsonSchema: {
|
|
360
|
+
input: createStandardJSONSchemaMethod(schema, "input", ctx.processors),
|
|
361
|
+
output: createStandardJSONSchemaMethod(schema, "output", ctx.processors),
|
|
362
|
+
},
|
|
363
|
+
},
|
|
364
|
+
enumerable: false,
|
|
365
|
+
writable: false,
|
|
366
|
+
});
|
|
367
|
+
return finalized;
|
|
368
|
+
}
|
|
369
|
+
catch (_err) {
|
|
370
|
+
throw new Error("Error converting schema to JSON.");
|
|
371
|
+
}
|
|
372
|
+
}
|
|
373
|
+
function isTransforming(_schema, _ctx) {
|
|
374
|
+
const ctx = _ctx ?? { seen: new Set() };
|
|
375
|
+
if (ctx.seen.has(_schema))
|
|
376
|
+
return false;
|
|
377
|
+
ctx.seen.add(_schema);
|
|
378
|
+
const def = _schema._zod.def;
|
|
379
|
+
if (def.type === "transform")
|
|
380
|
+
return true;
|
|
381
|
+
if (def.type === "array")
|
|
382
|
+
return isTransforming(def.element, ctx);
|
|
383
|
+
if (def.type === "set")
|
|
384
|
+
return isTransforming(def.valueType, ctx);
|
|
385
|
+
if (def.type === "lazy")
|
|
386
|
+
return isTransforming(def.getter(), ctx);
|
|
387
|
+
if (def.type === "promise" ||
|
|
388
|
+
def.type === "optional" ||
|
|
389
|
+
def.type === "nonoptional" ||
|
|
390
|
+
def.type === "nullable" ||
|
|
391
|
+
def.type === "readonly" ||
|
|
392
|
+
def.type === "default" ||
|
|
393
|
+
def.type === "prefault") {
|
|
394
|
+
return isTransforming(def.innerType, ctx);
|
|
395
|
+
}
|
|
396
|
+
if (def.type === "intersection") {
|
|
397
|
+
return isTransforming(def.left, ctx) || isTransforming(def.right, ctx);
|
|
398
|
+
}
|
|
399
|
+
if (def.type === "record" || def.type === "map") {
|
|
400
|
+
return isTransforming(def.keyType, ctx) || isTransforming(def.valueType, ctx);
|
|
401
|
+
}
|
|
402
|
+
if (def.type === "pipe") {
|
|
403
|
+
if (_schema._zod.traits.has("$ZodCodec"))
|
|
404
|
+
return true;
|
|
405
|
+
return isTransforming(def.in, ctx) || isTransforming(def.out, ctx);
|
|
406
|
+
}
|
|
407
|
+
if (def.type === "object") {
|
|
408
|
+
for (const key in def.shape) {
|
|
409
|
+
if (isTransforming(def.shape[key], ctx))
|
|
410
|
+
return true;
|
|
411
|
+
}
|
|
412
|
+
return false;
|
|
413
|
+
}
|
|
414
|
+
if (def.type === "union") {
|
|
415
|
+
for (const option of def.options) {
|
|
416
|
+
if (isTransforming(option, ctx))
|
|
417
|
+
return true;
|
|
418
|
+
}
|
|
419
|
+
return false;
|
|
420
|
+
}
|
|
421
|
+
if (def.type === "tuple") {
|
|
422
|
+
for (const item of def.items) {
|
|
423
|
+
if (isTransforming(item, ctx))
|
|
424
|
+
return true;
|
|
425
|
+
}
|
|
426
|
+
if (def.rest && isTransforming(def.rest, ctx))
|
|
427
|
+
return true;
|
|
428
|
+
return false;
|
|
429
|
+
}
|
|
430
|
+
return false;
|
|
431
|
+
}
|
|
432
|
+
/**
|
|
433
|
+
* Creates a toJSONSchema method for a schema instance.
|
|
434
|
+
* This encapsulates the logic of initializing context, processing, extracting defs, and finalizing.
|
|
435
|
+
*/
|
|
436
|
+
export const createToJSONSchemaMethod = (schema, processors = {}) => (params) => {
|
|
437
|
+
const ctx = initializeContext({ ...params, processors });
|
|
438
|
+
process(schema, ctx);
|
|
439
|
+
extractDefs(ctx, schema);
|
|
440
|
+
return finalize(ctx, schema);
|
|
441
|
+
};
|
|
442
|
+
export const createStandardJSONSchemaMethod = (schema, io, processors = {}) => (params) => {
|
|
443
|
+
const { libraryOptions, target } = params ?? {};
|
|
444
|
+
const ctx = initializeContext({ ...(libraryOptions ?? {}), target, io, processors });
|
|
445
|
+
process(schema, ctx);
|
|
446
|
+
extractDefs(ctx, schema);
|
|
447
|
+
return finalize(ctx, schema);
|
|
448
|
+
};
|