file-viewer3 1.0.8 → 1.0.26
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/LICENSE +160 -0
- package/README.en.md +390 -0
- package/README.md +306 -89
- package/dist/components/3MFLoader.js +527 -0
- package/dist/components/AMFLoader.js +188 -0
- package/dist/components/ArchiveViewer.js +526 -0
- package/dist/components/AudioViewer.js +66 -0
- package/dist/components/CadViewer.js +9040 -0
- package/dist/components/CodeViewer.js +151 -0
- package/dist/components/ColladaLoader.js +2282 -0
- package/dist/components/DrawingViewer.js +295 -0
- package/dist/components/EdaViewer.js +630 -0
- package/dist/components/EmailViewer.js +276 -0
- package/dist/components/EpubViewer.js +172 -0
- package/dist/components/FBXLoader.js +1574 -0
- package/dist/components/GLTFLoader.js +1383 -0
- package/dist/components/ImageViewer.js +1516 -1895
- package/dist/components/KMZLoader.js +45 -0
- package/dist/components/MarkdownViewer.js +1456 -1557
- package/dist/components/ModelViewer.js +797 -0
- package/dist/components/OBJLoader.js +287 -0
- package/dist/components/OfdViewer.js +133 -0
- package/dist/components/PCDLoader.js +141 -0
- package/dist/components/PLYLoader.js +305 -0
- package/dist/components/PdfView.js +27662 -21655
- package/dist/components/PptxRender.js +11170 -21118
- package/dist/components/STLLoader.js +83 -0
- package/dist/components/TDSLoader.js +228 -0
- package/dist/components/TypstViewer.js +1697 -0
- package/dist/components/USDLoader.js +2526 -0
- package/dist/components/UmdViewer.js +1873 -0
- package/dist/components/VRMLLoader.js +6422 -0
- package/dist/components/VTKLoader.js +337 -0
- package/dist/components/XYZLoader.js +30 -0
- package/dist/components/XlsxTable.js +7871 -69873
- package/dist/components/__vite-browser-external.js +7 -0
- package/dist/components/_plugin-vue_export-helper.js +8 -0
- package/dist/components/ar-SA-G6X2FPQ2.js +523 -0
- package/dist/components/arc.js +79 -0
- package/dist/components/architecture-7EHR7CIX.js +3 -0
- package/dist/components/architectureDiagram-3BPJPVTR.js +4096 -0
- package/dist/components/archive.js +24 -0
- package/dist/components/asyncToGenerator.js +29 -0
- package/dist/components/audio.js +19 -0
- package/dist/components/az-AZ-76LH7QW2.js +523 -0
- package/dist/components/bash.js +169 -0
- package/dist/components/bg-BG-XCXSNQG7.js +523 -0
- package/dist/components/blockDiagram-GPEHLZMM.js +3357 -0
- package/dist/components/bn-BD-2XOGV67Q.js +523 -0
- package/dist/components/c4Diagram-AAUBKEIU.js +2957 -0
- package/dist/components/ca-ES-6MX7JW3Y.js +523 -0
- package/dist/components/cad.js +23 -0
- package/dist/components/cfb.js +1174 -0
- package/dist/components/channel.js +5 -0
- package/dist/components/chunk-2J33WTMH.js +26 -0
- package/dist/components/chunk-3OPIFGDE.js +4167 -0
- package/dist/components/chunk-4BX2VUAB.js +19 -0
- package/dist/components/chunk-55IACEB6.js +9 -0
- package/dist/components/chunk-5ZQYHXKU.js +669 -0
- package/dist/components/chunk-6U3AYISY.js +624 -0
- package/dist/components/chunk-727SXJPM.js +3356 -0
- package/dist/components/chunk-AGHRB4JF.js +324 -0
- package/dist/components/chunk-AQP2D5EJ.js +2055 -0
- package/dist/components/chunk-BSJP7CBP.js +83 -0
- package/dist/components/chunk-CSCIHK7Q.js +3500 -0
- package/dist/components/chunk-EIO257PC.js +1836 -0
- package/dist/components/chunk-FMBD7UC4.js +5 -0
- package/dist/components/chunk-K2UTITRG.js +17627 -0
- package/dist/components/chunk-KSCS5N6A.js +572 -0
- package/dist/components/chunk-L5ZTLDWV.js +40 -0
- package/dist/components/chunk-LZXEDZCA.js +60 -0
- package/dist/components/chunk-ND2GUHAM.js +61 -0
- package/dist/components/chunk-NNHCCRGN.js +20425 -0
- package/dist/components/chunk-NZK2D7GU.js +68 -0
- package/dist/components/chunk-O5CBEL6O.js +1894 -0
- package/dist/components/chunk-QZHKN3VN.js +12 -0
- package/dist/components/chunk-SRAX5OIU.js +22 -0
- package/dist/components/chunk-WU5MYG2G.js +14 -0
- package/dist/components/chunk-XPW4576I.js +1146 -0
- package/dist/components/chunk-Z3N5DIM6.js +59 -0
- package/dist/components/chunk-ZUYEQ4TG.js +22 -0
- package/dist/components/chunk.js +23 -0
- package/dist/components/classDiagram-4FO5ZUOK.js +29 -0
- package/dist/components/classDiagram-v2-Q7XG4LA2.js +29 -0
- package/dist/components/compiler.js +2 -0
- package/dist/components/core.js +845 -0
- package/dist/components/cose-bilkent-S5V4N54A.js +2268 -0
- package/dist/components/cpp.js +225 -0
- package/dist/components/cs-CZ-2BRQDIVT.js +523 -0
- package/dist/components/csharp.js +260 -0
- package/dist/components/css.js +140 -0
- package/dist/components/cytoscape.esm.js +18114 -0
- package/dist/components/da-DK-5WZEPLOC.js +523 -0
- package/dist/components/dagre-BM42HDAG.js +325 -0
- package/dist/components/dagre.js +1936 -0
- package/dist/components/de-DE-XR44H4JA.js +523 -0
- package/dist/components/defaultLocale.js +201 -0
- package/dist/components/defineProperty.js +50 -0
- package/dist/components/diagram-2AECGRRQ.js +229 -0
- package/dist/components/diagram-5GNKFQAL.js +108 -0
- package/dist/components/diagram-KO2AKTUF.js +443 -0
- package/dist/components/diagram-LMA3HP47.js +139 -0
- package/dist/components/diagram-OG6HWLK6.js +541 -0
- package/dist/components/diff.js +39 -0
- package/dist/components/directory-open-01563666.js +26 -0
- package/dist/components/directory-open-4ed118d0.js +83 -0
- package/dist/components/dist.js +50 -0
- package/dist/components/dist2.js +3291 -0
- package/dist/components/dist3.js +1593 -0
- package/dist/components/documentSearch.js +378 -0
- package/dist/components/docx-preview.js +3113 -0
- package/dist/components/drawing.js +19 -0
- package/dist/components/ebook.js +16 -0
- package/dist/components/eda.js +20 -0
- package/dist/components/el-GR-BZB4AONW.js +523 -0
- package/dist/components/email.js +21 -0
- package/dist/components/en-B4ZKOASM.js +3 -0
- package/dist/components/erDiagram-TEJ5UH35.js +1719 -0
- package/dist/components/es-ES-U4NZUMDT.js +523 -0
- package/dist/components/eu-ES-A7QVB2H4.js +523 -0
- package/dist/components/eventmodeling-FCH6USID.js +3 -0
- package/dist/components/fa-IR-HGAKTJCU.js +523 -0
- package/dist/components/fflate.module.js +323 -0
- package/dist/components/fi-FI-Z5N7JZ37.js +523 -0
- package/dist/components/file-open-002ab408.js +38 -0
- package/dist/components/file-open-7c801643.js +24 -0
- package/dist/components/file-save-3189631c.js +40 -0
- package/dist/components/file-save-745eba88.js +36 -0
- package/dist/components/flowDiagram-I6XJVG4X.js +4181 -0
- package/dist/components/fr-FR-RHASNOE6.js +523 -0
- package/dist/components/ganttDiagram-6RSMTGT7.js +2182 -0
- package/dist/components/gitGraph-WXDBUCRP.js +3 -0
- package/dist/components/gitGraphDiagram-PVQCEYII.js +788 -0
- package/dist/components/gl-ES-HMX3MZ6V.js +523 -0
- package/dist/components/global-compiler.js +23 -0
- package/dist/components/global-renderer.js +23 -0
- package/dist/components/go.js +140 -0
- package/dist/components/graphlib.js +1267 -0
- package/dist/components/he-IL-6SHJWFNN.js +523 -0
- package/dist/components/hi-IN-IWLTKZ5I.js +523 -0
- package/dist/components/hu-HU-A5ZG7DT2.js +523 -0
- package/dist/components/id-ID-SAP4L64H.js +523 -0
- package/dist/components/image-GAAHSSAO.js +3 -0
- package/dist/components/image-blob-reduce.esm.js +1429 -0
- package/dist/components/image.js +17 -0
- package/dist/components/info-J43DQDTF.js +3 -0
- package/dist/components/infoDiagram-5YYISTIA.js +26 -0
- package/dist/components/ini.js +88 -0
- package/dist/components/init.js +15 -0
- package/dist/components/ishikawaDiagram-YF4QCWOH.js +718 -0
- package/dist/components/it-IT-JPQ66NNP.js +523 -0
- package/dist/components/ja-JP-DBVTYXUO.js +523 -0
- package/dist/components/java.js +169 -0
- package/dist/components/javascript.js +436 -0
- package/dist/components/journeyDiagram-JHISSGLW.js +885 -0
- package/dist/components/json.js +36 -0
- package/dist/components/jszip.min.js +3033 -0
- package/dist/components/kaa-6HZHGXH3.js +523 -0
- package/dist/components/kab-KAB-ZGHBKWFO.js +523 -0
- package/dist/components/kanban-definition-UN3LZRKU.js +986 -0
- package/dist/components/katex.js +21979 -0
- package/dist/components/kk-KZ-P5N5QNE5.js +523 -0
- package/dist/components/km-KH-HSX4SM5Z.js +523 -0
- package/dist/components/ko-KR-MTYHY66A.js +523 -0
- package/dist/components/ku-TR-6OUDTVRD.js +523 -0
- package/dist/components/lib.js +4877 -0
- package/dist/components/libarchive.js +360 -0
- package/dist/components/linear.js +289 -0
- package/dist/components/lt-LT-XHIRWOB4.js +523 -0
- package/dist/components/lv-LV-5QDEKY6T.js +523 -0
- package/dist/components/markdown.js +181 -0
- package/dist/components/md.js +17 -0
- package/dist/components/mermaid-parser.core.js +328 -0
- package/dist/components/mindmap-definition-RKZ34NQL.js +1016 -0
- package/dist/components/model.js +21 -0
- package/dist/components/mp4.js +12 -0
- package/dist/components/mr-IN-CRQNXWMA.js +523 -0
- package/dist/components/my-MM-5M5IBNSE.js +523 -0
- package/dist/components/nb-NO-T6EIAALU.js +523 -0
- package/dist/components/nestedRender.js +158 -0
- package/dist/components/nl-NL-IS3SIHDZ.js +523 -0
- package/dist/components/nn-NO-6E72VCQL.js +523 -0
- package/dist/components/objectSpread2.js +29 -0
- package/dist/components/objectWithoutProperties.js +28 -0
- package/dist/components/oc-FR-POXYY2M6.js +523 -0
- package/dist/components/ofd.js +5261 -0
- package/dist/components/ofd2.js +16 -0
- package/dist/components/ordinal.js +65 -0
- package/dist/components/pa-IN-N4M65BXN.js +523 -0
- package/dist/components/packet-YPE3B663.js +3 -0
- package/dist/components/pdf.js +24 -0
- package/dist/components/percentages-BXMCSKIN.js +3 -0
- package/dist/components/php.js +294 -0
- package/dist/components/pica.js +1009 -0
- package/dist/components/pie-LRSECV5Y.js +3 -0
- package/dist/components/pie.js +47 -0
- package/dist/components/pieDiagram-4H26LBE5.js +130 -0
- package/dist/components/pl-PL-T2D74RX3.js +523 -0
- package/dist/components/postal-mime.js +3146 -0
- package/dist/components/pptx.js +15 -0
- package/dist/components/printLayout.js +42 -0
- package/dist/components/prod.js +21770 -0
- package/dist/components/pt-BR-5N22H2LF.js +523 -0
- package/dist/components/pt-PT-UZXXM6DQ.js +523 -0
- package/dist/components/python.js +238 -0
- package/dist/components/quadrantDiagram-W4KKPZXB.js +1988 -0
- package/dist/components/radar-GUYGQ44K.js +3 -0
- package/dist/components/renderer.js +2 -0
- package/dist/components/requirementDiagram-4Y6WPE33.js +2230 -0
- package/dist/components/ro-RO-JPDTUUEW.js +523 -0
- package/dist/components/rough.esm.js +1355 -0
- package/dist/components/roundRect.js +90 -0
- package/dist/components/ru-RU-B4JR7IUQ.js +523 -0
- package/dist/components/rust.js +169 -0
- package/dist/components/sankeyDiagram-5OEKKPKP.js +972 -0
- package/dist/components/sequenceDiagram-3UESZ5HK.js +4255 -0
- package/dist/components/shared.js +175 -0
- package/dist/components/shared2.js +4 -0
- package/dist/components/si-LK-N5RQ5JYF.js +523 -0
- package/dist/components/sk-SK-C5VTKIMK.js +523 -0
- package/dist/components/sl-SI-NN7IZMDC.js +523 -0
- package/dist/components/sourceLoading.js +134 -0
- package/dist/components/sql.js +118 -0
- package/dist/components/src.js +2664 -0
- package/dist/components/src2.js +10722 -0
- package/dist/components/stateDiagram-AJRCARHV.js +217 -0
- package/dist/components/stateDiagram-v2-BHNVJYJU.js +27 -0
- package/dist/components/subset-shared.chunk.js +3 -0
- package/dist/components/subset-worker.chunk.js +21 -0
- package/dist/components/sv-SE-XGPEYMSR.js +523 -0
- package/dist/components/ta-IN-2NMHFXQM.js +523 -0
- package/dist/components/text.js +20 -0
- package/dist/components/th-TH-HPSO5L25.js +523 -0
- package/dist/components/three.module.js +13134 -0
- package/dist/components/time.js +910 -0
- package/dist/components/timeline-definition-PNZ67QCA.js +1084 -0
- package/dist/components/tr-TR-DEFEU3FU.js +523 -0
- package/dist/components/treeView-BLDUP644.js +3 -0
- package/dist/components/treemap-LRROVOQU.js +3 -0
- package/dist/components/typescript.js +521 -0
- package/dist/components/typst.js +25 -0
- package/dist/components/uk-UA-QMV73CPH.js +523 -0
- package/dist/components/umd.js +16 -0
- package/dist/components/use.js +422 -0
- package/dist/components/util.js +49 -0
- package/dist/components/vennDiagram-CIIHVFJN.js +1880 -0
- package/dist/components/vi-VN-M7AON7JQ.js +523 -0
- package/dist/components/viewerZoom.js +92 -0
- package/dist/components/wardley-L42UT6IY.js +3 -0
- package/dist/components/wardleyDiagram-YWT4CUSO.js +656 -0
- package/dist/components/wasm-pack-shim.js +1711 -0
- package/dist/components/wasm-pack-shim2.js +934 -0
- package/dist/components/wasm.js +97 -0
- package/dist/components/word.js +3055 -0
- package/dist/components/worker-ref.js +15 -20
- package/dist/components/xlsx.js +21 -0
- package/dist/components/xml.js +166 -0
- package/dist/components/xychartDiagram-2RQKCTM6.js +2015 -0
- package/dist/components/yaml.js +144 -0
- package/dist/components/zh-CN-LNUGB5OW.js +523 -0
- package/dist/components/zh-HK-E62DVLB3.js +523 -0
- package/dist/components/zh-TW-RAJ6MFWO.js +523 -0
- package/dist/file-viewer3.css +2 -0
- package/dist/index.mjs +3292 -5
- package/dist/src/App.vue.d.ts +3 -0
- package/dist/src/compare/CompareApp.vue.d.ts +3 -0
- package/dist/src/compare/main.d.ts +0 -0
- package/dist/src/compare/useSynchronizedScroll.d.ts +7 -0
- package/dist/src/components/HelloWorld.vue.d.ts +3 -0
- package/dist/src/components/utils.d.ts +4 -0
- package/dist/src/main.d.ts +0 -0
- package/dist/src/package/common/printCapability.d.ts +27 -0
- package/dist/src/package/common/printLayout.d.ts +16 -0
- package/dist/src/package/common/sourceLoading.d.ts +10 -0
- package/dist/src/package/common/type.d.ts +522 -8
- package/dist/src/package/common/worker-ref.d.ts +1 -1
- package/dist/src/package/components/FileViewer/FileViewer.vue.d.ts +74 -24
- package/dist/src/package/components/FileViewer/exportDocumentTemplate.d.ts +9 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerDocumentFeatures.d.ts +29 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerExport.d.ts +21 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerWatermark.d.ts +8 -0
- package/dist/src/package/components/FileViewer/hooks/useViewerZoom.d.ts +34 -0
- package/dist/src/package/components/FileViewer/index.d.ts +1 -1
- package/dist/src/package/components/FileViewer/util.d.ts +2 -1
- package/dist/src/package/index.d.ts +14 -4
- package/dist/src/package/use/documentLocation.d.ts +15 -0
- package/dist/src/package/use/documentSearch.d.ts +234 -0
- package/dist/src/package/use/index.d.ts +4 -0
- package/dist/src/package/use/loading.d.ts +33 -0
- package/dist/src/package/use/viewerZoom.d.ts +42 -0
- package/dist/src/package/use/worker.d.ts +2 -2
- package/dist/src/package/vendors/archive/ArchiveViewer.vue.d.ts +9 -0
- package/dist/src/package/vendors/archive/cache.d.ts +10 -0
- package/dist/src/package/vendors/archive/fallback.d.ts +9 -0
- package/dist/src/package/vendors/archive/index.d.ts +3 -0
- package/dist/src/package/vendors/archive/shared.d.ts +24 -0
- package/dist/src/package/vendors/audio/AudioViewer.vue.d.ts +7 -0
- package/dist/src/package/vendors/audio/index.d.ts +7 -0
- package/dist/src/package/vendors/cad/CadViewer.vue.d.ts +9 -0
- package/dist/src/package/vendors/cad/index.d.ts +8 -0
- package/dist/src/package/vendors/drawing/DrawingViewer.vue.d.ts +15 -0
- package/dist/src/package/vendors/drawing/index.d.ts +7 -0
- package/dist/src/package/vendors/ebook/EpubViewer.vue.d.ts +6 -0
- package/dist/src/package/vendors/ebook/index.d.ts +7 -0
- package/dist/src/package/vendors/eda/EdaViewer.vue.d.ts +8 -0
- package/dist/src/package/vendors/eda/index.d.ts +2 -0
- package/dist/src/package/vendors/eda/parser.d.ts +77 -0
- package/dist/src/package/vendors/email/EmailViewer.vue.d.ts +10 -0
- package/dist/src/package/vendors/email/index.d.ts +2 -0
- package/dist/src/package/vendors/image/ImageViewer.vue.d.ts +6 -13
- package/dist/src/package/vendors/image/index.d.ts +1 -1
- package/dist/src/package/vendors/md/MarkdownViewer.vue.d.ts +6 -13
- package/dist/src/package/vendors/md/index.d.ts +1 -1
- package/dist/src/package/vendors/model/ModelViewer.vue.d.ts +8 -0
- package/dist/src/package/vendors/model/index.d.ts +3 -0
- package/dist/src/package/vendors/model/shared.d.ts +1 -0
- package/dist/src/package/vendors/nestedRender.d.ts +10 -0
- package/dist/src/package/vendors/ofd/OfdViewer.vue.d.ts +6 -0
- package/dist/src/package/vendors/ofd/index.d.ts +7 -0
- package/dist/src/package/vendors/pdf/PdfView.vue.d.ts +10 -13
- package/dist/src/package/vendors/pdf/index.d.ts +2 -1
- package/dist/src/package/vendors/pdf/worker/pdf.worker.d.ts +0 -0
- package/dist/src/package/vendors/pptx/PptxRender.vue.d.ts +9 -81
- package/dist/src/package/vendors/pptx/index.d.ts +1 -1
- package/dist/src/package/vendors/renders.d.ts +1 -1
- package/dist/src/package/vendors/text/CodeViewer.vue.d.ts +7 -13
- package/dist/src/package/vendors/text/index.d.ts +6 -2
- package/dist/src/package/vendors/typst/TypstViewer.vue.d.ts +15 -0
- package/dist/src/package/vendors/typst/index.d.ts +8 -0
- package/dist/src/package/vendors/umd/UmdViewer.vue.d.ts +6 -0
- package/dist/src/package/vendors/umd/index.d.ts +7 -0
- package/dist/src/package/vendors/umd/parser.d.ts +30 -0
- package/dist/src/package/vendors/word/doc.d.ts +5 -0
- package/dist/src/package/vendors/word/docx.d.ts +5 -0
- package/dist/src/package/vendors/word/docx.worker.d.ts +1 -0
- package/dist/src/package/vendors/word/index.d.ts +3 -0
- package/dist/src/package/vendors/xlsx/XlsxTable.state.d.ts +80 -0
- package/dist/src/package/vendors/xlsx/XlsxTable.view.d.ts +25 -0
- package/dist/src/package/vendors/xlsx/XlsxTable.vue.d.ts +6 -21
- package/dist/src/package/vendors/xlsx/index.d.ts +3 -2
- package/dist/src/package/vendors/xlsx/util.d.ts +0 -5
- package/dist/src/package/vendors/xlsx/worker/index.d.ts +4 -6
- package/dist/src/package/vendors/xlsx/worker/sheetjs/SheetJsModel.d.ts +73 -0
- package/dist/src/package/vendors/xlsx/worker/sheetjs/sheet.worker.d.ts +1 -0
- package/dist/style.css +1 -57
- package/dist/wasm/cad/dwfv-render.wasm +0 -0
- package/dist/wasm/cad/dwg-worker.js +24 -0
- package/dist/wasm/cad/libredwg-web.js +15 -0
- package/dist/wasm/cad/libredwg-web.wasm +0 -0
- package/package.json +118 -42
- package/.vscode/extensions.json +0 -3
- package/dist/components/_commonjs-dynamic-modules.js +0 -6
- package/dist/components/_commonjsHelpers.js +0 -36
- package/dist/components/docx-preview.min.js +0 -5287
- package/dist/components/index.js +0 -1717
- package/dist/favicon.ico +0 -0
- package/dist/index.umd.js +0 -436
- package/dist/src/package/vendors/docx/index.d.ts +0 -4
- package/dist/src/package/vendors/xlsx/render.d.ts +0 -6
- package/dist/src/package/vendors/xlsx/worker/xls/SheetJsModel.d.ts +0 -36
- package/dist/src/package/vendors/xlsx/worker/xlsx/ExcelJsModel.d.ts +0 -39
- package/dist/src/package/vendors/xlsx/worker/xlsx/context.d.ts +0 -7
- package/dist/src/package/vendors/xlsx/worker/xlsx/index.d.ts +0 -4
- package/dist/src/package/vendors/xlsx/worker/xlsx/util.d.ts +0 -10
- package/dist/worker/pdf.worker.js +0 -66
- package/dist/worker/pptx.worker.js +0 -21
- package/dist/worker/sheet.worker.js +0 -38
- package/dist/worker/xlsx.worker.js +0 -65
- /package/dist/src/package/vendors/xlsx/worker/{xlsx → sheetjs}/color.d.ts +0 -0
- /package/dist/src/package/vendors/xlsx/worker/{xls → sheetjs}/index.d.ts +0 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
import { n as e, t } from "./asyncToGenerator.js";
|
|
2
|
+
import { t as n } from "./shared2.js";
|
|
3
|
+
import { createApp as r, createVNode as i, defineAsyncComponent as a } from "vue";
|
|
4
|
+
//#region src/package/vendors/model/index.tsx
|
|
5
|
+
e();
|
|
6
|
+
var o = a(() => import("./ModelViewer.js"));
|
|
7
|
+
function s(e, t, n, r) {
|
|
8
|
+
return c.apply(this, arguments);
|
|
9
|
+
}
|
|
10
|
+
function c() {
|
|
11
|
+
return c = t(function* (e, t, n, a) {
|
|
12
|
+
let s = r({ render: () => i(o, {
|
|
13
|
+
data: e,
|
|
14
|
+
type: n || "glb",
|
|
15
|
+
sourceUrl: a == null ? void 0 : a.url
|
|
16
|
+
}, null) });
|
|
17
|
+
return s.mount(t), s;
|
|
18
|
+
}), c.apply(this, arguments);
|
|
19
|
+
}
|
|
20
|
+
//#endregion
|
|
21
|
+
export { n as MODEL_EXTENSIONS, s as default };
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
//#region src/package/vendors/mp4/index.ts
|
|
2
|
+
function e(e, t) {
|
|
3
|
+
let n = document.createElement("video");
|
|
4
|
+
n.width = 840, n.height = 480, n.controls = !0, Object.assign(n.style, {
|
|
5
|
+
margin: "40px auto",
|
|
6
|
+
display: "block"
|
|
7
|
+
});
|
|
8
|
+
let r = document.createElement("source");
|
|
9
|
+
r.src = URL.createObjectURL(new Blob([e])), n.appendChild(r), t.appendChild(n);
|
|
10
|
+
}
|
|
11
|
+
//#endregion
|
|
12
|
+
export { e as default };
|
|
@@ -0,0 +1,523 @@
|
|
|
1
|
+
import "./chunk-SRAX5OIU.js";
|
|
2
|
+
//#region node_modules/.pnpm/@excalidraw+excalidraw@0.18.1_@types+react-dom@19.2.3_@types+react@19.2.17__@types+reac_20b48e3fb533bfb35e3cd3573f75cb5d/node_modules/@excalidraw/excalidraw/dist/prod/locales/mr-IN-CRQNXWMA.js
|
|
3
|
+
var e = {
|
|
4
|
+
paste: "चिटकवा",
|
|
5
|
+
pasteAsPlaintext: "साधा मजकूर च्या रुपात पेस्ट करा",
|
|
6
|
+
pasteCharts: "चार्ट चिकटवा",
|
|
7
|
+
selectAll: "समस्त निवडा",
|
|
8
|
+
multiSelect: "निवडित तत्व जोडा",
|
|
9
|
+
moveCanvas: "पटल हलवा",
|
|
10
|
+
cut: "कापा",
|
|
11
|
+
copy: "प्रतिलिपी",
|
|
12
|
+
copyAsPng: "PNG रूपे फळी वर कॉपी करा",
|
|
13
|
+
copyAsSvg: "SVG रूपे फळी वर कॉपी करा",
|
|
14
|
+
copyText: "लिखित रूपे फळी वर कॉपी करा",
|
|
15
|
+
copySource: "स्त्रोत फळी वर कॉपी करा",
|
|
16
|
+
convertToCode: "सांकेतिक लिपित रूपांतरित करा",
|
|
17
|
+
bringForward: "पुढे पुढे आणा",
|
|
18
|
+
sendToBack: "सर्वात मागे करा",
|
|
19
|
+
bringToFront: "सर्वात पुढे आणा",
|
|
20
|
+
sendBackward: "मागे मागे करा",
|
|
21
|
+
delete: "हटवा",
|
|
22
|
+
copyStyles: "शैली कॉपी करा",
|
|
23
|
+
pasteStyles: "कॉपी केलेली शैली वापरा",
|
|
24
|
+
stroke: "रेघे चा रंग",
|
|
25
|
+
background: "पार्श्वभूमी",
|
|
26
|
+
fill: "भरा",
|
|
27
|
+
strokeWidth: "रेघ रुंदी",
|
|
28
|
+
strokeStyle: "रेघ शैली",
|
|
29
|
+
strokeStyle_solid: "भरीव",
|
|
30
|
+
strokeStyle_dashed: "तुटित तुटित",
|
|
31
|
+
strokeStyle_dotted: "ठिपके ठिपके",
|
|
32
|
+
sloppiness: "गबाळेपणा",
|
|
33
|
+
opacity: "अपारदर्शक्ता",
|
|
34
|
+
textAlign: "मजकूर संरेखन",
|
|
35
|
+
edges: "किनारी",
|
|
36
|
+
sharp: "टोचरं",
|
|
37
|
+
round: "गोलाकार",
|
|
38
|
+
arrowheads: "बाण टोक",
|
|
39
|
+
arrowhead_none: "कुठलाहि नाही",
|
|
40
|
+
arrowhead_arrow: "बाण",
|
|
41
|
+
arrowhead_bar: "दांडुक",
|
|
42
|
+
arrowhead_circle: "",
|
|
43
|
+
arrowhead_circle_outline: "",
|
|
44
|
+
arrowhead_triangle: "त्रिकोण",
|
|
45
|
+
arrowhead_triangle_outline: "",
|
|
46
|
+
arrowhead_diamond: "",
|
|
47
|
+
arrowhead_diamond_outline: "",
|
|
48
|
+
fontSize: "अक्षर आकार",
|
|
49
|
+
fontFamily: "अक्षर समूह",
|
|
50
|
+
addWatermark: "\"एक्सकेलीड्रॉ ने बनवलेलं\" जोडा",
|
|
51
|
+
handDrawn: "हातानी बनवलेलं",
|
|
52
|
+
normal: "सामान्य",
|
|
53
|
+
code: "सांकेतिक लिपि",
|
|
54
|
+
small: "छोटे",
|
|
55
|
+
medium: "मध्यम",
|
|
56
|
+
large: "मोठं",
|
|
57
|
+
veryLarge: "फार मोठं",
|
|
58
|
+
solid: "भरीव",
|
|
59
|
+
hachure: "हैशूर रेखांकन",
|
|
60
|
+
zigzag: "वाकडी तिकड़ी",
|
|
61
|
+
crossHatch: "आडव्या रेघा",
|
|
62
|
+
thin: "पातळ",
|
|
63
|
+
bold: "जाड",
|
|
64
|
+
left: "डावं",
|
|
65
|
+
center: "मधे",
|
|
66
|
+
right: "उजवं",
|
|
67
|
+
extraBold: "जास्त जाड",
|
|
68
|
+
architect: "वास्तुविद्याविशारद",
|
|
69
|
+
artist: "कलाकार",
|
|
70
|
+
cartoonist: "व्यंग्य चित्रकार",
|
|
71
|
+
fileTitle: "फाईलचे नाव",
|
|
72
|
+
colorPicker: "रंग निवडक",
|
|
73
|
+
canvasColors: "कॅनवास वर वापरलेले",
|
|
74
|
+
canvasBackground: "पटल पार्श्वभूमि",
|
|
75
|
+
drawingCanvas: "चित्र पटल",
|
|
76
|
+
layers: "स्तर",
|
|
77
|
+
actions: "क्रिया",
|
|
78
|
+
language: "भाषा",
|
|
79
|
+
liveCollaboration: "ज्वलंत सहयोग...",
|
|
80
|
+
duplicateSelection: "प्रतिलिपि",
|
|
81
|
+
untitled: "अशीर्षकांकित",
|
|
82
|
+
name: "नाव",
|
|
83
|
+
yourName: "तुमचे नाव",
|
|
84
|
+
madeWithExcalidraw: "एक्सकेलीड्रॉ ने बनवलेलं",
|
|
85
|
+
group: "समूह निवड",
|
|
86
|
+
ungroup: "समूह निवड ला रद्द करा",
|
|
87
|
+
collaborators: "Sahayog",
|
|
88
|
+
showGrid: "ग्रिड दाखवा",
|
|
89
|
+
addToLibrary: "संग्रह मधे सम्मिलित करा",
|
|
90
|
+
removeFromLibrary: "संग्रहातून काढ़ा",
|
|
91
|
+
libraryLoadingMessage: "संग्रह लोड होत आहे…",
|
|
92
|
+
libraries: "संग्रह देखे",
|
|
93
|
+
loadingScene: "दृश्य लोड होत आहे…",
|
|
94
|
+
align: "संरेखित करा",
|
|
95
|
+
alignTop: "वर संरेखित करा",
|
|
96
|
+
alignBottom: "खाली संरेखित करा",
|
|
97
|
+
alignLeft: "डावा बाजूला संरेखित करा",
|
|
98
|
+
alignRight: "उजव्या बाजूला संरेखित करा",
|
|
99
|
+
centerVertically: "मधल्या मधे उभं संरेखित करा",
|
|
100
|
+
centerHorizontally: "मधल्या मधे आडवं संरेखित करा",
|
|
101
|
+
distributeHorizontally: "आडवं वितरित करा",
|
|
102
|
+
distributeVertically: "उभं वितरित करा",
|
|
103
|
+
flipHorizontal: "आडवं फ्लिप करा",
|
|
104
|
+
flipVertical: "उभं फ्लिप करा",
|
|
105
|
+
viewMode: "पहायची पद्धत",
|
|
106
|
+
share: "सामायिक करा",
|
|
107
|
+
showStroke: "रेघ रंग निवड यंत्र दाखवा",
|
|
108
|
+
showBackground: "पार्श्वभूमि: रंग निवड यंत्र दाखवा",
|
|
109
|
+
toggleTheme: "शैली बदला",
|
|
110
|
+
personalLib: "वैयक्तिक संग्रह",
|
|
111
|
+
excalidrawLib: "एक्सकेलीड्रॉ संग्रह",
|
|
112
|
+
decreaseFontSize: "अक्षर आकार छोटा करा",
|
|
113
|
+
increaseFontSize: "अक्षर आकार मोठा करा",
|
|
114
|
+
unbindText: "लेखन संबंध संपवा",
|
|
115
|
+
bindText: "शब्द समूह ला पात्रात घ्या",
|
|
116
|
+
createContainerFromText: "मजकूर कंटेनर मधे मोडून दाखवा",
|
|
117
|
+
link: {
|
|
118
|
+
edit: "दुवा संपादन",
|
|
119
|
+
editEmbed: "कड़ी सम्पादित करा आणि रुतवा",
|
|
120
|
+
create: "दुवा तयार करा",
|
|
121
|
+
createEmbed: "नवीन कड़ी बनवा आणि रुतवा",
|
|
122
|
+
label: "दुवा",
|
|
123
|
+
labelEmbed: "कड़ी आणि रूतवणे",
|
|
124
|
+
empty: "कुठलिही कड़ी दिली नाही"
|
|
125
|
+
},
|
|
126
|
+
lineEditor: {
|
|
127
|
+
edit: "रेघ संपादन",
|
|
128
|
+
exit: "रेघ संपादकाबाहेर"
|
|
129
|
+
},
|
|
130
|
+
elementLock: {
|
|
131
|
+
lock: "कुलूपात ठेवा",
|
|
132
|
+
unlock: "कुलूपातून बाहेर",
|
|
133
|
+
lockAll: "सर्व कुलूपात ठेवा",
|
|
134
|
+
unlockAll: "सर्व कुलूपातून बाहेर"
|
|
135
|
+
},
|
|
136
|
+
statusPublished: "प्रकाशित करा",
|
|
137
|
+
sidebarLock: "साइडबार उघडं ठेवा",
|
|
138
|
+
selectAllElementsInFrame: "चौकटीतले सर्व तत्वांचे चयन करा",
|
|
139
|
+
removeAllElementsFromFrame: "चौकटीतून सर्व काढून टाका",
|
|
140
|
+
eyeDropper: "चित्रफलकातून रंग निवडा",
|
|
141
|
+
textToDiagram: "",
|
|
142
|
+
prompt: ""
|
|
143
|
+
}, t = {
|
|
144
|
+
noItems: "अजून कोणतेही आइटम जोडलेले नाही...",
|
|
145
|
+
hint_emptyLibrary: "पटल वर एक वस्तु निवडुन एथे जोडा, किव्हा एक संग्रह जन कोष कडुन खाली स्थापित करा.",
|
|
146
|
+
hint_emptyPrivateLibrary: "ईथे जोडण्या साठी पटल वरून एक वस्तु निवडा."
|
|
147
|
+
}, n = {
|
|
148
|
+
clearReset: "पटल पुसा",
|
|
149
|
+
exportJSON: "फ़ाइलमधे बाहेर ठेवा",
|
|
150
|
+
exportImage: "प्रतिमा निर्यात करा...",
|
|
151
|
+
export: "येथे सुरक्षित करा...",
|
|
152
|
+
copyToClipboard: "फळी वर कॉपी करा",
|
|
153
|
+
save: "वर्तमान फ़ाइल मधे जतन करा",
|
|
154
|
+
saveAs: "ह्या नावाने जतन करा",
|
|
155
|
+
load: "उघडा",
|
|
156
|
+
getShareableLink: "सामायिके साठी दुवा प्राप्त करा",
|
|
157
|
+
close: "बंद करा",
|
|
158
|
+
selectLanguage: "भाषा निवड करा",
|
|
159
|
+
scrollBackToContent: "पहलेचा मजकुर वर मागे स्क्रॉल करा",
|
|
160
|
+
zoomIn: "मोठं करून पहा",
|
|
161
|
+
zoomOut: "छोटं करून पहा",
|
|
162
|
+
resetZoom: "छोटं मोठं करणं बंद करा",
|
|
163
|
+
menu: "यादि",
|
|
164
|
+
done: "झालं",
|
|
165
|
+
edit: "संपादित करा",
|
|
166
|
+
undo: "पूर्ववत करा",
|
|
167
|
+
redo: "पुन्हा करा(&R)",
|
|
168
|
+
resetLibrary: "संग्रह पुनर्स्थित करा",
|
|
169
|
+
createNewRoom: "एक नवी खोली बनवा",
|
|
170
|
+
fullScreen: "पूर्ण दृश्यपटल",
|
|
171
|
+
darkMode: "अंधार स्थिथि",
|
|
172
|
+
lightMode: "उजेड स्थिति",
|
|
173
|
+
zenMode: "ध्यानग्र स्थिति",
|
|
174
|
+
objectsSnapMode: "वस्तूंपासून पकड़ा",
|
|
175
|
+
exitZenMode: "ध्यानग्र स्थितितून बाहेर",
|
|
176
|
+
cancel: "रद्द",
|
|
177
|
+
clear: "स्वछ",
|
|
178
|
+
remove: "हटवा",
|
|
179
|
+
embed: "रुतवणे उलटे करा",
|
|
180
|
+
publishLibrary: "प्रकाशित करा",
|
|
181
|
+
submit: "जमा करा",
|
|
182
|
+
confirm: "पुष्टि करा",
|
|
183
|
+
embeddableInteractionButton: "संवादा साठी क्लिक करा"
|
|
184
|
+
}, r = {
|
|
185
|
+
clearReset: "पटल स्वच्छ होणार, तुम्हाला खात्री आहे का?",
|
|
186
|
+
couldNotCreateShareableLink: "सामायी करण करण्या योग्य दुवा नाही बनवता आला.",
|
|
187
|
+
couldNotCreateShareableLinkTooBig: "सामायी करण करण्या योग्य दुवा नाही बनवता आला: दृश्य फार मोठं आहे",
|
|
188
|
+
couldNotLoadInvalidFile: "अवैध फ़ाइल लोड करता आली नाही",
|
|
189
|
+
importBackendFailed: "बैकएंड हून मागवणे विफल झाले.",
|
|
190
|
+
cannotExportEmptyCanvas: "रिकामा पटल जतन करता येत नाही.",
|
|
191
|
+
couldNotCopyToClipboard: "पटल वर कॉपी नाही झाली.",
|
|
192
|
+
decryptFailed: "डीक्रिप्ट करता आले नाही.",
|
|
193
|
+
uploadedSecurly: "अपलोड या टोकापासून त्या टोकापर्यंत कूटबद्धित करून सुरक्षित केले गेले आहे, हयाचा अर्थ असा की एक्सकेलीड्रॉ सर्व्हर आणि तृतीय पक्ष मजकूर वाचू शकत नाहीत.",
|
|
194
|
+
loadSceneOverridePrompt: "बाह्य रेखाचित्र लोड केल्याने तुमची तुमचा विद्यमान मजकूर बदलेल. हे काम तुम्हाला चालू ठेवायचे आहे का?",
|
|
195
|
+
collabStopOverridePrompt: "सत्र थांबवल्याने तुमचे पूर्वीचे, स्थानिकरित्या संग्रहित रेखाचित्र अधिलिखित होईल. तुला खात्री आहे?\n\n(तुम्हाला तुमचे स्थानिक रेखाचित्र ठेवायचे असल्यास, त्याऐवजी फक्त ब्राउझर टॅब बंद करा.)",
|
|
196
|
+
errorAddingToLibrary: "संग्रहात तत्व जोडू शकलो नाही",
|
|
197
|
+
errorRemovingFromLibrary: "संग्रहातून तत्व काढू शकलो नाही",
|
|
198
|
+
confirmAddLibrary: "हे तुमच्या संग्राहात {{numShapes}} आकार (एक किव्हा अनेक) जोडेल. तुला खात्री आहे?",
|
|
199
|
+
imageDoesNotContainScene: "या प्रतिमेमध्ये कोणताही दृश्य डेटा असल्याचे दिसत नाही. बाहेर जतन करताना तुम्ही दृश्य रुतवले होते का?",
|
|
200
|
+
cannotRestoreFromImage: "प्रतिमा फ़ाइल पासून दृश्य पुनः रचित नाही झाला",
|
|
201
|
+
invalidSceneUrl: "दिलेल्या यू-आर-एल पासून दृश्य आणू शकलो नाही. तो एकतर बरोबार नाही आहे किंवा त्यात वैध एक्सकेलीड्रॉ जेसन डेटा नाही.",
|
|
202
|
+
resetLibrary: "पटल स्वच्छ होणार, तुम्हाला खात्री आहे का?",
|
|
203
|
+
removeItemsFromsLibrary: "संग्रहातून {{count}} तत्व (एक किव्हा अनेक) काढू?",
|
|
204
|
+
invalidEncryptionKey: "कूटबद्धन कुंजी 22 अक्षरांची असणे आवश्यक आहे. थेट सहयोग अक्षम केले आहे.",
|
|
205
|
+
collabOfflineWarning: "इंटरनेट कनेक्शन उपलब्ध नाही.\nतुमचे बदल जतन केले जाणार नाहीत!"
|
|
206
|
+
}, i = {
|
|
207
|
+
unsupportedFileType: "असमर्थित फाइल प्रकार.",
|
|
208
|
+
imageInsertError: "प्रतिमा आत घालता येत नाही. नंतर पुन्हा प्रयत्न करा...",
|
|
209
|
+
fileTooBig: "फाइल फार मोठी आहे. आकाराची कमाल परवानगी {{maxSize}} आहे.",
|
|
210
|
+
svgImageInsertError: "एस-वी-जी प्रतिमा आत घालवू शकलो नाही. एस-वी-जी-मार्क-अप यंत्र अयोग्य आहे.",
|
|
211
|
+
failedToFetchImage: "प्रतिमा आणणे नाही जमले.",
|
|
212
|
+
invalidSVGString: "अयोग्य एस-वी-जी.",
|
|
213
|
+
cannotResolveCollabServer: "कॉलेब-सर्वर हे पोहोचत नाही आहे. पान परत लोड करायचा प्रयत्न करावे.",
|
|
214
|
+
importLibraryError: "संग्रह प्रतिस्थापित नाही करता आला",
|
|
215
|
+
collabSaveFailed: "काही कारणा निमित्त आतल्या डेटाबेसमध्ये जतन करू शकत नाही। समस्या तशिस राहिल्यास, तुम्ही तुमचे काम गमावणार नाही याची खात्री करण्यासाठी तुम्ही तुमची फाइल स्थानिक जतन करावी.",
|
|
216
|
+
collabSaveFailed_sizeExceeded: "लगता है कि पृष्ठ तल काफ़ी बड़ा है, इस्कारण अंदरूनी डेटाबेस में सहेजा नहीं जा सका। किये काम को खोने न देने के लिये अपनी फ़ाइल को स्थानीय रूप से सहेजे।\n\nबॅकएंड डेटाबेसमध्ये जतन करू शकत नाही, कॅनव्हास खूप मोठा असल्याचे दिसते. तुम्ही तुमचे काम गमावणार नाही याची खात्री करण्यासाठी तुम्ही फाइल स्थानिक पातळीवर जतन करावी.",
|
|
217
|
+
imageToolNotSupported: "प्रतिमां अक्षम केली गेली आहेत.",
|
|
218
|
+
brave_measure_text_error: {
|
|
219
|
+
line1: "असं वाटते की तुम्हीं Brave ब्राउज़र वापरतात आहात आणि त्या बरोबार <bold>आक्रामक पद्धति चें बोटांचे ठसे </bold> हां सेटिंग्स चा विकल्प चयन केलेला आहे.",
|
|
220
|
+
line2: "हे तुमच्या चित्रांच्या <bold>पाठ तत्वांनां </bold> खंडित करू शकतात.",
|
|
221
|
+
line3: "तुम्हाला आमच्या कड़ून खूप आग्रह आहे की हे सेटिंग्स मधले चयन नका करु. <link>हे अनुक्रम </link> हे कसे करावे हे दाखवु शकते.",
|
|
222
|
+
line4: "ही सेटिंग अक्षम करूनही पृष्ठ योग्यरित्या प्रदर्शित होत नसल्यास, आमच्या GitHub वर <issueLink>समस्या</issueLink> सबमिट करा, किव्हा <discordLink>डिस्कॉर्ड</discordLink> वर आम्हाला लिहा"
|
|
223
|
+
},
|
|
224
|
+
libraryElementTypeError: {
|
|
225
|
+
embeddable: "रुतलेले तत्व समूह कोषात जोडले जाऊ शकत नाही.",
|
|
226
|
+
iframe: "आयफ़्रेम तत्व समूहकोषात जोडला जाऊ शकत नाही.",
|
|
227
|
+
image: "प्रतिमा समूह कोषात जोड़ायचे लवकरच येत आहेत!"
|
|
228
|
+
},
|
|
229
|
+
asyncPasteFailedOnRead: "चिटकवता नाही जमले ( सिस्टम क्लिप्बॉर्ड पासून वाचणे नाही जमले).",
|
|
230
|
+
asyncPasteFailedOnParse: "चिटकवता नाही जमले.",
|
|
231
|
+
copyToSystemClipboardFailed: "क्लिपबोर्ड वर प्रतिलिपि करणे नाही जमले."
|
|
232
|
+
}, a = {
|
|
233
|
+
selection: "निवड",
|
|
234
|
+
image: "प्रतिमा आत घाला",
|
|
235
|
+
rectangle: "आयत",
|
|
236
|
+
diamond: "चौकोन आकाराचा",
|
|
237
|
+
ellipse: "अंडाकार",
|
|
238
|
+
arrow: "बाण",
|
|
239
|
+
line: "रेखा",
|
|
240
|
+
freedraw: "रेखांकित करा",
|
|
241
|
+
text: "टेक्स्ट",
|
|
242
|
+
library: "संग्रह",
|
|
243
|
+
lock: "निवडलेले यंत्र चित्रकरण झाल्या नंतर ही सक्रिय ठेवा",
|
|
244
|
+
penMode: "पेन चा मोड - स्पर्श टाळा",
|
|
245
|
+
link: "निवडलेल्या आकारासाठी दुवा जोडा/बदल करा",
|
|
246
|
+
eraser: "खोड रबर",
|
|
247
|
+
frame: "चौकट यंत्र",
|
|
248
|
+
magicframe: "वायरफ़्रेम पासून सांकेतिक लिपि",
|
|
249
|
+
embeddable: "वेब रुतवा",
|
|
250
|
+
laser: "लेसर टॉर्च",
|
|
251
|
+
hand: "हात ( सरकवण्या चे उपकरण)",
|
|
252
|
+
extraTools: "आणिक यंत्रे",
|
|
253
|
+
mermaidToExcalidraw: "मर्मेड पासून एक्सकाली मधे",
|
|
254
|
+
magicSettings: "कृतिम बुद्दिवत्ता सेटिंग्स"
|
|
255
|
+
}, o = {
|
|
256
|
+
canvasActions: "पटल क्रिया",
|
|
257
|
+
selectedShapeActions: "निवडित आकार क्रिया",
|
|
258
|
+
shapes: "आकार"
|
|
259
|
+
}, s = {
|
|
260
|
+
canvasPanning: "कॅनव्हास सरकवण्या साठी, ड्रॅग करताना माउस व्हील धरा किंवा स्पेसबार दाबून ठेवा अथवा हात वालं उपकरण वापरा",
|
|
261
|
+
linearElement: "अनेक बिंदु साठी क्लिक करा, रेघे साठी ड्रैग करा",
|
|
262
|
+
freeDraw: "क्लिक आणि ड्रैग करा, झालं तेव्हा सोडा",
|
|
263
|
+
text: "टीप: तुम्हीं निवड यंत्रानी कोठेही दुहेरी क्लिक करून टेक्स्ट जोडू शकता",
|
|
264
|
+
embeddable: "वेबसाइट रुतोण्या साठी दाबून-खेचा (क्लिक-ड्रैग करा)",
|
|
265
|
+
text_selected: "लेखन संपादन साठी दुहेरी क्लिक करा किव्हा एंटर दाबा",
|
|
266
|
+
text_editing: "संपादन संपवायचं असल्यास एस्केप दाबा किव्हा कंट्रोल या कम्मांड बरोबार एंटर दाबा",
|
|
267
|
+
linearElementMulti: "शेवटच्या बिंदु वर क्लिक करा किव्हा एस्केप या एंटर दाबा",
|
|
268
|
+
lockAngle: "शिफ्ट धरून तुम्ही कोन मर्यादित करू शकता",
|
|
269
|
+
resize: "आकार छोटा मोठा करताना SHIFT धरून तुम्ही प्रमाण मर्यादित करू शकता, \nकेंद्रापासून आकार छोटा मोठा करण्यासाठी ALT धरून ठेवा",
|
|
270
|
+
resizeImage: "SHIFT धरून तुम्ही मुक्तपणे आकार मोठा छोटा करु शकता,\nकेंद्रापासून आकार मोठा छोटा करण्यासाठी ALT धरून ठेवा",
|
|
271
|
+
rotate: "फिरवत असताना शिफ्ट धरून तुम्ही कोन मर्यादित करू शकता",
|
|
272
|
+
lineEditor_info: "पॉइंट संपादित करण्यासाठी CtrlOrCmd दाबून ठेवुन डबल-क्लिक करा किंवा CtrlOrCmd + Enter बरोबर दाबा",
|
|
273
|
+
lineEditor_pointSelected: "बिंदु (एक किव्हा अनेक) काढ़ण्या साठी डिलीट की दाबा,\nCtrlOrCmd बरोबार D प्रति साठी,\nकिव्हा ड्रेग हलवण्या साठी",
|
|
274
|
+
lineEditor_nothingSelected: "संपादित करण्यासाठी एक बिंदू निवडा (अनेक निवडण्यासाठी SHIFT धरून ठेवा),\nकिंवा Alt धरून ठेवा आणि नवीन बिंदू जोडण्यासाठी क्लिक करा",
|
|
275
|
+
placeImage: "प्रतिमा ठेवण्यासाठी क्लिक करा, किंवा त्याचा आकार बदलण्या साठी क्लिक करा आणि ड्रॅग करा",
|
|
276
|
+
publishLibrary: "आपला खाजगी संग्रह प्रकाशित करा",
|
|
277
|
+
bindTextToElement: "मजकूर जोडण्यासाठी एंटर की दाबा",
|
|
278
|
+
deepBoxSelect: "खोल निवड ह्या साठी कंट्रोल किव्हा कमांड दाबून ठेवा, आणि बाहेर खेचणे वाचवण्या साठी पण",
|
|
279
|
+
eraserRevert: "खोडण्या साठी घेतलेल्या वस्तु ना घेण्या साठी Alt दाबून ठेवावे",
|
|
280
|
+
firefox_clipboard_write: "हे वैशिष्ट्य \"dom.events.asyncClipboard.clipboardItem\" फ्लॅग \"सत्य\" वर सेट करून शक्यतो सक्षम केले जाऊ शकते. Firefox मध्ये ब्राउझर फ्लॅग बदलण्यासाठी, \"about:config\" पृष्ठावर जा.",
|
|
281
|
+
disableSnapping: "स्नैपिंग अक्षम करण्या साठी CtrlOrCmd दाबून ठेवा"
|
|
282
|
+
}, c = {
|
|
283
|
+
cannotShowPreview: "पूर्वावलोकन दाखवू शकत नाही",
|
|
284
|
+
canvasTooBig: "पटल खूप जास्त मोठा असू शकतो.",
|
|
285
|
+
canvasTooBigTip: "टीप: दूर चा तत्व थोडं जवळ आणण्याचा प्रयत्न करावा."
|
|
286
|
+
}, l = {
|
|
287
|
+
headingMain: "त्रुटि आली. परत प्रयत्न करा <button>ह्या पानाला पुनः लोड करा.</button>",
|
|
288
|
+
clearCanvasMessage: "रीलोडिंग होत नसल्यास, परत प्रयत्न करा <button>पटल स्वच्छ करित आहे.</button>",
|
|
289
|
+
clearCanvasCaveat: " त्यामुळे केलेल्या कामाचे नुकसान होईल ",
|
|
290
|
+
trackedToSentry: "त्रुटि क्रमांक के साथ त्रुटि {{eventId}} आमच्या प्रणाली नी निरीक्षण केले होते.",
|
|
291
|
+
openIssueMessage: "त्रुटीत तुमची दृश्य माहिती समाविष्ट न करण्यासाठी आम्ही खूप सावध होतो. तुमचा सीन खाजगी नसल्यास, कृपया आम्हाला पुढ च्या कारवाई साठी सम्पर्क साधा <button>त्रुटि व्यवस्थापन.</button> कृपया गिटहब समस्येमध्ये कॉपी आणि पेस्ट करून खालिल माहिती समाविष्ट करा.",
|
|
292
|
+
sceneContent: "दृश्य विषय:"
|
|
293
|
+
}, u = {
|
|
294
|
+
desc_intro: "तुम्ही तुमच्या सध्याच्या दृश्यासाठी लोकांना आपल्यासह सहयोग करण्यासाठी आमंत्रित करू शकता.",
|
|
295
|
+
desc_privacy: "काळजी करू नका, सत्र या टोकापासून त्या टोकापर्यंत कूटबद्धता वापरते, त्यामुळे तुम्ही जे काही काढाल ते खाजगी राहील. तुम्ही काय घेऊन आला आहात हे आमचा सर्व्हर ही देखील पाहू शकत नाही.",
|
|
296
|
+
button_startSession: "सत्र सुरु करा",
|
|
297
|
+
button_stopSession: "सत्र थाम्बवा",
|
|
298
|
+
desc_inProgressIntro: "थेट सहयोग सत्र चालू आहे.",
|
|
299
|
+
desc_shareLink: "तुम्ही ज्यांच्याशी सहयोग करू इच्छिता त्यांच्याशी ही दुवा सामायिक करा:",
|
|
300
|
+
desc_exitSession: "सत्र थांबवल्याने तुम्हीं खोली तून बाहेर याल, तरिही तुम्ही स्थानिक पातळीवर दृश्यासह काम करु शकाल. लक्षात ठेवा की याचा इतर लोकांवर परिणाम होणार नाही आणि ते त्यांच्या आवृत्तीवर सहयोग करित राहातील.",
|
|
301
|
+
shareTitle: "एक्सकेलीड्रॉ वर थेट सहयोग सत्रात सामील व्हा"
|
|
302
|
+
}, d = { title: "त्रुटि" }, f = {
|
|
303
|
+
disk_title: "डिस्क मधे जतन करा",
|
|
304
|
+
disk_details: "सीन डेटा बाहेर एक फ़ाइल मधे जतन करा, त्या फ़ाइल मधुम तो डेटा नंतर परत आणु शकता.",
|
|
305
|
+
disk_button: "फ़ाइल मधे जतन करा",
|
|
306
|
+
link_title: "सामायिके साठी दुवा",
|
|
307
|
+
link_details: "नुसतं वाचु देणारा दुवा चा स्वरूपे बाहेर ठेवा.",
|
|
308
|
+
link_button: "दुवा स्वरूपे बाहेर ठेवा",
|
|
309
|
+
excalidrawplus_description: "दृश्य तुमच्या एक्सकेलीड्रॉ कार्यक्षेत्र मधे जतन करा.",
|
|
310
|
+
excalidrawplus_button: "बाहेर ठेवा",
|
|
311
|
+
excalidrawplus_exportError: "एक्सकेलीड्रॉ मधे बाहेर ठेवता नाही येत..."
|
|
312
|
+
}, p = {
|
|
313
|
+
blog: "आमचा ब्लॉग वाचा",
|
|
314
|
+
click: "क्लिक करा",
|
|
315
|
+
deepSelect: "खोल निवड",
|
|
316
|
+
deepBoxSelect: "चौकट मधे खोल निवड करा आणि बाहेर ओढणे वाचवा",
|
|
317
|
+
curvedArrow: "वक्र बाण",
|
|
318
|
+
curvedLine: "वक्र रेघ",
|
|
319
|
+
documentation: "कागदपत्रे",
|
|
320
|
+
doubleClick: "दुहेरी क्लिक",
|
|
321
|
+
drag: "ओढा",
|
|
322
|
+
editor: "संपादक",
|
|
323
|
+
editLineArrowPoints: "रेघ/तीर बिंदु सम्पादित करा",
|
|
324
|
+
editText: "पाठ्य सम्पादित करा/ लेबल जोडा",
|
|
325
|
+
github: "समस्या मिळाली? प्रस्तुत करा",
|
|
326
|
+
howto: "आमच्या मार्गदर्शकाचे अनुसरण करा",
|
|
327
|
+
or: "किंवा",
|
|
328
|
+
preventBinding: "बाण बंधन होणं टाळा",
|
|
329
|
+
tools: "अवजार",
|
|
330
|
+
shortcuts: "कीबोर्ड शॉर्टकट",
|
|
331
|
+
textFinish: "संपादन संपले (मजकूर संपादन)",
|
|
332
|
+
textNewLine: "नवी ओळ जोडा (मजकूर संपादक)",
|
|
333
|
+
title: "मदत",
|
|
334
|
+
view: "दृश्य",
|
|
335
|
+
zoomToFit: "सर्व तत्व दिसतील असे दृश्यरूप आकार करा",
|
|
336
|
+
zoomToSelection: "निवडी प्रयंत दृश्यरूप आकार करा",
|
|
337
|
+
toggleElementLock: "कुलूपातून आत/बाहेर निवड",
|
|
338
|
+
movePageUpDown: "पान वर/खाली करा",
|
|
339
|
+
movePageLeftRight: "पान डावी/उजवी कडे करा"
|
|
340
|
+
}, m = { title: "पटल स्वच्छ करा" }, h = {
|
|
341
|
+
title: "संग्रह प्रकाशित करा",
|
|
342
|
+
itemName: "वस्तु चे नाव",
|
|
343
|
+
authorName: "लेखक चे नाव",
|
|
344
|
+
githubUsername: "गिटहब वापरकर्तानाव",
|
|
345
|
+
twitterUsername: "ट्विटर वापरकर्तानाव",
|
|
346
|
+
libraryName: "संग्रहाचे नाव",
|
|
347
|
+
libraryDesc: "संग्रहाचे वर्णन",
|
|
348
|
+
website: "वेबसाइट",
|
|
349
|
+
placeholder: {
|
|
350
|
+
authorName: "तुमचे नाव किव्हा वापरकर्तानाव",
|
|
351
|
+
libraryName: "तुमचा संग्रहाचे नाव",
|
|
352
|
+
libraryDesc: "तुमचा संग्रहाचे वर्णन लोकांना संग्रहा बद्दल जाणकारी देतील",
|
|
353
|
+
githubHandle: "गिटहब हैंडल (वैकल्पिक), एकदा संग्रह पुनरावलोकना साठी जमा केल्या नंतर ही तुम्हीं सम्पादित करु शकता",
|
|
354
|
+
twitterHandle: "ट्विटर वापरकार्यक नाव (वैकल्पिक), त्यामुळे ट्विटर वर ज़हीरांति साठी कोणाला गुण द्यायचे हे आम्हाला समजेल",
|
|
355
|
+
website: "दुवा तुमच्या वैयक्तिक वेब-साइट किव्हा कुठे दूसरिकडे (ऐच्छिक) करावा"
|
|
356
|
+
},
|
|
357
|
+
errors: {
|
|
358
|
+
required: "आवश्यक आहे",
|
|
359
|
+
website: "वैध यू-आर-एल द्या"
|
|
360
|
+
},
|
|
361
|
+
noteDescription: "समाविष्ट करण्या साठी तुमचा संग्रह ह्याचात जमा करा <link>सार्वजनिक संग्रहाचे कोठार</link>इतर लोकांना त्यांच्या रेखाचित्रांमधे वापरण्यासाठी.",
|
|
362
|
+
noteGuidelines: "संग्रहाला आधी स्वहस्ते स्वीकृती मिळणे आवश्यक आहे. कृपया हे वाचा <link>मार्गदर्शक तत्त्वे</link> जमा करण्या पूर्वी, तुमच्या जवळ एक गिटहब खाते असणे आवश्यक आहे जे संवादा साठी आणिक बदल करण्या साठी लागेल, तरी हे सर्व अगदी आवश्यक नाही आहे.",
|
|
363
|
+
noteLicense: "जमा करताना तुम्हीं सहमति दाखवतात आहे की संग्रह ह्याचा खाली प्रकाशित होईल <link>एम-आइ-टी परवाना, </link>ज्याचा थोडक्यात अर्थ कोणीही निर्बंधांशिवाय वापरू शकतो.",
|
|
364
|
+
noteItems: "प्रतैक संग्रहाचे नाव, नीट शोधनासाठी, असणे आवश्यक आहे. खाली दिलेल्या वस्तु समाविष्ट केल्या जातील:",
|
|
365
|
+
atleastOneLibItem: "सुरु करण्यासाठी, कृपया करून, कमित कमी एक वस्तु तरी निवडा",
|
|
366
|
+
republishWarning: "टीप: काही निवडक आयटम आधीच प्रकाशित/प्रस्तुत केलेले आहेत. विद्यमान लायब्ररी किंवा प्रस्तुतित आयटम अद्यावित करताना तुम्ही फक्त तो पुन्हा प्रस्तुत करा."
|
|
367
|
+
}, g = {
|
|
368
|
+
title: "संग्रह जमा केला",
|
|
369
|
+
content: "धन्यवाद {{authorName}}. आपला संग्रह पुनरावलोकना साठी जमा झाला आहे. तुम्हीं स्थिति सारखी तपासू सकता<link>इकडे</link>"
|
|
370
|
+
}, _ = {
|
|
371
|
+
resetLibrary: "संग्रह पुनर्स्थित करा",
|
|
372
|
+
removeItemsFromLib: "निवडलेले आयटम्स संग्रहातून काढा"
|
|
373
|
+
}, v = {
|
|
374
|
+
header: "प्रतिमा निर्यात करा",
|
|
375
|
+
label: {
|
|
376
|
+
withBackground: "पार्श्वभूमि",
|
|
377
|
+
onlySelected: "फक्त चयन केलेले",
|
|
378
|
+
darkMode: "अंधारमय स्थिति",
|
|
379
|
+
embedScene: "दृश्य रुतवा",
|
|
380
|
+
scale: "क़िती पट",
|
|
381
|
+
padding: "ग़ादी"
|
|
382
|
+
},
|
|
383
|
+
tooltip: { embedScene: "दृश्य डेटा निर्यात केलेल्या पी-एन-जी किव्हा एस-वी-जी फ़ाईल मधे सुरक्षीत केला जाईल, त्याने दृश्य पुनः परत आणता येईल. निर्यात केलेली फ़ाईल चा आकार त्याने वाढेल." },
|
|
384
|
+
title: {
|
|
385
|
+
exportToPng: "पी-एन-जी स्वरूपात बाहेर ठेवा",
|
|
386
|
+
exportToSvg: "एस-वी-जी स्वरूपात बाहेर ठेवा",
|
|
387
|
+
copyPngToClipboard: "पी-एन-जी रूपे फळी वर कॉपी करा"
|
|
388
|
+
},
|
|
389
|
+
button: {
|
|
390
|
+
exportToPng: "पीएनजी",
|
|
391
|
+
exportToSvg: "एसविज़ी",
|
|
392
|
+
copyPngToClipboard: "फळी वर कॉपी करा"
|
|
393
|
+
}
|
|
394
|
+
}, y = {
|
|
395
|
+
tooltip: "तुमचे चित्रे या टोकापासून त्या टोकापर्यंत कूटबद्धतित आहेत, त्या कारणांनी ऐक्सकैलिड्रॉ सर्वर्स ह्यानां ते पहाणं कधीच जमणार नाही.",
|
|
396
|
+
link: "ब्लॉग पोस्ट ऐक्सकैलिड्रॉ मधे या टोकापासून त्या टोकापर्यंत कूटबद्धतित आहेत"
|
|
397
|
+
}, b = {
|
|
398
|
+
angle: "कोण",
|
|
399
|
+
element: "वस्तु",
|
|
400
|
+
elements: "वस्तु",
|
|
401
|
+
height: "उंची",
|
|
402
|
+
scene: "दृश्य",
|
|
403
|
+
selected: "निवडलेले",
|
|
404
|
+
storage: "साठवण",
|
|
405
|
+
title: "अभ्यासू लोगो के लिये आंकडे",
|
|
406
|
+
total: "योग",
|
|
407
|
+
version: "आवृत्ती",
|
|
408
|
+
versionCopy: "कॉपी करायला क्लिक करा",
|
|
409
|
+
versionNotAvailable: "आवृति उपलब्ध नाही",
|
|
410
|
+
width: "रुंदी"
|
|
411
|
+
}, x = {
|
|
412
|
+
addedToLibrary: "संग्रह मधे सम्मिलित",
|
|
413
|
+
copyStyles: "कॉपी केलेली शैली.",
|
|
414
|
+
copyToClipboard: "फळी वर कॉपी झाली.",
|
|
415
|
+
copyToClipboardAsPng: "{{exportSelection}} फळी वर पी-एन-जी स्वरूपात कॉपी झाली\n({{exportColorScheme}})",
|
|
416
|
+
fileSaved: "फ़ाइल जतन झाली.",
|
|
417
|
+
fileSavedToFilename: "{filename} मधे जतन झाली",
|
|
418
|
+
canvas: "पटल",
|
|
419
|
+
selection: "निवड",
|
|
420
|
+
pasteAsSingleElement: "एक घटक म्हणून चिपकावण्या साठी {{shortcut}} वापरा,\nकिंवा विद्यमान मजकूर संपादकात चिपकवा",
|
|
421
|
+
unableToEmbed: "युआरेल रूतवणे प्रतिबंधित आहेत. आपली युआरेल श्वेतसूचित आणण्या साठी कृपया एक मुद्दा ग़िटहब वर उठवा",
|
|
422
|
+
unrecognizedLinkFormat: "जी युआरेल तुम्हीं रतवली आहे, ती आपेक्षित प्रकारे नाही आहे. कृपया स्त्रोत साइट नी 'रूतवण्या साठी दिलेलि लिपि' चिपकावण्याचा प्रयास करा"
|
|
423
|
+
}, S = {
|
|
424
|
+
transparent: "पारदर्शक",
|
|
425
|
+
black: "काळा",
|
|
426
|
+
white: "पांढरा",
|
|
427
|
+
red: "लाल",
|
|
428
|
+
pink: "गुलाबी",
|
|
429
|
+
grape: "अंगूरी",
|
|
430
|
+
violet: "जांभळा",
|
|
431
|
+
gray: "राखाडी",
|
|
432
|
+
blue: "निळा",
|
|
433
|
+
cyan: "आकाशी",
|
|
434
|
+
teal: "हिरवट निळा",
|
|
435
|
+
green: "हिरवा",
|
|
436
|
+
yellow: "पिवळा",
|
|
437
|
+
orange: "केशरी",
|
|
438
|
+
bronze: "कांस्य"
|
|
439
|
+
}, C = {
|
|
440
|
+
app: {
|
|
441
|
+
center_heading: "तुमचा सर्व डेटा तुमच्या ब्राउझरमध्ये स्थानिक पातळीवर जतन केला जातो.",
|
|
442
|
+
center_heading_plus: "त्याऐवजी तुम्हाला Excalidraw+ वर जायचे आहे का?",
|
|
443
|
+
menuHint: "निर्यात, आवड़ी-निवडी, भाषा, ..."
|
|
444
|
+
},
|
|
445
|
+
defaults: {
|
|
446
|
+
menuHint: "निर्यात, आवड़ी निवडी आणि आणकिही...",
|
|
447
|
+
center_heading: "आकृत्या. काढणे. सोपे.",
|
|
448
|
+
toolbarHint: "एक साधन निवडा आणि चित्रीकरण सुरु करा!",
|
|
449
|
+
helpHint: "शॉर्टकट आणि सहाय्य"
|
|
450
|
+
}
|
|
451
|
+
}, w = {
|
|
452
|
+
mostUsedCustomColors: "सर्वात जास्त वापरणीस रंग",
|
|
453
|
+
colors: "रंग",
|
|
454
|
+
shades: "रंगछटा",
|
|
455
|
+
hexCode: "हेक्स कोड",
|
|
456
|
+
noShades: "ह्या रंगाच्या छटा उपलब्ध नाहित"
|
|
457
|
+
}, T = {
|
|
458
|
+
action: {
|
|
459
|
+
exportToImage: {
|
|
460
|
+
title: "छवि स्वरूपे निर्यात करा",
|
|
461
|
+
button: "छवि स्वरूपे निर्यात करा",
|
|
462
|
+
description: "सीन डेटा बाहेर एक फ़ाइल मधे जतन करा, त्या फ़ाइल मधुन तो डेटा नंतर परत आणु शकता."
|
|
463
|
+
},
|
|
464
|
+
saveToDisk: {
|
|
465
|
+
title: "डिस्क मधे जतन करा",
|
|
466
|
+
button: "डिस्क मधे जतन करा",
|
|
467
|
+
description: "सीन डेटा बाहेर एक फ़ाइल मधे जतन करा, त्या फ़ाइल मधुन तो डेटा नंतर परत आणु शकता."
|
|
468
|
+
},
|
|
469
|
+
excalidrawPlus: {
|
|
470
|
+
title: "एक्षकालीड्रॉ +",
|
|
471
|
+
button: "एक्षकाली ड्रॉ+ मधे निर्यात करा",
|
|
472
|
+
description: "दृष्य तुमच्या एक्षकालीड्रॉ+ चा कार्यस्थल मधे जतन करा."
|
|
473
|
+
}
|
|
474
|
+
},
|
|
475
|
+
modal: {
|
|
476
|
+
loadFromFile: {
|
|
477
|
+
title: "फ़ाइल मधुन लोड करा",
|
|
478
|
+
button: "फ़ाइल मधुन लोड करा",
|
|
479
|
+
description: "फ़ाइल मधुन लोड केल्या वर ते <bold>तुमचा सध्याचा कामा ठिकाणि एईल </bold><br></br> तुम्हीं तुमचं चित्र एकाधं खाली दिलेलं विकल्प निवडुन पहले सुरक्षीत करु शकता."
|
|
480
|
+
},
|
|
481
|
+
shareableLink: {
|
|
482
|
+
title: "लिंक पासून लोड करा",
|
|
483
|
+
button: "माझ सध्याचे कार्य बदला",
|
|
484
|
+
description: "बाहरी चित्र लोड केल्या वर ते <bold>तुमचा सध्याचा कामा ठिकाणि एईल </bold><br></br> तुम्हीं तुमचं चित्र एकाधं खाली दिलेलं विकल्प निवडुन पहले सुरक्षीत करु शकता."
|
|
485
|
+
}
|
|
486
|
+
}
|
|
487
|
+
}, E = {
|
|
488
|
+
title: "मर्मेड पासून एक्सकाली मधे",
|
|
489
|
+
button: "शिरवा",
|
|
490
|
+
description: "",
|
|
491
|
+
syntax: "मर्मेड संरचना नियम",
|
|
492
|
+
preview: "पूर्वावलोकन"
|
|
493
|
+
}, D = {
|
|
494
|
+
labels: e,
|
|
495
|
+
library: t,
|
|
496
|
+
buttons: n,
|
|
497
|
+
alerts: r,
|
|
498
|
+
errors: i,
|
|
499
|
+
toolBar: a,
|
|
500
|
+
headings: o,
|
|
501
|
+
hints: s,
|
|
502
|
+
canvasError: c,
|
|
503
|
+
errorSplash: l,
|
|
504
|
+
roomDialog: u,
|
|
505
|
+
errorDialog: d,
|
|
506
|
+
exportDialog: f,
|
|
507
|
+
helpDialog: p,
|
|
508
|
+
clearCanvasDialog: m,
|
|
509
|
+
publishDialog: h,
|
|
510
|
+
publishSuccessDialog: g,
|
|
511
|
+
confirmDialog: _,
|
|
512
|
+
imageExportDialog: v,
|
|
513
|
+
encrypted: y,
|
|
514
|
+
stats: b,
|
|
515
|
+
toast: x,
|
|
516
|
+
colors: S,
|
|
517
|
+
welcomeScreen: C,
|
|
518
|
+
colorPicker: w,
|
|
519
|
+
overwriteConfirm: T,
|
|
520
|
+
mermaid: E
|
|
521
|
+
};
|
|
522
|
+
//#endregion
|
|
523
|
+
export { r as alerts, n as buttons, c as canvasError, m as clearCanvasDialog, w as colorPicker, S as colors, _ as confirmDialog, D as default, y as encrypted, d as errorDialog, l as errorSplash, i as errors, f as exportDialog, o as headings, p as helpDialog, s as hints, v as imageExportDialog, e as labels, t as library, E as mermaid, T as overwriteConfirm, h as publishDialog, g as publishSuccessDialog, u as roomDialog, b as stats, x as toast, a as toolBar, C as welcomeScreen };
|