ion2-calendar
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
177184
439