pds-dev-kit-web 1.3.6 → 1.3.9
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/dist/index.d.ts +2 -2
- package/dist/src/common/assets/icons/line/ArrowLeftThin.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowLeftThin.js +34 -0
- package/dist/src/common/assets/icons/line/ArrowRightThin.d.ts +4 -0
- package/dist/src/common/assets/icons/line/ArrowRightThin.js +34 -0
- package/dist/src/common/assets/icons/line/Download.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Download.js +34 -0
- package/dist/src/common/assets/icons/line/Folder.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Folder.js +34 -0
- package/dist/src/common/assets/icons/line/Question.d.ts +4 -0
- package/dist/src/common/assets/icons/line/Question.js +34 -0
- package/dist/src/common/assets/icons/line/index.d.ts +5 -0
- package/dist/src/common/assets/icons/line/index.js +10 -0
- package/dist/src/common/index.d.ts +2 -2
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +12 -2
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +12 -2
- package/dist/src/common/styles/colorSet/UIColor.json +11 -1
- package/dist/src/common/styles/colorSet/index.d.ts +230 -200
- package/dist/src/common/styles/colorSet/index.js +4 -4
- package/dist/src/common/styles/colorSet/ui-type.d.ts +10 -0
- package/dist/src/desktop/components/AdminList/AdminList.d.ts +3 -2
- package/dist/src/desktop/components/AdminList/AdminList.js +52 -16
- package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +1 -1
- package/dist/src/desktop/components/AdminList/HeaderRow.js +2 -2
- package/dist/src/desktop/components/AdminListHeader/AdminListHeader.d.ts +2 -1
- package/dist/src/desktop/components/AdminListHeader/AdminListHeader.js +4 -4
- package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -2
- package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +2 -2
- package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -1
- package/dist/src/desktop/components/AdminListItem/AdminListItem.js +9 -8
- package/dist/src/desktop/components/Checkbox/Checkbox.js +2 -1
- package/dist/src/desktop/components/DesktopBasicModal/DesktopBasicModal.d.ts +4 -1
- package/dist/src/desktop/components/DesktopBasicModal/DesktopBasicModal.js +4 -4
- package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +23 -19
- package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +2 -2
- package/dist/src/desktop/components/Dropdown/Dropdown.js +3 -3
- package/dist/src/desktop/components/FilterBar/FilterBar.js +2 -2
- package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +4 -1
- package/dist/src/desktop/components/TextLabel/TextLabel.js +73 -8
- package/dist/src/desktop/layout/LayoutWF/LayoutWF.js +1 -1
- package/dist/src/desktop/layout/LayoutWS/LayoutWS.js +1 -1
- package/dist/src/desktop/layout/LayoutWT/LayoutWT.js +1 -1
- package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +2 -2
- package/dist/src/mobile/components/Dropdown/Dropdown.js +2 -2
- package/package.json +1 -1
- package/release-note.md +18 -14
package/release-note.md
CHANGED
|
@@ -1,20 +1,24 @@
|
|
|
1
1
|
# PDS-DEV-KIT-WEB Release Notes
|
|
2
|
-
## [v1.3.
|
|
2
|
+
## [v1.3.9]
|
|
3
3
|
|
|
4
4
|
### Component
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
*
|
|
14
|
-
*
|
|
15
|
-
|
|
5
|
+
* AdminList
|
|
6
|
+
* selectionMode의 value변경 (‘none’ | ‘use’ 에서 'none' | ‘single’ | 'multi'로 변경)
|
|
7
|
+
* 전체선택 체크박스를 해제할 시 maintain 되어야 하는 아이템의 체크박스를 유지하게 수정
|
|
8
|
+
* quickActionBtnType이 ‘fix’ 일 경우 퀵 액션 버튼이 호버했을 시에만 버튼이 보여지게 수정
|
|
9
|
+
* Dropdown
|
|
10
|
+
* selectMode?: 'one' | 'multi'; -> selectionMode?: 'single' | 'multi’;로 변경 (문구의 통일성 위해)
|
|
11
|
+
* DesktopBasicModal
|
|
12
|
+
* prop추가
|
|
13
|
+
* mBtn1Type
|
|
14
|
+
* mBtn2Type
|
|
15
|
+
* mBtn3Type
|
|
16
16
|
* Icon
|
|
17
|
-
* line
|
|
17
|
+
* line icon value추가
|
|
18
|
+
* ic_folder
|
|
19
|
+
* ic_download
|
|
20
|
+
* ic_arrow_left_thin
|
|
21
|
+
* ic_arrow_right_thin
|
|
18
22
|
|
|
19
23
|
### Color
|
|
20
|
-
* 컬러 키 값 22.04.
|
|
24
|
+
* 컬러 키 값 22.04.28 21시 43분 기준 싱크
|