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

[3.0] Checkbox 컴포넌트 #630

Closed
kdeun1 opened this issue Sep 16, 2020 · 0 comments
Closed

[3.0] Checkbox 컴포넌트 #630

kdeun1 opened this issue Sep 16, 2020 · 0 comments

Comments

@kdeun1
Copy link
Contributor

kdeun1 commented Sep 16, 2020

No description provided.

kdeun1 pushed a commit that referenced this issue Sep 16, 2020
################
- Checkbox 컴포넌트 개발
- CheckboxGroup 컴포넌트 개발
- 각 컴포넌트의 샘플 코드 작성
kdeun1 pushed a commit that referenced this issue Sep 17, 2020
################
- Checkbox 컴포넌트 개발
- CheckboxGroup 컴포넌트 개발
- 각 컴포넌트의 샘플 코드 작성
kdeun1 pushed a commit that referenced this issue Sep 17, 2020
################
- CheckboxGroup 내 emits의 valid type 추가 (Array)
- All Check 예제 추가
- change 이벤트에서 v-model값 추가하는 예제 수정
kdeun1 pushed a commit that referenced this issue Sep 17, 2020
################
- 불필요한 import 삭제
kdeun1 pushed a commit that referenced this issue Sep 17, 2020
* [#630] Checkbox 샘플 기능 추가
################
- CheckboxGroup 내 emits의 valid type 추가 (Array)
- All Check 예제 추가
- change 이벤트에서 v-model값 추가하는 예제 수정

* [#630] Checkbox 샘플 기능 추가
################
- 불필요한 import 삭제
kdeun1 pushed a commit that referenced this issue Sep 18, 2020
################
- Checkbox 로직 개선
- Checkbox 예시 수정
- Checkbox 설명 md 수정
kdeun1 pushed a commit that referenced this issue Sep 18, 2020
################
- disabled 바인딩 값이 변경되었을 때, 컴포넌트 내 props로 받아온 값을 갱신하기 위해서 ref가 아닌 computed로 로직 변경
- disabled 샘플 예제 수정 (외부에서 disabled 값을 토글하는 식으로 변경)
- 스타일 변경
kdeun1 pushed a commit that referenced this issue Sep 18, 2020
* [#630] Checkbox 로직 개선 및 예시 수정
################
- Checkbox 로직 개선
- Checkbox 예시 수정
- Checkbox 설명 md 수정

* [#630] Checkbox 로직 개선 및 예시 수정
################
- disabled 바인딩 값이 변경되었을 때, 컴포넌트 내 props로 받아온 값을 갱신하기 위해서 ref가 아닌 computed로 로직 변경
- disabled 샘플 예제 수정 (외부에서 disabled 값을 토글하는 식으로 변경)
- 스타일 변경
kdeun1 pushed a commit that referenced this issue Oct 7, 2020
################
- checkbox indeterminate 기능 추가
- DOCS MD 문서 내용 추가
- DOCS 예제 변경
kdeun1 pushed a commit that referenced this issue Oct 7, 2020
################
- checkbox indeterminate 속성을 양방향 바인딩(v-model:indeterminate) 적용
- checkbox group 컴포넌트에 change 이벤트를 provide하고, 자식인 단일 checkbox 컴포넌트에 inject받아 사용하도록 로직 추가
- 불필요한 코드 삭제
kdeun1 pushed a commit that referenced this issue Oct 7, 2020
################
- DOCS > checkbox group에 change 이벤트 예제 추가
- DOCS > checkbox 문서 수정
kdeun1 pushed a commit that referenced this issue Oct 8, 2020
################
- DOCS > MD 설명 내용 수정
kdeun1 pushed a commit that referenced this issue Oct 8, 2020
################
- Checkbox Group change event 로직 수정
- Radio Group change event 로직 수정
- emit으로 그룹자체에서 change event를 관리하도록 함
- 그 외 label 부분의 템플릿부분 간소하게 수정
kdeun1 pushed a commit that referenced this issue Oct 8, 2020
################
- checkbox group 샘플 예제 수정
mmindy pushed a commit that referenced this issue Oct 8, 2020
* [#630][3.0] Checkbox indeterminate 기능 추가
################
- checkbox indeterminate 기능 추가
- DOCS MD 문서 내용 추가
- DOCS 예제 변경

* [#630][3.0] Checkbox indeterminate 기능 추가
################
- checkbox indeterminate 속성을 양방향 바인딩(v-model:indeterminate) 적용
- checkbox group 컴포넌트에 change 이벤트를 provide하고, 자식인 단일 checkbox 컴포넌트에 inject받아 사용하도록 로직 추가
- 불필요한 코드 삭제

* [#630][3.0] Checkbox indeterminate 기능 추가
################
- DOCS > checkbox group에 change 이벤트 예제 추가
- DOCS > checkbox 문서 수정

* [#630][3.0] Checkbox indeterminate 기능 추가
################
- DOCS > MD 설명 내용 수정

* [#630] Checkbox, Radio Group change event 로직 수정
################
- Checkbox Group change event 로직 수정
- Radio Group change event 로직 수정
- emit으로 그룹자체에서 change event를 관리하도록 함
- 그 외 label 부분의 템플릿부분 간소하게 수정

* [#630] Checkbox Group 샘플 예제 수정
################
- checkbox group 샘플 예제 수정
mmindy pushed a commit that referenced this issue Oct 8, 2020
################
- Checkbox 버튼타입 기능 추가
- DOCS > Checkbox 버튼타입 예제 추가
- DOCS > Checkbox indeterminate 예제 버그 수정
- radio cursor 수정
@mmindy mmindy closed this as completed Oct 19, 2020
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

No branches or pull requests

2 participants