@yuno-payments/dashboard-design-system 2.8.6 → 2.8.8
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/components/molecules/data-table-cells/data-table-cell-wrapper.d.ts +32 -0
- package/dist/components/molecules/data-table-cells/data-table-cell-wrapper.js +7 -0
- package/dist/components/molecules/data-table-cells/index.d.ts +1 -0
- package/dist/index.esm.min.js +706 -703
- package/dist/index.js +189 -187
- package/dist/index.umd.min.js +12 -12
- package/package.json +1 -1
- package/registry/components-registry.json +43 -2
package/dist/index.js
CHANGED
|
@@ -14,85 +14,86 @@ import { Breadcrumb as h } from "./components/molecules/breadcrumb/breadcrumb.js
|
|
|
14
14
|
import { Button as G } from "./components/atoms/button/button.js";
|
|
15
15
|
import { Card as v, CardBase as B, CardContent as O, CardDescription as N, CardFooter as _, CardHeader as H, CardTitle as U } from "./components/atoms/card/card.js";
|
|
16
16
|
import { Checkbox as K } from "./components/molecules/checkbox/checkbox.js";
|
|
17
|
-
import { Combobox as
|
|
17
|
+
import { Combobox as W } from "./components/organisms/combobox/combobox.js";
|
|
18
18
|
import { CurrencyField as Y } from "./components/atoms/currency-field/currency-field.js";
|
|
19
19
|
import { DATA_TABLE_TRANSLATIONS as q, DEFAULT_DATA_TABLE_TRANSLATIONS as J, getDataTableTranslations as X } from "./components/organisms/data-table/data-table.types.js";
|
|
20
20
|
import { DataTable as $ } from "./components/organisms/data-table/data-table.js";
|
|
21
21
|
import { DataTableAmountCell as ro } from "./components/molecules/data-table-cells/data-table-amount-cell.js";
|
|
22
|
-
import {
|
|
23
|
-
import {
|
|
24
|
-
import {
|
|
25
|
-
import {
|
|
26
|
-
import {
|
|
27
|
-
import {
|
|
28
|
-
import {
|
|
29
|
-
import {
|
|
30
|
-
import {
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import {
|
|
34
|
-
import {
|
|
35
|
-
import {
|
|
36
|
-
import {
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import {
|
|
40
|
-
import {
|
|
41
|
-
import {
|
|
42
|
-
import {
|
|
43
|
-
import {
|
|
44
|
-
import {
|
|
45
|
-
import {
|
|
46
|
-
import {
|
|
47
|
-
import {
|
|
48
|
-
import {
|
|
49
|
-
import {
|
|
50
|
-
import {
|
|
51
|
-
import {
|
|
52
|
-
import {
|
|
53
|
-
import {
|
|
54
|
-
import {
|
|
55
|
-
import {
|
|
56
|
-
import {
|
|
57
|
-
import {
|
|
58
|
-
import {
|
|
59
|
-
import {
|
|
60
|
-
import {
|
|
61
|
-
import {
|
|
62
|
-
import {
|
|
63
|
-
import {
|
|
64
|
-
import {
|
|
65
|
-
import {
|
|
66
|
-
import {
|
|
67
|
-
import {
|
|
68
|
-
import { RadioGroup as Ce
|
|
69
|
-
import {
|
|
70
|
-
import {
|
|
71
|
-
import {
|
|
72
|
-
import {
|
|
73
|
-
import {
|
|
74
|
-
import {
|
|
75
|
-
import {
|
|
76
|
-
import {
|
|
77
|
-
import {
|
|
78
|
-
import {
|
|
79
|
-
import {
|
|
80
|
-
import {
|
|
81
|
-
import {
|
|
82
|
-
import {
|
|
83
|
-
import {
|
|
84
|
-
import {
|
|
85
|
-
import {
|
|
86
|
-
import {
|
|
87
|
-
import {
|
|
88
|
-
import {
|
|
89
|
-
import {
|
|
90
|
-
import {
|
|
91
|
-
import {
|
|
92
|
-
import {
|
|
93
|
-
import {
|
|
94
|
-
import {
|
|
95
|
-
import {
|
|
22
|
+
import { DataTableCellWrapper as to } from "./components/molecules/data-table-cells/data-table-cell-wrapper.js";
|
|
23
|
+
import { DataTableColumnHeader as po } from "./components/organisms/data-table/components/column-header/data-table-column-header.js";
|
|
24
|
+
import { DataTableCopyCell as no } from "./components/molecules/data-table-cells/data-table-copy-cell.js";
|
|
25
|
+
import { DataTableCountryCell as xo } from "./components/molecules/data-table-cells/data-table-country-cell.js";
|
|
26
|
+
import { DataTableDateCell as lo } from "./components/molecules/data-table-cells/data-table-date-cell.js";
|
|
27
|
+
import { DataTableIconTextCell as uo } from "./components/molecules/data-table-cells/data-table-icon-text-cell.js";
|
|
28
|
+
import { DataTableListCell as Do } from "./components/organisms/data-table/components/cells/data-table-list-cell.js";
|
|
29
|
+
import { DataTablePercentageCell as so } from "./components/molecules/data-table-cells/data-table-percentage-cell.js";
|
|
30
|
+
import { DataTableSortIndicator as Ao } from "./components/organisms/data-table/components/column-header/data-table-sort-indicator.js";
|
|
31
|
+
import { DataTableStatusCell as So } from "./components/molecules/data-table-cells/data-table-status-cell.js";
|
|
32
|
+
import { DataTableTagsCell as Fo } from "./components/molecules/data-table-cells/data-table-tags-cell.js";
|
|
33
|
+
import { DataTableTextCell as wo } from "./components/molecules/data-table-cells/data-table-text-cell.js";
|
|
34
|
+
import { DatePicker as Lo } from "./components/atoms/date-picker/date-picker.js";
|
|
35
|
+
import { DateRangePicker as yo } from "./components/atoms/date-range-picker/date-range-picker.js";
|
|
36
|
+
import { Dialog as Eo } from "./components/organisms/dialog/dialog.js";
|
|
37
|
+
import { DialogContent as ko } from "./components/molecules/dialog-content/dialog-content.js";
|
|
38
|
+
import { DialogFooter as Bo } from "./components/molecules/dialog-footer/dialog-footer.js";
|
|
39
|
+
import { DialogHeader as No } from "./components/molecules/dialog-header/dialog-header.js";
|
|
40
|
+
import { DotsMenu as Ho } from "./components/molecules/dots-menu/dots-menu.js";
|
|
41
|
+
import { DropdownMenu as zo, DropdownMenuCheckboxItem as Ko, DropdownMenuContent as Vo, DropdownMenuGroup as Wo, DropdownMenuItem as Qo, DropdownMenuLabel as Yo, DropdownMenuPortal as jo, DropdownMenuRadioGroup as qo, DropdownMenuRadioItem as Jo, DropdownMenuSeparator as Xo, DropdownMenuShortcut as Zo, DropdownMenuSub as $o, DropdownMenuSubContent as or, DropdownMenuSubTrigger as rr, DropdownMenuTrigger as er } from "./components/atoms/dropdown-menu/dropdown-menu.js";
|
|
42
|
+
import { Empty as ar } from "./components/molecules/empty/empty.js";
|
|
43
|
+
import { EmptyIcon as mr } from "./components/molecules/empty/empty-icon.js";
|
|
44
|
+
import { Field as ir } from "./components/molecules/field/field.js";
|
|
45
|
+
import { FileUpload as fr } from "./components/molecules/file-upload/file-upload.js";
|
|
46
|
+
import { FilterButton as dr, FilterCheckboxOption as gr, FilterContent as ur, FilterRadioOption as Tr, FilterSection as Dr, FilterTag as cr } from "./components/organisms/filter/filter.js";
|
|
47
|
+
import { FilterDateRange as Cr, FilterDateRangeOption as Ar, FilterDateRangeValue as br } from "./components/organisms/filter/filter-date-range.js";
|
|
48
|
+
import { FilterDropdown as Pr, FilterMenu as Fr, FilterMenuItem as Mr } from "./components/organisms/filter-dropdown/filter-dropdown.js";
|
|
49
|
+
import { FilterMultiInput as Ir } from "./components/organisms/filter/filter-multi-input.js";
|
|
50
|
+
import { HighlightBanner as Rr } from "./components/molecules/highlight-banner/highlight-banner.js";
|
|
51
|
+
import { Icon as hr } from "./components/atoms/icon/icon.js";
|
|
52
|
+
import { Label as Gr } from "./components/atoms/label/label.js";
|
|
53
|
+
import { Link as vr } from "./components/atoms/link/link.js";
|
|
54
|
+
import { Loading as Or } from "./components/atoms/loading/loading.js";
|
|
55
|
+
import { MultiSelect as _r } from "./components/organisms/multi-select/multi-select.js";
|
|
56
|
+
import { MultiValuesField as Ur } from "./components/molecules/multi-values-field/multi-values-field.js";
|
|
57
|
+
import { NavLink as Kr } from "./components/molecules/nav-link/nav-link.js";
|
|
58
|
+
import { NavTabs as Wr } from "./components/molecules/nav-tabs/nav-tabs.js";
|
|
59
|
+
import { OTPField as Yr } from "./components/molecules/otp-field/otp-field.js";
|
|
60
|
+
import { PageTitle as qr } from "./components/atoms/page-title/page-title.js";
|
|
61
|
+
import { Pagination as Xr, Pagination as Zr } from "./components/molecules/pagination/pagination.js";
|
|
62
|
+
import { PaginationContent as oe, PaginationEllipsis as re, PaginationItem as ee, PaginationLink as te, PaginationNext as ae, PaginationPrevious as pe } from "./vendor/shadcn/pagination.js";
|
|
63
|
+
import { PasswordField as ne } from "./components/molecules/password-field/password-field.js";
|
|
64
|
+
import { Popover as xe, PopoverContent as fe, PopoverTrigger as le } from "./components/atoms/popover/popover.js";
|
|
65
|
+
import { Progress as ge } from "./components/atoms/progress/progress.js";
|
|
66
|
+
import { ProtectedField as Te } from "./components/atoms/protected-field/protected-field.js";
|
|
67
|
+
import { ProviderCard as ce } from "./components/molecules/provider-card/provider-card.js";
|
|
68
|
+
import { RadioGroup as Ce } from "./components/molecules/radio-group/radio-group.js";
|
|
69
|
+
import { RadioGroup as be, RadioGroupItem as Se } from "./vendor/shadcn/radio-group.js";
|
|
70
|
+
import { RadioGroupOption as Fe } from "./components/molecules/radio-group/radio-group-option.js";
|
|
71
|
+
import { SearchField as we } from "./components/molecules/search-field/search-field.js";
|
|
72
|
+
import { SearchSelect as Le } from "./components/molecules/select/search-select.js";
|
|
73
|
+
import { Select as ye } from "./components/molecules/select/select.js";
|
|
74
|
+
import { Separator as Ee } from "./components/atoms/separator/separator.js";
|
|
75
|
+
import { Sheet as ke } from "./components/organisms/sheet/sheet.js";
|
|
76
|
+
import { Skeleton as Be } from "./vendor/shadcn/skeleton.js";
|
|
77
|
+
import { Stepper as Ne } from "./components/molecules/stepper/stepper.js";
|
|
78
|
+
import { Switch as He } from "./components/molecules/switch/switch.js";
|
|
79
|
+
import { TOTALS_ROW_ID as ze } from "./components/organisms/aggregated-table/aggregated-table.constants.js";
|
|
80
|
+
import { Textarea as Ve } from "./components/molecules/textarea/textarea.js";
|
|
81
|
+
import { ThemedImage as Qe } from "./components/atoms/themed-image/themed-image.js";
|
|
82
|
+
import { TimePicker as je } from "./components/molecules/time-picker/time-picker.js";
|
|
83
|
+
import { Toaster as Je } from "./vendor/shadcn/sonner.js";
|
|
84
|
+
import { ToggleGroup as Ze, ToggleGroupItem as $e } from "./components/atoms/toggle-group/toggle-group.js";
|
|
85
|
+
import { Tooltip as rt } from "./components/atoms/tooltip/tooltip.js";
|
|
86
|
+
import { TooltipProvider as tt } from "./vendor/shadcn/tooltip.js";
|
|
87
|
+
import { TransferList as pt } from "./components/organisms/transfer-list/transfer-list.js";
|
|
88
|
+
import { TransferListEmptyState as nt } from "./components/organisms/transfer-list/transfer-list-empty-state.js";
|
|
89
|
+
import { Tutorial as xt } from "./components/organisms/tutorial/tutorial.js";
|
|
90
|
+
import { Typography as lt } from "./components/atoms/typography/typography.js";
|
|
91
|
+
import { avgAggregation as gt, maxAggregation as ut, minAggregation as Tt, sizeAggregation as Dt, sumAggregation as ct } from "./components/organisms/aggregated-table/aggregation-functions.helpers.js";
|
|
92
|
+
import { useBodyScrollLock as Ct } from "./hooks/use-body-scroll-lock.js";
|
|
93
|
+
import { useCopyToClipboard as bt } from "./hooks/use-copy-to-clipboard.js";
|
|
94
|
+
import { useDirection as Pt } from "./hooks/use-direction.js";
|
|
95
|
+
import { useEscapeKey as Mt } from "./hooks/use-escape-key.js";
|
|
96
|
+
import { useMediaQuery as It } from "./hooks/use-media-query.js";
|
|
96
97
|
export {
|
|
97
98
|
d as AccessDeniedAlert,
|
|
98
99
|
u as Accordion,
|
|
@@ -115,128 +116,129 @@ export {
|
|
|
115
116
|
H as CardHeader,
|
|
116
117
|
U as CardTitle,
|
|
117
118
|
K as Checkbox,
|
|
118
|
-
|
|
119
|
+
W as Combobox,
|
|
119
120
|
Y as CurrencyField,
|
|
120
121
|
q as DATA_TABLE_TRANSLATIONS,
|
|
121
122
|
J as DEFAULT_DATA_TABLE_TRANSLATIONS,
|
|
122
123
|
$ as DataTable,
|
|
123
124
|
ro as DataTableAmountCell,
|
|
124
|
-
to as
|
|
125
|
-
po as
|
|
126
|
-
no as
|
|
127
|
-
xo as
|
|
128
|
-
lo as
|
|
129
|
-
uo as
|
|
130
|
-
Do as
|
|
131
|
-
so as
|
|
132
|
-
Ao as
|
|
133
|
-
So as
|
|
134
|
-
Fo as
|
|
135
|
-
wo as
|
|
136
|
-
Lo as
|
|
137
|
-
yo as
|
|
138
|
-
Eo as
|
|
139
|
-
ko as
|
|
140
|
-
Bo as
|
|
141
|
-
No as
|
|
142
|
-
Ho as
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
Qo as
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
er as
|
|
158
|
-
ar as
|
|
159
|
-
mr as
|
|
160
|
-
ir as
|
|
161
|
-
fr as
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
br as
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
Mr as
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
Rr as
|
|
125
|
+
to as DataTableCellWrapper,
|
|
126
|
+
po as DataTableColumnHeader,
|
|
127
|
+
no as DataTableCopyCell,
|
|
128
|
+
xo as DataTableCountryCell,
|
|
129
|
+
lo as DataTableDateCell,
|
|
130
|
+
uo as DataTableIconTextCell,
|
|
131
|
+
Do as DataTableListCell,
|
|
132
|
+
so as DataTablePercentageCell,
|
|
133
|
+
Ao as DataTableSortIndicator,
|
|
134
|
+
So as DataTableStatusCell,
|
|
135
|
+
Fo as DataTableTagsCell,
|
|
136
|
+
wo as DataTableTextCell,
|
|
137
|
+
Lo as DatePicker,
|
|
138
|
+
yo as DateRangePicker,
|
|
139
|
+
Eo as Dialog,
|
|
140
|
+
ko as DialogContent,
|
|
141
|
+
Bo as DialogFooter,
|
|
142
|
+
No as DialogHeader,
|
|
143
|
+
Ho as DotsMenu,
|
|
144
|
+
zo as DropdownMenu,
|
|
145
|
+
Ko as DropdownMenuCheckboxItem,
|
|
146
|
+
Vo as DropdownMenuContent,
|
|
147
|
+
Wo as DropdownMenuGroup,
|
|
148
|
+
Qo as DropdownMenuItem,
|
|
149
|
+
Yo as DropdownMenuLabel,
|
|
150
|
+
jo as DropdownMenuPortal,
|
|
151
|
+
qo as DropdownMenuRadioGroup,
|
|
152
|
+
Jo as DropdownMenuRadioItem,
|
|
153
|
+
Xo as DropdownMenuSeparator,
|
|
154
|
+
Zo as DropdownMenuShortcut,
|
|
155
|
+
$o as DropdownMenuSub,
|
|
156
|
+
or as DropdownMenuSubContent,
|
|
157
|
+
rr as DropdownMenuSubTrigger,
|
|
158
|
+
er as DropdownMenuTrigger,
|
|
159
|
+
ar as Empty,
|
|
160
|
+
mr as EmptyIcon,
|
|
161
|
+
ir as Field,
|
|
162
|
+
fr as FileUpload,
|
|
163
|
+
dr as FilterButton,
|
|
164
|
+
gr as FilterCheckboxOption,
|
|
165
|
+
ur as FilterContent,
|
|
166
|
+
Cr as FilterDateRange,
|
|
167
|
+
Ar as FilterDateRangeOption,
|
|
168
|
+
br as FilterDateRangeValue,
|
|
169
|
+
Pr as FilterDropdown,
|
|
170
|
+
Fr as FilterMenu,
|
|
171
|
+
Mr as FilterMenuItem,
|
|
172
|
+
Ir as FilterMultiInput,
|
|
173
|
+
Tr as FilterRadioOption,
|
|
174
|
+
Dr as FilterSection,
|
|
175
|
+
cr as FilterTag,
|
|
176
|
+
Rr as HighlightBanner,
|
|
177
|
+
hr as Icon,
|
|
176
178
|
t as LANGUAGE_STORAGE_KEY,
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
179
|
+
Gr as Label,
|
|
180
|
+
vr as Link,
|
|
181
|
+
Or as Loading,
|
|
182
|
+
_r as MultiSelect,
|
|
183
|
+
Ur as MultiValuesField,
|
|
184
|
+
Kr as NavLink,
|
|
185
|
+
Wr as NavTabs,
|
|
186
|
+
Yr as OTPField,
|
|
187
|
+
qr as PageTitle,
|
|
188
|
+
Xr as Pagination,
|
|
189
|
+
oe as PaginationContent,
|
|
190
|
+
re as PaginationEllipsis,
|
|
191
|
+
ee as PaginationItem,
|
|
192
|
+
te as PaginationLink,
|
|
193
|
+
ae as PaginationNext,
|
|
194
|
+
pe as PaginationPrevious,
|
|
195
|
+
Zr as PaginationRoot,
|
|
196
|
+
ne as PasswordField,
|
|
197
|
+
xe as Popover,
|
|
198
|
+
fe as PopoverContent,
|
|
199
|
+
le as PopoverTrigger,
|
|
200
|
+
ge as Progress,
|
|
201
|
+
Te as ProtectedField,
|
|
202
|
+
ce as ProviderCard,
|
|
203
|
+
Ce as RadioGroup,
|
|
204
|
+
be as RadioGroupBase,
|
|
205
|
+
Se as RadioGroupItem,
|
|
206
|
+
Fe as RadioGroupOption,
|
|
207
|
+
we as SearchField,
|
|
208
|
+
Le as SearchSelect,
|
|
209
|
+
ye as Select,
|
|
210
|
+
Ee as Separator,
|
|
211
|
+
ke as Sheet,
|
|
212
|
+
Be as Skeleton,
|
|
213
|
+
Ne as Stepper,
|
|
214
|
+
He as Switch,
|
|
215
|
+
ze as TOTALS_ROW_ID,
|
|
216
|
+
Ve as Textarea,
|
|
217
|
+
Qe as ThemedImage,
|
|
218
|
+
je as TimePicker,
|
|
219
|
+
Je as Toaster,
|
|
220
|
+
Ze as ToggleGroup,
|
|
221
|
+
$e as ToggleGroupItem,
|
|
222
|
+
rt as Tooltip,
|
|
223
|
+
tt as TooltipProvider,
|
|
224
|
+
pt as TransferList,
|
|
225
|
+
nt as TransferListEmptyState,
|
|
226
|
+
xt as Tutorial,
|
|
227
|
+
lt as Typography,
|
|
228
|
+
gt as avgAggregation,
|
|
227
229
|
a as cn,
|
|
228
230
|
X as getDataTableTranslations,
|
|
229
231
|
p as getDefaultLanguage,
|
|
230
|
-
|
|
231
|
-
|
|
232
|
+
ut as maxAggregation,
|
|
233
|
+
Tt as minAggregation,
|
|
232
234
|
m as normalizeDimension,
|
|
233
235
|
f as showNotificationAlert,
|
|
234
|
-
|
|
235
|
-
|
|
236
|
+
Dt as sizeAggregation,
|
|
237
|
+
ct as sumAggregation,
|
|
236
238
|
i as toast,
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
239
|
+
Ct as useBodyScrollLock,
|
|
240
|
+
bt as useCopyToClipboard,
|
|
241
|
+
Pt as useDirection,
|
|
242
|
+
Mt as useEscapeKey,
|
|
243
|
+
It as useMediaQuery
|
|
242
244
|
};
|