Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@dhis2-ui/calendar

Package Overview
Dependencies
Maintainers
0
Versions
140
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2-ui/calendar - npm Package Compare versions

Comparing version 10.0.0-alpha.2 to 10.0.0-alpha.3

16

package.json
{
"name": "@dhis2-ui/calendar",
"version": "10.0.0-alpha.2",
"version": "10.0.0-alpha.3",
"description": "UI Calendar",

@@ -36,11 +36,11 @@ "repository": {

"dependencies": {
"@dhis2-ui/button": "10.0.0-alpha.2",
"@dhis2-ui/card": "10.0.0-alpha.2",
"@dhis2-ui/input": "10.0.0-alpha.2",
"@dhis2-ui/layer": "10.0.0-alpha.2",
"@dhis2-ui/popper": "10.0.0-alpha.2",
"@dhis2-ui/button": "10.0.0-alpha.3",
"@dhis2-ui/card": "10.0.0-alpha.3",
"@dhis2-ui/input": "10.0.0-alpha.3",
"@dhis2-ui/layer": "10.0.0-alpha.3",
"@dhis2-ui/popper": "10.0.0-alpha.3",
"@dhis2/multi-calendar-dates": "2.0.0-alpha.2",
"@dhis2/prop-types": "^3.1.2",
"@dhis2/ui-constants": "10.0.0-alpha.2",
"@dhis2/ui-icons": "10.0.0-alpha.2",
"@dhis2/ui-constants": "10.0.0-alpha.3",
"@dhis2/ui-icons": "10.0.0-alpha.3",
"classnames": "^2.3.1",

@@ -47,0 +47,0 @@ "prop-types": "^15.7.2"

@@ -23,3 +23,8 @@ import * as React from 'react'

cellSize?: string
/**
* Add a "clear" button to delete the selected date
*/
clearable?: boolean
/**
* the currently selected date using an iso-like format YYYY-MM-DD, in the calendar system provided (not iso8601)

@@ -56,8 +61,5 @@ */

export type CalendarInputProps = Omit<
InputFieldProps,
'label' | 'type' | 'value'
> &
export type CalendarInputProps = Omit<InputFieldProps, 'type' | 'value'> &
CalendarProps
export const CalendarInput: React.FC<CalendarInputProps>
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