New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

ids-enterprise-wc

Package Overview
Dependencies
Maintainers
0
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ids-enterprise-wc

The Web Component version of the IDS Enterprise component library

  • 1.10.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
13K
increased by70.59%
Maintainers
0
Weekly downloads
 
Created
Source

Infor Design System Web Components Beta Library

License npm version Visual Tests

Infor Design System Enterprise Web Components Library is a framework independent UI library consisting of CSS and JS that provides Infor product development teams, partners, and customers the tools to create user experiences that are approachable, focused, relevant, and perceptive.

Key Features

  • Three themes, including a WCAG 2.0 AAA compatible high-contrast theme and ability to theme anything
  • Responsive and Mobile Adaptable
  • Touch-friendly interactions
  • SVG-based iconography for high DPI screens and scaling
  • Built-in, extendible localization system
  • Built-in mitigation of XSS exploits
  • Excellent test coverage
  • Detailed documentation in .md format
  • Contains an extensive Change log which lists any and all breaking changes
  • Fully linted code
  • Follows WAI-ARIA authoring practices with a focus on accessibility
  • Fully namespaced with an ids- namespace
  • We follow the Gold standard for making web components
  • Includes types for typescript users
  • Every component has the CSS and DOM Encapsulation for css collision avoidance
  • 100+ Components
  • Includes Visual Code intellisense with standard schemas
  • Typescript types
  • Supports Es Modules
  • Bundle size in npm is 33% smaller (with code splitting enabled)
  • Supports CSP including css and js CSP
  • The newest designs will be added here
  • Removed a lot of older less commonly used features and misused patterns
  • New scroll view component to replace circle pager
  • New chart components
  • Data Grid virtual DOM
  • Flexible Flex Grid and responsive grid

Browser Support

We support the latest release and the release previous to the latest (R-1) for browsers and OS versions:

IE / Edge
IE Edge
Firefox
Firefox
Chrome
Chrome
Safari
Safari
iOS Safari
iOS Safari
R-1R-1R-1R-1R-1

Installation

The components are available via npm/yarn:

npm install --save ids-enterprise-wc@latest

To Clone and Run this Repo locally (requires node 18 (16 or 17))

mkdir enterprise-wc
cd enterprise-wc
git clone ssh://git@oxfordssh.awsdev.infor.com:7999/infor-design/enterprise-wc.git .
npm i
npm run start

Also include the Source Sans Pro Font in your project and app pages.

Using Code Hinting

The npm package ships with a file called vscode.html-custom-data.json. The file describes the custom elements and their settings for use in Visual Studio Code to provide “IntelliSense”. To enable it, you just need to tell VS Code where the file is.

  1. As per above, install with npm install --save ids-enterprise-wc@latest
  2. Create a folder called .vscode at the root of your project
  3. Create a file inside that folder called settings.json
  4. Add the following setting to the file.
{
  "html.customData": ["./node_modules/ids-enterprise-wc/vscode.html-custom-data.json"]
}

You may need to restart VS Code for the changes to take affect.

Most popular editors support custom code completion with different configurations. Please submit a feature request and/or pull request if you want to add your editor.

Documentation

Other Documentation

Keywords

FAQs

Package last updated on 07 Feb 2025

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc