@croquiscom/pds 15.0.0 → 15.0.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/CHANGELOG.md +7 -21
- package/dist/components/badge/Badge.figma.d.ts +1 -0
- package/dist/components/banner/Banner.figma.d.ts +1 -0
- package/dist/components/bottom-sheet/BottomSheet.figma.d.ts +1 -0
- package/dist/components/button/Button.figma.d.ts +1 -0
- package/dist/components/button/FloatingButton.figma.d.ts +1 -0
- package/dist/components/button/IconButton.figma.d.ts +1 -0
- package/dist/components/button/PopoverButton.figma.d.ts +1 -0
- package/dist/components/button/TextButton.figma.d.ts +1 -0
- package/dist/components/category-selector/CategorySelector.figma.d.ts +1 -0
- package/dist/components/checkbox/Checkbox.figma.d.ts +1 -0
- package/dist/components/chip/Chip.figma.d.ts +1 -0
- package/dist/components/chip/SelectChip.figma.d.ts +1 -0
- package/dist/components/color-picker/ColorPicker.figma.d.ts +1 -0
- package/dist/components/column-view-controller/ColumnViewController.figma.d.ts +1 -0
- package/dist/components/date-picker/DatePicker.figma.d.ts +1 -0
- package/dist/components/date-picker/DateRangePicker.figma.d.ts +1 -0
- package/dist/components/date-picker/DateUnitPicker.figma.d.ts +1 -0
- package/dist/components/divider/Divider.figma.d.ts +1 -0
- package/dist/components/dropdown/Dropdown.figma.d.ts +1 -0
- package/dist/components/dropdown/DropdownFilter.figma.d.ts +1 -0
- package/dist/components/dropdown/DropdownInput.figma.d.ts +1 -0
- package/dist/components/dropdown/DropdownMultiSelect.figma.d.ts +1 -0
- package/dist/components/file-upload/FileUpload.figma.d.ts +1 -0
- package/dist/components/form/FormField.figma.d.ts +1 -0
- package/dist/components/form/FormHelperText.figma.d.ts +1 -0
- package/dist/components/form/FormLabel.figma.d.ts +1 -0
- package/dist/components/icons/generated/index.figma.d.ts +1 -0
- package/dist/components/image/ImagePreview.figma.d.ts +1 -0
- package/dist/components/images/generated/index.figma.d.ts +1 -0
- package/dist/components/input/Input.figma.d.ts +1 -0
- package/dist/components/input/InputStepper.figma.d.ts +1 -0
- package/dist/components/list-item/ListItem.figma.d.ts +1 -0
- package/dist/components/modal/FloatingModal.figma.d.ts +1 -0
- package/dist/components/notification/Notification.figma.d.ts +1 -0
- package/dist/components/page-indicator/PageIndicator.figma.d.ts +1 -0
- package/dist/components/pagination/Pagination.figma.d.ts +1 -0
- package/dist/components/pagination/PaginationArrow.figma.d.ts +1 -0
- package/dist/components/popover/Popover.figma.d.ts +1 -0
- package/dist/components/radio/Radio.figma.d.ts +1 -0
- package/dist/components/radio/RadioGroup.figma.d.ts +1 -0
- package/dist/components/switch/Switch.figma.d.ts +1 -0
- package/dist/components/table/DataTableRows.d.ts +3 -1
- package/dist/components/tabs/LineTab.figma.d.ts +1 -0
- package/dist/components/tabs/LineTabs.figma.d.ts +1 -0
- package/dist/components/tabs/PanelTabs/PanelTab.figma.d.ts +1 -0
- package/dist/components/tabs/PanelTabs/PanelTabGroup.figma.d.ts +1 -0
- package/dist/components/tabs/PanelTabs/PanelTabs.figma.d.ts +1 -0
- package/dist/components/time-picker/TimePicker.figma.d.ts +1 -0
- package/dist/components/time-picker/TimeRangePicker.figma.d.ts +1 -0
- package/dist/components/toast/Toast.figma.d.ts +1 -0
- package/dist/components/tooltip/Tooltip.figma.d.ts +1 -0
- package/dist/container/page-header/PageHeader.figma.d.ts +1 -0
- package/dist/container/section-title/SectionTitle.figma.d.ts +1 -0
- package/dist/container/state/State.figma.d.ts +1 -0
- package/dist/index.es.js +5 -5
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,12 @@
|
|
|
1
1
|
# @croquiscom/pds
|
|
2
2
|
|
|
3
|
-
##
|
|
3
|
+
## 15.0.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 4a821e7: 가상화 테이블에 아이템의 실제 index가 넘어오지 않는 문제 수정
|
|
8
|
+
|
|
9
|
+
## 15.0.0
|
|
4
10
|
|
|
5
11
|
### Major Changes
|
|
6
12
|
|
|
@@ -13,26 +19,6 @@
|
|
|
13
19
|
- 6360e23: 사이즈 오변환 컴포넌트 수정
|
|
14
20
|
- 6360e23: default값 변경 누락 컴포넌트 수정
|
|
15
21
|
|
|
16
|
-
## 15.0.0-rc.2
|
|
17
|
-
|
|
18
|
-
### Patch Changes
|
|
19
|
-
|
|
20
|
-
- 사이즈 오변환 컴포넌트 수정
|
|
21
|
-
|
|
22
|
-
## 15.0.0-rc.1
|
|
23
|
-
|
|
24
|
-
### Patch Changes
|
|
25
|
-
|
|
26
|
-
- default값 변경 누락 컴포넌트 수정
|
|
27
|
-
|
|
28
|
-
## 15.0.0-rc.0
|
|
29
|
-
|
|
30
|
-
### Major Changes
|
|
31
|
-
|
|
32
|
-
- dddd855: 컴포넌트 사이즈 속성 변경
|
|
33
|
-
|
|
34
|
-
- Input, InputStepper, Dropdown, Button, IconButton, PopoverButton, AccordionButton, Date/TimePicker, ColorPicker, RadioGroup(box), InputChips
|
|
35
|
-
|
|
36
22
|
## 14.8.0
|
|
37
23
|
|
|
38
24
|
### Minor Changes
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { Key, ReactNode } from 'react';
|
|
2
2
|
import { DataTableProps } from './DataTable';
|
|
3
3
|
import { SelectRowAction, DataTableRowType, ExpandedRowAction } from './types';
|
|
4
|
+
import { VirtualItem } from '@tanstack/react-virtual';
|
|
4
5
|
interface DataTableRowsProps<DataType> extends Pick<DataTableProps<DataType>, 'columns' | 'rows' | 'noDataText' | 'noDataPadding' | 'loading' | 'selectableRows' | 'clickableRows' | 'cellHoverStyle' | 'cellDisabledStyle' | 'resize'> {
|
|
5
6
|
tableContainerAttribute: number;
|
|
6
7
|
allSelected?: boolean;
|
|
@@ -11,6 +12,7 @@ interface DataTableRowsProps<DataType> extends Pick<DataTableProps<DataType>, 'c
|
|
|
11
12
|
rowColor?: (row: DataTableRowType<DataType>, index: number) => (string | undefined) | string;
|
|
12
13
|
onSelectedRow?: (action: SelectRowAction<DataType>) => void;
|
|
13
14
|
onExpandedRow?: (action: ExpandedRowAction<DataType>) => void;
|
|
15
|
+
virtaulizedItems?: VirtualItem[];
|
|
14
16
|
}
|
|
15
|
-
export declare const DataTableRows: <DataType extends object = any>({ columns, rows, loading, selectableRows, clickableRows, selectedRows, expandedRows, noDataText, noDataPadding, cellHoverStyle, cellDisabledStyle, tableContainerAttribute, resize, expandableButton, renderExpandedRow, onSelectedRow, onExpandedRow, rowColor, }: DataTableRowsProps<DataType>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
17
|
+
export declare const DataTableRows: <DataType extends object = any>({ columns, rows, loading, selectableRows, clickableRows, selectedRows, expandedRows, noDataText, noDataPadding, cellHoverStyle, cellDisabledStyle, tableContainerAttribute, resize, expandableButton, renderExpandedRow, onSelectedRow, onExpandedRow, rowColor, virtaulizedItems, }: DataTableRowsProps<DataType>) => import("@emotion/react/jsx-runtime").JSX.Element;
|
|
16
18
|
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|