@ehfuse/mui-form-controls 1.3.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,32 +6,43 @@ MUI 기반 폼 컨트롤과 텍스트 필드 컴포넌트 모음
6
6
 
7
7
  | 컴포넌트 | 설명 | 문서 |
8
8
  | ----------------------------- | ---------------------------------------------------------------- | ------------------------------------------------- |
9
- | **SearchTextField** | 클리어 버튼, 로딩 상태, 디바운스 기능이 있는 검색 필드 | [API](./docs/ko/api.md#searchtextfield) |
10
- | **PasswordTextField** | 비밀번호 보기/숨기기 토글, 유효성 검사 기능이 있는 비밀번호 필드 | [API](./docs/ko/api.md#passwordtextfield) |
11
- | **PhoneTextField** | 자동 포맷팅, prefix 고정 기능이 있는 전화번호 필드 | [API](./docs/ko/api.md#phonetextfield) |
12
- | **EmailTextField** | 도메인 자동완성, 유효성 검사 기능이 있는 이메일 필드 | [API](./docs/ko/api.md#emailtextfield) |
13
- | **NumberTextField** | 천 단위 구분자, 소수점, 음수 지원하는 숫자 필드 | [API](./docs/ko/api.md#numbertextfield) |
14
9
  | **AddressTextField** | 다음 우편번호 API 연동 주소 검색 필드 | [API](./docs/ko/api.md#addresstextfield) |
15
- | **JuminTextField** | 주민등록번호 입력 필드 (마스킹, 정보 추출) | [API](./docs/ko/api.md#jumintextfield) |
10
+ | **Autocomplete** | 자동완성 기능이 있는 입력 필드 | [API](./docs/ko/api.md#autocomplete) |
16
11
  | **BizNumTextField** | 사업자등록번호 입력 필드 (검증, 복사 기능) | [API](./docs/ko/api.md#biznumtextfield) |
17
12
  | **CardNumTextField** | 카드번호 입력 필드 (마스킹, 브랜드 감지, 로고 아이콘) | [API](./docs/ko/api.md#cardnumtextfield) |
18
- | **VerificationCodeTextField** | 인증번호 입력 필드 (숫자/영문/혼합) | [API](./docs/ko/api.md#verificationcodetextfield) |
13
+ | **ClearTextField** | 클리어 버튼이 있는 기본 텍스트 필드 | [API](./docs/ko/api.md#cleartextfield) |
14
+ | **DateRange** | 날짜 범위 입력 필드 (시작일, 종료일) | [API](./docs/ko/api.md#daterange) |
19
15
  | **DateTextField** | 달력 팝업, 다양한 날짜 포맷, 공휴일 표시 지원 날짜 필드 | [API](./docs/ko/api.md#datetextfield) |
16
+ | **DateTimeTextField** | 날짜 + 시간 입력 필드 | [API](./docs/ko/api.md#datetimetextfield) |
17
+ | **EmailTextField** | 도메인 자동완성, 유효성 검사 기능이 있는 이메일 필드 | [API](./docs/ko/api.md#emailtextfield) |
18
+ | **JuminTextField** | 주민등록번호 입력 필드 (마스킹, 정보 추출) | [API](./docs/ko/api.md#jumintextfield) |
19
+ | **NumberField** | 숫자 입력 (증감 버튼 포함) | [API](./docs/ko/api.md#numberfield) |
20
+ | **NumberSpinner** | 숫자 스피너 | [API](./docs/ko/api.md#numberspinner) |
21
+ | **NumberTextField** | 천 단위 구분자, 소수점, 음수 지원하는 숫자 필드 | [API](./docs/ko/api.md#numbertextfield) |
22
+ | **PasswordTextField** | 비밀번호 보기/숨기기 토글, 유효성 검사 기능이 있는 비밀번호 필드 | [API](./docs/ko/api.md#passwordtextfield) |
23
+ | **PhoneTextField** | 자동 포맷팅, prefix 고정 기능이 있는 전화번호 필드 | [API](./docs/ko/api.md#phonetextfield) |
24
+ | **SearchTextField** | 클리어 버튼, 로딩 상태, 디바운스 기능이 있는 검색 필드 | [API](./docs/ko/api.md#searchtextfield) |
25
+ | **TextArea** | 여러 줄 텍스트 입력 필드 | [API](./docs/ko/api.md#textarea) |
26
+ | **TextField** | MUI TextField 래퍼 (폼 통합) | [API](./docs/ko/api.md#textfield) |
20
27
  | **TimeTextField** | 시간 입력 필드 (자동 포맷팅, 시간 범위 제한) | [API](./docs/ko/api.md#timetextfield) |
28
+ | **VerificationCodeTextField** | 인증번호 입력 필드 (숫자/영문/혼합) | [API](./docs/ko/api.md#verificationcodetextfield) |
21
29
 
22
30
  ## 폼 컨트롤 (Form Controls)
23
31
 
32
+ 키보드 입력이 필요한 컴포넌트는 위 "컴포넌트"에, 마우스 조작만으로 선택/토글하는 컴포넌트는 여기서 분리해 정리했습니다.
33
+
24
34
  | 컴포넌트 | 설명 | 문서 |
25
35
  | ---------------- | --------------------------------------------------------- | ------------------------------------ |
26
- | **Select** | MUI Select 기반 선택 필드 (라벨 미포함) | [API](./docs/ko/api.md#select) |
27
- | **LabelSelect** | MUI Select 기반 선택 필드 (InputLabel, 포커스 기반 notch) | [API](./docs/ko/api.md#labelselect) |
28
- | **Autocomplete** | 자동완성 기능이 있는 선택 필드 | [API](./docs/ko/api.md#autocomplete) |
36
+ | **ButtonGroup** | 버튼 그룹 컴포넌트 | [API](./docs/ko/api.md#buttongroup) |
29
37
  | **Checkbox** | MUI Checkbox 래퍼 (폼 통합) | [API](./docs/ko/api.md#checkbox) |
38
+ | **LabelSelect** | MUI Select 기반 선택 필드 (InputLabel, 포커스 기반 notch) | [API](./docs/ko/api.md#labelselect) |
30
39
  | **RadioGroup** | MUI RadioGroup 래퍼 (폼 통합) | [API](./docs/ko/api.md#radiogroup) |
31
- | **Switch** | MUI Switch 래퍼 (폼 통합) | [API](./docs/ko/api.md#switch) |
40
+ | **Rating** | 평점 입력 컴포넌트 | [API](./docs/ko/api.md#rating) |
41
+ | **Select** | MUI Select 기반 선택 필드 (라벨 미포함) | [API](./docs/ko/api.md#select) |
32
42
  | **Slider** | MUI Slider 래퍼 (폼 통합) | [API](./docs/ko/api.md#slider) |
33
- | **DateRange** | 날짜 범위 선택 필드 (시작일, 종료일) | [API](./docs/ko/api.md#daterange) |
34
- | **TextArea** | 여러 텍스트 입력 필드 | [API](./docs/ko/api.md#textarea) |
43
+ | **Stepper** | 스텝 진행 표시 컴포넌트 | [API](./docs/ko/api.md#stepper) |
44
+ | **Switch** | MUI Switch 래퍼 (폼 통합) | [API](./docs/ko/api.md#switch) |
45
+ | **ToggleButton** | 토글 버튼 컴포넌트 | [API](./docs/ko/api.md#togglebutton) |
35
46
 
36
47
  ## 훅 (Hooks)
37
48
 
@@ -65,6 +76,7 @@ npm install @ehfuse/mui-form-controls
65
76
  ```tsx
66
77
  import {
67
78
  SearchTextField,
79
+ ClearTextField,
68
80
  PasswordTextField,
69
81
  PhoneTextField,
70
82
  EmailTextField,
@@ -76,6 +88,14 @@ import {
76
88
  VerificationCodeTextField,
77
89
  DateTextField,
78
90
  TimeTextField,
91
+ DateTimeTextField,
92
+ TextField,
93
+ Rating,
94
+ ToggleButton,
95
+ ButtonGroup,
96
+ Stepper,
97
+ NumberField,
98
+ NumberSpinner,
79
99
  Select,
80
100
  LabelSelect,
81
101
  Autocomplete,