@croquiscom/pds 3.10.0-alpha.4 → 3.10.0-alpha.6
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/CHANGELOG.md +7 -1
- package/dist/components/date-picker/styles.d.ts +2 -2
- package/dist/components/icons/generated/Cancel.d.ts +4 -0
- package/dist/components/icons/generated/Cellphone.d.ts +4 -0
- package/dist/components/icons/generated/ColoredFaceBad.d.ts +4 -0
- package/dist/components/icons/generated/ColoredFaceGood.d.ts +4 -0
- package/dist/components/icons/generated/ColoredFaceNeutral.d.ts +4 -0
- package/dist/components/icons/generated/ColoredFaceVeryBad.d.ts +4 -0
- package/dist/components/icons/generated/ColoredFaceVeryGood.d.ts +4 -0
- package/dist/components/icons/generated/Monitor.d.ts +4 -0
- package/dist/components/icons/generated/index.d.ts +8 -0
- package/dist/components/radio/RadioGroup.d.ts +5 -1
- package/dist/components/table/Table.stories.d.ts +2 -1
- package/dist/components/table/types.d.ts +7 -3
- package/dist/index.es.js +3 -3
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @croquiscom/pds
|
|
2
2
|
|
|
3
|
-
## 3.10.0-alpha.
|
|
3
|
+
## 3.10.0-alpha.6
|
|
4
4
|
|
|
5
5
|
### Patch Changes
|
|
6
6
|
|
|
@@ -63,6 +63,12 @@
|
|
|
63
63
|
- 3f5b2e1: - DateRangePicker 날짜가 모두 입력된 상태에서 열었을 때 시작일 또는 종료일을 현재 선택된 날짜와 관계없이 모두 선택 가능
|
|
64
64
|
- DateRangePicker 범위 선택 hover ui 변경
|
|
65
65
|
|
|
66
|
+
## 3.10.0
|
|
67
|
+
|
|
68
|
+
### Minor Changes
|
|
69
|
+
|
|
70
|
+
- ecf6746: 인사이트 셀러피드백 아이콘 추가
|
|
71
|
+
|
|
66
72
|
## 3.9.0
|
|
67
73
|
|
|
68
74
|
### Minor Changes
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
1
|
+
import { CSSProperties } from 'react';
|
|
2
2
|
import { InputSize } from '../input/types';
|
|
3
3
|
export declare const date_picker_base_css: import("@emotion/utils").SerializedStyles;
|
|
4
4
|
export declare const popover_picker_css: import("@emotion/utils").SerializedStyles;
|
|
5
5
|
export declare const bottom_sheet_picker_css: import("@emotion/utils").SerializedStyles;
|
|
6
6
|
export declare const caption_text_button_css: import("@emotion/utils").SerializedStyles;
|
|
7
7
|
export declare const caption_arrow_button_css: import("@emotion/utils").SerializedStyles;
|
|
8
|
-
export declare const range_input_default_style:
|
|
8
|
+
export declare const range_input_default_style: CSSProperties;
|
|
9
9
|
export declare const range_picker_focus_style: import("@emotion/utils").SerializedStyles;
|
|
10
10
|
export declare const year_month_select_panel_css: import("@emotion/utils").SerializedStyles;
|
|
11
11
|
export declare const getRangeFocusInputStyle: (size: InputSize) => import("@emotion/utils").SerializedStyles;
|
|
@@ -46,6 +46,7 @@ export { default as IconBulb } from './Bulb';
|
|
|
46
46
|
export { default as IconBulbFill } from './BulbFill';
|
|
47
47
|
export { default as IconCalendar } from './Calendar';
|
|
48
48
|
export { default as IconCamera } from './Camera';
|
|
49
|
+
export { default as IconCancel } from './Cancel';
|
|
49
50
|
export { default as IconCart } from './Cart';
|
|
50
51
|
export { default as IconCategoryBeauty } from './CategoryBeauty';
|
|
51
52
|
export { default as IconCategoryBrand } from './CategoryBrand';
|
|
@@ -55,6 +56,7 @@ export { default as IconCategoryKids } from './CategoryKids';
|
|
|
55
56
|
export { default as IconCategoryLife } from './CategoryLife';
|
|
56
57
|
export { default as IconCategoryShop } from './CategoryShop';
|
|
57
58
|
export { default as IconCategoryZDelivery } from './CategoryZDelivery';
|
|
59
|
+
export { default as IconCellphone } from './Cellphone';
|
|
58
60
|
export { default as IconCheck } from './Check';
|
|
59
61
|
export { default as IconCheckBold } from './CheckBold';
|
|
60
62
|
export { default as IconChecklist } from './Checklist';
|
|
@@ -89,6 +91,11 @@ export { default as IconColoredCoupon } from './ColoredCoupon';
|
|
|
89
91
|
export { default as IconColoredDocument } from './ColoredDocument';
|
|
90
92
|
export { default as IconColoredExcel } from './ColoredExcel';
|
|
91
93
|
export { default as IconColoredEyes } from './ColoredEyes';
|
|
94
|
+
export { default as IconColoredFaceBad } from './ColoredFaceBad';
|
|
95
|
+
export { default as IconColoredFaceGood } from './ColoredFaceGood';
|
|
96
|
+
export { default as IconColoredFaceNeutral } from './ColoredFaceNeutral';
|
|
97
|
+
export { default as IconColoredFaceVeryBad } from './ColoredFaceVeryBad';
|
|
98
|
+
export { default as IconColoredFaceVeryGood } from './ColoredFaceVeryGood';
|
|
92
99
|
export { default as IconColoredFlag } from './ColoredFlag';
|
|
93
100
|
export { default as IconColoredGift } from './ColoredGift';
|
|
94
101
|
export { default as IconColoredGraphDown } from './ColoredGraphDown';
|
|
@@ -143,6 +150,7 @@ export { default as IconLock } from './Lock';
|
|
|
143
150
|
export { default as IconMegaphone } from './Megaphone';
|
|
144
151
|
export { default as IconMessage } from './Message';
|
|
145
152
|
export { default as IconMinus } from './Minus';
|
|
153
|
+
export { default as IconMonitor } from './Monitor';
|
|
146
154
|
export { default as IconMove } from './Move';
|
|
147
155
|
export { default as IconNew } from './New';
|
|
148
156
|
export { default as IconNumEightFill } from './NumEightFill';
|
|
@@ -3,9 +3,13 @@ import { AriaFocusProps } from '../../types/common';
|
|
|
3
3
|
import { RadioSizeUnion } from './types';
|
|
4
4
|
export type AlignType = 'horizontal' | 'vertical';
|
|
5
5
|
export type RadioItemType = 'default' | 'box';
|
|
6
|
-
export type RadioSizeType = RadioItemType extends 'box' ? RadioSizeUnion : RadioItemType extends 'default' ? number : never;
|
|
7
6
|
export interface RadioCategoryType<T> {
|
|
8
7
|
radioItemType?: T;
|
|
8
|
+
/**
|
|
9
|
+
* radioItmType - default일 경우 number 타입만 적용됩니다.
|
|
10
|
+
*
|
|
11
|
+
* radioItmType - box일 경우 'small', 'medium', 'large'만 적용됩니다.
|
|
12
|
+
*/
|
|
9
13
|
size?: T extends 'box' ? RadioSizeUnion : number;
|
|
10
14
|
}
|
|
11
15
|
interface RadioItem<RadioValue> {
|
|
@@ -21,7 +21,8 @@ export declare const StickyHeader: any;
|
|
|
21
21
|
export declare const Scroll: any;
|
|
22
22
|
export declare const Selection: any;
|
|
23
23
|
export declare const ClickableSelection: any;
|
|
24
|
-
export declare const
|
|
24
|
+
export declare const AutoResetRowSelectOn: any;
|
|
25
|
+
export declare const AutoResetRowSelectOff: any;
|
|
25
26
|
export declare const BeforehandSelectionByKey: any;
|
|
26
27
|
export declare const BeforehandSelectionByFunction: any;
|
|
27
28
|
export declare const Sort: any;
|
|
@@ -93,10 +93,14 @@ export interface SelectRowAction<DataType> {
|
|
|
93
93
|
}
|
|
94
94
|
export interface SelectControlledRowAction<DataType> {
|
|
95
95
|
type: 'SELECT_CONTROLLED_ROW';
|
|
96
|
-
|
|
96
|
+
controlledRows: TableRowsType<DataType>;
|
|
97
97
|
rows: TableRowsType<DataType>;
|
|
98
98
|
}
|
|
99
|
-
export interface
|
|
99
|
+
export interface ResetSelectRowsAction {
|
|
100
100
|
type: 'RESET_SELECTED_ROWS';
|
|
101
101
|
}
|
|
102
|
-
export
|
|
102
|
+
export interface CheckAllSelectedRowsAction<DataType> {
|
|
103
|
+
type: 'CHECK_ALL_SELECTED_ROWS';
|
|
104
|
+
rows: TableRowsType<DataType>;
|
|
105
|
+
}
|
|
106
|
+
export type TableAction<DataType> = SelectRowsAction<DataType> | SelectRowAction<DataType> | SelectControlledRowAction<DataType> | ResetSelectRowsAction | CheckAllSelectedRowsAction<DataType>;
|