@j-solution/components 1.9.1 → 1.9.2
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 +5 -5
- package/assets/{jwms-portal-frontend-Di6lStzZ.css → jwms-portal-frontend-DQAXe8y7.css} +1 -1
- package/assets/styles/j-components.css +1 -1
- package/components/atoms/JGrid.vue.cjs +1 -1
- package/components/atoms/JGrid.vue.js +2 -2
- package/components/atoms/JGrid.vue2.cjs +1 -1
- package/components/atoms/JGrid.vue2.cjs.map +1 -1
- package/components/atoms/JGrid.vue2.js +23 -14
- package/components/atoms/JGrid.vue2.js.map +1 -1
- package/package.json +1 -1
- package/types/index.d.ts +46 -0
package/README.md
CHANGED
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
|
|
7
7
|
J-Component는 Vue.js 3와 TypeScript를 기반으로 한 재사용 가능한 UI 컴포넌트 라이브러리입니다. shadcn/ui 디자인 시스템과 Atomic Design 패턴을 적용하여 일관성 있고 확장 가능한 컴포넌트를 제공합니다.
|
|
8
8
|
|
|
9
|
-
## 🚀 현재 버전: v1.9.
|
|
9
|
+
## 🚀 현재 버전: v1.9.2
|
|
10
10
|
|
|
11
11
|
**최신 업데이트 (2026년 2월 20일)**
|
|
12
|
-
- **JGrid
|
|
13
|
-
-
|
|
14
|
-
- **
|
|
15
|
-
-
|
|
12
|
+
- **JGrid 전반 톤 정리**: 헤더/행/호버/선택/페이징 색상 체계를 업무 UI 톤에 맞게 조정
|
|
13
|
+
- **셀 콘텐츠 가운데 정렬 강제**: 행 데이터가 하단으로 붙어 보이던 정렬 이슈 수정
|
|
14
|
+
- **Floating Filter 기본 활성화**: `floatingFilters` prop(기본 `true`) 및 `defaultColDef.filter` 적용
|
|
15
|
+
- **Row Number 폭 제어 추가**: `rowNumberWidth` prop(기본 `42`)으로 번호 영역 폭 미세 조정 가능
|
|
16
16
|
|
|
17
17
|
[전체 릴리즈 노트 보기](./RELEASE_NOTES.md)
|
|
18
18
|
|