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

ion2-calendar

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ion2-calendar - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

2

dist/components/calendar-week.component.js

@@ -11,3 +11,3 @@ import { Component, Input } from '@angular/core';

if (value && value.length === 7) {
this._weekArray = value;
this._weekArray = value.slice();
this.adjustSort();

@@ -14,0 +14,0 @@ }

{
"name": "ion2-calendar",
"version": "2.0.6",
"version": "2.0.7",
"description": "A date picker component for ionic2 ",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -145,2 +145,3 @@ # 📅 ion2-calendar

| type | string | 'string' | 类型 |
| readonly | boolean | false | 只读 |

@@ -160,2 +161,5 @@ ### 输出属性

| pickMode | string | `single` | 模式 'multi', 'range', 'single' |
| showToggleButtons | boolean | `true` | 显示月份切换按钮 |
| showMonthPicker | boolean | `true` | 显示月份选择器 |
| monthPickerFormat | Array<string> | `['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC']` | 月份选择器格式 |
| defaultTitle | string | '' | 每天的默认标题 |

@@ -162,0 +166,0 @@ | defaultSubtitle | string | '' | 每天的默认副标题 |

@@ -149,2 +149,3 @@ # 📅 ion2-calendar

| type | string | 'string' | value type |
| readonly | boolean | false | readonly |

@@ -165,2 +166,5 @@ ### Output Properties

| pickMode | string | `single` | 'multi', 'range', 'single' |
| showToggleButtons | boolean | `true` | show toggle buttons |
| showMonthPicker | boolean | `true` | show month picker |
| monthPickerFormat | Array<string> | `['JAN', 'FEB', 'MAR', 'APR', 'MAY', 'JUN', 'JUL', 'AUG', 'SEP', 'OCT', 'NOV', 'DEC']` | month picker format |
| defaultTitle | string | '' | default title in days |

@@ -167,0 +171,0 @@ | defaultSubtitle | string | '' | default subtitle in days |

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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