@editora/ui-react 0.1.4 → 0.1.5
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 -0
- package/dist/components/Accordion.d.ts +26 -0
- package/dist/components/Accordion.d.ts.map +1 -0
- package/dist/components/Alert.d.ts +282 -0
- package/dist/components/Alert.d.ts.map +1 -0
- package/dist/components/AlertDialog.d.ts +62 -0
- package/dist/components/AlertDialog.d.ts.map +1 -0
- package/dist/components/AlertDialogProvider.d.ts +15 -0
- package/dist/components/AlertDialogProvider.d.ts.map +1 -0
- package/dist/components/AppHeader.d.ts +10 -0
- package/dist/components/AppHeader.d.ts.map +1 -0
- package/dist/components/AspectRatio.d.ts +10 -0
- package/dist/components/AspectRatio.d.ts.map +1 -0
- package/dist/components/Avatar.d.ts +29 -0
- package/dist/components/Avatar.d.ts.map +1 -0
- package/dist/components/Badge.d.ts +294 -0
- package/dist/components/Badge.d.ts.map +1 -0
- package/dist/components/BlockControls.d.ts +26 -0
- package/dist/components/BlockControls.d.ts.map +1 -0
- package/dist/components/Box.d.ts +74 -0
- package/dist/components/Box.d.ts.map +1 -0
- package/dist/components/Breadcrumb.d.ts +21 -0
- package/dist/components/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Button.d.ts +22 -0
- package/dist/components/Button.d.ts.map +1 -0
- package/dist/components/Calendar.d.ts +105 -0
- package/dist/components/Calendar.d.ts.map +1 -0
- package/dist/components/Chart.d.ts +54 -0
- package/dist/components/Chart.d.ts.map +1 -0
- package/dist/components/Checkbox.d.ts +21 -0
- package/dist/components/Checkbox.d.ts.map +1 -0
- package/dist/components/Collapsible.d.ts +32 -0
- package/dist/components/Collapsible.d.ts.map +1 -0
- package/dist/components/ColorPicker.d.ts +105 -0
- package/dist/components/ColorPicker.d.ts.map +1 -0
- package/dist/components/Combobox.d.ts +46 -0
- package/dist/components/Combobox.d.ts.map +1 -0
- package/dist/components/CommandPalette.d.ts +274 -0
- package/dist/components/CommandPalette.d.ts.map +1 -0
- package/dist/components/Container.d.ts +7 -0
- package/dist/components/Container.d.ts.map +1 -0
- package/dist/components/ContextMenu.d.ts +55 -0
- package/dist/components/ContextMenu.d.ts.map +1 -0
- package/dist/components/DataTable.d.ts +408 -0
- package/dist/components/DataTable.d.ts.map +1 -0
- package/dist/components/DatePicker.d.ts +106 -0
- package/dist/components/DatePicker.d.ts.map +1 -0
- package/dist/components/DateRangePicker.d.ts +96 -0
- package/dist/components/DateRangePicker.d.ts.map +1 -0
- package/dist/components/DateRangeTimePicker.d.ts +87 -0
- package/dist/components/DateRangeTimePicker.d.ts.map +1 -0
- package/dist/components/DateTimePicker.d.ts +84 -0
- package/dist/components/DateTimePicker.d.ts.map +1 -0
- package/dist/components/Dialog.d.ts +71 -0
- package/dist/components/Dialog.d.ts.map +1 -0
- package/dist/components/DialogProvider.d.ts +14 -0
- package/dist/components/DialogProvider.d.ts.map +1 -0
- package/dist/components/DirectionProvider.d.ts +3 -0
- package/dist/components/DirectionProvider.d.ts.map +1 -0
- package/dist/components/Drawer.d.ts +29 -0
- package/dist/components/Drawer.d.ts.map +1 -0
- package/dist/components/Dropdown.d.ts +32 -0
- package/dist/components/Dropdown.d.ts.map +1 -0
- package/dist/components/EmptyState.d.ts +280 -0
- package/dist/components/EmptyState.d.ts.map +1 -0
- package/dist/components/Field.d.ts +288 -0
- package/dist/components/Field.d.ts.map +1 -0
- package/dist/components/Flex.d.ts +17 -0
- package/dist/components/Flex.d.ts.map +1 -0
- package/dist/components/FloatingToolbar.d.ts +301 -0
- package/dist/components/FloatingToolbar.d.ts.map +1 -0
- package/dist/components/Form.d.ts +61 -0
- package/dist/components/Form.d.ts.map +1 -0
- package/dist/components/Gantt.d.ts +21 -0
- package/dist/components/Gantt.d.ts.map +1 -0
- package/dist/components/Grid.d.ts +24 -0
- package/dist/components/Grid.d.ts.map +1 -0
- package/dist/components/HoverCard.d.ts +35 -0
- package/dist/components/HoverCard.d.ts.map +1 -0
- package/dist/components/Icon.d.ts +49 -0
- package/dist/components/Icon.d.ts.map +1 -0
- package/dist/components/Input.d.ts +81 -0
- package/dist/components/Input.d.ts.map +1 -0
- package/dist/components/Label.d.ts +31 -0
- package/dist/components/Label.d.ts.map +1 -0
- package/dist/components/Layout.d.ts +21 -0
- package/dist/components/Layout.d.ts.map +1 -0
- package/dist/components/Menu.d.ts +28 -0
- package/dist/components/Menu.d.ts.map +1 -0
- package/dist/components/Menubar.d.ts +302 -0
- package/dist/components/Menubar.d.ts.map +1 -0
- package/dist/components/NavigationMenu.d.ts +285 -0
- package/dist/components/NavigationMenu.d.ts.map +1 -0
- package/dist/components/Pagination.d.ts +3 -0
- package/dist/components/Pagination.d.ts.map +1 -0
- package/dist/components/PluginPanel.d.ts +275 -0
- package/dist/components/PluginPanel.d.ts.map +1 -0
- package/dist/components/Popover.d.ts +9 -0
- package/dist/components/Popover.d.ts.map +1 -0
- package/dist/components/Portal.d.ts +18 -0
- package/dist/components/Portal.d.ts.map +1 -0
- package/dist/components/Presence.d.ts +22 -0
- package/dist/components/Presence.d.ts.map +1 -0
- package/dist/components/Progress.d.ts +32 -0
- package/dist/components/Progress.d.ts.map +1 -0
- package/dist/components/QuickActions.d.ts +36 -0
- package/dist/components/QuickActions.d.ts.map +1 -0
- package/dist/components/RadioGroup.d.ts +26 -0
- package/dist/components/RadioGroup.d.ts.map +1 -0
- package/dist/components/ScrollArea.d.ts +20 -0
- package/dist/components/ScrollArea.d.ts.map +1 -0
- package/dist/components/Section.d.ts +11 -0
- package/dist/components/Section.d.ts.map +1 -0
- package/dist/components/Select.d.ts +56 -0
- package/dist/components/Select.d.ts.map +1 -0
- package/dist/components/SelectionPopup.d.ts +292 -0
- package/dist/components/SelectionPopup.d.ts.map +1 -0
- package/dist/components/Separator.d.ts +22 -0
- package/dist/components/Separator.d.ts.map +1 -0
- package/dist/components/Sidebar.d.ts +39 -0
- package/dist/components/Sidebar.d.ts.map +1 -0
- package/dist/components/Skeleton.d.ts +286 -0
- package/dist/components/Skeleton.d.ts.map +1 -0
- package/dist/components/Slider.d.ts +78 -0
- package/dist/components/Slider.d.ts.map +1 -0
- package/dist/components/Slot.d.ts +36 -0
- package/dist/components/Slot.d.ts.map +1 -0
- package/dist/components/Stepper.d.ts +41 -0
- package/dist/components/Stepper.d.ts.map +1 -0
- package/dist/components/Switch.d.ts +45 -0
- package/dist/components/Switch.d.ts.map +1 -0
- package/dist/components/Table.d.ts +310 -0
- package/dist/components/Table.d.ts.map +1 -0
- package/dist/components/Tabs.d.ts +52 -0
- package/dist/components/Tabs.d.ts.map +1 -0
- package/dist/components/Textarea.d.ts +72 -0
- package/dist/components/Textarea.d.ts.map +1 -0
- package/dist/components/ThemeProvider.d.ts +20 -0
- package/dist/components/ThemeProvider.d.ts.map +1 -0
- package/dist/components/TimePicker.d.ts +76 -0
- package/dist/components/TimePicker.d.ts.map +1 -0
- package/dist/components/Timeline.d.ts +20 -0
- package/dist/components/Timeline.d.ts.map +1 -0
- package/dist/components/Toast.d.ts +29 -0
- package/dist/components/Toast.d.ts.map +1 -0
- package/dist/components/ToastAPI.d.ts +25 -0
- package/dist/components/ToastAPI.d.ts.map +1 -0
- package/dist/components/Toggle.d.ts +45 -0
- package/dist/components/Toggle.d.ts.map +1 -0
- package/dist/components/ToggleGroup.d.ts +49 -0
- package/dist/components/ToggleGroup.d.ts.map +1 -0
- package/dist/components/Toolbar.d.ts +26 -0
- package/dist/components/Toolbar.d.ts.map +1 -0
- package/dist/components/Tooltip.d.ts +46 -0
- package/dist/components/Tooltip.d.ts.map +1 -0
- package/dist/components/VisuallyHidden.d.ts +3 -0
- package/dist/components/VisuallyHidden.d.ts.map +1 -0
- package/dist/components/Wizard.d.ts +74 -0
- package/dist/components/Wizard.d.ts.map +1 -0
- package/dist/components/_internals.d.ts +3 -0
- package/dist/components/_internals.d.ts.map +1 -0
- package/dist/components/index.d.ts +80 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/hooks/useFloating.d.ts +49 -0
- package/dist/hooks/useFloating.d.ts.map +1 -0
- package/dist/hooks/useForm.d.ts +11 -0
- package/dist/hooks/useForm.d.ts.map +1 -0
- package/dist/hooks/useTheme.d.ts +2 -0
- package/dist/hooks/useTheme.d.ts.map +1 -0
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +84 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.esm.js +3986 -3261
- package/package.json +30 -6
- package/LICENSE +0 -21
|
@@ -0,0 +1,408 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type DataTableSortDirection = 'asc' | 'desc';
|
|
3
|
+
export type DataTableState = 'idle' | 'loading' | 'error' | 'success';
|
|
4
|
+
export type DataTableSortChangeDetail = {
|
|
5
|
+
columnIndex: number;
|
|
6
|
+
key: string;
|
|
7
|
+
direction: DataTableSortDirection;
|
|
8
|
+
page: number;
|
|
9
|
+
};
|
|
10
|
+
export type DataTableRowSelectDetail = {
|
|
11
|
+
index: number;
|
|
12
|
+
selected: boolean;
|
|
13
|
+
indices: number[];
|
|
14
|
+
rows: Record<string, string>[];
|
|
15
|
+
page: number;
|
|
16
|
+
};
|
|
17
|
+
export type DataTablePageChangeDetail = {
|
|
18
|
+
page: number;
|
|
19
|
+
count: number;
|
|
20
|
+
pageSize: number;
|
|
21
|
+
total: number;
|
|
22
|
+
start: number;
|
|
23
|
+
end: number;
|
|
24
|
+
};
|
|
25
|
+
export type DataTableFilterChangeDetail = {
|
|
26
|
+
query: string;
|
|
27
|
+
filters: string;
|
|
28
|
+
total: number;
|
|
29
|
+
filtered: number;
|
|
30
|
+
page: number;
|
|
31
|
+
count: number;
|
|
32
|
+
};
|
|
33
|
+
export type DataTableColumnResizeDetail = {
|
|
34
|
+
columnIndex: number;
|
|
35
|
+
key: string;
|
|
36
|
+
width: number;
|
|
37
|
+
};
|
|
38
|
+
export type DataTableVirtualRangeChangeDetail = {
|
|
39
|
+
start: number;
|
|
40
|
+
end: number;
|
|
41
|
+
visible: number;
|
|
42
|
+
total: number;
|
|
43
|
+
};
|
|
44
|
+
export type DataTableColumnOrderChangeDetail = {
|
|
45
|
+
sourceIndex: number;
|
|
46
|
+
targetIndex: number;
|
|
47
|
+
order: string;
|
|
48
|
+
keys: string[];
|
|
49
|
+
};
|
|
50
|
+
export type DataTableFilterRule = {
|
|
51
|
+
column: string | number;
|
|
52
|
+
op?: 'contains' | 'equals' | 'neq' | 'startsWith' | 'endsWith' | 'in' | 'gt' | 'gte' | 'lt' | 'lte' | 'between' | 'empty' | 'notEmpty';
|
|
53
|
+
value?: string | number | Array<string | number>;
|
|
54
|
+
};
|
|
55
|
+
export type DataTableBulkClearDetail = {
|
|
56
|
+
count: number;
|
|
57
|
+
page: number;
|
|
58
|
+
};
|
|
59
|
+
export type DataTableProps = React.HTMLAttributes<HTMLElement> & {
|
|
60
|
+
children?: React.ReactNode;
|
|
61
|
+
sortable?: boolean;
|
|
62
|
+
selectable?: boolean;
|
|
63
|
+
multiSelect?: boolean;
|
|
64
|
+
shape?: 'default' | 'square' | 'soft';
|
|
65
|
+
variant?: 'default' | 'flat' | 'contrast';
|
|
66
|
+
elevation?: 'default' | 'none' | 'low' | 'high';
|
|
67
|
+
striped?: boolean;
|
|
68
|
+
hover?: boolean;
|
|
69
|
+
compact?: boolean;
|
|
70
|
+
bordered?: boolean;
|
|
71
|
+
stickyHeader?: boolean;
|
|
72
|
+
stickyFooter?: boolean;
|
|
73
|
+
loading?: boolean;
|
|
74
|
+
state?: DataTableState;
|
|
75
|
+
stateText?: string;
|
|
76
|
+
headless?: boolean;
|
|
77
|
+
hideSummary?: boolean;
|
|
78
|
+
emptyText?: string;
|
|
79
|
+
page?: number;
|
|
80
|
+
pageSize?: number;
|
|
81
|
+
paginationId?: string;
|
|
82
|
+
filterQuery?: string;
|
|
83
|
+
filterColumn?: string | number;
|
|
84
|
+
filterRules?: DataTableFilterRule[];
|
|
85
|
+
columnOrder?: string;
|
|
86
|
+
pinColumns?: string | {
|
|
87
|
+
left?: Array<string | number>;
|
|
88
|
+
right?: Array<string | number>;
|
|
89
|
+
};
|
|
90
|
+
draggableColumns?: boolean;
|
|
91
|
+
resizableColumns?: boolean;
|
|
92
|
+
bulkActionsLabel?: string;
|
|
93
|
+
bulkClearLabel?: string;
|
|
94
|
+
virtualize?: boolean;
|
|
95
|
+
rowHeight?: number;
|
|
96
|
+
overscan?: number;
|
|
97
|
+
onSortChange?: (detail: DataTableSortChangeDetail) => void;
|
|
98
|
+
onRowSelect?: (detail: DataTableRowSelectDetail) => void;
|
|
99
|
+
onPageChange?: (detail: DataTablePageChangeDetail) => void;
|
|
100
|
+
onFilterChange?: (detail: DataTableFilterChangeDetail) => void;
|
|
101
|
+
onColumnResize?: (detail: DataTableColumnResizeDetail) => void;
|
|
102
|
+
onVirtualRangeChange?: (detail: DataTableVirtualRangeChangeDetail) => void;
|
|
103
|
+
onColumnOrderChange?: (detail: DataTableColumnOrderChangeDetail) => void;
|
|
104
|
+
onBulkClear?: (detail: DataTableBulkClearDetail) => void;
|
|
105
|
+
};
|
|
106
|
+
export declare function DataTable(props: DataTableProps): React.DOMElement<{
|
|
107
|
+
overscan?: string | undefined;
|
|
108
|
+
'row-height'?: string | undefined;
|
|
109
|
+
virtualize?: string | undefined;
|
|
110
|
+
'bulk-clear-label'?: string | undefined;
|
|
111
|
+
'bulk-actions-label'?: string | undefined;
|
|
112
|
+
'resizable-columns'?: string | undefined;
|
|
113
|
+
'draggable-columns'?: string | undefined;
|
|
114
|
+
'pin-columns'?: string | undefined;
|
|
115
|
+
'column-order'?: string | undefined;
|
|
116
|
+
filters?: string | undefined;
|
|
117
|
+
'filter-column'?: string | undefined;
|
|
118
|
+
'filter-query'?: string | undefined;
|
|
119
|
+
'pagination-id'?: string | undefined;
|
|
120
|
+
'page-size'?: string | undefined;
|
|
121
|
+
page?: string | undefined;
|
|
122
|
+
'empty-text'?: string | undefined;
|
|
123
|
+
'hide-summary'?: string | undefined;
|
|
124
|
+
headless?: string | undefined;
|
|
125
|
+
'state-text'?: string | undefined;
|
|
126
|
+
state?: "success" | "loading" | "error" | undefined;
|
|
127
|
+
loading?: string | undefined;
|
|
128
|
+
'sticky-footer'?: string | undefined;
|
|
129
|
+
'sticky-header'?: string | undefined;
|
|
130
|
+
bordered?: string | undefined;
|
|
131
|
+
compact?: string | undefined;
|
|
132
|
+
hover?: string | undefined;
|
|
133
|
+
striped?: string | undefined;
|
|
134
|
+
elevation?: "none" | "low" | "high" | undefined;
|
|
135
|
+
variant?: "flat" | "contrast" | undefined;
|
|
136
|
+
shape?: "soft" | "square" | undefined;
|
|
137
|
+
'multi-select'?: string | undefined;
|
|
138
|
+
selectable?: string | undefined;
|
|
139
|
+
sortable?: string | undefined;
|
|
140
|
+
defaultChecked?: boolean | undefined;
|
|
141
|
+
defaultValue?: string | number | readonly string[] | undefined;
|
|
142
|
+
suppressContentEditableWarning?: boolean | undefined;
|
|
143
|
+
suppressHydrationWarning?: boolean | undefined;
|
|
144
|
+
accessKey?: string | undefined;
|
|
145
|
+
autoCapitalize?: "off" | "none" | "on" | "sentences" | "words" | "characters" | undefined | (string & {});
|
|
146
|
+
autoFocus?: boolean | undefined;
|
|
147
|
+
className?: string | undefined;
|
|
148
|
+
contentEditable?: (boolean | "true" | "false") | "inherit" | "plaintext-only" | undefined;
|
|
149
|
+
contextMenu?: string | undefined;
|
|
150
|
+
dir?: string | undefined;
|
|
151
|
+
draggable?: (boolean | "true" | "false") | undefined;
|
|
152
|
+
enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send" | undefined;
|
|
153
|
+
hidden?: boolean | undefined;
|
|
154
|
+
id?: string | undefined;
|
|
155
|
+
lang?: string | undefined;
|
|
156
|
+
nonce?: string | undefined;
|
|
157
|
+
slot?: string | undefined;
|
|
158
|
+
spellCheck?: (boolean | "true" | "false") | undefined;
|
|
159
|
+
style?: React.CSSProperties | undefined;
|
|
160
|
+
tabIndex?: number | undefined;
|
|
161
|
+
title?: string | undefined;
|
|
162
|
+
translate?: "yes" | "no" | undefined;
|
|
163
|
+
radioGroup?: string | undefined;
|
|
164
|
+
role?: React.AriaRole | undefined;
|
|
165
|
+
about?: string | undefined;
|
|
166
|
+
content?: string | undefined;
|
|
167
|
+
datatype?: string | undefined;
|
|
168
|
+
inlist?: any;
|
|
169
|
+
prefix?: string | undefined;
|
|
170
|
+
property?: string | undefined;
|
|
171
|
+
rel?: string | undefined;
|
|
172
|
+
resource?: string | undefined;
|
|
173
|
+
rev?: string | undefined;
|
|
174
|
+
typeof?: string | undefined;
|
|
175
|
+
vocab?: string | undefined;
|
|
176
|
+
autoCorrect?: string | undefined;
|
|
177
|
+
autoSave?: string | undefined;
|
|
178
|
+
color?: string | undefined;
|
|
179
|
+
itemProp?: string | undefined;
|
|
180
|
+
itemScope?: boolean | undefined;
|
|
181
|
+
itemType?: string | undefined;
|
|
182
|
+
itemID?: string | undefined;
|
|
183
|
+
itemRef?: string | undefined;
|
|
184
|
+
results?: number | undefined;
|
|
185
|
+
security?: string | undefined;
|
|
186
|
+
unselectable?: "on" | "off" | undefined;
|
|
187
|
+
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined;
|
|
188
|
+
is?: string | undefined;
|
|
189
|
+
exportparts?: string | undefined;
|
|
190
|
+
part?: string | undefined;
|
|
191
|
+
"aria-activedescendant"?: string | undefined;
|
|
192
|
+
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
193
|
+
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined;
|
|
194
|
+
"aria-braillelabel"?: string | undefined;
|
|
195
|
+
"aria-brailleroledescription"?: string | undefined;
|
|
196
|
+
"aria-busy"?: (boolean | "true" | "false") | undefined;
|
|
197
|
+
"aria-checked"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
198
|
+
"aria-colcount"?: number | undefined;
|
|
199
|
+
"aria-colindex"?: number | undefined;
|
|
200
|
+
"aria-colindextext"?: string | undefined;
|
|
201
|
+
"aria-colspan"?: number | undefined;
|
|
202
|
+
"aria-controls"?: string | undefined;
|
|
203
|
+
"aria-current"?: boolean | "false" | "true" | "page" | "step" | "location" | "date" | "time" | undefined;
|
|
204
|
+
"aria-describedby"?: string | undefined;
|
|
205
|
+
"aria-description"?: string | undefined;
|
|
206
|
+
"aria-details"?: string | undefined;
|
|
207
|
+
"aria-disabled"?: (boolean | "true" | "false") | undefined;
|
|
208
|
+
"aria-dropeffect"?: "none" | "copy" | "execute" | "link" | "move" | "popup" | undefined;
|
|
209
|
+
"aria-errormessage"?: string | undefined;
|
|
210
|
+
"aria-expanded"?: (boolean | "true" | "false") | undefined;
|
|
211
|
+
"aria-flowto"?: string | undefined;
|
|
212
|
+
"aria-grabbed"?: (boolean | "true" | "false") | undefined;
|
|
213
|
+
"aria-haspopup"?: boolean | "false" | "true" | "menu" | "listbox" | "tree" | "grid" | "dialog" | undefined;
|
|
214
|
+
"aria-hidden"?: (boolean | "true" | "false") | undefined;
|
|
215
|
+
"aria-invalid"?: boolean | "false" | "true" | "grammar" | "spelling" | undefined;
|
|
216
|
+
"aria-keyshortcuts"?: string | undefined;
|
|
217
|
+
"aria-label"?: string | undefined;
|
|
218
|
+
"aria-labelledby"?: string | undefined;
|
|
219
|
+
"aria-level"?: number | undefined;
|
|
220
|
+
"aria-live"?: "off" | "assertive" | "polite" | undefined;
|
|
221
|
+
"aria-modal"?: (boolean | "true" | "false") | undefined;
|
|
222
|
+
"aria-multiline"?: (boolean | "true" | "false") | undefined;
|
|
223
|
+
"aria-multiselectable"?: (boolean | "true" | "false") | undefined;
|
|
224
|
+
"aria-orientation"?: "horizontal" | "vertical" | undefined;
|
|
225
|
+
"aria-owns"?: string | undefined;
|
|
226
|
+
"aria-placeholder"?: string | undefined;
|
|
227
|
+
"aria-posinset"?: number | undefined;
|
|
228
|
+
"aria-pressed"?: boolean | "false" | "mixed" | "true" | undefined;
|
|
229
|
+
"aria-readonly"?: (boolean | "true" | "false") | undefined;
|
|
230
|
+
"aria-relevant"?: "additions" | "additions removals" | "additions text" | "all" | "removals" | "removals additions" | "removals text" | "text" | "text additions" | "text removals" | undefined;
|
|
231
|
+
"aria-required"?: (boolean | "true" | "false") | undefined;
|
|
232
|
+
"aria-roledescription"?: string | undefined;
|
|
233
|
+
"aria-rowcount"?: number | undefined;
|
|
234
|
+
"aria-rowindex"?: number | undefined;
|
|
235
|
+
"aria-rowindextext"?: string | undefined;
|
|
236
|
+
"aria-rowspan"?: number | undefined;
|
|
237
|
+
"aria-selected"?: (boolean | "true" | "false") | undefined;
|
|
238
|
+
"aria-setsize"?: number | undefined;
|
|
239
|
+
"aria-sort"?: "none" | "ascending" | "descending" | "other" | undefined;
|
|
240
|
+
"aria-valuemax"?: number | undefined;
|
|
241
|
+
"aria-valuemin"?: number | undefined;
|
|
242
|
+
"aria-valuenow"?: number | undefined;
|
|
243
|
+
"aria-valuetext"?: string | undefined;
|
|
244
|
+
dangerouslySetInnerHTML?: {
|
|
245
|
+
__html: string | TrustedHTML;
|
|
246
|
+
} | undefined;
|
|
247
|
+
onCopy?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
248
|
+
onCopyCapture?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
249
|
+
onCut?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
250
|
+
onCutCapture?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
251
|
+
onPaste?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
252
|
+
onPasteCapture?: React.ClipboardEventHandler<HTMLElement> | undefined;
|
|
253
|
+
onCompositionEnd?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
254
|
+
onCompositionEndCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
255
|
+
onCompositionStart?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
256
|
+
onCompositionStartCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
257
|
+
onCompositionUpdate?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
258
|
+
onCompositionUpdateCapture?: React.CompositionEventHandler<HTMLElement> | undefined;
|
|
259
|
+
onFocus?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
260
|
+
onFocusCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
261
|
+
onBlur?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
262
|
+
onBlurCapture?: React.FocusEventHandler<HTMLElement> | undefined;
|
|
263
|
+
onChange?: React.FormEventHandler<HTMLElement> | undefined;
|
|
264
|
+
onChangeCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
265
|
+
onBeforeInput?: React.InputEventHandler<HTMLElement> | undefined;
|
|
266
|
+
onBeforeInputCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
267
|
+
onInput?: React.FormEventHandler<HTMLElement> | undefined;
|
|
268
|
+
onInputCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
269
|
+
onReset?: React.FormEventHandler<HTMLElement> | undefined;
|
|
270
|
+
onResetCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
271
|
+
onSubmit?: React.FormEventHandler<HTMLElement> | undefined;
|
|
272
|
+
onSubmitCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
273
|
+
onInvalid?: React.FormEventHandler<HTMLElement> | undefined;
|
|
274
|
+
onInvalidCapture?: React.FormEventHandler<HTMLElement> | undefined;
|
|
275
|
+
onLoad?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
276
|
+
onLoadCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
277
|
+
onError?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
278
|
+
onErrorCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
279
|
+
onKeyDown?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
280
|
+
onKeyDownCapture?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
281
|
+
onKeyPress?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
282
|
+
onKeyPressCapture?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
283
|
+
onKeyUp?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
284
|
+
onKeyUpCapture?: React.KeyboardEventHandler<HTMLElement> | undefined;
|
|
285
|
+
onAbort?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
286
|
+
onAbortCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
287
|
+
onCanPlay?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
288
|
+
onCanPlayCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
289
|
+
onCanPlayThrough?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
290
|
+
onCanPlayThroughCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
291
|
+
onDurationChange?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
292
|
+
onDurationChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
293
|
+
onEmptied?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
294
|
+
onEmptiedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
295
|
+
onEncrypted?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
296
|
+
onEncryptedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
297
|
+
onEnded?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
298
|
+
onEndedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
299
|
+
onLoadedData?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
300
|
+
onLoadedDataCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
301
|
+
onLoadedMetadata?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
302
|
+
onLoadedMetadataCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
303
|
+
onLoadStart?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
304
|
+
onLoadStartCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
305
|
+
onPause?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
306
|
+
onPauseCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
307
|
+
onPlay?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
308
|
+
onPlayCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
309
|
+
onPlaying?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
310
|
+
onPlayingCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
311
|
+
onProgress?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
312
|
+
onProgressCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
313
|
+
onRateChange?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
314
|
+
onRateChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
315
|
+
onSeeked?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
316
|
+
onSeekedCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
317
|
+
onSeeking?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
318
|
+
onSeekingCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
319
|
+
onStalled?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
320
|
+
onStalledCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
321
|
+
onSuspend?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
322
|
+
onSuspendCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
323
|
+
onTimeUpdate?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
324
|
+
onTimeUpdateCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
325
|
+
onVolumeChange?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
326
|
+
onVolumeChangeCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
327
|
+
onWaiting?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
328
|
+
onWaitingCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
329
|
+
onAuxClick?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
330
|
+
onAuxClickCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
331
|
+
onClick?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
332
|
+
onClickCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
333
|
+
onContextMenu?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
334
|
+
onContextMenuCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
335
|
+
onDoubleClick?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
336
|
+
onDoubleClickCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
337
|
+
onDrag?: React.DragEventHandler<HTMLElement> | undefined;
|
|
338
|
+
onDragCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
339
|
+
onDragEnd?: React.DragEventHandler<HTMLElement> | undefined;
|
|
340
|
+
onDragEndCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
341
|
+
onDragEnter?: React.DragEventHandler<HTMLElement> | undefined;
|
|
342
|
+
onDragEnterCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
343
|
+
onDragExit?: React.DragEventHandler<HTMLElement> | undefined;
|
|
344
|
+
onDragExitCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
345
|
+
onDragLeave?: React.DragEventHandler<HTMLElement> | undefined;
|
|
346
|
+
onDragLeaveCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
347
|
+
onDragOver?: React.DragEventHandler<HTMLElement> | undefined;
|
|
348
|
+
onDragOverCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
349
|
+
onDragStart?: React.DragEventHandler<HTMLElement> | undefined;
|
|
350
|
+
onDragStartCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
351
|
+
onDrop?: React.DragEventHandler<HTMLElement> | undefined;
|
|
352
|
+
onDropCapture?: React.DragEventHandler<HTMLElement> | undefined;
|
|
353
|
+
onMouseDown?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
354
|
+
onMouseDownCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
355
|
+
onMouseEnter?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
356
|
+
onMouseLeave?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
357
|
+
onMouseMove?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
358
|
+
onMouseMoveCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
359
|
+
onMouseOut?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
360
|
+
onMouseOutCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
361
|
+
onMouseOver?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
362
|
+
onMouseOverCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
363
|
+
onMouseUp?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
364
|
+
onMouseUpCapture?: React.MouseEventHandler<HTMLElement> | undefined;
|
|
365
|
+
onSelect?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
366
|
+
onSelectCapture?: React.ReactEventHandler<HTMLElement> | undefined;
|
|
367
|
+
onTouchCancel?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
368
|
+
onTouchCancelCapture?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
369
|
+
onTouchEnd?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
370
|
+
onTouchEndCapture?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
371
|
+
onTouchMove?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
372
|
+
onTouchMoveCapture?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
373
|
+
onTouchStart?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
374
|
+
onTouchStartCapture?: React.TouchEventHandler<HTMLElement> | undefined;
|
|
375
|
+
onPointerDown?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
376
|
+
onPointerDownCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
377
|
+
onPointerMove?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
378
|
+
onPointerMoveCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
379
|
+
onPointerUp?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
380
|
+
onPointerUpCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
381
|
+
onPointerCancel?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
382
|
+
onPointerCancelCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
383
|
+
onPointerEnter?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
384
|
+
onPointerLeave?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
385
|
+
onPointerOver?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
386
|
+
onPointerOverCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
387
|
+
onPointerOut?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
388
|
+
onPointerOutCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
389
|
+
onGotPointerCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
390
|
+
onGotPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
391
|
+
onLostPointerCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
392
|
+
onLostPointerCaptureCapture?: React.PointerEventHandler<HTMLElement> | undefined;
|
|
393
|
+
onScroll?: React.UIEventHandler<HTMLElement> | undefined;
|
|
394
|
+
onScrollCapture?: React.UIEventHandler<HTMLElement> | undefined;
|
|
395
|
+
onWheel?: React.WheelEventHandler<HTMLElement> | undefined;
|
|
396
|
+
onWheelCapture?: React.WheelEventHandler<HTMLElement> | undefined;
|
|
397
|
+
onAnimationStart?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
398
|
+
onAnimationStartCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
399
|
+
onAnimationEnd?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
400
|
+
onAnimationEndCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
401
|
+
onAnimationIteration?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
402
|
+
onAnimationIterationCapture?: React.AnimationEventHandler<HTMLElement> | undefined;
|
|
403
|
+
onTransitionEnd?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
404
|
+
onTransitionEndCapture?: React.TransitionEventHandler<HTMLElement> | undefined;
|
|
405
|
+
ref: React.MutableRefObject<HTMLElement | null>;
|
|
406
|
+
}, HTMLElement>;
|
|
407
|
+
export default DataTable;
|
|
408
|
+
//# sourceMappingURL=DataTable.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DataTable.d.ts","sourceRoot":"","sources":["../../src/components/DataTable.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,106 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type DatePickerDetail = {
|
|
3
|
+
mode: 'single';
|
|
4
|
+
value: string | null;
|
|
5
|
+
displayValue: string;
|
|
6
|
+
source: string;
|
|
7
|
+
};
|
|
8
|
+
export type DatePickerState = 'idle' | 'loading' | 'error' | 'success';
|
|
9
|
+
export type DatePickerProps = Omit<React.HTMLAttributes<HTMLElement>, 'onChange' | 'onInput'> & {
|
|
10
|
+
value?: string;
|
|
11
|
+
defaultValue?: string;
|
|
12
|
+
open?: boolean;
|
|
13
|
+
defaultOpen?: boolean;
|
|
14
|
+
min?: string;
|
|
15
|
+
max?: string;
|
|
16
|
+
locale?: string;
|
|
17
|
+
translations?: Record<string, string> | string;
|
|
18
|
+
weekStart?: 0 | 1 | 6;
|
|
19
|
+
size?: 'sm' | 'md' | 'lg';
|
|
20
|
+
shape?: 'default' | 'square' | 'soft';
|
|
21
|
+
bare?: boolean;
|
|
22
|
+
variant?: 'default' | 'contrast';
|
|
23
|
+
state?: DatePickerState;
|
|
24
|
+
placeholder?: string;
|
|
25
|
+
label?: string;
|
|
26
|
+
hint?: string;
|
|
27
|
+
error?: string;
|
|
28
|
+
clearable?: boolean;
|
|
29
|
+
allowInput?: boolean;
|
|
30
|
+
closeOnSelect?: boolean;
|
|
31
|
+
outsideClick?: 'none' | 'navigate' | 'select';
|
|
32
|
+
disabled?: boolean;
|
|
33
|
+
readOnly?: boolean;
|
|
34
|
+
required?: boolean;
|
|
35
|
+
name?: string;
|
|
36
|
+
mode?: 'popover' | 'inline';
|
|
37
|
+
showFooter?: boolean;
|
|
38
|
+
events?: Array<{
|
|
39
|
+
date: string;
|
|
40
|
+
title?: string;
|
|
41
|
+
tone?: 'default' | 'success' | 'warning' | 'danger' | 'info';
|
|
42
|
+
}>;
|
|
43
|
+
eventsMax?: number;
|
|
44
|
+
eventsDisplay?: 'dots' | 'badges' | 'count';
|
|
45
|
+
format?: 'iso' | 'locale' | 'custom';
|
|
46
|
+
displayFormat?: string;
|
|
47
|
+
onInput?: (detail: DatePickerDetail) => void;
|
|
48
|
+
onChange?: (detail: DatePickerDetail) => void;
|
|
49
|
+
onValueChange?: (value: string | null) => void;
|
|
50
|
+
onOpen?: () => void;
|
|
51
|
+
onClose?: () => void;
|
|
52
|
+
onInvalid?: (detail: {
|
|
53
|
+
raw: string;
|
|
54
|
+
reason: string;
|
|
55
|
+
}) => void;
|
|
56
|
+
};
|
|
57
|
+
export declare const DatePicker: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLElement>, "onChange" | "onInput"> & {
|
|
58
|
+
value?: string;
|
|
59
|
+
defaultValue?: string;
|
|
60
|
+
open?: boolean;
|
|
61
|
+
defaultOpen?: boolean;
|
|
62
|
+
min?: string;
|
|
63
|
+
max?: string;
|
|
64
|
+
locale?: string;
|
|
65
|
+
translations?: Record<string, string> | string;
|
|
66
|
+
weekStart?: 0 | 1 | 6;
|
|
67
|
+
size?: "sm" | "md" | "lg";
|
|
68
|
+
shape?: "default" | "square" | "soft";
|
|
69
|
+
bare?: boolean;
|
|
70
|
+
variant?: "default" | "contrast";
|
|
71
|
+
state?: DatePickerState;
|
|
72
|
+
placeholder?: string;
|
|
73
|
+
label?: string;
|
|
74
|
+
hint?: string;
|
|
75
|
+
error?: string;
|
|
76
|
+
clearable?: boolean;
|
|
77
|
+
allowInput?: boolean;
|
|
78
|
+
closeOnSelect?: boolean;
|
|
79
|
+
outsideClick?: "none" | "navigate" | "select";
|
|
80
|
+
disabled?: boolean;
|
|
81
|
+
readOnly?: boolean;
|
|
82
|
+
required?: boolean;
|
|
83
|
+
name?: string;
|
|
84
|
+
mode?: "popover" | "inline";
|
|
85
|
+
showFooter?: boolean;
|
|
86
|
+
events?: Array<{
|
|
87
|
+
date: string;
|
|
88
|
+
title?: string;
|
|
89
|
+
tone?: "default" | "success" | "warning" | "danger" | "info";
|
|
90
|
+
}>;
|
|
91
|
+
eventsMax?: number;
|
|
92
|
+
eventsDisplay?: "dots" | "badges" | "count";
|
|
93
|
+
format?: "iso" | "locale" | "custom";
|
|
94
|
+
displayFormat?: string;
|
|
95
|
+
onInput?: (detail: DatePickerDetail) => void;
|
|
96
|
+
onChange?: (detail: DatePickerDetail) => void;
|
|
97
|
+
onValueChange?: (value: string | null) => void;
|
|
98
|
+
onOpen?: () => void;
|
|
99
|
+
onClose?: () => void;
|
|
100
|
+
onInvalid?: (detail: {
|
|
101
|
+
raw: string;
|
|
102
|
+
reason: string;
|
|
103
|
+
}) => void;
|
|
104
|
+
} & React.RefAttributes<HTMLElement>>;
|
|
105
|
+
export default DatePicker;
|
|
106
|
+
//# sourceMappingURL=DatePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DatePicker.d.ts","sourceRoot":"","sources":["../../src/components/DatePicker.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1,96 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export type DateRangePickerDetail = {
|
|
3
|
+
mode: 'range';
|
|
4
|
+
start: string | null;
|
|
5
|
+
end: string | null;
|
|
6
|
+
value: {
|
|
7
|
+
start: string;
|
|
8
|
+
end: string;
|
|
9
|
+
} | null;
|
|
10
|
+
source: string;
|
|
11
|
+
};
|
|
12
|
+
export type DateRangePickerState = 'idle' | 'loading' | 'error' | 'success';
|
|
13
|
+
export type DateRangePickerProps = Omit<React.HTMLAttributes<HTMLElement>, 'onChange' | 'onInput'> & {
|
|
14
|
+
value?: string;
|
|
15
|
+
defaultValue?: string;
|
|
16
|
+
open?: boolean;
|
|
17
|
+
defaultOpen?: boolean;
|
|
18
|
+
min?: string;
|
|
19
|
+
max?: string;
|
|
20
|
+
locale?: string;
|
|
21
|
+
translations?: Record<string, string> | string;
|
|
22
|
+
weekStart?: 0 | 1 | 6;
|
|
23
|
+
size?: 'sm' | 'md' | 'lg';
|
|
24
|
+
shape?: 'default' | 'square' | 'soft';
|
|
25
|
+
bare?: boolean;
|
|
26
|
+
variant?: 'default' | 'contrast';
|
|
27
|
+
state?: DateRangePickerState;
|
|
28
|
+
rangeVariant?: 'two-fields' | 'single-field';
|
|
29
|
+
label?: string;
|
|
30
|
+
hint?: string;
|
|
31
|
+
error?: string;
|
|
32
|
+
allowSameDay?: boolean;
|
|
33
|
+
allowPartial?: boolean;
|
|
34
|
+
closeOnSelect?: boolean;
|
|
35
|
+
clearable?: boolean;
|
|
36
|
+
disabled?: boolean;
|
|
37
|
+
readOnly?: boolean;
|
|
38
|
+
required?: boolean;
|
|
39
|
+
name?: string;
|
|
40
|
+
nameStart?: string;
|
|
41
|
+
nameEnd?: string;
|
|
42
|
+
mode?: 'popover' | 'inline';
|
|
43
|
+
showFooter?: boolean;
|
|
44
|
+
onInput?: (detail: DateRangePickerDetail) => void;
|
|
45
|
+
onChange?: (detail: DateRangePickerDetail) => void;
|
|
46
|
+
onValueChange?: (value: string | null) => void;
|
|
47
|
+
onOpen?: () => void;
|
|
48
|
+
onClose?: () => void;
|
|
49
|
+
onInvalid?: (detail: {
|
|
50
|
+
raw: string;
|
|
51
|
+
reason: string;
|
|
52
|
+
}) => void;
|
|
53
|
+
};
|
|
54
|
+
export declare const DateRangePicker: React.ForwardRefExoticComponent<Omit<React.HTMLAttributes<HTMLElement>, "onChange" | "onInput"> & {
|
|
55
|
+
value?: string;
|
|
56
|
+
defaultValue?: string;
|
|
57
|
+
open?: boolean;
|
|
58
|
+
defaultOpen?: boolean;
|
|
59
|
+
min?: string;
|
|
60
|
+
max?: string;
|
|
61
|
+
locale?: string;
|
|
62
|
+
translations?: Record<string, string> | string;
|
|
63
|
+
weekStart?: 0 | 1 | 6;
|
|
64
|
+
size?: "sm" | "md" | "lg";
|
|
65
|
+
shape?: "default" | "square" | "soft";
|
|
66
|
+
bare?: boolean;
|
|
67
|
+
variant?: "default" | "contrast";
|
|
68
|
+
state?: DateRangePickerState;
|
|
69
|
+
rangeVariant?: "two-fields" | "single-field";
|
|
70
|
+
label?: string;
|
|
71
|
+
hint?: string;
|
|
72
|
+
error?: string;
|
|
73
|
+
allowSameDay?: boolean;
|
|
74
|
+
allowPartial?: boolean;
|
|
75
|
+
closeOnSelect?: boolean;
|
|
76
|
+
clearable?: boolean;
|
|
77
|
+
disabled?: boolean;
|
|
78
|
+
readOnly?: boolean;
|
|
79
|
+
required?: boolean;
|
|
80
|
+
name?: string;
|
|
81
|
+
nameStart?: string;
|
|
82
|
+
nameEnd?: string;
|
|
83
|
+
mode?: "popover" | "inline";
|
|
84
|
+
showFooter?: boolean;
|
|
85
|
+
onInput?: (detail: DateRangePickerDetail) => void;
|
|
86
|
+
onChange?: (detail: DateRangePickerDetail) => void;
|
|
87
|
+
onValueChange?: (value: string | null) => void;
|
|
88
|
+
onOpen?: () => void;
|
|
89
|
+
onClose?: () => void;
|
|
90
|
+
onInvalid?: (detail: {
|
|
91
|
+
raw: string;
|
|
92
|
+
reason: string;
|
|
93
|
+
}) => void;
|
|
94
|
+
} & React.RefAttributes<HTMLElement>>;
|
|
95
|
+
export default DateRangePicker;
|
|
96
|
+
//# sourceMappingURL=DateRangePicker.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"DateRangePicker.d.ts","sourceRoot":"","sources":["../../src/components/DateRangePicker.tsx"],"names":[],"mappings":"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"}
|