johnsonwong666
3f8cc449d2
feat(Calendar、ActionSheet、Dialog、ShareSheet): add root portal prop ( #5680 )
2024-01-15 19:55:11 +08:00
cyhwinner
eeea4a8434
feat: 当前组件引入wxs文件 ( #5650 )
...
Co-authored-by: mobai <chenyuehan@youzan.com>
2023-12-05 17:15:22 +08:00
johnsonwong666
f330cf2a34
fix(calendar): fix calendar reset miss default Date ( #5546 )
2023-09-11 17:22:43 +08:00
johnsonwong666
d692b708af
fix: add observer for limit date change ( #5520 )
2023-08-22 10:05:08 +08:00
johnsonwong666
b005b41c4e
feat(calendar): allow default date to be null ( #5395 )
2023-07-05 13:54:40 +08:00
johnsonwong666
35b199f9f6
fix(Calendar): fix startDay with range type and allow same day
2023-06-26 16:00:43 +08:00
johnsonwong666
a140117e8b
fix(Calendar): fix month title sync
2023-05-17 10:02:45 +08:00
landluck
db89819f9e
fix(calendar): fixed no confirm event in allow-same-day & no confirm button
2023-03-07 10:23:41 +08:00
landluck
d69ec23b88
fix(test): fix test case error
2023-02-27 11:48:30 +08:00
landluck
17b9eadcb0
feat(popup): add root-portal prop support ( #5254 )
...
* feat(popup): add root-portal prop support
* fix(popup): fix test case error
---------
Co-authored-by: liuhaihonggia <liuhaihong@youzan.com>
2023-02-27 11:23:46 +08:00
landluck
3d0615e042
feat(calendar): add min-range prop support in multiple mode ( #5230 )
...
Co-authored-by: liuhaihonggia <liuhaihong@youzan.com>
2023-02-13 09:23:49 +08:00
李国璞
db79570d98
fix(calendar): 修复calendar组件安全区域传参未传递给popup组件的问题
2023-02-03 11:12:26 +08:00
landluck
231aa05e8d
fix(calendar): fix cannot select the same day on allow-same-day ( #5193 )
2023-01-12 17:56:17 +08:00
landluck
c55c785a9e
docs(Calendar): fix the sample code error
2022-11-22 10:03:36 +08:00
landluck
abeddfd09d
fix(overlay): add custom-class support ( #5083 )
...
* fix(overlay): add custom-class support
* fix(overlay): fix overlay bad test case
Co-authored-by: liuhaihonggia <liuhaihong@youzan.com>
2022-11-02 17:49:57 +08:00
nemo-shen
73932fc691
docs(Component): fix mistake ( #4761 )
2022-01-17 10:06:17 +08:00
nemo-shen
9919e8b2cf
fix(Calendar): fix timezone ( #4742 )
...
* fix(Calendar): fix timezone
* test(Calendar): update demo snap
2022-01-12 21:19:33 +08:00
nemo-shen
48d22b018a
fix(Calendar): fix row-height style error ( #4733 )
...
* fix(Calendar): fix row-height style error
* test(Calendar): update test
2022-01-10 10:32:42 +08:00
nemo-shen
33a32903e0
fix(Calendar): fix timezone
2021-12-21 09:51:43 +08:00
nemo-shen
3b120e3c5b
fix(Calendar): fix timezone
2021-12-21 09:51:43 +08:00
nemo-shen
d4f4d75fd9
fix(Calendar): valueOf
2021-12-21 09:51:43 +08:00
nemo-shen
84b8b086a7
fix(Calendar): fix time
2021-12-21 09:51:43 +08:00
nemo-shen
df7b7a782f
fix(demo): update demo snapshot
2021-12-21 09:51:43 +08:00
nemo-shen
7e8a0eb4a9
test(Calendar): add demo test
2021-12-21 09:51:43 +08:00
nemo-shen
1ab6abfc19
fix(Calendar): select min effective range ( #4569 )
...
* fix(Calendar): select min effective range
* fix(Calendar): fix prefer-destructuring
2021-10-20 09:30:20 +08:00
Zhiqi Lin
71e2e11fde
feat(Calendar): add readonly prop ( #4529 )
...
* feat(Calendar): add readonly prop
* feat(Calendar): add comma after the new prop
* revise codes based on review opinions
* fix: 调整判断顺序
Co-authored-by: nemo-shen <kienshin626@gmail.com>
2021-09-29 16:13:09 +08:00
nemo-shen
0adf121519
docs(Calendar): update Day Object ( #4524 )
...
* docs(Calendar): update Day Object
* docs(Tab): prettier
2021-09-27 11:25:48 +08:00
neverland
1a7889590f
perf: remove CSS variables polyfill ( #4487 )
...
* perf: remove CSS variables polyfill
* style: fix missing calc value
* perf: reduce some useless css vars
2021-09-23 17:31:28 +08:00
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