Compare commits

...

4 Commits

Author SHA1 Message Date
dependabot[bot]
c044f7534f
build(deps-dev): bump miniprogram-api-typings from 3.4.1 to 3.4.3 (#4423)
Bumps [miniprogram-api-typings](https://github.com/wechat-miniprogram/api-typings) from 3.4.1 to 3.4.3.
- [Release notes](https://github.com/wechat-miniprogram/api-typings/releases)
- [Changelog](https://github.com/wechat-miniprogram/api-typings/blob/master/CHANGELOG.md)
- [Commits](https://github.com/wechat-miniprogram/api-typings/compare/3.4.1...3.4.3)

---
updated-dependencies:
- dependency-name: miniprogram-api-typings
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-26 19:28:14 +08:00
nemo-shen
0b3c36fdc6
Merge pull request #4333 from Suzuku/hotfix/calendar_0708
fix: 修改min-date和max-date的传值校验  problem #4258
2021-08-26 13:57:04 +08:00
nemo-shen
1662e08834
Merge branch 'dev' into hotfix/calendar_0708 2021-08-04 23:35:41 +08:00
ganweilun
37d8e697c9 fix: 修改min-date和max-date的传值校验 2021-07-09 15:04:15 +08:00
2 changed files with 5 additions and 5 deletions

View File

@ -67,11 +67,11 @@ VantComponent({
observer: 'reset',
},
minDate: {
type: null,
type: Number,
value: initialMinDate,
},
maxDate: {
type: null,
type: Number,
value: initialMaxDate,
},
position: {

View File

@ -10168,9 +10168,9 @@ minimist@^1.1.1, minimist@^1.1.3, minimist@^1.2.0, minimist@^1.2.5:
integrity sha1-Z9ZgFLZqaoqqDAg8X9WN9OTpdgI=
miniprogram-api-typings@^3.1.6:
version "3.4.1"
resolved "https://registry.yarnpkg.com/miniprogram-api-typings/-/miniprogram-api-typings-3.4.1.tgz#17cef4c184d32b2e12e2deb5559d1c01c84fa891"
integrity sha512-kGUJ4zLgwzGyhtCOR2DTz8LTPkKJVek9OqspzGoMVcrmAKV76WqJ6sEOwJoQ1kO/VlTuXEKCu9+ZXB7hFKLcmw==
version "3.4.3"
resolved "https://registry.yarnpkg.com/miniprogram-api-typings/-/miniprogram-api-typings-3.4.3.tgz#c88cc624973322d990353d94ae765db90938d132"
integrity sha512-wdBZG2IImFjkTFv66r225455J+//gn4c7Ja99aC3mVV0AqTRl45FwAFA7ur9KZd2j+ORGtyK1ldBT49rXpVE2w==
miniprogram-ci@^1.0.27:
version "1.2.3"