Socket
Socket
Sign inDemoInstall

@maggioli-design-system/mds-file-preview

Package Overview
Dependencies
16
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @maggioli-design-system/mds-file-preview

mds-file-preview is a web-component from Magma Design System, built with StencilJS, TypeScript, Storybook. It's based on the web-component standard and it's designed to be agnostic from the JavaScirpt framework you are using.


Version published
Weekly downloads
137
decreased by-21.26%
Maintainers
2
Install size
72.2 MB
Created
Weekly downloads
 

Readme

Source

mds-file-preview

Properties

PropertyAttributeDescriptionTypeDefault
deletabledeletableEnables the cross icon to perform cancel/delete action on elementboolean | undefinedundefined
descriptiondescriptionOverrides the default filetype descriptionstring | undefinedundefined
downloadabledownloadableEnables the download icon to perform the related action on elementboolean | undefinedundefined
filename (required)filenameThe filename shown as component title, is used to auto assign one of the filetype known in the filetype dictionarystringundefined
filesizefilesizeThe filesize shown, if you pass a string you can write whathever you want, if you pass a number it expect filesize in bytes, the component will format it automatically.string | undefinedundefined
iconiconThe name of the icon or a base64 string to render it as an svgstringundefined
messagemessageSets a feedback message related to the componentstring | undefinedundefined
srcsrcThe image preview src if available of a file, useful if you have a logo to display, or a smaller version of a bigger imagestring | undefinedundefined
suffixsuffixOverrides the automatic filetype recongition by forcing the suffix to one of the available formats choosenExtensionSuffixType | undefinedundefined
truncatetruncateTruncates the filename shown"all" | "none" | "word" | undefined'word'
variantvariantThe variant of the component, is shown only if the message attribute is defined"amaranth" | "aqua" | "blue" | "error" | "green" | "info" | "lime" | "orange" | "orchid" | "primary" | "sky" | "success" | "violet" | "warning" | "yellow" | undefinedundefined

Events

EventDescriptionType
mdsFileDeleteEmits when the component is removed, returning file infosCustomEvent<MdsFilePreviewEventDetail>
mdsFileDownloadEmits when the component is clicked, returning file infosCustomEvent<MdsFilePreviewEventDetail>

Shadow Parts

PartDescription
"card"

Dependencies

Used by

  • mds-input-upload

Depends on

Graph

graph TD;
  mds-file-preview --> mds-button
  mds-file-preview --> mds-img
  mds-file-preview --> mds-icon
  mds-file-preview --> mds-text
  mds-file-preview --> mds-badge
  mds-button --> mds-spinner
  mds-button --> mds-icon
  mds-button --> mds-text
  mds-badge --> mds-text
  mds-input-upload --> mds-file-preview
  style mds-file-preview fill:#f9f,stroke:#333,stroke-width:4px

Built with love @ Gruppo Maggioli from R&D Department

FAQs

Last updated on 18 Apr 2024

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc