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,575 @@
|
|
|
1
|
+
// import { $ZodType } from "./schemas.js";
|
|
2
|
+
import * as core from "./core.js";
|
|
3
|
+
import * as regexes from "./regexes.js";
|
|
4
|
+
import * as util from "./util.js";
|
|
5
|
+
export const $ZodCheck = /*@__PURE__*/ core.$constructor("$ZodCheck", (inst, def) => {
|
|
6
|
+
var _a;
|
|
7
|
+
inst._zod ?? (inst._zod = {});
|
|
8
|
+
inst._zod.def = def;
|
|
9
|
+
(_a = inst._zod).onattach ?? (_a.onattach = []);
|
|
10
|
+
});
|
|
11
|
+
const numericOriginMap = {
|
|
12
|
+
number: "number",
|
|
13
|
+
bigint: "bigint",
|
|
14
|
+
object: "date",
|
|
15
|
+
};
|
|
16
|
+
export const $ZodCheckLessThan = /*@__PURE__*/ core.$constructor("$ZodCheckLessThan", (inst, def) => {
|
|
17
|
+
$ZodCheck.init(inst, def);
|
|
18
|
+
const origin = numericOriginMap[typeof def.value];
|
|
19
|
+
inst._zod.onattach.push((inst) => {
|
|
20
|
+
const bag = inst._zod.bag;
|
|
21
|
+
const curr = (def.inclusive ? bag.maximum : bag.exclusiveMaximum) ?? Number.POSITIVE_INFINITY;
|
|
22
|
+
if (def.value < curr) {
|
|
23
|
+
if (def.inclusive)
|
|
24
|
+
bag.maximum = def.value;
|
|
25
|
+
else
|
|
26
|
+
bag.exclusiveMaximum = def.value;
|
|
27
|
+
}
|
|
28
|
+
});
|
|
29
|
+
inst._zod.check = (payload) => {
|
|
30
|
+
if (def.inclusive ? payload.value <= def.value : payload.value < def.value) {
|
|
31
|
+
return;
|
|
32
|
+
}
|
|
33
|
+
payload.issues.push({
|
|
34
|
+
origin,
|
|
35
|
+
code: "too_big",
|
|
36
|
+
maximum: typeof def.value === "object" ? def.value.getTime() : def.value,
|
|
37
|
+
input: payload.value,
|
|
38
|
+
inclusive: def.inclusive,
|
|
39
|
+
inst,
|
|
40
|
+
continue: !def.abort,
|
|
41
|
+
});
|
|
42
|
+
};
|
|
43
|
+
});
|
|
44
|
+
export const $ZodCheckGreaterThan = /*@__PURE__*/ core.$constructor("$ZodCheckGreaterThan", (inst, def) => {
|
|
45
|
+
$ZodCheck.init(inst, def);
|
|
46
|
+
const origin = numericOriginMap[typeof def.value];
|
|
47
|
+
inst._zod.onattach.push((inst) => {
|
|
48
|
+
const bag = inst._zod.bag;
|
|
49
|
+
const curr = (def.inclusive ? bag.minimum : bag.exclusiveMinimum) ?? Number.NEGATIVE_INFINITY;
|
|
50
|
+
if (def.value > curr) {
|
|
51
|
+
if (def.inclusive)
|
|
52
|
+
bag.minimum = def.value;
|
|
53
|
+
else
|
|
54
|
+
bag.exclusiveMinimum = def.value;
|
|
55
|
+
}
|
|
56
|
+
});
|
|
57
|
+
inst._zod.check = (payload) => {
|
|
58
|
+
if (def.inclusive ? payload.value >= def.value : payload.value > def.value) {
|
|
59
|
+
return;
|
|
60
|
+
}
|
|
61
|
+
payload.issues.push({
|
|
62
|
+
origin,
|
|
63
|
+
code: "too_small",
|
|
64
|
+
minimum: typeof def.value === "object" ? def.value.getTime() : def.value,
|
|
65
|
+
input: payload.value,
|
|
66
|
+
inclusive: def.inclusive,
|
|
67
|
+
inst,
|
|
68
|
+
continue: !def.abort,
|
|
69
|
+
});
|
|
70
|
+
};
|
|
71
|
+
});
|
|
72
|
+
export const $ZodCheckMultipleOf =
|
|
73
|
+
/*@__PURE__*/ core.$constructor("$ZodCheckMultipleOf", (inst, def) => {
|
|
74
|
+
$ZodCheck.init(inst, def);
|
|
75
|
+
inst._zod.onattach.push((inst) => {
|
|
76
|
+
var _a;
|
|
77
|
+
(_a = inst._zod.bag).multipleOf ?? (_a.multipleOf = def.value);
|
|
78
|
+
});
|
|
79
|
+
inst._zod.check = (payload) => {
|
|
80
|
+
if (typeof payload.value !== typeof def.value)
|
|
81
|
+
throw new Error("Cannot mix number and bigint in multiple_of check.");
|
|
82
|
+
const isMultiple = typeof payload.value === "bigint"
|
|
83
|
+
? payload.value % def.value === BigInt(0)
|
|
84
|
+
: util.floatSafeRemainder(payload.value, def.value) === 0;
|
|
85
|
+
if (isMultiple)
|
|
86
|
+
return;
|
|
87
|
+
payload.issues.push({
|
|
88
|
+
origin: typeof payload.value,
|
|
89
|
+
code: "not_multiple_of",
|
|
90
|
+
divisor: def.value,
|
|
91
|
+
input: payload.value,
|
|
92
|
+
inst,
|
|
93
|
+
continue: !def.abort,
|
|
94
|
+
});
|
|
95
|
+
};
|
|
96
|
+
});
|
|
97
|
+
export const $ZodCheckNumberFormat = /*@__PURE__*/ core.$constructor("$ZodCheckNumberFormat", (inst, def) => {
|
|
98
|
+
$ZodCheck.init(inst, def); // no format checks
|
|
99
|
+
def.format = def.format || "float64";
|
|
100
|
+
const isInt = def.format?.includes("int");
|
|
101
|
+
const origin = isInt ? "int" : "number";
|
|
102
|
+
const [minimum, maximum] = util.NUMBER_FORMAT_RANGES[def.format];
|
|
103
|
+
inst._zod.onattach.push((inst) => {
|
|
104
|
+
const bag = inst._zod.bag;
|
|
105
|
+
bag.format = def.format;
|
|
106
|
+
bag.minimum = minimum;
|
|
107
|
+
bag.maximum = maximum;
|
|
108
|
+
if (isInt)
|
|
109
|
+
bag.pattern = regexes.integer;
|
|
110
|
+
});
|
|
111
|
+
inst._zod.check = (payload) => {
|
|
112
|
+
const input = payload.value;
|
|
113
|
+
if (isInt) {
|
|
114
|
+
if (!Number.isInteger(input)) {
|
|
115
|
+
// invalid_format issue
|
|
116
|
+
// payload.issues.push({
|
|
117
|
+
// expected: def.format,
|
|
118
|
+
// format: def.format,
|
|
119
|
+
// code: "invalid_format",
|
|
120
|
+
// input,
|
|
121
|
+
// inst,
|
|
122
|
+
// });
|
|
123
|
+
// invalid_type issue
|
|
124
|
+
payload.issues.push({
|
|
125
|
+
expected: origin,
|
|
126
|
+
format: def.format,
|
|
127
|
+
code: "invalid_type",
|
|
128
|
+
continue: false,
|
|
129
|
+
input,
|
|
130
|
+
inst,
|
|
131
|
+
});
|
|
132
|
+
return;
|
|
133
|
+
// not_multiple_of issue
|
|
134
|
+
// payload.issues.push({
|
|
135
|
+
// code: "not_multiple_of",
|
|
136
|
+
// origin: "number",
|
|
137
|
+
// input,
|
|
138
|
+
// inst,
|
|
139
|
+
// divisor: 1,
|
|
140
|
+
// });
|
|
141
|
+
}
|
|
142
|
+
if (!Number.isSafeInteger(input)) {
|
|
143
|
+
if (input > 0) {
|
|
144
|
+
// too_big
|
|
145
|
+
payload.issues.push({
|
|
146
|
+
input,
|
|
147
|
+
code: "too_big",
|
|
148
|
+
maximum: Number.MAX_SAFE_INTEGER,
|
|
149
|
+
note: "Integers must be within the safe integer range.",
|
|
150
|
+
inst,
|
|
151
|
+
origin,
|
|
152
|
+
inclusive: true,
|
|
153
|
+
continue: !def.abort,
|
|
154
|
+
});
|
|
155
|
+
}
|
|
156
|
+
else {
|
|
157
|
+
// too_small
|
|
158
|
+
payload.issues.push({
|
|
159
|
+
input,
|
|
160
|
+
code: "too_small",
|
|
161
|
+
minimum: Number.MIN_SAFE_INTEGER,
|
|
162
|
+
note: "Integers must be within the safe integer range.",
|
|
163
|
+
inst,
|
|
164
|
+
origin,
|
|
165
|
+
inclusive: true,
|
|
166
|
+
continue: !def.abort,
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
return;
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
if (input < minimum) {
|
|
173
|
+
payload.issues.push({
|
|
174
|
+
origin: "number",
|
|
175
|
+
input,
|
|
176
|
+
code: "too_small",
|
|
177
|
+
minimum,
|
|
178
|
+
inclusive: true,
|
|
179
|
+
inst,
|
|
180
|
+
continue: !def.abort,
|
|
181
|
+
});
|
|
182
|
+
}
|
|
183
|
+
if (input > maximum) {
|
|
184
|
+
payload.issues.push({
|
|
185
|
+
origin: "number",
|
|
186
|
+
input,
|
|
187
|
+
code: "too_big",
|
|
188
|
+
maximum,
|
|
189
|
+
inclusive: true,
|
|
190
|
+
inst,
|
|
191
|
+
continue: !def.abort,
|
|
192
|
+
});
|
|
193
|
+
}
|
|
194
|
+
};
|
|
195
|
+
});
|
|
196
|
+
export const $ZodCheckBigIntFormat = /*@__PURE__*/ core.$constructor("$ZodCheckBigIntFormat", (inst, def) => {
|
|
197
|
+
$ZodCheck.init(inst, def); // no format checks
|
|
198
|
+
const [minimum, maximum] = util.BIGINT_FORMAT_RANGES[def.format];
|
|
199
|
+
inst._zod.onattach.push((inst) => {
|
|
200
|
+
const bag = inst._zod.bag;
|
|
201
|
+
bag.format = def.format;
|
|
202
|
+
bag.minimum = minimum;
|
|
203
|
+
bag.maximum = maximum;
|
|
204
|
+
});
|
|
205
|
+
inst._zod.check = (payload) => {
|
|
206
|
+
const input = payload.value;
|
|
207
|
+
if (input < minimum) {
|
|
208
|
+
payload.issues.push({
|
|
209
|
+
origin: "bigint",
|
|
210
|
+
input,
|
|
211
|
+
code: "too_small",
|
|
212
|
+
minimum: minimum,
|
|
213
|
+
inclusive: true,
|
|
214
|
+
inst,
|
|
215
|
+
continue: !def.abort,
|
|
216
|
+
});
|
|
217
|
+
}
|
|
218
|
+
if (input > maximum) {
|
|
219
|
+
payload.issues.push({
|
|
220
|
+
origin: "bigint",
|
|
221
|
+
input,
|
|
222
|
+
code: "too_big",
|
|
223
|
+
maximum,
|
|
224
|
+
inclusive: true,
|
|
225
|
+
inst,
|
|
226
|
+
continue: !def.abort,
|
|
227
|
+
});
|
|
228
|
+
}
|
|
229
|
+
};
|
|
230
|
+
});
|
|
231
|
+
export const $ZodCheckMaxSize = /*@__PURE__*/ core.$constructor("$ZodCheckMaxSize", (inst, def) => {
|
|
232
|
+
var _a;
|
|
233
|
+
$ZodCheck.init(inst, def);
|
|
234
|
+
(_a = inst._zod.def).when ?? (_a.when = (payload) => {
|
|
235
|
+
const val = payload.value;
|
|
236
|
+
return !util.nullish(val) && val.size !== undefined;
|
|
237
|
+
});
|
|
238
|
+
inst._zod.onattach.push((inst) => {
|
|
239
|
+
const curr = (inst._zod.bag.maximum ?? Number.POSITIVE_INFINITY);
|
|
240
|
+
if (def.maximum < curr)
|
|
241
|
+
inst._zod.bag.maximum = def.maximum;
|
|
242
|
+
});
|
|
243
|
+
inst._zod.check = (payload) => {
|
|
244
|
+
const input = payload.value;
|
|
245
|
+
const size = input.size;
|
|
246
|
+
if (size <= def.maximum)
|
|
247
|
+
return;
|
|
248
|
+
payload.issues.push({
|
|
249
|
+
origin: util.getSizableOrigin(input),
|
|
250
|
+
code: "too_big",
|
|
251
|
+
maximum: def.maximum,
|
|
252
|
+
inclusive: true,
|
|
253
|
+
input,
|
|
254
|
+
inst,
|
|
255
|
+
continue: !def.abort,
|
|
256
|
+
});
|
|
257
|
+
};
|
|
258
|
+
});
|
|
259
|
+
export const $ZodCheckMinSize = /*@__PURE__*/ core.$constructor("$ZodCheckMinSize", (inst, def) => {
|
|
260
|
+
var _a;
|
|
261
|
+
$ZodCheck.init(inst, def);
|
|
262
|
+
(_a = inst._zod.def).when ?? (_a.when = (payload) => {
|
|
263
|
+
const val = payload.value;
|
|
264
|
+
return !util.nullish(val) && val.size !== undefined;
|
|
265
|
+
});
|
|
266
|
+
inst._zod.onattach.push((inst) => {
|
|
267
|
+
const curr = (inst._zod.bag.minimum ?? Number.NEGATIVE_INFINITY);
|
|
268
|
+
if (def.minimum > curr)
|
|
269
|
+
inst._zod.bag.minimum = def.minimum;
|
|
270
|
+
});
|
|
271
|
+
inst._zod.check = (payload) => {
|
|
272
|
+
const input = payload.value;
|
|
273
|
+
const size = input.size;
|
|
274
|
+
if (size >= def.minimum)
|
|
275
|
+
return;
|
|
276
|
+
payload.issues.push({
|
|
277
|
+
origin: util.getSizableOrigin(input),
|
|
278
|
+
code: "too_small",
|
|
279
|
+
minimum: def.minimum,
|
|
280
|
+
inclusive: true,
|
|
281
|
+
input,
|
|
282
|
+
inst,
|
|
283
|
+
continue: !def.abort,
|
|
284
|
+
});
|
|
285
|
+
};
|
|
286
|
+
});
|
|
287
|
+
export const $ZodCheckSizeEquals = /*@__PURE__*/ core.$constructor("$ZodCheckSizeEquals", (inst, def) => {
|
|
288
|
+
var _a;
|
|
289
|
+
$ZodCheck.init(inst, def);
|
|
290
|
+
(_a = inst._zod.def).when ?? (_a.when = (payload) => {
|
|
291
|
+
const val = payload.value;
|
|
292
|
+
return !util.nullish(val) && val.size !== undefined;
|
|
293
|
+
});
|
|
294
|
+
inst._zod.onattach.push((inst) => {
|
|
295
|
+
const bag = inst._zod.bag;
|
|
296
|
+
bag.minimum = def.size;
|
|
297
|
+
bag.maximum = def.size;
|
|
298
|
+
bag.size = def.size;
|
|
299
|
+
});
|
|
300
|
+
inst._zod.check = (payload) => {
|
|
301
|
+
const input = payload.value;
|
|
302
|
+
const size = input.size;
|
|
303
|
+
if (size === def.size)
|
|
304
|
+
return;
|
|
305
|
+
const tooBig = size > def.size;
|
|
306
|
+
payload.issues.push({
|
|
307
|
+
origin: util.getSizableOrigin(input),
|
|
308
|
+
...(tooBig ? { code: "too_big", maximum: def.size } : { code: "too_small", minimum: def.size }),
|
|
309
|
+
inclusive: true,
|
|
310
|
+
exact: true,
|
|
311
|
+
input: payload.value,
|
|
312
|
+
inst,
|
|
313
|
+
continue: !def.abort,
|
|
314
|
+
});
|
|
315
|
+
};
|
|
316
|
+
});
|
|
317
|
+
export const $ZodCheckMaxLength = /*@__PURE__*/ core.$constructor("$ZodCheckMaxLength", (inst, def) => {
|
|
318
|
+
var _a;
|
|
319
|
+
$ZodCheck.init(inst, def);
|
|
320
|
+
(_a = inst._zod.def).when ?? (_a.when = (payload) => {
|
|
321
|
+
const val = payload.value;
|
|
322
|
+
return !util.nullish(val) && val.length !== undefined;
|
|
323
|
+
});
|
|
324
|
+
inst._zod.onattach.push((inst) => {
|
|
325
|
+
const curr = (inst._zod.bag.maximum ?? Number.POSITIVE_INFINITY);
|
|
326
|
+
if (def.maximum < curr)
|
|
327
|
+
inst._zod.bag.maximum = def.maximum;
|
|
328
|
+
});
|
|
329
|
+
inst._zod.check = (payload) => {
|
|
330
|
+
const input = payload.value;
|
|
331
|
+
const length = input.length;
|
|
332
|
+
if (length <= def.maximum)
|
|
333
|
+
return;
|
|
334
|
+
const origin = util.getLengthableOrigin(input);
|
|
335
|
+
payload.issues.push({
|
|
336
|
+
origin,
|
|
337
|
+
code: "too_big",
|
|
338
|
+
maximum: def.maximum,
|
|
339
|
+
inclusive: true,
|
|
340
|
+
input,
|
|
341
|
+
inst,
|
|
342
|
+
continue: !def.abort,
|
|
343
|
+
});
|
|
344
|
+
};
|
|
345
|
+
});
|
|
346
|
+
export const $ZodCheckMinLength = /*@__PURE__*/ core.$constructor("$ZodCheckMinLength", (inst, def) => {
|
|
347
|
+
var _a;
|
|
348
|
+
$ZodCheck.init(inst, def);
|
|
349
|
+
(_a = inst._zod.def).when ?? (_a.when = (payload) => {
|
|
350
|
+
const val = payload.value;
|
|
351
|
+
return !util.nullish(val) && val.length !== undefined;
|
|
352
|
+
});
|
|
353
|
+
inst._zod.onattach.push((inst) => {
|
|
354
|
+
const curr = (inst._zod.bag.minimum ?? Number.NEGATIVE_INFINITY);
|
|
355
|
+
if (def.minimum > curr)
|
|
356
|
+
inst._zod.bag.minimum = def.minimum;
|
|
357
|
+
});
|
|
358
|
+
inst._zod.check = (payload) => {
|
|
359
|
+
const input = payload.value;
|
|
360
|
+
const length = input.length;
|
|
361
|
+
if (length >= def.minimum)
|
|
362
|
+
return;
|
|
363
|
+
const origin = util.getLengthableOrigin(input);
|
|
364
|
+
payload.issues.push({
|
|
365
|
+
origin,
|
|
366
|
+
code: "too_small",
|
|
367
|
+
minimum: def.minimum,
|
|
368
|
+
inclusive: true,
|
|
369
|
+
input,
|
|
370
|
+
inst,
|
|
371
|
+
continue: !def.abort,
|
|
372
|
+
});
|
|
373
|
+
};
|
|
374
|
+
});
|
|
375
|
+
export const $ZodCheckLengthEquals = /*@__PURE__*/ core.$constructor("$ZodCheckLengthEquals", (inst, def) => {
|
|
376
|
+
var _a;
|
|
377
|
+
$ZodCheck.init(inst, def);
|
|
378
|
+
(_a = inst._zod.def).when ?? (_a.when = (payload) => {
|
|
379
|
+
const val = payload.value;
|
|
380
|
+
return !util.nullish(val) && val.length !== undefined;
|
|
381
|
+
});
|
|
382
|
+
inst._zod.onattach.push((inst) => {
|
|
383
|
+
const bag = inst._zod.bag;
|
|
384
|
+
bag.minimum = def.length;
|
|
385
|
+
bag.maximum = def.length;
|
|
386
|
+
bag.length = def.length;
|
|
387
|
+
});
|
|
388
|
+
inst._zod.check = (payload) => {
|
|
389
|
+
const input = payload.value;
|
|
390
|
+
const length = input.length;
|
|
391
|
+
if (length === def.length)
|
|
392
|
+
return;
|
|
393
|
+
const origin = util.getLengthableOrigin(input);
|
|
394
|
+
const tooBig = length > def.length;
|
|
395
|
+
payload.issues.push({
|
|
396
|
+
origin,
|
|
397
|
+
...(tooBig ? { code: "too_big", maximum: def.length } : { code: "too_small", minimum: def.length }),
|
|
398
|
+
inclusive: true,
|
|
399
|
+
exact: true,
|
|
400
|
+
input: payload.value,
|
|
401
|
+
inst,
|
|
402
|
+
continue: !def.abort,
|
|
403
|
+
});
|
|
404
|
+
};
|
|
405
|
+
});
|
|
406
|
+
export const $ZodCheckStringFormat = /*@__PURE__*/ core.$constructor("$ZodCheckStringFormat", (inst, def) => {
|
|
407
|
+
var _a, _b;
|
|
408
|
+
$ZodCheck.init(inst, def);
|
|
409
|
+
inst._zod.onattach.push((inst) => {
|
|
410
|
+
const bag = inst._zod.bag;
|
|
411
|
+
bag.format = def.format;
|
|
412
|
+
if (def.pattern) {
|
|
413
|
+
bag.patterns ?? (bag.patterns = new Set());
|
|
414
|
+
bag.patterns.add(def.pattern);
|
|
415
|
+
}
|
|
416
|
+
});
|
|
417
|
+
if (def.pattern)
|
|
418
|
+
(_a = inst._zod).check ?? (_a.check = (payload) => {
|
|
419
|
+
def.pattern.lastIndex = 0;
|
|
420
|
+
if (def.pattern.test(payload.value))
|
|
421
|
+
return;
|
|
422
|
+
payload.issues.push({
|
|
423
|
+
origin: "string",
|
|
424
|
+
code: "invalid_format",
|
|
425
|
+
format: def.format,
|
|
426
|
+
input: payload.value,
|
|
427
|
+
...(def.pattern ? { pattern: def.pattern.toString() } : {}),
|
|
428
|
+
inst,
|
|
429
|
+
continue: !def.abort,
|
|
430
|
+
});
|
|
431
|
+
});
|
|
432
|
+
else
|
|
433
|
+
(_b = inst._zod).check ?? (_b.check = () => { });
|
|
434
|
+
});
|
|
435
|
+
export const $ZodCheckRegex = /*@__PURE__*/ core.$constructor("$ZodCheckRegex", (inst, def) => {
|
|
436
|
+
$ZodCheckStringFormat.init(inst, def);
|
|
437
|
+
inst._zod.check = (payload) => {
|
|
438
|
+
def.pattern.lastIndex = 0;
|
|
439
|
+
if (def.pattern.test(payload.value))
|
|
440
|
+
return;
|
|
441
|
+
payload.issues.push({
|
|
442
|
+
origin: "string",
|
|
443
|
+
code: "invalid_format",
|
|
444
|
+
format: "regex",
|
|
445
|
+
input: payload.value,
|
|
446
|
+
pattern: def.pattern.toString(),
|
|
447
|
+
inst,
|
|
448
|
+
continue: !def.abort,
|
|
449
|
+
});
|
|
450
|
+
};
|
|
451
|
+
});
|
|
452
|
+
export const $ZodCheckLowerCase = /*@__PURE__*/ core.$constructor("$ZodCheckLowerCase", (inst, def) => {
|
|
453
|
+
def.pattern ?? (def.pattern = regexes.lowercase);
|
|
454
|
+
$ZodCheckStringFormat.init(inst, def);
|
|
455
|
+
});
|
|
456
|
+
export const $ZodCheckUpperCase = /*@__PURE__*/ core.$constructor("$ZodCheckUpperCase", (inst, def) => {
|
|
457
|
+
def.pattern ?? (def.pattern = regexes.uppercase);
|
|
458
|
+
$ZodCheckStringFormat.init(inst, def);
|
|
459
|
+
});
|
|
460
|
+
export const $ZodCheckIncludes = /*@__PURE__*/ core.$constructor("$ZodCheckIncludes", (inst, def) => {
|
|
461
|
+
$ZodCheck.init(inst, def);
|
|
462
|
+
const escapedRegex = util.escapeRegex(def.includes);
|
|
463
|
+
const pattern = new RegExp(typeof def.position === "number" ? `^.{${def.position}}${escapedRegex}` : escapedRegex);
|
|
464
|
+
def.pattern = pattern;
|
|
465
|
+
inst._zod.onattach.push((inst) => {
|
|
466
|
+
const bag = inst._zod.bag;
|
|
467
|
+
bag.patterns ?? (bag.patterns = new Set());
|
|
468
|
+
bag.patterns.add(pattern);
|
|
469
|
+
});
|
|
470
|
+
inst._zod.check = (payload) => {
|
|
471
|
+
if (payload.value.includes(def.includes, def.position))
|
|
472
|
+
return;
|
|
473
|
+
payload.issues.push({
|
|
474
|
+
origin: "string",
|
|
475
|
+
code: "invalid_format",
|
|
476
|
+
format: "includes",
|
|
477
|
+
includes: def.includes,
|
|
478
|
+
input: payload.value,
|
|
479
|
+
inst,
|
|
480
|
+
continue: !def.abort,
|
|
481
|
+
});
|
|
482
|
+
};
|
|
483
|
+
});
|
|
484
|
+
export const $ZodCheckStartsWith = /*@__PURE__*/ core.$constructor("$ZodCheckStartsWith", (inst, def) => {
|
|
485
|
+
$ZodCheck.init(inst, def);
|
|
486
|
+
const pattern = new RegExp(`^${util.escapeRegex(def.prefix)}.*`);
|
|
487
|
+
def.pattern ?? (def.pattern = pattern);
|
|
488
|
+
inst._zod.onattach.push((inst) => {
|
|
489
|
+
const bag = inst._zod.bag;
|
|
490
|
+
bag.patterns ?? (bag.patterns = new Set());
|
|
491
|
+
bag.patterns.add(pattern);
|
|
492
|
+
});
|
|
493
|
+
inst._zod.check = (payload) => {
|
|
494
|
+
if (payload.value.startsWith(def.prefix))
|
|
495
|
+
return;
|
|
496
|
+
payload.issues.push({
|
|
497
|
+
origin: "string",
|
|
498
|
+
code: "invalid_format",
|
|
499
|
+
format: "starts_with",
|
|
500
|
+
prefix: def.prefix,
|
|
501
|
+
input: payload.value,
|
|
502
|
+
inst,
|
|
503
|
+
continue: !def.abort,
|
|
504
|
+
});
|
|
505
|
+
};
|
|
506
|
+
});
|
|
507
|
+
export const $ZodCheckEndsWith = /*@__PURE__*/ core.$constructor("$ZodCheckEndsWith", (inst, def) => {
|
|
508
|
+
$ZodCheck.init(inst, def);
|
|
509
|
+
const pattern = new RegExp(`.*${util.escapeRegex(def.suffix)}$`);
|
|
510
|
+
def.pattern ?? (def.pattern = pattern);
|
|
511
|
+
inst._zod.onattach.push((inst) => {
|
|
512
|
+
const bag = inst._zod.bag;
|
|
513
|
+
bag.patterns ?? (bag.patterns = new Set());
|
|
514
|
+
bag.patterns.add(pattern);
|
|
515
|
+
});
|
|
516
|
+
inst._zod.check = (payload) => {
|
|
517
|
+
if (payload.value.endsWith(def.suffix))
|
|
518
|
+
return;
|
|
519
|
+
payload.issues.push({
|
|
520
|
+
origin: "string",
|
|
521
|
+
code: "invalid_format",
|
|
522
|
+
format: "ends_with",
|
|
523
|
+
suffix: def.suffix,
|
|
524
|
+
input: payload.value,
|
|
525
|
+
inst,
|
|
526
|
+
continue: !def.abort,
|
|
527
|
+
});
|
|
528
|
+
};
|
|
529
|
+
});
|
|
530
|
+
///////////////////////////////////
|
|
531
|
+
///// $ZodCheckProperty /////
|
|
532
|
+
///////////////////////////////////
|
|
533
|
+
function handleCheckPropertyResult(result, payload, property) {
|
|
534
|
+
if (result.issues.length) {
|
|
535
|
+
payload.issues.push(...util.prefixIssues(property, result.issues));
|
|
536
|
+
}
|
|
537
|
+
}
|
|
538
|
+
export const $ZodCheckProperty = /*@__PURE__*/ core.$constructor("$ZodCheckProperty", (inst, def) => {
|
|
539
|
+
$ZodCheck.init(inst, def);
|
|
540
|
+
inst._zod.check = (payload) => {
|
|
541
|
+
const result = def.schema._zod.run({
|
|
542
|
+
value: payload.value[def.property],
|
|
543
|
+
issues: [],
|
|
544
|
+
}, {});
|
|
545
|
+
if (result instanceof Promise) {
|
|
546
|
+
return result.then((result) => handleCheckPropertyResult(result, payload, def.property));
|
|
547
|
+
}
|
|
548
|
+
handleCheckPropertyResult(result, payload, def.property);
|
|
549
|
+
return;
|
|
550
|
+
};
|
|
551
|
+
});
|
|
552
|
+
export const $ZodCheckMimeType = /*@__PURE__*/ core.$constructor("$ZodCheckMimeType", (inst, def) => {
|
|
553
|
+
$ZodCheck.init(inst, def);
|
|
554
|
+
const mimeSet = new Set(def.mime);
|
|
555
|
+
inst._zod.onattach.push((inst) => {
|
|
556
|
+
inst._zod.bag.mime = def.mime;
|
|
557
|
+
});
|
|
558
|
+
inst._zod.check = (payload) => {
|
|
559
|
+
if (mimeSet.has(payload.value.type))
|
|
560
|
+
return;
|
|
561
|
+
payload.issues.push({
|
|
562
|
+
code: "invalid_value",
|
|
563
|
+
values: def.mime,
|
|
564
|
+
input: payload.value.type,
|
|
565
|
+
inst,
|
|
566
|
+
continue: !def.abort,
|
|
567
|
+
});
|
|
568
|
+
};
|
|
569
|
+
});
|
|
570
|
+
export const $ZodCheckOverwrite = /*@__PURE__*/ core.$constructor("$ZodCheckOverwrite", (inst, def) => {
|
|
571
|
+
$ZodCheck.init(inst, def);
|
|
572
|
+
inst._zod.check = (payload) => {
|
|
573
|
+
payload.value = def.tx(payload.value);
|
|
574
|
+
};
|
|
575
|
+
});
|
|
@@ -0,0 +1,78 @@
|
|
|
1
|
+
var _a;
|
|
2
|
+
/** A special constant with type `never` */
|
|
3
|
+
export const NEVER = /*@__PURE__*/ Object.freeze({
|
|
4
|
+
status: "aborted",
|
|
5
|
+
});
|
|
6
|
+
export /*@__NO_SIDE_EFFECTS__*/ function $constructor(name, initializer, params) {
|
|
7
|
+
function init(inst, def) {
|
|
8
|
+
if (!inst._zod) {
|
|
9
|
+
Object.defineProperty(inst, "_zod", {
|
|
10
|
+
value: {
|
|
11
|
+
def,
|
|
12
|
+
constr: _,
|
|
13
|
+
traits: new Set(),
|
|
14
|
+
},
|
|
15
|
+
enumerable: false,
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
if (inst._zod.traits.has(name)) {
|
|
19
|
+
return;
|
|
20
|
+
}
|
|
21
|
+
inst._zod.traits.add(name);
|
|
22
|
+
initializer(inst, def);
|
|
23
|
+
// support prototype modifications
|
|
24
|
+
const proto = _.prototype;
|
|
25
|
+
const keys = Object.keys(proto);
|
|
26
|
+
for (let i = 0; i < keys.length; i++) {
|
|
27
|
+
const k = keys[i];
|
|
28
|
+
if (!(k in inst)) {
|
|
29
|
+
inst[k] = proto[k].bind(inst);
|
|
30
|
+
}
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
// doesn't work if Parent has a constructor with arguments
|
|
34
|
+
const Parent = params?.Parent ?? Object;
|
|
35
|
+
class Definition extends Parent {
|
|
36
|
+
}
|
|
37
|
+
Object.defineProperty(Definition, "name", { value: name });
|
|
38
|
+
function _(def) {
|
|
39
|
+
var _a;
|
|
40
|
+
const inst = params?.Parent ? new Definition() : this;
|
|
41
|
+
init(inst, def);
|
|
42
|
+
(_a = inst._zod).deferred ?? (_a.deferred = []);
|
|
43
|
+
for (const fn of inst._zod.deferred) {
|
|
44
|
+
fn();
|
|
45
|
+
}
|
|
46
|
+
return inst;
|
|
47
|
+
}
|
|
48
|
+
Object.defineProperty(_, "init", { value: init });
|
|
49
|
+
Object.defineProperty(_, Symbol.hasInstance, {
|
|
50
|
+
value: (inst) => {
|
|
51
|
+
if (params?.Parent && inst instanceof params.Parent)
|
|
52
|
+
return true;
|
|
53
|
+
return inst?._zod?.traits?.has(name);
|
|
54
|
+
},
|
|
55
|
+
});
|
|
56
|
+
Object.defineProperty(_, "name", { value: name });
|
|
57
|
+
return _;
|
|
58
|
+
}
|
|
59
|
+
////////////////////////////// UTILITIES ///////////////////////////////////////
|
|
60
|
+
export const $brand = Symbol("zod_brand");
|
|
61
|
+
export class $ZodAsyncError extends Error {
|
|
62
|
+
constructor() {
|
|
63
|
+
super(`Encountered Promise during synchronous parse. Use .parseAsync() instead.`);
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
export class $ZodEncodeError extends Error {
|
|
67
|
+
constructor(name) {
|
|
68
|
+
super(`Encountered unidirectional transform during encode: ${name}`);
|
|
69
|
+
this.name = "ZodEncodeError";
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
(_a = globalThis).__zod_globalConfig ?? (_a.__zod_globalConfig = {});
|
|
73
|
+
export const globalConfig = globalThis.__zod_globalConfig;
|
|
74
|
+
export function config(newConfig) {
|
|
75
|
+
if (newConfig)
|
|
76
|
+
Object.assign(globalConfig, newConfig);
|
|
77
|
+
return globalConfig;
|
|
78
|
+
}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
export class Doc {
|
|
2
|
+
constructor(args = []) {
|
|
3
|
+
this.content = [];
|
|
4
|
+
this.indent = 0;
|
|
5
|
+
if (this)
|
|
6
|
+
this.args = args;
|
|
7
|
+
}
|
|
8
|
+
indented(fn) {
|
|
9
|
+
this.indent += 1;
|
|
10
|
+
fn(this);
|
|
11
|
+
this.indent -= 1;
|
|
12
|
+
}
|
|
13
|
+
write(arg) {
|
|
14
|
+
if (typeof arg === "function") {
|
|
15
|
+
arg(this, { execution: "sync" });
|
|
16
|
+
arg(this, { execution: "async" });
|
|
17
|
+
return;
|
|
18
|
+
}
|
|
19
|
+
const content = arg;
|
|
20
|
+
const lines = content.split("\n").filter((x) => x);
|
|
21
|
+
const minIndent = Math.min(...lines.map((x) => x.length - x.trimStart().length));
|
|
22
|
+
const dedented = lines.map((x) => x.slice(minIndent)).map((x) => " ".repeat(this.indent * 2) + x);
|
|
23
|
+
for (const line of dedented) {
|
|
24
|
+
this.content.push(line);
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
compile() {
|
|
28
|
+
const F = Function;
|
|
29
|
+
const args = this?.args;
|
|
30
|
+
const content = this?.content ?? [``];
|
|
31
|
+
const lines = [...content.map((x) => ` ${x}`)];
|
|
32
|
+
// console.log(lines.join("\n"));
|
|
33
|
+
return new F(...args, lines.join("\n"));
|
|
34
|
+
}
|
|
35
|
+
}
|