New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@schemater/datetime

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@schemater/datetime

Datetime field for `@schemater/core` dependent on [ng-pick-datetime](https://daniel-projects.firebaseapp.com/owlng/date-time-picker)

latest
npmnpm
Version
2.1.0
Version published
Maintainers
1
Created
Source

Datetime field for @schemater/core dependent on ng-pick-datetime

Usage

  • Import SchematerDatetimeModule to Your project
  • Add InputColorComponent into Your SchematerCore.forRoot configuration to inputComponents. You can pick name as You want. Example: {name: 'color', component: InputColorComponent}
  • You can add styles @import '@schemater/bootstrap-color/colorpicker.scss

Available options (in field.config)

  • getPresetColorsFromBootstrapVariables: boolean - tries to fetch colors from bootstrap variables. presetColors are ignored

  • presetColors: string[] - array of preset colors. Example: ['#fff', '#000', '#2889e9', '#e920e9', '#fff500', 'rgb(236,64,64)']

  • label: string - text to print inside colorpicker button

  • defaultColor: string - color (in hex) that will be applied if is null or undefined at init

FAQs

Package last updated on 18 Jan 2024

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