{"_id":"@abi-software/image-dialog","_rev":"2-5a4af93652728be86750ebce4996e1a7","name":"@abi-software/image-dialog","dist-tags":{"latest":"0.0.1"},"versions":{"0.0.1":{"name":"@abi-software/image-dialog","version":"0.0.1","license":"Apache-2.0","_id":"@abi-software/image-dialog@0.0.1","maintainers":[{"name":"akhuoa","email":"aung.kyaw.hein@auckland.ac.nz"},{"name":"ddjnw1yu","email":"david.jianwei.yu@outlook.com"},{"name":"hsorby","email":"h.sorby@auckland.ac.nz"},{"name":"alan-wu","email":"alan.wu@auckland.ac.nz"},{"name":"tehsurfer","email":"jessekhorasanee@gmail.com"},{"name":"agarny","email":"agarny@hellix.com"},{"name":"dbrnz","email":"d.brooks@auckland.ac.nz"}],"homepage":"https://github.com/ABI-Software/image-dialog#readme","bugs":{"url":"https://github.com/ABI-Software/image-dialog/issues"},"dist":{"shasum":"54c4110c53ed605acbb748449fe780d75c75bb9d","tarball":"https://registry.npmjs.org/@abi-software/image-dialog/-/image-dialog-0.0.1.tgz","fileCount":14,"integrity":"sha512-+2KmZMAl+DOu2XzdcosJOag5dyeSQ2Cx2TGmNibDC820SRJ/ejFSG8QjtFun1XLglvX6fmNC5VOT0hzSRe9/Ng==","signatures":[{"sig":"MEUCIQCGJdyO0ba4CeW84EMYKzXNy4oQWuYG4m5v6yuqYPtiTAIgFC6e4NXoburHL1o9DMY8U3r214JuVVRqK18TfdI03t0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":398184},"main":"./dist/image-dialog.umd.cjs","type":"module","module":"./dist/image-dialog.js","exports":{".":{"import":"./dist/image-dialog.js","require":"./dist/image-dialog.umd.cjs"},"./dist/style.css":"./dist/style.css"},"gitHead":"a217641602c8cfe205609397098f0b64f6f12a89","scripts":{"lint":"eslint src","serve":"vite","preview":"vite preview","version":"npm run build-bundle; npm run changelog; git add CHANGELOG.md","changelog":"auto-changelog -p --output CHANGELOG.md --template keepachangelog","build-bundle":"vite build","release:beta":"npm version prerelease --preid=beta; npm publish --tag beta","release:minor":"npm version minor; npm publish","release:patch":"npm version patch; npm publish"},"_npmUser":{"name":"akhuoa","email":"aung.kyaw.hein@auckland.ac.nz"},"repository":{"url":"git+https://github.com/ABI-Software/image-dialog.git","type":"git"},"_npmVersion":"9.6.7","description":"This component shows images on dialog with two options: gallery style or iframe.","directories":{},"_nodeVersion":"18.17.1","dependencies":{"vue":"^3.4.21","@abi-software/gallery":"^0.5.0-vue3.5"},"_hasShrinkwrap":false,"devDependencies":{"sass":"^1.75.0","vite":"^5.2.0","eslint":"^9.0.0","eslint-plugin-vue":"^9.25.0","@vitejs/plugin-vue":"^5.0.4"},"_npmOperationalInternal":{"tmp":"tmp/image-dialog_0.0.1_1713496725712_0.7925527618888981","host":"s3://npm-registry-packages"}}},"time":{"created":"2024-04-19T03:18:45.593Z","modified":"2026-04-01T09:49:24.984Z","0.0.1":"2024-04-19T03:18:45.936Z"},"bugs":{"url":"https://github.com/ABI-Software/image-dialog/issues"},"license":"Apache-2.0","homepage":"https://github.com/ABI-Software/image-dialog#readme","repository":{"url":"git+https://github.com/ABI-Software/image-dialog.git","type":"git"},"description":"This component shows images on dialog with two options: gallery style or iframe.","maintainers":[{"email":"h.sorby@auckland.ac.nz","name":"hsorby"},{"email":"alan.wu@auckland.ac.nz","name":"alan-wu"},{"email":"agarny@hellix.com","name":"agarny"},{"email":"d.brooks@auckland.ac.nz","name":"dbrnz"},{"email":"aung.kyaw.hein@auckland.ac.nz","name":"akhuoa"}],"readme":"# ABI-Software Image Dialog\n\nThis component shows images on dialog with two options: gallery style or iframe.\n\n## Installation\n\n```bash\nnpm install @abi-software/image-dialog\n```\n\n## Usage\n\n```vue\n<template>\n  <ImageDialog\n    :imageIframeURL=\"iframeURL\"\n    :imageGalleryItems=\"galleryItems\"\n    :imageDialogOpen=\"dialogOpen\"\n  />\n</template>\n\n<script>\n  import ImageDialog from '@abi-software/image-dialog'\n  import '@abi-software/image-dialog/dist/style.css'\n\n  export default {\n    name: 'App',\n    components: {\n      ImageDialog\n    },\n    data: function () {\n      return {\n        iframeURL: '',\n        galleryItems: [],\n        dialogOpen: true\n      }\n    }\n  }\n</script>\n```\n\n## Development\n\n```\nnpm install\n```\n\nLocal development server (on port:8081)\n```\nnpm run serve\n```\n\nBuild bundle\n```\nnpm run build-bundle\n```\n\nESLint\n```\nnpm run lint\n```\n\n## Vue 3 + Vite\n\nThis template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.\n\n## Recommended IDE Setup\n\n- [VS Code](https://code.visualstudio.com/) + [Vue - Official](https://marketplace.visualstudio.com/items?itemName=Vue.volar) (previously Volar) and disable Vetur\n","readmeFilename":"README.md"}