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.
Files changed (46) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/dist/src/common/assets/icons/line/ArrowLeftThin.d.ts +4 -0
  3. package/dist/src/common/assets/icons/line/ArrowLeftThin.js +34 -0
  4. package/dist/src/common/assets/icons/line/ArrowRightThin.d.ts +4 -0
  5. package/dist/src/common/assets/icons/line/ArrowRightThin.js +34 -0
  6. package/dist/src/common/assets/icons/line/Download.d.ts +4 -0
  7. package/dist/src/common/assets/icons/line/Download.js +34 -0
  8. package/dist/src/common/assets/icons/line/Folder.d.ts +4 -0
  9. package/dist/src/common/assets/icons/line/Folder.js +34 -0
  10. package/dist/src/common/assets/icons/line/Question.d.ts +4 -0
  11. package/dist/src/common/assets/icons/line/Question.js +34 -0
  12. package/dist/src/common/assets/icons/line/index.d.ts +5 -0
  13. package/dist/src/common/assets/icons/line/index.js +10 -0
  14. package/dist/src/common/index.d.ts +2 -2
  15. package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +12 -2
  16. package/dist/src/common/styles/colorSet/PaletteColor_light.json +12 -2
  17. package/dist/src/common/styles/colorSet/UIColor.json +11 -1
  18. package/dist/src/common/styles/colorSet/index.d.ts +230 -200
  19. package/dist/src/common/styles/colorSet/index.js +4 -4
  20. package/dist/src/common/styles/colorSet/ui-type.d.ts +10 -0
  21. package/dist/src/desktop/components/AdminList/AdminList.d.ts +3 -2
  22. package/dist/src/desktop/components/AdminList/AdminList.js +52 -16
  23. package/dist/src/desktop/components/AdminList/HeaderRow.d.ts +1 -1
  24. package/dist/src/desktop/components/AdminList/HeaderRow.js +2 -2
  25. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.d.ts +2 -1
  26. package/dist/src/desktop/components/AdminListHeader/AdminListHeader.js +4 -4
  27. package/dist/src/desktop/components/AdminListHeader/HeaderBar.d.ts +1 -2
  28. package/dist/src/desktop/components/AdminListHeader/HeaderBar.js +2 -2
  29. package/dist/src/desktop/components/AdminListItem/AdminListItem.d.ts +1 -1
  30. package/dist/src/desktop/components/AdminListItem/AdminListItem.js +9 -8
  31. package/dist/src/desktop/components/Checkbox/Checkbox.js +2 -1
  32. package/dist/src/desktop/components/DesktopBasicModal/DesktopBasicModal.d.ts +4 -1
  33. package/dist/src/desktop/components/DesktopBasicModal/DesktopBasicModal.js +4 -4
  34. package/dist/src/desktop/components/DesktopTabBar/DesktopTabBar.js +23 -19
  35. package/dist/src/desktop/components/Dropdown/Dropdown.d.ts +2 -2
  36. package/dist/src/desktop/components/Dropdown/Dropdown.js +3 -3
  37. package/dist/src/desktop/components/FilterBar/FilterBar.js +2 -2
  38. package/dist/src/desktop/components/TextLabel/TextLabel.d.ts +4 -1
  39. package/dist/src/desktop/components/TextLabel/TextLabel.js +73 -8
  40. package/dist/src/desktop/layout/LayoutWF/LayoutWF.js +1 -1
  41. package/dist/src/desktop/layout/LayoutWS/LayoutWS.js +1 -1
  42. package/dist/src/desktop/layout/LayoutWT/LayoutWT.js +1 -1
  43. package/dist/src/mobile/components/Dropdown/Dropdown.d.ts +2 -2
  44. package/dist/src/mobile/components/Dropdown/Dropdown.js +2 -2
  45. package/package.json +1 -1
  46. 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.6]
2
+ ## [v1.3.9]
3
3
 
4
4
  ### Component
5
- * DesktopHeaderBar
6
- * prop 추가
7
- * rightBtn2Mode
8
- * rightBtn3Mode
9
- * mBtnState
10
- * mBtn2State
11
- * mBtn2Text
12
- * onClickRightBtn2
13
- * onClickRightBtn3
14
- * EditApplyTextField
15
- * data 관리를 제대로 하지 못하고 있던 문제 해결
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 아이콘 추가 (ic_design_preference)
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.19 1819분 기준 싱크
24
+ * 컬러 키 값 22.04.28 2143분 기준 싱크