Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(date-time-picker): add filter props ts type #448

Merged
merged 7 commits into from
Oct 29, 2024

Conversation

liweijie0812
Copy link
Member

@liweijie0812 liweijie0812 commented Oct 24, 2024

props.filter

Typescript:
(type: TimeModeValues, columns: DateTimePickerColumn) => DateTimePickerColumn
type DateTimePickerColumn = DateTimePickerColumnItem[]
interface DateTimePickerColumnItem { label: string,value: string}

@liweijie0812 liweijie0812 changed the title feat(date-time-picker): add filter ts type feat(date-time-picker): add filter props ts type Oct 24, 2024
@anlyyao
Copy link
Collaborator

anlyyao commented Oct 25, 2024

import { PickerColumn } from '@picker'

在小程序端中不使用

@liweijie0812
Copy link
Member Author

/resolve-conflict

@liweijie0812
Copy link
Member Author

/resolve-conflict

@anlyyao anlyyao merged commit c7b1412 into main Oct 29, 2024
2 checks passed
@anlyyao anlyyao deleted the fix/date-time-picker/filter branch October 29, 2024 08:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants