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,512 @@
|
|
|
1
|
+
const LogLevels = {
|
|
2
|
+
silent: Number.NEGATIVE_INFINITY,
|
|
3
|
+
fatal: 0,
|
|
4
|
+
error: 0,
|
|
5
|
+
warn: 1,
|
|
6
|
+
log: 2,
|
|
7
|
+
info: 3,
|
|
8
|
+
success: 3,
|
|
9
|
+
fail: 3,
|
|
10
|
+
ready: 3,
|
|
11
|
+
start: 3,
|
|
12
|
+
box: 3,
|
|
13
|
+
debug: 4,
|
|
14
|
+
trace: 5,
|
|
15
|
+
verbose: Number.POSITIVE_INFINITY
|
|
16
|
+
};
|
|
17
|
+
const LogTypes = {
|
|
18
|
+
// Silent
|
|
19
|
+
silent: {
|
|
20
|
+
level: -1
|
|
21
|
+
},
|
|
22
|
+
// Level 0
|
|
23
|
+
fatal: {
|
|
24
|
+
level: LogLevels.fatal
|
|
25
|
+
},
|
|
26
|
+
error: {
|
|
27
|
+
level: LogLevels.error
|
|
28
|
+
},
|
|
29
|
+
// Level 1
|
|
30
|
+
warn: {
|
|
31
|
+
level: LogLevels.warn
|
|
32
|
+
},
|
|
33
|
+
// Level 2
|
|
34
|
+
log: {
|
|
35
|
+
level: LogLevels.log
|
|
36
|
+
},
|
|
37
|
+
// Level 3
|
|
38
|
+
info: {
|
|
39
|
+
level: LogLevels.info
|
|
40
|
+
},
|
|
41
|
+
success: {
|
|
42
|
+
level: LogLevels.success
|
|
43
|
+
},
|
|
44
|
+
fail: {
|
|
45
|
+
level: LogLevels.fail
|
|
46
|
+
},
|
|
47
|
+
ready: {
|
|
48
|
+
level: LogLevels.info
|
|
49
|
+
},
|
|
50
|
+
start: {
|
|
51
|
+
level: LogLevels.info
|
|
52
|
+
},
|
|
53
|
+
box: {
|
|
54
|
+
level: LogLevels.info
|
|
55
|
+
},
|
|
56
|
+
// Level 4
|
|
57
|
+
debug: {
|
|
58
|
+
level: LogLevels.debug
|
|
59
|
+
},
|
|
60
|
+
// Level 5
|
|
61
|
+
trace: {
|
|
62
|
+
level: LogLevels.trace
|
|
63
|
+
},
|
|
64
|
+
// Verbose
|
|
65
|
+
verbose: {
|
|
66
|
+
level: LogLevels.verbose
|
|
67
|
+
}
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
function isPlainObject$1(value) {
|
|
71
|
+
if (value === null || typeof value !== "object") {
|
|
72
|
+
return false;
|
|
73
|
+
}
|
|
74
|
+
const prototype = Object.getPrototypeOf(value);
|
|
75
|
+
if (prototype !== null && prototype !== Object.prototype && Object.getPrototypeOf(prototype) !== null) {
|
|
76
|
+
return false;
|
|
77
|
+
}
|
|
78
|
+
if (Symbol.iterator in value) {
|
|
79
|
+
return false;
|
|
80
|
+
}
|
|
81
|
+
if (Symbol.toStringTag in value) {
|
|
82
|
+
return Object.prototype.toString.call(value) === "[object Module]";
|
|
83
|
+
}
|
|
84
|
+
return true;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
function _defu(baseObject, defaults, namespace = ".", merger) {
|
|
88
|
+
if (!isPlainObject$1(defaults)) {
|
|
89
|
+
return _defu(baseObject, {}, namespace, merger);
|
|
90
|
+
}
|
|
91
|
+
const object = Object.assign({}, defaults);
|
|
92
|
+
for (const key in baseObject) {
|
|
93
|
+
if (key === "__proto__" || key === "constructor") {
|
|
94
|
+
continue;
|
|
95
|
+
}
|
|
96
|
+
const value = baseObject[key];
|
|
97
|
+
if (value === null || value === void 0) {
|
|
98
|
+
continue;
|
|
99
|
+
}
|
|
100
|
+
if (merger && merger(object, key, value, namespace)) {
|
|
101
|
+
continue;
|
|
102
|
+
}
|
|
103
|
+
if (Array.isArray(value) && Array.isArray(object[key])) {
|
|
104
|
+
object[key] = [...value, ...object[key]];
|
|
105
|
+
} else if (isPlainObject$1(value) && isPlainObject$1(object[key])) {
|
|
106
|
+
object[key] = _defu(
|
|
107
|
+
value,
|
|
108
|
+
object[key],
|
|
109
|
+
(namespace ? `${namespace}.` : "") + key.toString(),
|
|
110
|
+
merger
|
|
111
|
+
);
|
|
112
|
+
} else {
|
|
113
|
+
object[key] = value;
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
return object;
|
|
117
|
+
}
|
|
118
|
+
function createDefu(merger) {
|
|
119
|
+
return (...arguments_) => (
|
|
120
|
+
// eslint-disable-next-line unicorn/no-array-reduce
|
|
121
|
+
arguments_.reduce((p, c) => _defu(p, c, "", merger), {})
|
|
122
|
+
);
|
|
123
|
+
}
|
|
124
|
+
const defu = createDefu();
|
|
125
|
+
|
|
126
|
+
function isPlainObject(obj) {
|
|
127
|
+
return Object.prototype.toString.call(obj) === "[object Object]";
|
|
128
|
+
}
|
|
129
|
+
function isLogObj(arg) {
|
|
130
|
+
if (!isPlainObject(arg)) {
|
|
131
|
+
return false;
|
|
132
|
+
}
|
|
133
|
+
if (!arg.message && !arg.args) {
|
|
134
|
+
return false;
|
|
135
|
+
}
|
|
136
|
+
if (arg.stack) {
|
|
137
|
+
return false;
|
|
138
|
+
}
|
|
139
|
+
return true;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
let paused = false;
|
|
143
|
+
const queue = [];
|
|
144
|
+
class Consola {
|
|
145
|
+
options;
|
|
146
|
+
_lastLog;
|
|
147
|
+
_mockFn;
|
|
148
|
+
/**
|
|
149
|
+
* Creates an instance of Consola with specified options or defaults.
|
|
150
|
+
*
|
|
151
|
+
* @param {Partial<ConsolaOptions>} [options={}] - Configuration options for the Consola instance.
|
|
152
|
+
*/
|
|
153
|
+
constructor(options = {}) {
|
|
154
|
+
const types = options.types || LogTypes;
|
|
155
|
+
this.options = defu(
|
|
156
|
+
{
|
|
157
|
+
...options,
|
|
158
|
+
defaults: { ...options.defaults },
|
|
159
|
+
level: _normalizeLogLevel(options.level, types),
|
|
160
|
+
reporters: [...options.reporters || []]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
types: LogTypes,
|
|
164
|
+
throttle: 1e3,
|
|
165
|
+
throttleMin: 5,
|
|
166
|
+
formatOptions: {
|
|
167
|
+
date: true,
|
|
168
|
+
colors: false,
|
|
169
|
+
compact: true
|
|
170
|
+
}
|
|
171
|
+
}
|
|
172
|
+
);
|
|
173
|
+
for (const type in types) {
|
|
174
|
+
const defaults = {
|
|
175
|
+
type,
|
|
176
|
+
...this.options.defaults,
|
|
177
|
+
...types[type]
|
|
178
|
+
};
|
|
179
|
+
this[type] = this._wrapLogFn(defaults);
|
|
180
|
+
this[type].raw = this._wrapLogFn(
|
|
181
|
+
defaults,
|
|
182
|
+
true
|
|
183
|
+
);
|
|
184
|
+
}
|
|
185
|
+
if (this.options.mockFn) {
|
|
186
|
+
this.mockTypes();
|
|
187
|
+
}
|
|
188
|
+
this._lastLog = {};
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Gets the current log level of the Consola instance.
|
|
192
|
+
*
|
|
193
|
+
* @returns {number} The current log level.
|
|
194
|
+
*/
|
|
195
|
+
get level() {
|
|
196
|
+
return this.options.level;
|
|
197
|
+
}
|
|
198
|
+
/**
|
|
199
|
+
* Sets the minimum log level that will be output by the instance.
|
|
200
|
+
*
|
|
201
|
+
* @param {number} level - The new log level to set.
|
|
202
|
+
*/
|
|
203
|
+
set level(level) {
|
|
204
|
+
this.options.level = _normalizeLogLevel(
|
|
205
|
+
level,
|
|
206
|
+
this.options.types,
|
|
207
|
+
this.options.level
|
|
208
|
+
);
|
|
209
|
+
}
|
|
210
|
+
/**
|
|
211
|
+
* Displays a prompt to the user and returns the response.
|
|
212
|
+
* Throw an error if `prompt` is not supported by the current configuration.
|
|
213
|
+
*
|
|
214
|
+
* @template T
|
|
215
|
+
* @param {string} message - The message to display in the prompt.
|
|
216
|
+
* @param {T} [opts] - Optional options for the prompt. See {@link PromptOptions}.
|
|
217
|
+
* @returns {promise<T>} A promise that infer with the prompt options. See {@link PromptOptions}.
|
|
218
|
+
*/
|
|
219
|
+
prompt(message, opts) {
|
|
220
|
+
if (!this.options.prompt) {
|
|
221
|
+
throw new Error("prompt is not supported!");
|
|
222
|
+
}
|
|
223
|
+
return this.options.prompt(message, opts);
|
|
224
|
+
}
|
|
225
|
+
/**
|
|
226
|
+
* Creates a new instance of Consola, inheriting options from the current instance, with possible overrides.
|
|
227
|
+
*
|
|
228
|
+
* @param {Partial<ConsolaOptions>} options - Optional overrides for the new instance. See {@link ConsolaOptions}.
|
|
229
|
+
* @returns {ConsolaInstance} A new Consola instance. See {@link ConsolaInstance}.
|
|
230
|
+
*/
|
|
231
|
+
create(options) {
|
|
232
|
+
const instance = new Consola({
|
|
233
|
+
...this.options,
|
|
234
|
+
...options
|
|
235
|
+
});
|
|
236
|
+
if (this._mockFn) {
|
|
237
|
+
instance.mockTypes(this._mockFn);
|
|
238
|
+
}
|
|
239
|
+
return instance;
|
|
240
|
+
}
|
|
241
|
+
/**
|
|
242
|
+
* Creates a new Consola instance with the specified default log object properties.
|
|
243
|
+
*
|
|
244
|
+
* @param {InputLogObject} defaults - Default properties to include in any log from the new instance. See {@link InputLogObject}.
|
|
245
|
+
* @returns {ConsolaInstance} A new Consola instance. See {@link ConsolaInstance}.
|
|
246
|
+
*/
|
|
247
|
+
withDefaults(defaults) {
|
|
248
|
+
return this.create({
|
|
249
|
+
...this.options,
|
|
250
|
+
defaults: {
|
|
251
|
+
...this.options.defaults,
|
|
252
|
+
...defaults
|
|
253
|
+
}
|
|
254
|
+
});
|
|
255
|
+
}
|
|
256
|
+
/**
|
|
257
|
+
* Creates a new Consola instance with a specified tag, which will be included in every log.
|
|
258
|
+
*
|
|
259
|
+
* @param {string} tag - The tag to include in each log of the new instance.
|
|
260
|
+
* @returns {ConsolaInstance} A new Consola instance. See {@link ConsolaInstance}.
|
|
261
|
+
*/
|
|
262
|
+
withTag(tag) {
|
|
263
|
+
return this.withDefaults({
|
|
264
|
+
tag: this.options.defaults.tag ? this.options.defaults.tag + ":" + tag : tag
|
|
265
|
+
});
|
|
266
|
+
}
|
|
267
|
+
/**
|
|
268
|
+
* Adds a custom reporter to the Consola instance.
|
|
269
|
+
* Reporters will be called for each log message, depending on their implementation and log level.
|
|
270
|
+
*
|
|
271
|
+
* @param {ConsolaReporter} reporter - The reporter to add. See {@link ConsolaReporter}.
|
|
272
|
+
* @returns {Consola} The current Consola instance.
|
|
273
|
+
*/
|
|
274
|
+
addReporter(reporter) {
|
|
275
|
+
this.options.reporters.push(reporter);
|
|
276
|
+
return this;
|
|
277
|
+
}
|
|
278
|
+
/**
|
|
279
|
+
* Removes a custom reporter from the Consola instance.
|
|
280
|
+
* If no reporter is specified, all reporters will be removed.
|
|
281
|
+
*
|
|
282
|
+
* @param {ConsolaReporter} reporter - The reporter to remove. See {@link ConsolaReporter}.
|
|
283
|
+
* @returns {Consola} The current Consola instance.
|
|
284
|
+
*/
|
|
285
|
+
removeReporter(reporter) {
|
|
286
|
+
if (reporter) {
|
|
287
|
+
const i = this.options.reporters.indexOf(reporter);
|
|
288
|
+
if (i !== -1) {
|
|
289
|
+
return this.options.reporters.splice(i, 1);
|
|
290
|
+
}
|
|
291
|
+
} else {
|
|
292
|
+
this.options.reporters.splice(0);
|
|
293
|
+
}
|
|
294
|
+
return this;
|
|
295
|
+
}
|
|
296
|
+
/**
|
|
297
|
+
* Replaces all reporters of the Consola instance with the specified array of reporters.
|
|
298
|
+
*
|
|
299
|
+
* @param {ConsolaReporter[]} reporters - The new reporters to set. See {@link ConsolaReporter}.
|
|
300
|
+
* @returns {Consola} The current Consola instance.
|
|
301
|
+
*/
|
|
302
|
+
setReporters(reporters) {
|
|
303
|
+
this.options.reporters = Array.isArray(reporters) ? reporters : [reporters];
|
|
304
|
+
return this;
|
|
305
|
+
}
|
|
306
|
+
wrapAll() {
|
|
307
|
+
this.wrapConsole();
|
|
308
|
+
this.wrapStd();
|
|
309
|
+
}
|
|
310
|
+
restoreAll() {
|
|
311
|
+
this.restoreConsole();
|
|
312
|
+
this.restoreStd();
|
|
313
|
+
}
|
|
314
|
+
/**
|
|
315
|
+
* Overrides console methods with Consola logging methods for consistent logging.
|
|
316
|
+
*/
|
|
317
|
+
wrapConsole() {
|
|
318
|
+
for (const type in this.options.types) {
|
|
319
|
+
if (!console["__" + type]) {
|
|
320
|
+
console["__" + type] = console[type];
|
|
321
|
+
}
|
|
322
|
+
console[type] = this[type].raw;
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
/**
|
|
326
|
+
* Restores the original console methods, removing Consola overrides.
|
|
327
|
+
*/
|
|
328
|
+
restoreConsole() {
|
|
329
|
+
for (const type in this.options.types) {
|
|
330
|
+
if (console["__" + type]) {
|
|
331
|
+
console[type] = console["__" + type];
|
|
332
|
+
delete console["__" + type];
|
|
333
|
+
}
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
/**
|
|
337
|
+
* Overrides standard output and error streams to redirect them through Consola.
|
|
338
|
+
*/
|
|
339
|
+
wrapStd() {
|
|
340
|
+
this._wrapStream(this.options.stdout, "log");
|
|
341
|
+
this._wrapStream(this.options.stderr, "log");
|
|
342
|
+
}
|
|
343
|
+
_wrapStream(stream, type) {
|
|
344
|
+
if (!stream) {
|
|
345
|
+
return;
|
|
346
|
+
}
|
|
347
|
+
if (!stream.__write) {
|
|
348
|
+
stream.__write = stream.write;
|
|
349
|
+
}
|
|
350
|
+
stream.write = (data) => {
|
|
351
|
+
this[type].raw(String(data).trim());
|
|
352
|
+
};
|
|
353
|
+
}
|
|
354
|
+
/**
|
|
355
|
+
* Restores the original standard output and error streams, removing the Consola redirection.
|
|
356
|
+
*/
|
|
357
|
+
restoreStd() {
|
|
358
|
+
this._restoreStream(this.options.stdout);
|
|
359
|
+
this._restoreStream(this.options.stderr);
|
|
360
|
+
}
|
|
361
|
+
_restoreStream(stream) {
|
|
362
|
+
if (!stream) {
|
|
363
|
+
return;
|
|
364
|
+
}
|
|
365
|
+
if (stream.__write) {
|
|
366
|
+
stream.write = stream.__write;
|
|
367
|
+
delete stream.__write;
|
|
368
|
+
}
|
|
369
|
+
}
|
|
370
|
+
/**
|
|
371
|
+
* Pauses logging, queues incoming logs until resumed.
|
|
372
|
+
*/
|
|
373
|
+
pauseLogs() {
|
|
374
|
+
paused = true;
|
|
375
|
+
}
|
|
376
|
+
/**
|
|
377
|
+
* Resumes logging, processing any queued logs.
|
|
378
|
+
*/
|
|
379
|
+
resumeLogs() {
|
|
380
|
+
paused = false;
|
|
381
|
+
const _queue = queue.splice(0);
|
|
382
|
+
for (const item of _queue) {
|
|
383
|
+
item[0]._logFn(item[1], item[2]);
|
|
384
|
+
}
|
|
385
|
+
}
|
|
386
|
+
/**
|
|
387
|
+
* Replaces logging methods with mocks if a mock function is provided.
|
|
388
|
+
*
|
|
389
|
+
* @param {ConsolaOptions["mockFn"]} mockFn - The function to use for mocking logging methods. See {@link ConsolaOptions["mockFn"]}.
|
|
390
|
+
*/
|
|
391
|
+
mockTypes(mockFn) {
|
|
392
|
+
const _mockFn = mockFn || this.options.mockFn;
|
|
393
|
+
this._mockFn = _mockFn;
|
|
394
|
+
if (typeof _mockFn !== "function") {
|
|
395
|
+
return;
|
|
396
|
+
}
|
|
397
|
+
for (const type in this.options.types) {
|
|
398
|
+
this[type] = _mockFn(type, this.options.types[type]) || this[type];
|
|
399
|
+
this[type].raw = this[type];
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
_wrapLogFn(defaults, isRaw) {
|
|
403
|
+
return (...args) => {
|
|
404
|
+
if (paused) {
|
|
405
|
+
queue.push([this, defaults, args, isRaw]);
|
|
406
|
+
return;
|
|
407
|
+
}
|
|
408
|
+
return this._logFn(defaults, args, isRaw);
|
|
409
|
+
};
|
|
410
|
+
}
|
|
411
|
+
_logFn(defaults, args, isRaw) {
|
|
412
|
+
if ((defaults.level || 0) > this.level) {
|
|
413
|
+
return false;
|
|
414
|
+
}
|
|
415
|
+
const logObj = {
|
|
416
|
+
date: /* @__PURE__ */ new Date(),
|
|
417
|
+
args: [],
|
|
418
|
+
...defaults,
|
|
419
|
+
level: _normalizeLogLevel(defaults.level, this.options.types)
|
|
420
|
+
};
|
|
421
|
+
if (!isRaw && args.length === 1 && isLogObj(args[0])) {
|
|
422
|
+
Object.assign(logObj, args[0]);
|
|
423
|
+
} else {
|
|
424
|
+
logObj.args = [...args];
|
|
425
|
+
}
|
|
426
|
+
if (logObj.message) {
|
|
427
|
+
logObj.args.unshift(logObj.message);
|
|
428
|
+
delete logObj.message;
|
|
429
|
+
}
|
|
430
|
+
if (logObj.additional) {
|
|
431
|
+
if (!Array.isArray(logObj.additional)) {
|
|
432
|
+
logObj.additional = logObj.additional.split("\n");
|
|
433
|
+
}
|
|
434
|
+
logObj.args.push("\n" + logObj.additional.join("\n"));
|
|
435
|
+
delete logObj.additional;
|
|
436
|
+
}
|
|
437
|
+
logObj.type = typeof logObj.type === "string" ? logObj.type.toLowerCase() : "log";
|
|
438
|
+
logObj.tag = typeof logObj.tag === "string" ? logObj.tag : "";
|
|
439
|
+
const resolveLog = (newLog = false) => {
|
|
440
|
+
const repeated = (this._lastLog.count || 0) - this.options.throttleMin;
|
|
441
|
+
if (this._lastLog.object && repeated > 0) {
|
|
442
|
+
const args2 = [...this._lastLog.object.args];
|
|
443
|
+
if (repeated > 1) {
|
|
444
|
+
args2.push(`(repeated ${repeated} times)`);
|
|
445
|
+
}
|
|
446
|
+
this._log({ ...this._lastLog.object, args: args2 });
|
|
447
|
+
this._lastLog.count = 1;
|
|
448
|
+
}
|
|
449
|
+
if (newLog) {
|
|
450
|
+
this._lastLog.object = logObj;
|
|
451
|
+
this._log(logObj);
|
|
452
|
+
}
|
|
453
|
+
};
|
|
454
|
+
clearTimeout(this._lastLog.timeout);
|
|
455
|
+
const diffTime = this._lastLog.time && logObj.date ? logObj.date.getTime() - this._lastLog.time.getTime() : 0;
|
|
456
|
+
this._lastLog.time = logObj.date;
|
|
457
|
+
if (diffTime < this.options.throttle) {
|
|
458
|
+
try {
|
|
459
|
+
const serializedLog = JSON.stringify([
|
|
460
|
+
logObj.type,
|
|
461
|
+
logObj.tag,
|
|
462
|
+
logObj.args
|
|
463
|
+
]);
|
|
464
|
+
const isSameLog = this._lastLog.serialized === serializedLog;
|
|
465
|
+
this._lastLog.serialized = serializedLog;
|
|
466
|
+
if (isSameLog) {
|
|
467
|
+
this._lastLog.count = (this._lastLog.count || 0) + 1;
|
|
468
|
+
if (this._lastLog.count > this.options.throttleMin) {
|
|
469
|
+
this._lastLog.timeout = setTimeout(
|
|
470
|
+
resolveLog,
|
|
471
|
+
this.options.throttle
|
|
472
|
+
);
|
|
473
|
+
return;
|
|
474
|
+
}
|
|
475
|
+
}
|
|
476
|
+
} catch {
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
resolveLog(true);
|
|
480
|
+
}
|
|
481
|
+
_log(logObj) {
|
|
482
|
+
for (const reporter of this.options.reporters) {
|
|
483
|
+
reporter.log(logObj, {
|
|
484
|
+
options: this.options
|
|
485
|
+
});
|
|
486
|
+
}
|
|
487
|
+
}
|
|
488
|
+
}
|
|
489
|
+
function _normalizeLogLevel(input, types = {}, defaultLevel = 3) {
|
|
490
|
+
if (input === void 0) {
|
|
491
|
+
return defaultLevel;
|
|
492
|
+
}
|
|
493
|
+
if (typeof input === "number") {
|
|
494
|
+
return input;
|
|
495
|
+
}
|
|
496
|
+
if (types[input] && types[input].level !== void 0) {
|
|
497
|
+
return types[input].level;
|
|
498
|
+
}
|
|
499
|
+
return defaultLevel;
|
|
500
|
+
}
|
|
501
|
+
Consola.prototype.add = Consola.prototype.addReporter;
|
|
502
|
+
Consola.prototype.remove = Consola.prototype.removeReporter;
|
|
503
|
+
Consola.prototype.clear = Consola.prototype.removeReporter;
|
|
504
|
+
Consola.prototype.withScope = Consola.prototype.withTag;
|
|
505
|
+
Consola.prototype.mock = Consola.prototype.mockTypes;
|
|
506
|
+
Consola.prototype.pause = Consola.prototype.pauseLogs;
|
|
507
|
+
Consola.prototype.resume = Consola.prototype.resumeLogs;
|
|
508
|
+
function createConsola(options = {}) {
|
|
509
|
+
return new Consola(options);
|
|
510
|
+
}
|
|
511
|
+
|
|
512
|
+
export { Consola, LogLevels, LogTypes, createConsola };
|