neverland
e3c07e52f9
chore: merge two prettier config ( #4491 )
2021-09-15 15:46:27 +08:00
neverland
8629da1b75
fix(Calendar): confirmDisabledText default value ( #4490 )
2021-09-15 15:38:21 +08:00
Fansy
ee166756c1
fix: fix docs error ( #4489 )
...
* docs: fix docs error
* docs: fix `Slider - action-text` type error
2021-09-15 14:15:34 +08:00
nemo-shen
058a00ed33
fix(Calendar): remove duration 0 ( #4474 )
2021-09-10 11:06:58 +08:00
nemo-shen
f2e52128c6
docs(packages): format doc ( #4464 )
...
* docs(packages): format doc
* docs(packages): update doc
2021-09-07 10:05:14 +08:00
nemo-shen
35647969f5
fix(Sticky): Cannot read property 'top' of null ( #4433 )
...
* fix(Sticky): Cannot read property 'top' of null
* retry build
* fix: build
* fix: retry
* fix(Sticky): return if root is null
* fix(Calendar): wrapper Date type
- to fixed build failed
* fix(Sticky): use isDef
2021-08-27 11:48:23 +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
ca9ffd8269
fix(Canlendar): fix default-date invalid ( #4430 )
...
* fix(Canlendar): fix default-date invalid
* fix(Calendar): update doc
2021-08-26 10:20:18 +08:00
agoni1212
ae42260a43
docs(Calendar): update doc ( #4409 )
2021-08-18 13:56:44 +08:00
chenjiahan
7f7cf62ee0
fix(Calendar): template url should be relative path
2021-08-18 11:04:59 +08:00
nemo-shen
e07f9f9581
feat(Calendar): add click-subtitle event ( #4385 )
...
* feat(Calendar): add click-subtitle event
* docs(Calendar): updateOC
2021-08-18 10:44:29 +08:00
nemo-shen
1662e08834
Merge branch 'dev' into hotfix/calendar_0708
2021-08-04 23:35:41 +08:00
nemo-shen
82811d4058
fix(Calendar): set current date is inital ( #4339 )
...
* feat(Calendar): set current date is inital
* fix(Calendar): adjust limitDateRange
2021-07-16 17:32:55 +08:00
ganweilun
37d8e697c9
fix: 修改min-date和max-date的传值校验
2021-07-09 15:04:15 +08:00
表弟
7979dee465
feat(calendar): synchronize the vant calendar component, and add the attribute of custom week starting from the day of the week ( #4211 ) ( #4223 )
...
* feat(calendar): synchronize the vant calendar component, and add the attribute of custom week starting from the day of the week
* feat(calendar): supplement to the description document of calendar components
* feat(calendar): remove the validator of firstDayOfWeek attribute
2021-05-19 18:12:49 +08:00
nemo-shen
0d08ec1489
feat(Calendar): add over-range event ( #4212 )
...
* feat(Calendar): add over-range event
- forbid range-prompt toast when range-prompt is null
- emit over-range event when dateRange > maxRange
* docs(Calendar): doc typo
* feat(Calendar): add show-range-prompt prop
* docs(calendar): doc modify
2021-05-19 09:22:22 +08:00
neverland
b9920eee4a
docs(Calendar): add allow-same-day tips #4174
2021-05-10 19:20:08 +08:00
DAI JIE
6d85222338
fix(calendar): fix custom color for same-day button ( #4200 )
2021-05-10 19:15:32 +08:00
DAI JIE
fa5b7a19eb
docs(calendar): Fix typo ( #4199 )
2021-05-10 19:12:16 +08:00
chenjiahan
51aff18dea
types: fix typing issues
2021-04-29 20:56:40 +08:00
dengrongyao
c024430d4f
docs: 统一文档标点
2021-04-12 20:38:36 +08:00
dengrongyao
403a2893bd
docs: 补充组件描述
2021-04-12 20:38:36 +08:00
rex
600e189aa0
perf(calendar): shorten template code ( #3972 )
2021-01-19 11:08:56 +08:00
rex
192e87c2c6
refactor(relations): refactor relations & definitions ( #3924 )
2020-12-31 15:14:53 +08:00
rex
225484aeae
build(tsconfig): use strict mode ( #3712 )
2020-11-02 15:25:56 +08:00
rex
5ea5d8f25b
refactor(area): use requestAnimationFrame instead of setTimeout ( #3522 )
2020-08-14 15:10:40 +08:00
rex
c3df9397c8
fix(calendar): add toast in json ( #3466 )
...
fix #3320
2020-08-01 09:59:08 +08:00
rex
40072f6d4c
docs(calendar): add doc for min-date & max-date ( #3416 )
...
fix #3096
2020-07-21 11:13:05 +08:00
rex
9717d4170b
fix(calendar): fix default-date not work in multiple mode ( #3284 )
...
fix #3271
2020-06-16 21:21:42 +08:00
如风
d1cc1276ad
fix(calendar): 在多选日期状态下,选择完后点确定提交报错 ( #3195 )
2020-06-03 11:30:33 +08:00
chenjiahan
44fc8b065c
chore: prettier evenything
2020-04-25 10:59:58 +08:00
rex
ad30ba60e9
perf(Calendar): auto selected to max range ( #3026 )
...
fix #3021
2020-04-15 21:16:54 +08:00
Lindy
a6f2d4e668
feat(Calendar): add cancel event ( #2990 )
...
* feat(Calendar): add cancel event
* feat(Calendar): rename cancel event
2020-04-10 23:02:08 +08:00
rex
b4d16b670b
docs(Calendar): fix doc error ( #2984 )
...
fix #2965
2020-04-08 23:21:48 +08:00
rex
b23ff3ee89
fix(Calendar): fix wxs error on init when showConfirm is true ( #2951 )
...
fix #2949
2020-04-03 10:37:20 +08:00
rex
92de5e9e34
docs(QuickStart): adjust quick start ( #2939 )
2020-04-01 15:41:07 +08:00
Albert Liu
0fece1552c
docs: fix method name conflicts with lifecycle ( #2927 )
2020-04-01 12:51:09 +08:00
rex
163ac52542
feat(Calendar): add new component calendar ( #2894 )
2020-03-20 23:15:18 +08:00