@ctlyst.id/internal-ui 5.6.5 → 5.6.7
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/index.d.mts +4 -3
- package/dist/index.d.ts +4 -3
- package/dist/index.js +741 -736
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +80 -75
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -45,56 +45,56 @@ __export(src_exports, {
|
|
|
45
45
|
AlertAction: () => AlertAction,
|
|
46
46
|
AlertClose: () => AlertClose,
|
|
47
47
|
AlertDescription: () => AlertDescription,
|
|
48
|
-
AlertDialog: () =>
|
|
49
|
-
AlertDialogBody: () =>
|
|
50
|
-
AlertDialogCloseButton: () =>
|
|
51
|
-
AlertDialogContent: () =>
|
|
52
|
-
AlertDialogFooter: () =>
|
|
53
|
-
AlertDialogHeader: () =>
|
|
54
|
-
AlertDialogOverlay: () =>
|
|
55
|
-
AlertDialogProps: () =>
|
|
48
|
+
AlertDialog: () => import_react59.AlertDialog,
|
|
49
|
+
AlertDialogBody: () => import_react59.ModalBody,
|
|
50
|
+
AlertDialogCloseButton: () => import_react59.ModalCloseButton,
|
|
51
|
+
AlertDialogContent: () => import_react59.AlertDialogContent,
|
|
52
|
+
AlertDialogFooter: () => import_react59.ModalFooter,
|
|
53
|
+
AlertDialogHeader: () => import_react59.ModalHeader,
|
|
54
|
+
AlertDialogOverlay: () => import_react59.ModalOverlay,
|
|
55
|
+
AlertDialogProps: () => import_react59.AlertDialogProps,
|
|
56
56
|
AlertIcon: () => AlertIcon,
|
|
57
57
|
AlertTitle: () => AlertTitle,
|
|
58
58
|
Anchor: () => Anchor,
|
|
59
|
-
Avatar: () =>
|
|
60
|
-
AvatarBadge: () =>
|
|
61
|
-
AvatarBadgeProps: () =>
|
|
62
|
-
AvatarGroup: () =>
|
|
63
|
-
AvatarGroupProps: () =>
|
|
64
|
-
AvatarProps: () =>
|
|
59
|
+
Avatar: () => import_react99.Avatar,
|
|
60
|
+
AvatarBadge: () => import_react99.AvatarBadge,
|
|
61
|
+
AvatarBadgeProps: () => import_react99.AvatarBadgeProps,
|
|
62
|
+
AvatarGroup: () => import_react99.AvatarGroup,
|
|
63
|
+
AvatarGroupProps: () => import_react99.AvatarGroupProps,
|
|
64
|
+
AvatarProps: () => import_react99.AvatarProps,
|
|
65
65
|
Badge: () => badge_default,
|
|
66
|
-
Box: () =>
|
|
67
|
-
BoxProps: () =>
|
|
66
|
+
Box: () => import_react56.Box,
|
|
67
|
+
BoxProps: () => import_react56.BoxProps,
|
|
68
68
|
BreadCrumb: () => bread_crumb_default,
|
|
69
69
|
Button: () => button_default,
|
|
70
|
-
ButtonGroup: () =>
|
|
71
|
-
ButtonGroupProps: () =>
|
|
70
|
+
ButtonGroup: () => import_react11.ButtonGroup,
|
|
71
|
+
ButtonGroupProps: () => import_react11.ButtonGroupProps,
|
|
72
72
|
CHECKBOX_STATE: () => CHECKBOX_STATE,
|
|
73
73
|
Card: () => card_default,
|
|
74
|
-
Center: () =>
|
|
75
|
-
ChakraProvider: () =>
|
|
76
|
-
ChakraProviderProps: () =>
|
|
77
|
-
ChakraTable: () =>
|
|
74
|
+
Center: () => import_react56.Center,
|
|
75
|
+
ChakraProvider: () => import_react109.ChakraProvider,
|
|
76
|
+
ChakraProviderProps: () => import_react109.ChakraProviderProps,
|
|
77
|
+
ChakraTable: () => import_react88.Table,
|
|
78
78
|
Checkbox: () => checkbox_default,
|
|
79
79
|
CheckboxGroup: () => checkbox_group_default,
|
|
80
|
-
CheckboxGroupContext: () =>
|
|
81
|
-
CheckboxGroupProps: () =>
|
|
82
|
-
CheckboxIcon: () =>
|
|
83
|
-
CheckboxIconProps: () =>
|
|
84
|
-
CheckboxState: () =>
|
|
80
|
+
CheckboxGroupContext: () => import_react18.CheckboxGroupContext,
|
|
81
|
+
CheckboxGroupProps: () => import_react18.CheckboxGroupProps,
|
|
82
|
+
CheckboxIcon: () => import_react18.CheckboxIcon,
|
|
83
|
+
CheckboxIconProps: () => import_react18.CheckboxIconProps,
|
|
84
|
+
CheckboxState: () => import_react18.CheckboxState,
|
|
85
85
|
Chips: () => chips_default,
|
|
86
86
|
ClearIndicator: () => ClearIndicator,
|
|
87
|
-
CloseButton: () =>
|
|
88
|
-
CloseButtonProps: () =>
|
|
89
|
-
Code: () =>
|
|
90
|
-
CodeProps: () =>
|
|
91
|
-
Collapse: () =>
|
|
92
|
-
CollapseProps: () =>
|
|
93
|
-
ColorMode: () =>
|
|
94
|
-
ColorModeScript: () =>
|
|
95
|
-
ColorModeScriptProps: () =>
|
|
96
|
-
Container: () =>
|
|
97
|
-
ContainerProps: () =>
|
|
87
|
+
CloseButton: () => import_react11.CloseButton,
|
|
88
|
+
CloseButtonProps: () => import_react11.CloseButtonProps,
|
|
89
|
+
Code: () => import_react91.Code,
|
|
90
|
+
CodeProps: () => import_react91.CodeProps,
|
|
91
|
+
Collapse: () => import_react99.Collapse,
|
|
92
|
+
CollapseProps: () => import_react99.CollapseProps,
|
|
93
|
+
ColorMode: () => import_react109.ColorMode,
|
|
94
|
+
ColorModeScript: () => import_react109.ColorModeScript,
|
|
95
|
+
ColorModeScriptProps: () => import_react109.ColorModeScriptProps,
|
|
96
|
+
Container: () => import_react56.Container,
|
|
97
|
+
ContainerProps: () => import_react56.ContainerProps,
|
|
98
98
|
Counter: () => counter_default,
|
|
99
99
|
DEFAULT_EXCEL_MIME_TYPE: () => DEFAULT_EXCEL_MIME_TYPE,
|
|
100
100
|
DEFAULT_IMAGE_MIME_TYPE: () => DEFAULT_IMAGE_MIME_TYPE,
|
|
@@ -102,93 +102,93 @@ __export(src_exports, {
|
|
|
102
102
|
DatePickerMonth: () => datepicker_month_default,
|
|
103
103
|
Datepicker: () => datepicker_default,
|
|
104
104
|
Dialog: () => dialog_default,
|
|
105
|
-
Divider: () =>
|
|
106
|
-
DividerProps: () =>
|
|
107
|
-
Drawer: () =>
|
|
108
|
-
DrawerBody: () =>
|
|
109
|
-
DrawerCloseButton: () =>
|
|
110
|
-
DrawerContent: () =>
|
|
111
|
-
DrawerContentProps: () =>
|
|
112
|
-
DrawerFooter: () =>
|
|
113
|
-
DrawerHeader: () =>
|
|
114
|
-
DrawerOverlay: () =>
|
|
115
|
-
DrawerProps: () =>
|
|
105
|
+
Divider: () => import_react56.Divider,
|
|
106
|
+
DividerProps: () => import_react56.DividerProps,
|
|
107
|
+
Drawer: () => import_react59.Drawer,
|
|
108
|
+
DrawerBody: () => import_react59.ModalBody,
|
|
109
|
+
DrawerCloseButton: () => import_react59.ModalCloseButton,
|
|
110
|
+
DrawerContent: () => import_react59.DrawerContent,
|
|
111
|
+
DrawerContentProps: () => import_react59.DrawerContentProps,
|
|
112
|
+
DrawerFooter: () => import_react59.ModalFooter,
|
|
113
|
+
DrawerHeader: () => import_react59.ModalHeader,
|
|
114
|
+
DrawerOverlay: () => import_react59.ModalOverlay,
|
|
115
|
+
DrawerProps: () => import_react59.DrawerProps,
|
|
116
116
|
DropdownIndicator: () => DropdownIndicator,
|
|
117
117
|
EXCEL_EXT: () => EXCEL_EXT,
|
|
118
118
|
EmptyState: () => empty_state_default,
|
|
119
119
|
ErrorCode: () => error_code_default,
|
|
120
|
-
Fade: () =>
|
|
121
|
-
FadeProps: () =>
|
|
120
|
+
Fade: () => import_react99.Fade,
|
|
121
|
+
FadeProps: () => import_react99.FadeProps,
|
|
122
122
|
Field: () => field_default,
|
|
123
|
-
Flex: () =>
|
|
124
|
-
FlexProps: () =>
|
|
125
|
-
FormControl: () =>
|
|
126
|
-
FormControlProps: () =>
|
|
127
|
-
FormErrorMessage: () =>
|
|
128
|
-
FormHelperText: () =>
|
|
129
|
-
FormLabel: () =>
|
|
130
|
-
FormLabelProps: () =>
|
|
131
|
-
Grid: () =>
|
|
132
|
-
GridItem: () =>
|
|
133
|
-
GridItemProps: () =>
|
|
134
|
-
GridProps: () =>
|
|
135
|
-
HStack: () =>
|
|
123
|
+
Flex: () => import_react56.Flex,
|
|
124
|
+
FlexProps: () => import_react56.FlexProps,
|
|
125
|
+
FormControl: () => import_react27.FormControl,
|
|
126
|
+
FormControlProps: () => import_react27.FormControlProps,
|
|
127
|
+
FormErrorMessage: () => import_react27.FormErrorMessage,
|
|
128
|
+
FormHelperText: () => import_react27.FormHelperText,
|
|
129
|
+
FormLabel: () => import_react27.FormLabel,
|
|
130
|
+
FormLabelProps: () => import_react27.FormLabelProps,
|
|
131
|
+
Grid: () => import_react56.Grid,
|
|
132
|
+
GridItem: () => import_react56.GridItem,
|
|
133
|
+
GridItemProps: () => import_react56.GridItemProps,
|
|
134
|
+
GridProps: () => import_react56.GridProps,
|
|
135
|
+
HStack: () => import_react56.HStack,
|
|
136
136
|
Header: () => Header,
|
|
137
|
-
Heading: () =>
|
|
138
|
-
HeadingProps: () =>
|
|
139
|
-
Hide: () =>
|
|
140
|
-
HideProps: () =>
|
|
137
|
+
Heading: () => import_react91.Heading,
|
|
138
|
+
HeadingProps: () => import_react91.HeadingProps,
|
|
139
|
+
Hide: () => import_react99.Hide,
|
|
140
|
+
HideProps: () => import_react99.HideProps,
|
|
141
141
|
IMG_EXT: () => IMG_EXT,
|
|
142
|
-
Icon: () =>
|
|
143
|
-
IconButton: () =>
|
|
144
|
-
IconButtonProps: () =>
|
|
145
|
-
IconProps: () =>
|
|
146
|
-
Image: () =>
|
|
147
|
-
ImageProps: () =>
|
|
148
|
-
Img: () =>
|
|
149
|
-
ImgProps: () =>
|
|
142
|
+
Icon: () => import_react55.Icon,
|
|
143
|
+
IconButton: () => import_react11.IconButton,
|
|
144
|
+
IconButtonProps: () => import_react11.IconButtonProps,
|
|
145
|
+
IconProps: () => import_react55.IconProps,
|
|
146
|
+
Image: () => import_react55.Image,
|
|
147
|
+
ImageProps: () => import_react55.ImageProps,
|
|
148
|
+
Img: () => import_react99.Img,
|
|
149
|
+
ImgProps: () => import_react99.ImgProps,
|
|
150
150
|
InputAddonLeft: () => InputAddonLeft,
|
|
151
151
|
InputAddonRight: () => InputAddonRight,
|
|
152
|
-
InputElementLeft: () =>
|
|
153
|
-
InputElementRight: () =>
|
|
152
|
+
InputElementLeft: () => import_react21.InputLeftElement,
|
|
153
|
+
InputElementRight: () => import_react22.InputRightElement,
|
|
154
154
|
InputField: () => input_field_default,
|
|
155
|
-
InputGroup: () =>
|
|
156
|
-
InputGroupProps: () =>
|
|
157
|
-
InputLeftAddon: () =>
|
|
158
|
-
InputLeftAddonProps: () =>
|
|
159
|
-
InputLeftElement: () =>
|
|
160
|
-
InputLeftElementProps: () =>
|
|
161
|
-
InputProps: () =>
|
|
162
|
-
InputRightAddon: () =>
|
|
163
|
-
InputRightAddonProps: () =>
|
|
164
|
-
InputRightElement: () =>
|
|
165
|
-
InputRightElementProps: () =>
|
|
166
|
-
Link: () =>
|
|
167
|
-
LinkProps: () =>
|
|
168
|
-
List: () =>
|
|
169
|
-
ListIcon: () =>
|
|
170
|
-
ListItem: () =>
|
|
171
|
-
ListItemProps: () =>
|
|
172
|
-
ListProps: () =>
|
|
155
|
+
InputGroup: () => import_react27.InputGroup,
|
|
156
|
+
InputGroupProps: () => import_react27.InputGroupProps,
|
|
157
|
+
InputLeftAddon: () => import_react27.InputLeftAddon,
|
|
158
|
+
InputLeftAddonProps: () => import_react27.InputLeftAddonProps,
|
|
159
|
+
InputLeftElement: () => import_react27.InputLeftElement,
|
|
160
|
+
InputLeftElementProps: () => import_react27.InputLeftElementProps,
|
|
161
|
+
InputProps: () => import_react27.InputProps,
|
|
162
|
+
InputRightAddon: () => import_react27.InputRightAddon,
|
|
163
|
+
InputRightAddonProps: () => import_react27.InputRightAddonProps,
|
|
164
|
+
InputRightElement: () => import_react27.InputRightElement,
|
|
165
|
+
InputRightElementProps: () => import_react27.InputRightElementProps,
|
|
166
|
+
Link: () => import_react91.Link,
|
|
167
|
+
LinkProps: () => import_react91.LinkProps,
|
|
168
|
+
List: () => import_react57.List,
|
|
169
|
+
ListIcon: () => import_react57.ListIcon,
|
|
170
|
+
ListItem: () => import_react57.ListItem,
|
|
171
|
+
ListItemProps: () => import_react57.ListItemProps,
|
|
172
|
+
ListProps: () => import_react57.ListProps,
|
|
173
173
|
Loader: () => loader_default,
|
|
174
174
|
Logo: () => Logo,
|
|
175
175
|
MainMenu: () => navigation_default,
|
|
176
|
-
Modal: () =>
|
|
176
|
+
Modal: () => import_react59.Modal,
|
|
177
177
|
ModalBackButton: () => modal_back_button_default,
|
|
178
|
-
ModalBody: () =>
|
|
179
|
-
ModalBodyProps: () =>
|
|
180
|
-
ModalCloseButton: () =>
|
|
181
|
-
ModalContent: () =>
|
|
182
|
-
ModalContentProps: () =>
|
|
183
|
-
ModalContextProvider: () =>
|
|
184
|
-
ModalFocusScope: () =>
|
|
185
|
-
ModalFooter: () =>
|
|
186
|
-
ModalFooterProps: () =>
|
|
187
|
-
ModalHeader: () =>
|
|
188
|
-
ModalHeaderProps: () =>
|
|
189
|
-
ModalOverlay: () =>
|
|
190
|
-
ModalOverlayProps: () =>
|
|
191
|
-
ModalProps: () =>
|
|
178
|
+
ModalBody: () => import_react59.ModalBody,
|
|
179
|
+
ModalBodyProps: () => import_react59.ModalBodyProps,
|
|
180
|
+
ModalCloseButton: () => import_react59.ModalCloseButton,
|
|
181
|
+
ModalContent: () => import_react59.ModalContent,
|
|
182
|
+
ModalContentProps: () => import_react59.ModalContentProps,
|
|
183
|
+
ModalContextProvider: () => import_react59.ModalContextProvider,
|
|
184
|
+
ModalFocusScope: () => import_react59.ModalFocusScope,
|
|
185
|
+
ModalFooter: () => import_react59.ModalFooter,
|
|
186
|
+
ModalFooterProps: () => import_react59.ModalFooterProps,
|
|
187
|
+
ModalHeader: () => import_react59.ModalHeader,
|
|
188
|
+
ModalHeaderProps: () => import_react59.ModalHeaderProps,
|
|
189
|
+
ModalOverlay: () => import_react59.ModalOverlay,
|
|
190
|
+
ModalOverlayProps: () => import_react59.ModalOverlayProps,
|
|
191
|
+
ModalProps: () => import_react59.ModalProps,
|
|
192
192
|
MultiDatePickerMonth: () => multi_datepicker_month_default,
|
|
193
193
|
MultiValue: () => MultiValue,
|
|
194
194
|
MultiValueRemove: () => MultiValueRemove,
|
|
@@ -197,157 +197,157 @@ __export(src_exports, {
|
|
|
197
197
|
NavigationBar: () => navigation_bar_default,
|
|
198
198
|
NoOptionsMessage: () => NoOptionsMessage,
|
|
199
199
|
ONE_MEGA_BYTE: () => ONE_MEGA_BYTE,
|
|
200
|
-
OrderedList: () =>
|
|
200
|
+
OrderedList: () => import_react57.OrderedList,
|
|
201
201
|
Pagination: () => pagination_default,
|
|
202
202
|
PaginationDetail: () => pagination_detail_default,
|
|
203
203
|
PaginationFilter: () => pagination_filter_default,
|
|
204
|
-
PinInput: () =>
|
|
205
|
-
PinInputContext: () =>
|
|
206
|
-
PinInputDescendantsProvider: () =>
|
|
207
|
-
PinInputField: () =>
|
|
208
|
-
PinInputFieldProps: () =>
|
|
209
|
-
PinInputProps: () =>
|
|
210
|
-
PinInputProvider: () =>
|
|
211
|
-
Popover: () =>
|
|
212
|
-
PopoverAnchor: () =>
|
|
213
|
-
PopoverArrow: () =>
|
|
214
|
-
PopoverArrowProps: () =>
|
|
215
|
-
PopoverBody: () =>
|
|
216
|
-
PopoverBodyProps: () =>
|
|
217
|
-
PopoverCloseButton: () =>
|
|
204
|
+
PinInput: () => import_react68.PinInput,
|
|
205
|
+
PinInputContext: () => import_react68.PinInputContext,
|
|
206
|
+
PinInputDescendantsProvider: () => import_react68.PinInputDescendantsProvider,
|
|
207
|
+
PinInputField: () => import_react68.PinInputField,
|
|
208
|
+
PinInputFieldProps: () => import_react68.PinInputFieldProps,
|
|
209
|
+
PinInputProps: () => import_react68.PinInputProps,
|
|
210
|
+
PinInputProvider: () => import_react68.PinInputProvider,
|
|
211
|
+
Popover: () => import_react71.Popover,
|
|
212
|
+
PopoverAnchor: () => import_react71.PopoverAnchor,
|
|
213
|
+
PopoverArrow: () => import_react71.PopoverArrow,
|
|
214
|
+
PopoverArrowProps: () => import_react71.PopoverArrowProps,
|
|
215
|
+
PopoverBody: () => import_react71.PopoverBody,
|
|
216
|
+
PopoverBodyProps: () => import_react71.PopoverBodyProps,
|
|
217
|
+
PopoverCloseButton: () => import_react71.PopoverCloseButton,
|
|
218
218
|
PopoverContent: () => PopoverContent_default,
|
|
219
|
-
PopoverContentProps: () =>
|
|
220
|
-
PopoverFooter: () =>
|
|
221
|
-
PopoverFooterProps: () =>
|
|
222
|
-
PopoverHeader: () =>
|
|
223
|
-
PopoverHeaderProps: () =>
|
|
224
|
-
PopoverProps: () =>
|
|
225
|
-
PopoverTrigger: () =>
|
|
226
|
-
Portal: () =>
|
|
227
|
-
PortalProps: () =>
|
|
219
|
+
PopoverContentProps: () => import_react71.PopoverContentProps,
|
|
220
|
+
PopoverFooter: () => import_react71.PopoverFooter,
|
|
221
|
+
PopoverFooterProps: () => import_react71.PopoverFooterProps,
|
|
222
|
+
PopoverHeader: () => import_react71.PopoverHeader,
|
|
223
|
+
PopoverHeaderProps: () => import_react71.PopoverHeaderProps,
|
|
224
|
+
PopoverProps: () => import_react71.PopoverProps,
|
|
225
|
+
PopoverTrigger: () => import_react71.PopoverTrigger,
|
|
226
|
+
Portal: () => import_react71.Portal,
|
|
227
|
+
PortalProps: () => import_react71.PortalProps,
|
|
228
228
|
Profile: () => Profile,
|
|
229
|
-
Progress: () =>
|
|
230
|
-
ProgressFilledTrackProps: () =>
|
|
231
|
-
ProgressLabel: () =>
|
|
232
|
-
ProgressLabelProps: () =>
|
|
233
|
-
ProgressProps: () =>
|
|
234
|
-
ProgressTrackProps: () =>
|
|
229
|
+
Progress: () => import_react72.Progress,
|
|
230
|
+
ProgressFilledTrackProps: () => import_react72.ProgressFilledTrackProps,
|
|
231
|
+
ProgressLabel: () => import_react72.ProgressLabel,
|
|
232
|
+
ProgressLabelProps: () => import_react72.ProgressLabelProps,
|
|
233
|
+
ProgressProps: () => import_react72.ProgressProps,
|
|
234
|
+
ProgressTrackProps: () => import_react72.ProgressTrackProps,
|
|
235
235
|
Provider: () => provider_default,
|
|
236
236
|
ProviderContext: () => ProviderContext,
|
|
237
237
|
Radio: () => Radio,
|
|
238
238
|
RadioGroup: () => RadioGroup,
|
|
239
|
-
RadioGroupContext: () =>
|
|
239
|
+
RadioGroupContext: () => import_react75.RadioGroupContext,
|
|
240
240
|
Rating: () => rating_default,
|
|
241
|
-
RequiredIndicator: () =>
|
|
242
|
-
RequiredIndicatorProps: () =>
|
|
243
|
-
ScaleFade: () =>
|
|
244
|
-
ScaleFadeProps: () =>
|
|
241
|
+
RequiredIndicator: () => import_react27.RequiredIndicator,
|
|
242
|
+
RequiredIndicatorProps: () => import_react27.RequiredIndicatorProps,
|
|
243
|
+
ScaleFade: () => import_react99.ScaleFade,
|
|
244
|
+
ScaleFadeProps: () => import_react99.ScaleFadeProps,
|
|
245
245
|
Select: () => select_default,
|
|
246
246
|
SelectAsync: () => select_async_default,
|
|
247
247
|
SelectAsyncCreatable: () => SelectAsyncCreatable,
|
|
248
248
|
SelectCheckBox: () => select_with_checkbox_default,
|
|
249
249
|
SelectCreatable: () => SelectCreatable,
|
|
250
|
-
Show: () =>
|
|
251
|
-
ShowProps: () =>
|
|
250
|
+
Show: () => import_react99.Show,
|
|
251
|
+
ShowProps: () => import_react99.ShowProps,
|
|
252
252
|
Sidebar: () => Sidebar,
|
|
253
253
|
SidebarHeader: () => SidebarHeader,
|
|
254
254
|
SidebarMenu: () => SidebarMenu,
|
|
255
|
-
SimpleGrid: () =>
|
|
255
|
+
SimpleGrid: () => import_react56.SimpleGrid,
|
|
256
256
|
Skeleton: () => import_react5.Skeleton,
|
|
257
|
-
Slide: () =>
|
|
258
|
-
SlideFade: () =>
|
|
259
|
-
SlideFadeProps: () =>
|
|
260
|
-
SlideProps: () =>
|
|
261
|
-
Spacer: () =>
|
|
262
|
-
Stack: () =>
|
|
263
|
-
StackProps: () =>
|
|
264
|
-
Step: () =>
|
|
265
|
-
StepDescription: () =>
|
|
266
|
-
StepIcon: () =>
|
|
267
|
-
StepIndicator: () =>
|
|
268
|
-
StepNumber: () =>
|
|
269
|
-
StepSeparator: () =>
|
|
270
|
-
StepStatus: () =>
|
|
271
|
-
StepTitle: () =>
|
|
272
|
-
Stepper: () =>
|
|
257
|
+
Slide: () => import_react99.Slide,
|
|
258
|
+
SlideFade: () => import_react99.SlideFade,
|
|
259
|
+
SlideFadeProps: () => import_react99.SlideFadeProps,
|
|
260
|
+
SlideProps: () => import_react99.SlideProps,
|
|
261
|
+
Spacer: () => import_react56.Spacer,
|
|
262
|
+
Stack: () => import_react56.Stack,
|
|
263
|
+
StackProps: () => import_react56.StackProps,
|
|
264
|
+
Step: () => import_react99.Step,
|
|
265
|
+
StepDescription: () => import_react99.StepDescription,
|
|
266
|
+
StepIcon: () => import_react99.StepIcon,
|
|
267
|
+
StepIndicator: () => import_react99.StepIndicator,
|
|
268
|
+
StepNumber: () => import_react99.StepNumber,
|
|
269
|
+
StepSeparator: () => import_react99.StepSeparator,
|
|
270
|
+
StepStatus: () => import_react99.StepStatus,
|
|
271
|
+
StepTitle: () => import_react99.StepTitle,
|
|
272
|
+
Stepper: () => import_react99.Stepper,
|
|
273
273
|
Switch: () => switch_default,
|
|
274
274
|
Tab: () => tab_default,
|
|
275
|
-
TabIndicator: () =>
|
|
276
|
-
TabIndicatorProps: () =>
|
|
277
|
-
TabList: () =>
|
|
278
|
-
TabListProps: () =>
|
|
279
|
-
TabPanel: () =>
|
|
280
|
-
TabPanelProps: () =>
|
|
281
|
-
TabPanels: () =>
|
|
282
|
-
TabPanelsProps: () =>
|
|
283
|
-
TabProps: () =>
|
|
284
|
-
TableBodyProps: () =>
|
|
285
|
-
TableCellProps: () =>
|
|
286
|
-
TableColumnHeaderProps: () =>
|
|
287
|
-
TableHeadProps: () =>
|
|
288
|
-
TableProps: () =>
|
|
289
|
-
TableRowProps: () =>
|
|
290
|
-
Tabs: () =>
|
|
291
|
-
TabsDescendantsProvider: () =>
|
|
292
|
-
TabsProps: () =>
|
|
293
|
-
TabsProvider: () =>
|
|
294
|
-
Tbody: () =>
|
|
295
|
-
Td: () =>
|
|
296
|
-
Text: () =>
|
|
297
|
-
TextProps: () =>
|
|
275
|
+
TabIndicator: () => import_react90.TabIndicator,
|
|
276
|
+
TabIndicatorProps: () => import_react90.TabIndicatorProps,
|
|
277
|
+
TabList: () => import_react90.TabList,
|
|
278
|
+
TabListProps: () => import_react90.TabListProps,
|
|
279
|
+
TabPanel: () => import_react90.TabPanel,
|
|
280
|
+
TabPanelProps: () => import_react90.TabPanelProps,
|
|
281
|
+
TabPanels: () => import_react90.TabPanels,
|
|
282
|
+
TabPanelsProps: () => import_react90.TabPanelsProps,
|
|
283
|
+
TabProps: () => import_react90.TabProps,
|
|
284
|
+
TableBodyProps: () => import_react88.TableBodyProps,
|
|
285
|
+
TableCellProps: () => import_react88.TableCellProps,
|
|
286
|
+
TableColumnHeaderProps: () => import_react88.TableColumnHeaderProps,
|
|
287
|
+
TableHeadProps: () => import_react88.TableHeadProps,
|
|
288
|
+
TableProps: () => import_react88.TableProps,
|
|
289
|
+
TableRowProps: () => import_react88.TableRowProps,
|
|
290
|
+
Tabs: () => import_react90.Tabs,
|
|
291
|
+
TabsDescendantsProvider: () => import_react90.TabsDescendantsProvider,
|
|
292
|
+
TabsProps: () => import_react90.TabsProps,
|
|
293
|
+
TabsProvider: () => import_react90.TabsProvider,
|
|
294
|
+
Tbody: () => import_react88.Tbody,
|
|
295
|
+
Td: () => import_react88.Td,
|
|
296
|
+
Text: () => import_react91.Text,
|
|
297
|
+
TextProps: () => import_react91.TextProps,
|
|
298
298
|
TextareaField: () => textarea_default,
|
|
299
|
-
Th: () =>
|
|
300
|
-
Thead: () =>
|
|
299
|
+
Th: () => import_react88.Th,
|
|
300
|
+
Thead: () => import_react88.Thead,
|
|
301
301
|
ThemeTypings: () => import_styled_system12.ThemeTypings,
|
|
302
302
|
Time: () => Time,
|
|
303
303
|
TimeInput: () => TimeInput2,
|
|
304
304
|
ToastContainer: () => import_react_toastify2.ToastContainer,
|
|
305
305
|
Tooltip: () => Tooltip,
|
|
306
|
-
Tr: () =>
|
|
307
|
-
UnorderedList: () =>
|
|
306
|
+
Tr: () => import_react88.Tr,
|
|
307
|
+
UnorderedList: () => import_react57.UnorderedList,
|
|
308
308
|
Uploader: () => uploader_default,
|
|
309
|
-
UseBreakpointOptions: () =>
|
|
310
|
-
UseCheckboxGroupProps: () =>
|
|
311
|
-
UseCheckboxGroupReturn: () =>
|
|
312
|
-
UseCheckboxProps: () =>
|
|
313
|
-
UseCheckboxReturn: () =>
|
|
314
|
-
UseDisclosureProps: () =>
|
|
315
|
-
UseImageProps: () =>
|
|
316
|
-
UseImageReturn: () =>
|
|
317
|
-
UseMediaQueryOptions: () =>
|
|
318
|
-
UseModalProps: () =>
|
|
319
|
-
UseModalReturn: () =>
|
|
320
|
-
UsePinInputFieldProps: () =>
|
|
321
|
-
UsePinInputProps: () =>
|
|
322
|
-
UsePinInputReturn: () =>
|
|
323
|
-
UseQueryProps: () =>
|
|
324
|
-
UseRadioGroupReturn: () =>
|
|
325
|
-
UseRadioProps: () =>
|
|
326
|
-
UseRadioReturn: () =>
|
|
327
|
-
UseTabListProps: () =>
|
|
328
|
-
UseTabListReturn: () =>
|
|
329
|
-
UseTabOptions: () =>
|
|
330
|
-
UseTabPanelsProps: () =>
|
|
331
|
-
UseTabProps: () =>
|
|
332
|
-
UseTabsProps: () =>
|
|
333
|
-
UseTabsReturn: () =>
|
|
334
|
-
VStack: () =>
|
|
309
|
+
UseBreakpointOptions: () => import_react99.UseBreakpointOptions,
|
|
310
|
+
UseCheckboxGroupProps: () => import_react18.UseCheckboxGroupProps,
|
|
311
|
+
UseCheckboxGroupReturn: () => import_react18.UseCheckboxGroupReturn,
|
|
312
|
+
UseCheckboxProps: () => import_react18.UseCheckboxProps,
|
|
313
|
+
UseCheckboxReturn: () => import_react18.UseCheckboxReturn,
|
|
314
|
+
UseDisclosureProps: () => import_react111.UseDisclosureProps,
|
|
315
|
+
UseImageProps: () => import_react99.UseImageProps,
|
|
316
|
+
UseImageReturn: () => import_react99.UseImageReturn,
|
|
317
|
+
UseMediaQueryOptions: () => import_react99.UseMediaQueryOptions,
|
|
318
|
+
UseModalProps: () => import_react59.UseModalProps,
|
|
319
|
+
UseModalReturn: () => import_react59.UseModalReturn,
|
|
320
|
+
UsePinInputFieldProps: () => import_react68.UsePinInputFieldProps,
|
|
321
|
+
UsePinInputProps: () => import_react68.UsePinInputProps,
|
|
322
|
+
UsePinInputReturn: () => import_react68.UsePinInputReturn,
|
|
323
|
+
UseQueryProps: () => import_react99.UseQueryProps,
|
|
324
|
+
UseRadioGroupReturn: () => import_react75.UseRadioGroupReturn,
|
|
325
|
+
UseRadioProps: () => import_react75.UseRadioProps,
|
|
326
|
+
UseRadioReturn: () => import_react75.UseRadioReturn,
|
|
327
|
+
UseTabListProps: () => import_react90.UseTabListProps,
|
|
328
|
+
UseTabListReturn: () => import_react90.UseTabListReturn,
|
|
329
|
+
UseTabOptions: () => import_react90.UseTabOptions,
|
|
330
|
+
UseTabPanelsProps: () => import_react90.UseTabPanelsProps,
|
|
331
|
+
UseTabProps: () => import_react90.UseTabProps,
|
|
332
|
+
UseTabsProps: () => import_react90.UseTabsProps,
|
|
333
|
+
UseTabsReturn: () => import_react90.UseTabsReturn,
|
|
334
|
+
VStack: () => import_react56.VStack,
|
|
335
335
|
Version: () => Version,
|
|
336
|
-
VisuallyHidden: () =>
|
|
337
|
-
VisuallyHiddenInput: () =>
|
|
336
|
+
VisuallyHidden: () => import_react99.VisuallyHidden,
|
|
337
|
+
VisuallyHiddenInput: () => import_react99.VisuallyHiddenInput,
|
|
338
338
|
VoilaLogo: () => VoilaLogo,
|
|
339
|
-
Wrap: () =>
|
|
340
|
-
WrapItem: () =>
|
|
341
|
-
WrapItemProps: () =>
|
|
342
|
-
WrapProps: () =>
|
|
339
|
+
Wrap: () => import_react56.Wrap,
|
|
340
|
+
WrapItem: () => import_react56.WrapItem,
|
|
341
|
+
WrapItemProps: () => import_react56.WrapItemProps,
|
|
342
|
+
WrapProps: () => import_react56.WrapProps,
|
|
343
343
|
XMSLogo: () => XMSLogo,
|
|
344
344
|
concatList: () => concatList,
|
|
345
345
|
createExtendTheme: () => createExtendTheme,
|
|
346
346
|
defaultOnHandleRejections: () => defaultOnHandleRejections,
|
|
347
347
|
dimensionValidator: () => dimensionValidator,
|
|
348
|
-
extendTheme: () =>
|
|
348
|
+
extendTheme: () => import_react112.extendTheme,
|
|
349
349
|
formatValidationMessage: () => formatValidationMessage,
|
|
350
|
-
forwardRef: () =>
|
|
350
|
+
forwardRef: () => import_react112.forwardRef,
|
|
351
351
|
getSelectAllCheckboxState: () => getSelectAllCheckboxState,
|
|
352
352
|
getTheme: () => getTheme,
|
|
353
353
|
id: () => id,
|
|
@@ -364,54 +364,54 @@ __export(src_exports, {
|
|
|
364
364
|
useAccordionItemState: () => import_react3.useAccordionItemState,
|
|
365
365
|
useAccordionStyles: () => import_react3.useAccordionStyles,
|
|
366
366
|
useAlertStyles: () => useAlertStyles,
|
|
367
|
-
useBoolean: () =>
|
|
368
|
-
useBreakpoint: () =>
|
|
369
|
-
useCheckbox: () =>
|
|
370
|
-
useCheckboxGroup: () =>
|
|
371
|
-
useClipboard: () =>
|
|
372
|
-
useColorMode: () =>
|
|
373
|
-
useColorModePreference: () =>
|
|
374
|
-
useColorModeValue: () =>
|
|
375
|
-
useConst: () =>
|
|
376
|
-
useControllableProp: () =>
|
|
377
|
-
useControllableState: () =>
|
|
367
|
+
useBoolean: () => import_react111.useBoolean,
|
|
368
|
+
useBreakpoint: () => import_react99.useBreakpoint,
|
|
369
|
+
useCheckbox: () => import_react18.useCheckbox,
|
|
370
|
+
useCheckboxGroup: () => import_react18.useCheckboxGroup,
|
|
371
|
+
useClipboard: () => import_react111.useClipboard,
|
|
372
|
+
useColorMode: () => import_react111.useColorMode,
|
|
373
|
+
useColorModePreference: () => import_react99.useColorModePreference,
|
|
374
|
+
useColorModeValue: () => import_react111.useColorModeValue,
|
|
375
|
+
useConst: () => import_react111.useConst,
|
|
376
|
+
useControllableProp: () => import_react111.useControllableProp,
|
|
377
|
+
useControllableState: () => import_react111.useControllableState,
|
|
378
378
|
useDataTable: () => useDataTable,
|
|
379
|
-
useDimensions: () =>
|
|
380
|
-
useDisclosure: () =>
|
|
379
|
+
useDimensions: () => import_react111.useDimensions,
|
|
380
|
+
useDisclosure: () => import_react111.useDisclosure,
|
|
381
381
|
useDragOrClick: () => useDragOrClick,
|
|
382
|
-
useDrawerContext: () =>
|
|
382
|
+
useDrawerContext: () => import_react59.useDrawerContext,
|
|
383
383
|
useFetcher: () => useFetcher,
|
|
384
|
-
useImage: () =>
|
|
384
|
+
useImage: () => import_react99.useImage,
|
|
385
385
|
useInternalUI: () => useInternalUI,
|
|
386
|
-
useMergeRefs: () =>
|
|
387
|
-
useModal: () =>
|
|
388
|
-
useModalContext: () =>
|
|
389
|
-
useModalStyles: () =>
|
|
390
|
-
useOutsideClick: () =>
|
|
391
|
-
usePinInput: () =>
|
|
392
|
-
usePinInputContext: () =>
|
|
393
|
-
usePinInputField: () =>
|
|
394
|
-
useProgressStyles: () =>
|
|
395
|
-
useQuery: () =>
|
|
396
|
-
useRadio: () =>
|
|
397
|
-
useRadioGroup: () =>
|
|
398
|
-
useRadioGroupContext: () =>
|
|
386
|
+
useMergeRefs: () => import_react111.useMergeRefs,
|
|
387
|
+
useModal: () => import_react59.useModal,
|
|
388
|
+
useModalContext: () => import_react59.useModalContext,
|
|
389
|
+
useModalStyles: () => import_react59.useModalStyles,
|
|
390
|
+
useOutsideClick: () => import_react111.useOutsideClick,
|
|
391
|
+
usePinInput: () => import_react68.usePinInput,
|
|
392
|
+
usePinInputContext: () => import_react68.usePinInputContext,
|
|
393
|
+
usePinInputField: () => import_react68.usePinInputField,
|
|
394
|
+
useProgressStyles: () => import_react72.useProgressStyles,
|
|
395
|
+
useQuery: () => import_react99.useQuery,
|
|
396
|
+
useRadio: () => import_react75.useRadio,
|
|
397
|
+
useRadioGroup: () => import_react75.useRadioGroup,
|
|
398
|
+
useRadioGroupContext: () => import_react75.useRadioGroupContext,
|
|
399
399
|
useSelectTable: () => useSelectTable,
|
|
400
|
-
useSteps: () =>
|
|
401
|
-
useTab: () =>
|
|
402
|
-
useTabIndicator: () =>
|
|
403
|
-
useTabList: () =>
|
|
404
|
-
useTabPanel: () =>
|
|
405
|
-
useTabPanels: () =>
|
|
406
|
-
useTabs: () =>
|
|
407
|
-
useTabsContext: () =>
|
|
408
|
-
useTabsDescendant: () =>
|
|
409
|
-
useTabsDescendants: () =>
|
|
410
|
-
useTabsDescendantsContext: () =>
|
|
411
|
-
useTabsStyles: () =>
|
|
412
|
-
useTheme: () =>
|
|
400
|
+
useSteps: () => import_react99.useSteps,
|
|
401
|
+
useTab: () => import_react90.useTab,
|
|
402
|
+
useTabIndicator: () => import_react90.useTabIndicator,
|
|
403
|
+
useTabList: () => import_react90.useTabList,
|
|
404
|
+
useTabPanel: () => import_react90.useTabPanel,
|
|
405
|
+
useTabPanels: () => import_react90.useTabPanels,
|
|
406
|
+
useTabs: () => import_react90.useTabs,
|
|
407
|
+
useTabsContext: () => import_react90.useTabsContext,
|
|
408
|
+
useTabsDescendant: () => import_react90.useTabsDescendant,
|
|
409
|
+
useTabsDescendants: () => import_react90.useTabsDescendants,
|
|
410
|
+
useTabsDescendantsContext: () => import_react90.useTabsDescendantsContext,
|
|
411
|
+
useTabsStyles: () => import_react90.useTabsStyles,
|
|
412
|
+
useTheme: () => import_react111.useTheme,
|
|
413
413
|
useToast: () => useToast,
|
|
414
|
-
useToken: () =>
|
|
414
|
+
useToken: () => import_react111.useToken
|
|
415
415
|
});
|
|
416
416
|
module.exports = __toCommonJS(src_exports);
|
|
417
417
|
|
|
@@ -737,9 +737,27 @@ var badge_default = Badge;
|
|
|
737
737
|
// src/components/breadcrumb/components/bread-crumb.tsx
|
|
738
738
|
var import_react9 = require("@chakra-ui/react");
|
|
739
739
|
var import_internal_icon4 = require("@ctlyst.id/internal-icon");
|
|
740
|
+
var import_react10 = require("react");
|
|
740
741
|
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
741
|
-
var BreadCrumb = (
|
|
742
|
-
|
|
742
|
+
var BreadCrumb = ({
|
|
743
|
+
title,
|
|
744
|
+
children,
|
|
745
|
+
parents,
|
|
746
|
+
className,
|
|
747
|
+
disableHome,
|
|
748
|
+
spacing: spacing2 = 2,
|
|
749
|
+
backButton,
|
|
750
|
+
homeButton,
|
|
751
|
+
hideTitle,
|
|
752
|
+
as
|
|
753
|
+
}) => {
|
|
754
|
+
const [hasPreviousPage, setHasPreviousPage] = (0, import_react10.useState)(false);
|
|
755
|
+
(0, import_react10.useEffect)(() => {
|
|
756
|
+
if (window === void 0) return;
|
|
757
|
+
if (window.history.length > 1) {
|
|
758
|
+
setHasPreviousPage(true);
|
|
759
|
+
}
|
|
760
|
+
}, []);
|
|
743
761
|
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
744
762
|
import_react9.Box,
|
|
745
763
|
{
|
|
@@ -763,7 +781,8 @@ var BreadCrumb = (props) => {
|
|
|
763
781
|
minW: "9",
|
|
764
782
|
bg: "white",
|
|
765
783
|
variant: "ghost",
|
|
766
|
-
"aria-label": "
|
|
784
|
+
"aria-label": "Back",
|
|
785
|
+
isDisabled: !hasPreviousPage,
|
|
767
786
|
icon: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_internal_icon4.ChevronLeft, { size: 5 }),
|
|
768
787
|
onClick: backButton
|
|
769
788
|
}
|
|
@@ -781,33 +800,19 @@ var BreadCrumb = (props) => {
|
|
|
781
800
|
pr: "4",
|
|
782
801
|
spacing: spacing2,
|
|
783
802
|
children: [
|
|
784
|
-
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbItem, { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
785
|
-
|
|
786
|
-
{
|
|
787
|
-
"data-test-id": "",
|
|
788
|
-
alignItems: "center",
|
|
789
|
-
href: homeButton || disableHome ? void 0 : "/",
|
|
790
|
-
style: { ...disableHome && { cursor: "default" } },
|
|
791
|
-
onClick: homeButton,
|
|
792
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.Box, { boxSize: "3.5", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_internal_icon4.Home, { size: 3.5, color: "primary.500" }) })
|
|
793
|
-
}
|
|
794
|
-
) }),
|
|
795
|
-
parents == null ? void 0 : parents.map((val) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbItem, { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
803
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbItem, { children: disableHome ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbLink, { cursor: "default", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.Box, { boxSize: "3.5", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_internal_icon4.Home, { size: 3.5, color: "neutral.600" }) }) }) : /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbLink, { "data-test-id": "", as, href: "/", onClick: homeButton, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.Box, { boxSize: "3.5", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_internal_icon4.Home, { size: 3.5, color: "primary.500" }) }) }) }),
|
|
804
|
+
parents == null ? void 0 : parents.map((parent) => /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbItem, { children: parent.disable || !parent.link ? /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbLink, { cursor: "default", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.Text, { color: "neutral.600", textStyle: "text.sm", children: parent.name }) }) : /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
796
805
|
import_react9.BreadcrumbLink,
|
|
797
806
|
{
|
|
798
807
|
"data-test-id": "",
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
...val.disable && {
|
|
803
|
-
cursor: "default"
|
|
804
|
-
}
|
|
805
|
-
},
|
|
808
|
+
as,
|
|
809
|
+
href: parent.link,
|
|
810
|
+
onClick: parent.onClick,
|
|
806
811
|
_hover: { textDecoration: "none" },
|
|
807
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.Text, { color:
|
|
812
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.Text, { color: "primary.500", textStyle: "text.sm", children: parent.name })
|
|
808
813
|
}
|
|
809
|
-
) },
|
|
810
|
-
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbItem, { children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbLink, {
|
|
814
|
+
) }, parent.name)),
|
|
815
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbItem, { isCurrentPage: true, children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.BreadcrumbLink, { cursor: "default", children: /* @__PURE__ */ (0, import_jsx_runtime14.jsx)(import_react9.Text, { color: "neutral.600", textStyle: "text.sm", children: title }) }) })
|
|
811
816
|
]
|
|
812
817
|
}
|
|
813
818
|
)
|
|
@@ -821,7 +826,7 @@ BreadCrumb.defaultProps = {
|
|
|
821
826
|
children: void 0,
|
|
822
827
|
parents: void 0,
|
|
823
828
|
className: void 0,
|
|
824
|
-
disableHome:
|
|
829
|
+
disableHome: false,
|
|
825
830
|
spacing: 2,
|
|
826
831
|
backButton: void 0,
|
|
827
832
|
hideTitle: false
|
|
@@ -829,15 +834,15 @@ BreadCrumb.defaultProps = {
|
|
|
829
834
|
var bread_crumb_default = BreadCrumb;
|
|
830
835
|
|
|
831
836
|
// src/components/button/index.ts
|
|
832
|
-
var
|
|
837
|
+
var import_react11 = require("@chakra-ui/react");
|
|
833
838
|
|
|
834
839
|
// src/components/card/components/card.tsx
|
|
835
|
-
var
|
|
836
|
-
var
|
|
840
|
+
var import_react12 = require("@chakra-ui/react");
|
|
841
|
+
var import_react13 = require("react");
|
|
837
842
|
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
838
|
-
var CardCustom = (0,
|
|
839
|
-
const styles = (0,
|
|
840
|
-
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
843
|
+
var CardCustom = (0, import_react13.forwardRef)(({ children, ...rest }, ref) => {
|
|
844
|
+
const styles = (0, import_react12.useStyleConfig)("Card", rest);
|
|
845
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(import_react12.Card, { __css: styles, backgroundColor: "white.high", ref, ...rest, children });
|
|
841
846
|
});
|
|
842
847
|
CardCustom.defaultProps = {
|
|
843
848
|
withShadow: true,
|
|
@@ -846,9 +851,9 @@ CardCustom.defaultProps = {
|
|
|
846
851
|
var card_default = CardCustom;
|
|
847
852
|
|
|
848
853
|
// src/components/checkbox/components/checkbox.tsx
|
|
849
|
-
var
|
|
854
|
+
var import_react14 = require("@chakra-ui/react");
|
|
850
855
|
var Icon = __toESM(require("@ctlyst.id/internal-icon"));
|
|
851
|
-
var
|
|
856
|
+
var import_react15 = require("react");
|
|
852
857
|
|
|
853
858
|
// src/utils/throttleFn.ts
|
|
854
859
|
var throttle = (fn, delay) => {
|
|
@@ -866,17 +871,17 @@ var throttle = (fn, delay) => {
|
|
|
866
871
|
|
|
867
872
|
// src/components/checkbox/components/checkbox.tsx
|
|
868
873
|
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
869
|
-
var CheckboxComponent = (0,
|
|
874
|
+
var CheckboxComponent = (0, import_react14.forwardRef)(
|
|
870
875
|
({ isError = false, animated = false, helpText, errorText, boxProps, children, isDisabled, throttleTime, ...rest }, ref) => {
|
|
871
|
-
const { state } = (0,
|
|
872
|
-
const throttleFn = (0,
|
|
876
|
+
const { state } = (0, import_react14.useCheckbox)(rest);
|
|
877
|
+
const throttleFn = (0, import_react15.useCallback)(
|
|
873
878
|
throttle((event) => {
|
|
874
879
|
var _a;
|
|
875
880
|
return (_a = rest.onChange) == null ? void 0 : _a.call(rest, event);
|
|
876
881
|
}, throttleTime),
|
|
877
882
|
[]
|
|
878
883
|
);
|
|
879
|
-
const handleOnChange = (0,
|
|
884
|
+
const handleOnChange = (0, import_react15.useCallback)(
|
|
880
885
|
(event) => {
|
|
881
886
|
var _a;
|
|
882
887
|
if (throttleTime) throttleFn(event);
|
|
@@ -890,9 +895,9 @@ var CheckboxComponent = (0, import_react13.forwardRef)(
|
|
|
890
895
|
if (state.isIndeterminate) return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(Icon.MinusLine, { size: 3, color: "inherit" });
|
|
891
896
|
return void 0;
|
|
892
897
|
};
|
|
893
|
-
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
894
|
-
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
895
|
-
|
|
898
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(import_react14.Box, { children: [
|
|
899
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react14.Box, { display: "flex", ...boxProps, children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
900
|
+
import_react14.Checkbox,
|
|
896
901
|
{
|
|
897
902
|
"data-test-id": "Ok3zwJNf_-uY5Pe3mSV4P",
|
|
898
903
|
variant,
|
|
@@ -903,10 +908,10 @@ var CheckboxComponent = (0, import_react13.forwardRef)(
|
|
|
903
908
|
isDisabled,
|
|
904
909
|
color: "white",
|
|
905
910
|
icon: renderIcon2(),
|
|
906
|
-
children: children && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
911
|
+
children: children && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react14.Text, { as: "span", display: "block", textStyle: "text.sm", color: isDisabled ? "black.medium" : "black.high", children })
|
|
907
912
|
}
|
|
908
913
|
) }),
|
|
909
|
-
(isError && errorText || helpText) && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
914
|
+
(isError && errorText || helpText) && /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react14.Box, { mt: "1", ml: "6", children: isError ? /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react14.Text, { as: "span", display: "block", textStyle: "text.xs", color: "danger.500", children: errorText }) : /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react14.Text, { as: "span", display: "block", textStyle: "text.xs", color: "black.medium", children: helpText }) })
|
|
910
915
|
] });
|
|
911
916
|
}
|
|
912
917
|
);
|
|
@@ -920,10 +925,10 @@ CheckboxComponent.defaultProps = {
|
|
|
920
925
|
var checkbox_default = CheckboxComponent;
|
|
921
926
|
|
|
922
927
|
// src/components/checkbox/components/checkbox-group.tsx
|
|
923
|
-
var
|
|
928
|
+
var import_react17 = require("@chakra-ui/react");
|
|
924
929
|
|
|
925
930
|
// src/components/field/components/field.tsx
|
|
926
|
-
var
|
|
931
|
+
var import_react16 = require("@chakra-ui/react");
|
|
927
932
|
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
928
933
|
var Field = (props) => {
|
|
929
934
|
const {
|
|
@@ -950,15 +955,15 @@ var Field = (props) => {
|
|
|
950
955
|
};
|
|
951
956
|
const helperColor = getHelperColor();
|
|
952
957
|
const justifyHelper = getJustifyContentHelper();
|
|
953
|
-
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
954
|
-
label && (typeof label === "string" ? /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
955
|
-
isRequired && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
958
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_react16.FormControl, { isInvalid: isError, id: id2, ...boxProps, children: [
|
|
959
|
+
label && (typeof label === "string" ? /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_react16.FormLabel, { mb: 1, fontSize: "text.sm", requiredIndicator: void 0, children: [
|
|
960
|
+
isRequired && /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react16.Box, { as: "span", color: "danger.500", ml: 0, mr: 1, children: "*" }),
|
|
956
961
|
label
|
|
957
962
|
] }) : label),
|
|
958
963
|
children,
|
|
959
|
-
(isError && errorMessage || leftHelperText || rightHelperText) && /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
960
|
-
!isError ? leftHelperText && (typeof leftHelperText === "string" ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
961
|
-
rightHelperText && (typeof rightHelperText === "string" ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
964
|
+
(isError && errorMessage || leftHelperText || rightHelperText) && /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(import_react16.Box, { display: "flex", width: "full", justifyContent: justifyHelper, children: [
|
|
965
|
+
!isError ? leftHelperText && (typeof leftHelperText === "string" ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react16.FormHelperText, { fontSize: "text.xs", color: helperColor, mt: 1, children: leftHelperText }) : leftHelperText) : typeof errorMessage === "string" ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react16.FormErrorMessage, { fontSize: "text.xs", color: "danger.500", mt: 1, children: errorMessage }) : errorMessage,
|
|
966
|
+
rightHelperText && (typeof rightHelperText === "string" ? /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(import_react16.FormHelperText, { fontSize: "text.xs", color: helperColor, mt: 1, children: rightHelperText }) : rightHelperText)
|
|
962
967
|
] })
|
|
963
968
|
] });
|
|
964
969
|
};
|
|
@@ -978,7 +983,7 @@ var field_default = Field;
|
|
|
978
983
|
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
979
984
|
function CheckboxGroupComponent(props) {
|
|
980
985
|
const { children, label, helpText, isError, errorMessage, ...rest } = props;
|
|
981
|
-
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(field_default, { ...rest, label, leftHelperText: helpText, isError, errorMessage, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
986
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(field_default, { ...rest, label, leftHelperText: helpText, isError, errorMessage, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react17.Box, { mt: "2", mb: "1", children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react17.CheckboxGroup, { ...rest, children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_react17.Stack, { spacing: [1, "16px"], direction: ["column", "row"], children }) }) }) });
|
|
982
987
|
}
|
|
983
988
|
CheckboxGroupComponent.defaultProps = {
|
|
984
989
|
helpText: "",
|
|
@@ -988,10 +993,10 @@ CheckboxGroupComponent.defaultProps = {
|
|
|
988
993
|
var checkbox_group_default = CheckboxGroupComponent;
|
|
989
994
|
|
|
990
995
|
// src/components/checkbox/index.ts
|
|
991
|
-
var
|
|
996
|
+
var import_react18 = require("@chakra-ui/react");
|
|
992
997
|
|
|
993
998
|
// src/components/chips/components/chips.tsx
|
|
994
|
-
var
|
|
999
|
+
var import_react19 = require("@chakra-ui/react");
|
|
995
1000
|
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
996
1001
|
var Chips = ({ label, size: size2, onClick, ...rest }) => {
|
|
997
1002
|
const { isActive, isDisabled, onClose } = rest;
|
|
@@ -1003,7 +1008,7 @@ var Chips = ({ label, size: size2, onClick, ...rest }) => {
|
|
|
1003
1008
|
}
|
|
1004
1009
|
};
|
|
1005
1010
|
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
1006
|
-
|
|
1011
|
+
import_react19.Tag,
|
|
1007
1012
|
{
|
|
1008
1013
|
"data-test-id": "",
|
|
1009
1014
|
onClick,
|
|
@@ -1011,8 +1016,8 @@ var Chips = ({ label, size: size2, onClick, ...rest }) => {
|
|
|
1011
1016
|
borderRadius: "full",
|
|
1012
1017
|
variant: isActive ? "solid" : variant,
|
|
1013
1018
|
children: [
|
|
1014
|
-
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1015
|
-
onClose && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
1019
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react19.TagLabel, { children: label }),
|
|
1020
|
+
onClose && /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react19.TagCloseButton, { "data-test-id": "", onClick: handleClose })
|
|
1016
1021
|
]
|
|
1017
1022
|
},
|
|
1018
1023
|
size2
|
|
@@ -1028,19 +1033,19 @@ Chips.defaultProps = {
|
|
|
1028
1033
|
var chips_default = Chips;
|
|
1029
1034
|
|
|
1030
1035
|
// src/components/counter/components/counter.tsx
|
|
1031
|
-
var
|
|
1032
|
-
var
|
|
1036
|
+
var import_react28 = require("@chakra-ui/react");
|
|
1037
|
+
var import_react29 = require("react");
|
|
1033
1038
|
var import_fi = require("react-icons/fi");
|
|
1034
1039
|
|
|
1035
1040
|
// src/components/form/components/input-addon.tsx
|
|
1036
|
-
var
|
|
1041
|
+
var import_react20 = require("@chakra-ui/react");
|
|
1037
1042
|
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
1038
1043
|
var InputAddonLeft = ({ children, ...props }) => {
|
|
1039
|
-
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1044
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_react20.InputLeftAddon, { backgroundColor: "neutral.200", px: 3, py: 2.5, style: { border: 0, marginInlineEnd: 0 }, ...props, children });
|
|
1040
1045
|
};
|
|
1041
1046
|
var InputAddonRight = ({ children, ...props }) => {
|
|
1042
1047
|
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
1043
|
-
|
|
1048
|
+
import_react20.InputRightAddon,
|
|
1044
1049
|
{
|
|
1045
1050
|
backgroundColor: "neutral.200",
|
|
1046
1051
|
px: 3,
|
|
@@ -1053,15 +1058,15 @@ var InputAddonRight = ({ children, ...props }) => {
|
|
|
1053
1058
|
};
|
|
1054
1059
|
|
|
1055
1060
|
// src/components/form/components/input-element.tsx
|
|
1056
|
-
var import_react20 = require("@chakra-ui/react");
|
|
1057
1061
|
var import_react21 = require("@chakra-ui/react");
|
|
1062
|
+
var import_react22 = require("@chakra-ui/react");
|
|
1058
1063
|
|
|
1059
1064
|
// src/components/form/components/input-field.tsx
|
|
1060
|
-
var
|
|
1065
|
+
var import_react23 = require("@chakra-ui/react");
|
|
1061
1066
|
var import_internal_icon5 = require("@ctlyst.id/internal-icon");
|
|
1062
|
-
var
|
|
1067
|
+
var import_react24 = __toESM(require("react"));
|
|
1063
1068
|
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
1064
|
-
var InputField =
|
|
1069
|
+
var InputField = import_react24.default.forwardRef((props, ref) => {
|
|
1065
1070
|
const {
|
|
1066
1071
|
value,
|
|
1067
1072
|
type,
|
|
@@ -1094,17 +1099,17 @@ var InputField = import_react23.default.forwardRef((props, ref) => {
|
|
|
1094
1099
|
focusColor: focusColor2
|
|
1095
1100
|
};
|
|
1096
1101
|
};
|
|
1097
|
-
const [isShowPassword, setIsShowPassword] = (0,
|
|
1098
|
-
const inputType = (0,
|
|
1102
|
+
const [isShowPassword, setIsShowPassword] = (0, import_react24.useState)(false);
|
|
1103
|
+
const inputType = (0, import_react24.useMemo)(() => {
|
|
1099
1104
|
return type === "password" && isShowPassword ? "text" : type;
|
|
1100
1105
|
}, [isShowPassword, type]);
|
|
1101
|
-
const fontSize = (0,
|
|
1106
|
+
const fontSize = (0, import_react24.useMemo)(() => {
|
|
1102
1107
|
if (type === "password") {
|
|
1103
1108
|
if (!isShowPassword && value) return "text.xl";
|
|
1104
1109
|
}
|
|
1105
1110
|
return "text.sm";
|
|
1106
1111
|
}, [isShowPassword, type, value]);
|
|
1107
|
-
const iconColor = (0,
|
|
1112
|
+
const iconColor = (0, import_react24.useMemo)(() => {
|
|
1108
1113
|
return isDisabled ? "black.low" : "black.medium";
|
|
1109
1114
|
}, [isDisabled]);
|
|
1110
1115
|
const { outlineColor, focusColor } = getProperties();
|
|
@@ -1120,7 +1125,7 @@ var InputField = import_react23.default.forwardRef((props, ref) => {
|
|
|
1120
1125
|
rightHelperText,
|
|
1121
1126
|
isRequired,
|
|
1122
1127
|
children: /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1123
|
-
|
|
1128
|
+
import_react23.Box,
|
|
1124
1129
|
{
|
|
1125
1130
|
transition: "all 0.15s",
|
|
1126
1131
|
boxShadow: "none",
|
|
@@ -1131,7 +1136,7 @@ var InputField = import_react23.default.forwardRef((props, ref) => {
|
|
|
1131
1136
|
borderColor: focusColor
|
|
1132
1137
|
},
|
|
1133
1138
|
children: /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
1134
|
-
|
|
1139
|
+
import_react23.InputGroup,
|
|
1135
1140
|
{
|
|
1136
1141
|
size: size2,
|
|
1137
1142
|
borderRadius: "sm",
|
|
@@ -1140,7 +1145,7 @@ var InputField = import_react23.default.forwardRef((props, ref) => {
|
|
|
1140
1145
|
children: [
|
|
1141
1146
|
addOnLeft,
|
|
1142
1147
|
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1143
|
-
|
|
1148
|
+
import_react23.Input,
|
|
1144
1149
|
{
|
|
1145
1150
|
ref,
|
|
1146
1151
|
type: inputType,
|
|
@@ -1153,7 +1158,7 @@ var InputField = import_react23.default.forwardRef((props, ref) => {
|
|
|
1153
1158
|
}
|
|
1154
1159
|
),
|
|
1155
1160
|
(withClear || isLoading || type === "password") && /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
1156
|
-
|
|
1161
|
+
import_react23.Box,
|
|
1157
1162
|
{
|
|
1158
1163
|
"data-test-id": "CT_Component_ClearInput",
|
|
1159
1164
|
display: "flex",
|
|
@@ -1163,7 +1168,7 @@ var InputField = import_react23.default.forwardRef((props, ref) => {
|
|
|
1163
1168
|
mr: "10px",
|
|
1164
1169
|
children: [
|
|
1165
1170
|
withClear && !isLoading && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1166
|
-
|
|
1171
|
+
import_react23.Box,
|
|
1167
1172
|
{
|
|
1168
1173
|
display: "flex",
|
|
1169
1174
|
justifyContent: "center",
|
|
@@ -1173,7 +1178,7 @@ var InputField = import_react23.default.forwardRef((props, ref) => {
|
|
|
1173
1178
|
}
|
|
1174
1179
|
),
|
|
1175
1180
|
type === "password" && !isShowPassword && !isLoading && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1176
|
-
|
|
1181
|
+
import_react23.Box,
|
|
1177
1182
|
{
|
|
1178
1183
|
"data-test-id": "q2Bj2G4FlamXyHuRKMZ1Q",
|
|
1179
1184
|
onClick: () => {
|
|
@@ -1186,7 +1191,7 @@ var InputField = import_react23.default.forwardRef((props, ref) => {
|
|
|
1186
1191
|
}
|
|
1187
1192
|
),
|
|
1188
1193
|
type === "password" && isShowPassword && !isLoading && /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
1189
|
-
|
|
1194
|
+
import_react23.Box,
|
|
1190
1195
|
{
|
|
1191
1196
|
"data-test-id": "sfc2388bmeXBmdla45Ibk",
|
|
1192
1197
|
onClick: () => {
|
|
@@ -1222,14 +1227,14 @@ InputField.defaultProps = {
|
|
|
1222
1227
|
var input_field_default = InputField;
|
|
1223
1228
|
|
|
1224
1229
|
// src/components/form/components/textarea.tsx
|
|
1225
|
-
var
|
|
1226
|
-
var
|
|
1230
|
+
var import_react25 = require("@chakra-ui/react");
|
|
1231
|
+
var import_react26 = __toESM(require("react"));
|
|
1227
1232
|
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
1228
|
-
var TextareaField =
|
|
1233
|
+
var TextareaField = import_react26.default.forwardRef((props, ref) => {
|
|
1229
1234
|
const { value, isLoading, ...inputProps } = props;
|
|
1230
|
-
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(field_default, { ...inputProps, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(
|
|
1231
|
-
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1232
|
-
isLoading && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
1235
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(field_default, { ...inputProps, children: /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_react25.Box, { position: "relative", children: [
|
|
1236
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react25.Textarea, { ref, value, ...inputProps }),
|
|
1237
|
+
isLoading && /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(import_react25.Box, { zIndex: 999, top: 2, right: 2, position: "absolute", children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(loader_default, { size: "sm" }) })
|
|
1233
1238
|
] }) });
|
|
1234
1239
|
});
|
|
1235
1240
|
TextareaField.defaultProps = {
|
|
@@ -1238,7 +1243,7 @@ TextareaField.defaultProps = {
|
|
|
1238
1243
|
var textarea_default = TextareaField;
|
|
1239
1244
|
|
|
1240
1245
|
// src/components/form/index.ts
|
|
1241
|
-
var
|
|
1246
|
+
var import_react27 = require("@chakra-ui/react");
|
|
1242
1247
|
|
|
1243
1248
|
// src/components/counter/components/counter.tsx
|
|
1244
1249
|
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
@@ -1260,7 +1265,7 @@ var Counter = ({
|
|
|
1260
1265
|
const increment = () => {
|
|
1261
1266
|
onChange(value + 1);
|
|
1262
1267
|
};
|
|
1263
|
-
const handleChangeInput = (0,
|
|
1268
|
+
const handleChangeInput = (0, import_react29.useCallback)(
|
|
1264
1269
|
(e) => {
|
|
1265
1270
|
const inputValue = e.target.value;
|
|
1266
1271
|
const cleanedInputValue = inputValue.replace(/^0+/, "") || "0";
|
|
@@ -1271,10 +1276,10 @@ var Counter = ({
|
|
|
1271
1276
|
},
|
|
1272
1277
|
[onChange, max, min]
|
|
1273
1278
|
);
|
|
1274
|
-
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
|
|
1275
|
-
/* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
|
|
1279
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_react28.Box, { children: [
|
|
1280
|
+
/* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_react28.HStack, { gap: "1", children: [
|
|
1276
1281
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1277
|
-
|
|
1282
|
+
import_react28.IconButton,
|
|
1278
1283
|
{
|
|
1279
1284
|
"aria-label": "minus",
|
|
1280
1285
|
"data-test-id": "CT_Component_Counter_decrement",
|
|
@@ -1304,7 +1309,7 @@ var Counter = ({
|
|
|
1304
1309
|
}
|
|
1305
1310
|
),
|
|
1306
1311
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1307
|
-
|
|
1312
|
+
import_react28.IconButton,
|
|
1308
1313
|
{
|
|
1309
1314
|
"aria-label": "plus",
|
|
1310
1315
|
"data-test-id": "CT_Component_Counter_decrement",
|
|
@@ -1315,21 +1320,21 @@ var Counter = ({
|
|
|
1315
1320
|
}
|
|
1316
1321
|
)
|
|
1317
1322
|
] }),
|
|
1318
|
-
!isError ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
1323
|
+
!isError ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react28.Text, { mt: 1, color: "black.medium", textStyle: "text.xs", children: helperText }) : /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react28.Text, { mt: 1, color: "danger.500", textStyle: "text.xs", children: error })
|
|
1319
1324
|
] });
|
|
1320
1325
|
};
|
|
1321
1326
|
var counter_default = Counter;
|
|
1322
1327
|
|
|
1323
1328
|
// src/components/data-table/components/data-table.tsx
|
|
1324
1329
|
var import_icons2 = require("@chakra-ui/icons");
|
|
1325
|
-
var
|
|
1326
|
-
var
|
|
1330
|
+
var import_react31 = require("@chakra-ui/react");
|
|
1331
|
+
var import_react32 = require("@emotion/react");
|
|
1327
1332
|
var import_react_table = require("@tanstack/react-table");
|
|
1328
|
-
var
|
|
1329
|
-
var
|
|
1333
|
+
var React6 = __toESM(require("react"));
|
|
1334
|
+
var import_react33 = require("react");
|
|
1330
1335
|
|
|
1331
1336
|
// src/hooks/use-drag-threshold/use-drag-or-click.ts
|
|
1332
|
-
var
|
|
1337
|
+
var import_react30 = require("react");
|
|
1333
1338
|
|
|
1334
1339
|
// src/hooks/use-drag-threshold/drag-threshold.ts
|
|
1335
1340
|
var DragThreshold = class {
|
|
@@ -1372,7 +1377,7 @@ var DragThreshold = class {
|
|
|
1372
1377
|
|
|
1373
1378
|
// src/hooks/use-drag-threshold/use-drag-or-click.ts
|
|
1374
1379
|
var useDragOrClick = () => {
|
|
1375
|
-
const clickOrDragged = (0,
|
|
1380
|
+
const clickOrDragged = (0, import_react30.useRef)(new DragThreshold());
|
|
1376
1381
|
const getDragOrClickProps = ({
|
|
1377
1382
|
onClick,
|
|
1378
1383
|
onMouseDown,
|
|
@@ -1466,7 +1471,7 @@ var getCommonPinningStyles = (column, paddingRowX) => {
|
|
|
1466
1471
|
} : {}
|
|
1467
1472
|
};
|
|
1468
1473
|
};
|
|
1469
|
-
var fadeIn =
|
|
1474
|
+
var fadeIn = import_react31.keyframes`
|
|
1470
1475
|
from { opacity: 0; }
|
|
1471
1476
|
to { opacity: 1; }
|
|
1472
1477
|
`;
|
|
@@ -1484,22 +1489,22 @@ var useDataTable = ({
|
|
|
1484
1489
|
onRowSelectionChange,
|
|
1485
1490
|
columnPinning
|
|
1486
1491
|
}) => {
|
|
1487
|
-
const [isFirstLoad, setIsFirstLoad] =
|
|
1488
|
-
const [sorting, setSorting] =
|
|
1489
|
-
const dataColumns =
|
|
1490
|
-
const action =
|
|
1491
|
-
const throttleRowClick = (0,
|
|
1492
|
+
const [isFirstLoad, setIsFirstLoad] = React6.useState(true);
|
|
1493
|
+
const [sorting, setSorting] = React6.useState(sortingState != null ? sortingState : []);
|
|
1494
|
+
const dataColumns = React6.useMemo(() => columns, [columns]);
|
|
1495
|
+
const action = React6.useRef("");
|
|
1496
|
+
const throttleRowClick = (0, import_react33.useCallback)(
|
|
1492
1497
|
throttle((row) => {
|
|
1493
1498
|
row.toggleSelected();
|
|
1494
1499
|
}, 250),
|
|
1495
1500
|
[]
|
|
1496
1501
|
);
|
|
1497
|
-
const checkboxColumn =
|
|
1502
|
+
const checkboxColumn = React6.useMemo(
|
|
1498
1503
|
() => [
|
|
1499
1504
|
{
|
|
1500
1505
|
id: "select",
|
|
1501
1506
|
size: 32,
|
|
1502
|
-
header: ({ table: table2 }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1507
|
+
header: ({ table: table2 }) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Flex, { justifyContent: "center", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1503
1508
|
checkbox_default,
|
|
1504
1509
|
{
|
|
1505
1510
|
"data-test-id": "select-header-data-table",
|
|
@@ -1527,7 +1532,7 @@ var useDataTable = ({
|
|
|
1527
1532
|
}
|
|
1528
1533
|
) }),
|
|
1529
1534
|
cell: ({ row }) => {
|
|
1530
|
-
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1535
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Flex, { justifyContent: "center", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1531
1536
|
checkbox_default,
|
|
1532
1537
|
{
|
|
1533
1538
|
"data-test-id": `select-data-table-${row.index}`,
|
|
@@ -1569,22 +1574,22 @@ var useDataTable = ({
|
|
|
1569
1574
|
});
|
|
1570
1575
|
const { getSelectedRowModel, toggleAllRowsSelected } = table;
|
|
1571
1576
|
const { flatRows } = getSelectedRowModel();
|
|
1572
|
-
|
|
1577
|
+
React6.useEffect(() => {
|
|
1573
1578
|
const rowData = flatRows.map((row) => row.original);
|
|
1574
1579
|
if (onSelectedRow) {
|
|
1575
1580
|
onSelectedRow(rowData, action.current);
|
|
1576
1581
|
}
|
|
1577
1582
|
}, [flatRows]);
|
|
1578
|
-
|
|
1583
|
+
React6.useEffect(() => {
|
|
1579
1584
|
action.current = "newData";
|
|
1580
1585
|
table.setRowSelection(selectedRow != null ? selectedRow : {});
|
|
1581
1586
|
}, [selectedRow]);
|
|
1582
|
-
|
|
1587
|
+
React6.useEffect(() => {
|
|
1583
1588
|
if (onSort && !isFirstLoad) {
|
|
1584
1589
|
onSort(sorting);
|
|
1585
1590
|
}
|
|
1586
1591
|
}, [sorting]);
|
|
1587
|
-
|
|
1592
|
+
React6.useEffect(() => {
|
|
1588
1593
|
setIsFirstLoad(false);
|
|
1589
1594
|
}, []);
|
|
1590
1595
|
return {
|
|
@@ -1596,7 +1601,7 @@ var useDataTable = ({
|
|
|
1596
1601
|
selectedRow
|
|
1597
1602
|
};
|
|
1598
1603
|
};
|
|
1599
|
-
var DataTable =
|
|
1604
|
+
var DataTable = React6.forwardRef((props, ref) => {
|
|
1600
1605
|
var _a, _b, _c, _d, _e;
|
|
1601
1606
|
const {
|
|
1602
1607
|
isLoading,
|
|
@@ -1614,8 +1619,8 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1614
1619
|
} = props;
|
|
1615
1620
|
const { clickOrDragged, getDragOrClickProps } = useDragOrClick();
|
|
1616
1621
|
const { table, action, throttleRowClick, toggleAllRowsSelected, generateColumn, selectedRow } = useDataTable(props);
|
|
1617
|
-
const refTable =
|
|
1618
|
-
|
|
1622
|
+
const refTable = React6.useRef(null);
|
|
1623
|
+
React6.useImperativeHandle(ref, () => ({
|
|
1619
1624
|
toggleAllRowsSelected
|
|
1620
1625
|
}));
|
|
1621
1626
|
const tableResizeHandler = () => {
|
|
@@ -1635,7 +1640,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1635
1640
|
};
|
|
1636
1641
|
};
|
|
1637
1642
|
let lastPinnedColumn = 0;
|
|
1638
|
-
|
|
1643
|
+
React6.useEffect(() => {
|
|
1639
1644
|
var _a2;
|
|
1640
1645
|
(_a2 = refTable.current) == null ? void 0 : _a2.addEventListener("scroll", (s) => {
|
|
1641
1646
|
var _a3, _b2, _c2, _d2;
|
|
@@ -1670,7 +1675,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1670
1675
|
return { width: `${header.getSize()}px` };
|
|
1671
1676
|
};
|
|
1672
1677
|
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1673
|
-
|
|
1678
|
+
import_react31.Box,
|
|
1674
1679
|
{
|
|
1675
1680
|
overflowX: "auto",
|
|
1676
1681
|
overflowY: "hidden",
|
|
@@ -1680,9 +1685,9 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1680
1685
|
ref: refTable,
|
|
1681
1686
|
...((_e = columnPinning == null ? void 0 : columnPinning.right) == null ? void 0 : _e.length) && hasScroll ? { "data-pin-right": true } : {},
|
|
1682
1687
|
...container,
|
|
1683
|
-
children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
1684
|
-
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1685
|
-
|
|
1688
|
+
children: isLoading ? /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_react31.Table, { ...styles == null ? void 0 : styles.table, "data-loading": "true", children: [
|
|
1689
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Thead, { ...(styles == null ? void 0 : styles.tableHead, headerSticky ? { position: "sticky", top: 0, bg: "white", zIndex: 1 } : {}), children: table.getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Tr, { ...styles == null ? void 0 : styles.tableRow, children: headerGroup.headers.map((header, index) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1690
|
+
import_react31.Th,
|
|
1686
1691
|
{
|
|
1687
1692
|
colSpan: header.colSpan,
|
|
1688
1693
|
_first: { paddingLeft: `${paddingRowX + 8}px` },
|
|
@@ -1690,35 +1695,35 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1690
1695
|
sx: getCommonPinningStyles(header.column, paddingRowX),
|
|
1691
1696
|
...styles == null ? void 0 : styles.tableColumnHeader,
|
|
1692
1697
|
...getTableHeaderSize(header, index, headerGroup.headers.length),
|
|
1693
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1698
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Flex, { "data-test-id": "CT_component_data-table_loader", align: "center", gap: 2, children: (0, import_react_table.flexRender)(header.column.columnDef.header, header.getContext()) })
|
|
1694
1699
|
},
|
|
1695
1700
|
header.id
|
|
1696
1701
|
)) }, headerGroup.id)) }),
|
|
1697
|
-
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1698
|
-
|
|
1702
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Tbody, { ...styles == null ? void 0 : styles.tableBody, children: [...Array(5)].map((num) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Tr, { mx: "2", ...styles == null ? void 0 : styles.tableRow, children: table.getAllLeafColumns().map((column) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1703
|
+
import_react31.Td,
|
|
1699
1704
|
{
|
|
1700
1705
|
width: "100%",
|
|
1701
1706
|
_first: { paddingLeft: `${paddingRowX + 8}px` },
|
|
1702
1707
|
_last: { paddingRight: `${paddingRowX + 8}px` },
|
|
1703
1708
|
sx: getCommonPinningStyles(column, paddingRowX),
|
|
1704
1709
|
...styles == null ? void 0 : styles.tableCell,
|
|
1705
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1710
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Skeleton, { startColor: "neutral.100", endColor: "neutral.200", h: "20px", w: "70%" })
|
|
1706
1711
|
},
|
|
1707
1712
|
column.id
|
|
1708
1713
|
)) }, num)) })
|
|
1709
|
-
] }) : /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
1714
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_react31.Table, { ...styles == null ? void 0 : styles.table, children: [
|
|
1710
1715
|
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1711
|
-
|
|
1716
|
+
import_react31.Thead,
|
|
1712
1717
|
{
|
|
1713
1718
|
maxH: "50px",
|
|
1714
1719
|
...(styles == null ? void 0 : styles.tableHead, headerSticky ? { position: "sticky", top: 0, bg: "white", zIndex: 1 } : {}),
|
|
1715
|
-
children: table.getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1720
|
+
children: table.getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Tr, { bg: (0, import_react31.useColorModeValue)("initial", "ebony-clay.700"), ...styles == null ? void 0 : styles.tableRow, children: headerGroup.headers.map((header, index) => {
|
|
1716
1721
|
var _a2, _b2;
|
|
1717
1722
|
if (!!((_a2 = columnPinning == null ? void 0 : columnPinning.right) == null ? void 0 : _a2.length) && header.column.getIsFirstColumn("right")) {
|
|
1718
1723
|
lastPinnedColumn = header.column.getAfter("right");
|
|
1719
1724
|
}
|
|
1720
1725
|
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1721
|
-
|
|
1726
|
+
import_react31.Th,
|
|
1722
1727
|
{
|
|
1723
1728
|
colSpan: header.colSpan,
|
|
1724
1729
|
_first: { paddingLeft: `${paddingRowX + 8}px` },
|
|
@@ -1727,7 +1732,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1727
1732
|
...getTableHeaderSize(header, index, headerGroup.headers.length),
|
|
1728
1733
|
...styles == null ? void 0 : styles.tableColumnHeader,
|
|
1729
1734
|
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
1730
|
-
|
|
1735
|
+
import_react31.Flex,
|
|
1731
1736
|
{
|
|
1732
1737
|
backgroundColor: "white",
|
|
1733
1738
|
height: "100%",
|
|
@@ -1738,7 +1743,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1738
1743
|
children: [
|
|
1739
1744
|
(0, import_react_table.flexRender)(header.column.columnDef.header, header.getContext()),
|
|
1740
1745
|
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1741
|
-
|
|
1746
|
+
import_react31.Box,
|
|
1742
1747
|
{
|
|
1743
1748
|
as: "span",
|
|
1744
1749
|
cursor: header.column.getCanSort() ? "pointer" : "default",
|
|
@@ -1747,7 +1752,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1747
1752
|
children: (_b2 = header.column.getCanSort() && {
|
|
1748
1753
|
asc: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_icons2.ChevronUpIcon, { h: 4, w: 4, color: "neutral.500" }),
|
|
1749
1754
|
desc: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_icons2.ChevronDownIcon, { h: 4, w: 4, color: "neutral.500" })
|
|
1750
|
-
}[header.column.getIsSorted()]) != null ? _b2 : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1755
|
+
}[header.column.getIsSorted()]) != null ? _b2 : /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Box, { display: "flex", justifyContent: "center", alignItems: "center", boxSize: 4, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_icons2.UpDownIcon, { color: "neutral.500" }) })
|
|
1751
1756
|
}
|
|
1752
1757
|
)
|
|
1753
1758
|
]
|
|
@@ -1759,18 +1764,18 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1759
1764
|
}) }, headerGroup.id))
|
|
1760
1765
|
}
|
|
1761
1766
|
),
|
|
1762
|
-
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1767
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react31.Tbody, { ...styles == null ? void 0 : styles.tableBody, animation: `${fadeIn} 0.15s ease-out`, children: table.getRowModel().rows.map((row, index) => {
|
|
1763
1768
|
const isDisabledRow = disabledRow && disabledRow(row.original);
|
|
1764
1769
|
const isHighlightedRow = Object.keys(selectedRow != null ? selectedRow : {}).filter((key) => selectedRow == null ? void 0 : selectedRow[key]).includes(row.id) || highlightedRow && highlightedRow(row.original);
|
|
1765
1770
|
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1766
|
-
|
|
1771
|
+
import_react31.Tr,
|
|
1767
1772
|
{
|
|
1768
1773
|
"data-test-id": "-RU0hNYGRzeVM3HQ4cXHl",
|
|
1769
1774
|
...styles == null ? void 0 : styles.tableRow,
|
|
1770
1775
|
sx: { ...isHighlightedRow && getTableHighlightStyle(highlightRowColor) },
|
|
1771
1776
|
"aria-disabled": isDisabledRow,
|
|
1772
1777
|
"data-highlight": isHighlightedRow ? "true" : "false",
|
|
1773
|
-
css:
|
|
1778
|
+
css: import_react32.css`
|
|
1774
1779
|
&:last-child {
|
|
1775
1780
|
td {
|
|
1776
1781
|
border-bottom: none;
|
|
@@ -1804,7 +1809,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1804
1809
|
const meta = cell.column.columnDef.meta;
|
|
1805
1810
|
const isDisabled = isCellDisabled(row.original, cell.column.id);
|
|
1806
1811
|
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1807
|
-
|
|
1812
|
+
import_react31.Td,
|
|
1808
1813
|
{
|
|
1809
1814
|
"data-test-id": `CT_Component_TableCell_${cell.id}`,
|
|
1810
1815
|
fontSize: "text.sm",
|
|
@@ -1815,7 +1820,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1815
1820
|
},
|
|
1816
1821
|
...styles == null ? void 0 : styles.tableCell,
|
|
1817
1822
|
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1818
|
-
|
|
1823
|
+
import_react31.Flex,
|
|
1819
1824
|
{
|
|
1820
1825
|
tabIndex: 0,
|
|
1821
1826
|
height: "100%",
|
|
@@ -1825,7 +1830,7 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1825
1830
|
opacity: isDisabled ? 0.5 : 1,
|
|
1826
1831
|
sx: { ...meta && meta.columnStyles ? meta.columnStyles : {} },
|
|
1827
1832
|
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1828
|
-
|
|
1833
|
+
import_react31.Box,
|
|
1829
1834
|
{
|
|
1830
1835
|
onMouseUp: (e) => {
|
|
1831
1836
|
var _a2, _b2;
|
|
@@ -1868,9 +1873,9 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
|
1868
1873
|
var data_table_default = DataTable;
|
|
1869
1874
|
|
|
1870
1875
|
// src/components/data-table/hook/use-select-table.ts
|
|
1871
|
-
var
|
|
1876
|
+
var import_react34 = __toESM(require("react"));
|
|
1872
1877
|
var useSelectTable = (intialRowSelection) => {
|
|
1873
|
-
const [rowSelection, onRowSelectionChange] =
|
|
1878
|
+
const [rowSelection, onRowSelectionChange] = import_react34.default.useState(intialRowSelection != null ? intialRowSelection : {});
|
|
1874
1879
|
return {
|
|
1875
1880
|
rowSelection,
|
|
1876
1881
|
onRowSelectionChange
|
|
@@ -1878,10 +1883,10 @@ var useSelectTable = (intialRowSelection) => {
|
|
|
1878
1883
|
};
|
|
1879
1884
|
|
|
1880
1885
|
// src/components/datepicker/components/datepicker.tsx
|
|
1881
|
-
var
|
|
1886
|
+
var import_react38 = require("@chakra-ui/react");
|
|
1882
1887
|
var import_shared_utils8 = require("@chakra-ui/shared-utils");
|
|
1883
1888
|
var import_internal_icon6 = require("@ctlyst.id/internal-icon");
|
|
1884
|
-
var
|
|
1889
|
+
var import_react39 = require("@floating-ui/react");
|
|
1885
1890
|
var import_react_datepicker = __toESM(require("react-datepicker"));
|
|
1886
1891
|
|
|
1887
1892
|
// ../../node_modules/.pnpm/date-fns@3.6.0/node_modules/date-fns/locale/_lib/buildFormatLongFn.mjs
|
|
@@ -2418,11 +2423,11 @@ id.localize.month = buildLocalizeFn2({
|
|
|
2418
2423
|
});
|
|
2419
2424
|
|
|
2420
2425
|
// src/components/datepicker/components/styles.tsx
|
|
2421
|
-
var
|
|
2426
|
+
var import_react35 = require("@emotion/react");
|
|
2422
2427
|
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
2423
2428
|
var Styles = ({ showHeader }) => {
|
|
2424
2429
|
return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2425
|
-
|
|
2430
|
+
import_react35.Global,
|
|
2426
2431
|
{
|
|
2427
2432
|
styles: `
|
|
2428
2433
|
@charset "UTF-8";
|
|
@@ -3257,21 +3262,21 @@ var Styles = ({ showHeader }) => {
|
|
|
3257
3262
|
var styles_default = Styles;
|
|
3258
3263
|
|
|
3259
3264
|
// src/components/datepicker/components/time-input.tsx
|
|
3260
|
-
var
|
|
3261
|
-
var
|
|
3265
|
+
var import_react36 = require("@chakra-ui/react");
|
|
3266
|
+
var import_react37 = __toESM(require("react"));
|
|
3262
3267
|
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
3263
3268
|
var TimeInput = ({ value, onChange, label, rightAddon }) => {
|
|
3264
|
-
const [time, setTime] =
|
|
3269
|
+
const [time, setTime] = import_react37.default.useState(value || "00:00");
|
|
3265
3270
|
const handleChange = (e) => {
|
|
3266
3271
|
var _a, _b;
|
|
3267
3272
|
setTime(((_a = e.target) == null ? void 0 : _a.value) || "00:00");
|
|
3268
3273
|
if (onChange) onChange(((_b = e.target) == null ? void 0 : _b.value) || "00:00");
|
|
3269
3274
|
};
|
|
3270
|
-
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
3271
|
-
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
3272
|
-
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
3275
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_react36.Flex, { flexDir: "column", p: 4, pt: 0, children: [
|
|
3276
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react36.Text, { mb: 2, children: label }),
|
|
3277
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_react36.InputGroup, { alignItems: "center", borderColor: "neutral.400", children: [
|
|
3273
3278
|
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
3274
|
-
|
|
3279
|
+
import_react36.Input,
|
|
3275
3280
|
{
|
|
3276
3281
|
onChange: handleChange,
|
|
3277
3282
|
type: "time",
|
|
@@ -3286,7 +3291,7 @@ var TimeInput = ({ value, onChange, label, rightAddon }) => {
|
|
|
3286
3291
|
}
|
|
3287
3292
|
}
|
|
3288
3293
|
),
|
|
3289
|
-
rightAddon && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
3294
|
+
rightAddon && /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_react36.InputRightAddon, { children: rightAddon })
|
|
3290
3295
|
] })
|
|
3291
3296
|
] });
|
|
3292
3297
|
};
|
|
@@ -3342,7 +3347,7 @@ var Datepicker = ({
|
|
|
3342
3347
|
},
|
|
3343
3348
|
selected,
|
|
3344
3349
|
popperModifiers: [
|
|
3345
|
-
(0,
|
|
3350
|
+
(0, import_react39.offset)(4),
|
|
3346
3351
|
{
|
|
3347
3352
|
name: "placement",
|
|
3348
3353
|
fn: (state) => {
|
|
@@ -3362,10 +3367,10 @@ var Datepicker = ({
|
|
|
3362
3367
|
isError,
|
|
3363
3368
|
name,
|
|
3364
3369
|
sx: props.selectsRange ? { caretColor: "transparent" } : {},
|
|
3365
|
-
addOnRight: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
3370
|
+
addOnRight: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_react22.InputRightElement, { alignSelf: "center", bottom: 0, flexDir: "row-reverse", width: "auto", mr: 2, gap: 2, children: [
|
|
3366
3371
|
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_internal_icon6.Calendar, { size: 4, color: "neutral.400" }),
|
|
3367
3372
|
value && !props.disabled && props.isClearable && /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
3368
|
-
|
|
3373
|
+
import_react38.IconButton,
|
|
3369
3374
|
{
|
|
3370
3375
|
"data-test-id": "H0rseVCzGIaqoLho-EPbu",
|
|
3371
3376
|
display: "flex",
|
|
@@ -3399,9 +3404,9 @@ var Datepicker = ({
|
|
|
3399
3404
|
if (props.inline) {
|
|
3400
3405
|
return component;
|
|
3401
3406
|
}
|
|
3402
|
-
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
3407
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_react38.FormControl, { "data-test-id": "CT_Component_datepicker_wrapper", isInvalid: isError, children: [
|
|
3403
3408
|
component,
|
|
3404
|
-
!isError ? /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
3409
|
+
!isError ? /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react38.FormHelperText, { fontSize: "text.xs", mt: 1, children: helperText }) : /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react38.FormErrorMessage, { fontSize: "text.xs", mt: 1, children: error })
|
|
3405
3410
|
] });
|
|
3406
3411
|
};
|
|
3407
3412
|
Datepicker.defaultProps = {
|
|
@@ -3419,18 +3424,18 @@ Datepicker.defaultProps = {
|
|
|
3419
3424
|
var datepicker_default = Datepicker;
|
|
3420
3425
|
|
|
3421
3426
|
// src/components/datepicker/components/datepicker-month/datepicker-month.tsx
|
|
3422
|
-
var
|
|
3423
|
-
var
|
|
3424
|
-
var
|
|
3427
|
+
var import_react40 = require("@chakra-ui/react");
|
|
3428
|
+
var import_react41 = require("@emotion/react");
|
|
3429
|
+
var import_react42 = __toESM(require("react"));
|
|
3425
3430
|
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
3426
3431
|
var DatePickerMonth = ({ onChange, min, max, ...props }) => {
|
|
3427
|
-
const [date, setDate] =
|
|
3432
|
+
const [date, setDate] = import_react42.default.useState(null);
|
|
3428
3433
|
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
3429
|
-
|
|
3434
|
+
import_react40.Box,
|
|
3430
3435
|
{
|
|
3431
3436
|
fontSize: "12px",
|
|
3432
3437
|
lineHeight: "18px",
|
|
3433
|
-
css:
|
|
3438
|
+
css: import_react41.css`
|
|
3434
3439
|
input[type='date']::-webkit-inner-spin-button,
|
|
3435
3440
|
input[type='date']::-webkit-calendar-picker-indicator {
|
|
3436
3441
|
display: none;
|
|
@@ -3441,7 +3446,7 @@ var DatePickerMonth = ({ onChange, min, max, ...props }) => {
|
|
|
3441
3446
|
}
|
|
3442
3447
|
`,
|
|
3443
3448
|
children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
3444
|
-
|
|
3449
|
+
import_react40.Input,
|
|
3445
3450
|
{
|
|
3446
3451
|
"data-test-id": props["data-test-id"],
|
|
3447
3452
|
type: "date",
|
|
@@ -3454,7 +3459,7 @@ var DatePickerMonth = ({ onChange, min, max, ...props }) => {
|
|
|
3454
3459
|
min,
|
|
3455
3460
|
max,
|
|
3456
3461
|
required: true,
|
|
3457
|
-
css:
|
|
3462
|
+
css: import_react41.css`
|
|
3458
3463
|
border: 1px solid transparent;
|
|
3459
3464
|
|
|
3460
3465
|
&:focus,
|
|
@@ -3478,11 +3483,11 @@ DatePickerMonth.defaultProps = {
|
|
|
3478
3483
|
var datepicker_month_default = DatePickerMonth;
|
|
3479
3484
|
|
|
3480
3485
|
// src/components/datepicker/components/datepicker-month/multi-datepicker-month.tsx
|
|
3481
|
-
var
|
|
3486
|
+
var import_react43 = require("@chakra-ui/react");
|
|
3482
3487
|
var import_styled = __toESM(require("@emotion/styled"));
|
|
3483
|
-
var
|
|
3488
|
+
var import_react44 = __toESM(require("react"));
|
|
3484
3489
|
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
3485
|
-
var MultiDateWrapper = (0, import_styled.default)(
|
|
3490
|
+
var MultiDateWrapper = (0, import_styled.default)(import_react43.Box)`
|
|
3486
3491
|
display: flex;
|
|
3487
3492
|
align-items: center;
|
|
3488
3493
|
width: fit-content;
|
|
@@ -3497,7 +3502,7 @@ var MultiDatePickerMonth = ({
|
|
|
3497
3502
|
min = "2020-01-01",
|
|
3498
3503
|
max = "2020-12-31"
|
|
3499
3504
|
}) => {
|
|
3500
|
-
const [date, setDate] =
|
|
3505
|
+
const [date, setDate] = import_react44.default.useState([null, null]);
|
|
3501
3506
|
return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(MultiDateWrapper, { isError, children: [
|
|
3502
3507
|
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
3503
3508
|
datepicker_month_default,
|
|
@@ -3511,7 +3516,7 @@ var MultiDatePickerMonth = ({
|
|
|
3511
3516
|
max
|
|
3512
3517
|
}
|
|
3513
3518
|
),
|
|
3514
|
-
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
3519
|
+
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_react43.Box, { children: "-" }),
|
|
3515
3520
|
/* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
|
|
3516
3521
|
datepicker_month_default,
|
|
3517
3522
|
{
|
|
@@ -3534,7 +3539,7 @@ MultiDatePickerMonth.defaultProps = {
|
|
|
3534
3539
|
var multi_datepicker_month_default = MultiDatePickerMonth;
|
|
3535
3540
|
|
|
3536
3541
|
// src/components/dialog/components/dialog.tsx
|
|
3537
|
-
var
|
|
3542
|
+
var import_react45 = require("@chakra-ui/react");
|
|
3538
3543
|
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
3539
3544
|
var Dialog = ({
|
|
3540
3545
|
title,
|
|
@@ -3545,12 +3550,12 @@ var Dialog = ({
|
|
|
3545
3550
|
isOverlayClickable,
|
|
3546
3551
|
...props
|
|
3547
3552
|
}) => {
|
|
3548
|
-
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
3549
|
-
isModalOverlay && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
3550
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(
|
|
3551
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
3552
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
3553
|
-
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
|
|
3553
|
+
return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_react45.Modal, { ...props, children: [
|
|
3554
|
+
isModalOverlay && /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_react45.ModalOverlay, { pointerEvents: isOverlayClickable ? "auto" : "none" }),
|
|
3555
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_react45.ModalContent, { bgColor: "neutral.50", fontFamily: "Poppins", width, minW: "400px", children: [
|
|
3556
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_react45.ModalHeader, { bgColor: "neutral.200", py: 2, px: 4, borderTopRadius: "sm", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_react45.Text, { textStyle: "text.lg", fontWeight: "normal", children: title }) }),
|
|
3557
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_react45.ModalBody, { p: 4, textStyle: "text.md", children: content }),
|
|
3558
|
+
/* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_react45.ModalFooter, { bgColor: "neutral.200", p: 4, borderBottomRadius: "sm", children: footer })
|
|
3554
3559
|
] })
|
|
3555
3560
|
] });
|
|
3556
3561
|
};
|
|
@@ -3565,7 +3570,7 @@ var dialog_default = Dialog;
|
|
|
3565
3570
|
var Icon2 = __toESM(require("@ctlyst.id/internal-icon"));
|
|
3566
3571
|
|
|
3567
3572
|
// src/components/empty-state/components/layout.tsx
|
|
3568
|
-
var
|
|
3573
|
+
var import_react46 = require("@chakra-ui/react");
|
|
3569
3574
|
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
3570
3575
|
var EmptyState = (props) => {
|
|
3571
3576
|
const { icon, title, description, buttonText, onClick } = props;
|
|
@@ -3574,13 +3579,13 @@ var EmptyState = (props) => {
|
|
|
3574
3579
|
onClick();
|
|
3575
3580
|
}
|
|
3576
3581
|
};
|
|
3577
|
-
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
3582
|
+
return /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react46.Flex, { align: "center", justify: "center", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_react46.VStack, { textAlign: "center", children: [
|
|
3578
3583
|
icon,
|
|
3579
|
-
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
|
|
3580
|
-
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
3581
|
-
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
3584
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_react46.VStack, { spacing: 2, textAlign: "center", mt: 3, children: [
|
|
3585
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react46.Text, { textStyle: "text.lg", fontWeight: "bold", children: title }),
|
|
3586
|
+
/* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react46.Text, { textStyle: "text.md", color: "black.medium", whiteSpace: "pre-wrap", children: description })
|
|
3582
3587
|
] }),
|
|
3583
|
-
buttonText && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
|
|
3588
|
+
buttonText && /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react46.Box, { mt: 3, children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react46.Button, { size: "lg", "data-test-id": "CT_component-action-button", onClick: handleClick, children: buttonText }) })
|
|
3584
3589
|
] }) });
|
|
3585
3590
|
};
|
|
3586
3591
|
var layout_default = EmptyState;
|
|
@@ -3657,28 +3662,28 @@ EmptyState2.NotAuthorize = EmptyStateNotAuthorize;
|
|
|
3657
3662
|
var empty_state_default = EmptyState2;
|
|
3658
3663
|
|
|
3659
3664
|
// src/components/header/components/header.tsx
|
|
3660
|
-
var
|
|
3665
|
+
var import_react53 = require("@chakra-ui/react");
|
|
3661
3666
|
|
|
3662
3667
|
// src/components/header/components/logo.tsx
|
|
3663
|
-
var
|
|
3668
|
+
var import_react47 = require("@chakra-ui/react");
|
|
3664
3669
|
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
3665
3670
|
var Logo = ({ url, imageUrl, height }) => {
|
|
3666
3671
|
if (url)
|
|
3667
|
-
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
3668
|
-
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
3672
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react47.Box, { as: "a", href: url, cursor: "pointer", target: "_self", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react47.Image, { w: "initial", h: height != null ? height : 9, maxH: height != null ? height : 9, src: imageUrl, alt: imageUrl, objectFit: "contain" }) });
|
|
3673
|
+
return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react47.Image, { w: "initial", h: height != null ? height : 9, maxH: height != null ? height : 9, src: imageUrl, alt: imageUrl, objectFit: "contain" });
|
|
3669
3674
|
};
|
|
3670
3675
|
var XMSLogo = () => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
3671
|
-
|
|
3676
|
+
import_react47.Image,
|
|
3672
3677
|
{
|
|
3673
3678
|
height: 8,
|
|
3674
|
-
src: (0,
|
|
3679
|
+
src: (0, import_react47.useColorModeValue)("https://assets.voila.id/xms/logo-xms.jpg", "https://assets.voila.id/xms/logo-xms-dark.png")
|
|
3675
3680
|
}
|
|
3676
3681
|
);
|
|
3677
3682
|
var VoilaLogo = () => /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
|
|
3678
|
-
|
|
3683
|
+
import_react47.Image,
|
|
3679
3684
|
{
|
|
3680
3685
|
src: "https://assets.voila.id/xms/logo-voila-black.png?v=1",
|
|
3681
|
-
filter: (0,
|
|
3686
|
+
filter: (0, import_react47.useColorModeValue)("none", "invert(1)"),
|
|
3682
3687
|
maxW: 24
|
|
3683
3688
|
}
|
|
3684
3689
|
);
|
|
@@ -3688,16 +3693,16 @@ Logo.defaultProps = {
|
|
|
3688
3693
|
};
|
|
3689
3694
|
|
|
3690
3695
|
// src/components/header/components/profile.tsx
|
|
3691
|
-
var
|
|
3696
|
+
var import_react50 = require("@chakra-ui/react");
|
|
3692
3697
|
var import_fi2 = require("react-icons/fi");
|
|
3693
3698
|
|
|
3694
3699
|
// src/components/nav-item/components/nav-item.tsx
|
|
3695
|
-
var
|
|
3700
|
+
var import_react48 = require("@chakra-ui/react");
|
|
3696
3701
|
var import_shared_utils9 = require("@chakra-ui/shared-utils");
|
|
3697
3702
|
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
3698
3703
|
var NavItem = ({ children, isActive, isChild, isDisabled, _hover, ...props }) => {
|
|
3699
3704
|
return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
|
|
3700
|
-
|
|
3705
|
+
import_react48.Link,
|
|
3701
3706
|
{
|
|
3702
3707
|
"data-test-id": props["data-test-id"],
|
|
3703
3708
|
opacity: isDisabled ? "0.3" : "initial",
|
|
@@ -3739,7 +3744,7 @@ NavItem.defaultProps = {
|
|
|
3739
3744
|
};
|
|
3740
3745
|
|
|
3741
3746
|
// src/components/tooltip/components/tooltip.tsx
|
|
3742
|
-
var
|
|
3747
|
+
var import_react49 = require("@chakra-ui/react");
|
|
3743
3748
|
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
3744
3749
|
var Tooltip = (props) => {
|
|
3745
3750
|
const {
|
|
@@ -3752,7 +3757,7 @@ var Tooltip = (props) => {
|
|
|
3752
3757
|
fontWeight = "400"
|
|
3753
3758
|
} = props;
|
|
3754
3759
|
const content = ({ onClose }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(
|
|
3755
|
-
|
|
3760
|
+
import_react49.PopoverContent,
|
|
3756
3761
|
{
|
|
3757
3762
|
"data-test-id": "",
|
|
3758
3763
|
border: "none",
|
|
@@ -3766,15 +3771,15 @@ var Tooltip = (props) => {
|
|
|
3766
3771
|
onClose();
|
|
3767
3772
|
},
|
|
3768
3773
|
children: [
|
|
3769
|
-
props.hasArrow && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
3770
|
-
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
3774
|
+
props.hasArrow && /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react49.PopoverArrow, { color, bg, shadow: "none" }),
|
|
3775
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react49.PopoverBody, { color, ...props, fontWeight, children: props.label })
|
|
3771
3776
|
]
|
|
3772
3777
|
}
|
|
3773
3778
|
);
|
|
3774
|
-
return props.isInteractive === true ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
3775
|
-
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
3776
|
-
props.portal ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
3777
|
-
] }) }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
3779
|
+
return props.isInteractive === true ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react49.Popover, { trigger: "hover", placement: props.placement, ...props.popoverProps, children: ({ onClose }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_jsx_runtime35.Fragment, { children: [
|
|
3780
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react49.PopoverTrigger, { children }),
|
|
3781
|
+
props.portal ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react49.Portal, { children: content({ onClose }) }) : content({ onClose })
|
|
3782
|
+
] }) }) : /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_react49.Tooltip, { ...props, children });
|
|
3778
3783
|
};
|
|
3779
3784
|
|
|
3780
3785
|
// src/components/header/components/profile.tsx
|
|
@@ -3790,10 +3795,10 @@ var Profile = ({
|
|
|
3790
3795
|
...props
|
|
3791
3796
|
}) => {
|
|
3792
3797
|
var _a, _b;
|
|
3793
|
-
const { isOpen, onToggle, onClose } = (0,
|
|
3794
|
-
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
3798
|
+
const { isOpen, onToggle, onClose } = (0, import_react50.useDisclosure)();
|
|
3799
|
+
return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react50.Popover, { placement: "bottom-end", isOpen, onClose, children: [
|
|
3795
3800
|
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3796
|
-
|
|
3801
|
+
import_react50.Box,
|
|
3797
3802
|
{
|
|
3798
3803
|
"data-test-id": "CTA_Navbar_Profile_wrapper",
|
|
3799
3804
|
as: "button",
|
|
@@ -3809,14 +3814,14 @@ var Profile = ({
|
|
|
3809
3814
|
onClick: onToggle,
|
|
3810
3815
|
color,
|
|
3811
3816
|
...props,
|
|
3812
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
3813
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
3814
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3815
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
3817
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react50.HStack, { children: [
|
|
3818
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react50.VStack, { alignItems: "flex-end", spacing: "0", ml: "2", color, children: [
|
|
3819
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Text, { textStyle: "text.xs", mb: "1", children: data == null ? void 0 : data.email }),
|
|
3820
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react50.Flex, { alignItems: "center", children: [
|
|
3816
3821
|
(data == null ? void 0 : data.userRole) && /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_jsx_runtime36.Fragment, { children: [
|
|
3817
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3822
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Text, { textStyle: "text.xs", children: (data == null ? void 0 : data.userRole) || "user" }),
|
|
3818
3823
|
!!((_a = data.office) == null ? void 0 : _a.length) && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3819
|
-
|
|
3824
|
+
import_react50.Box,
|
|
3820
3825
|
{
|
|
3821
3826
|
className: "catalyst_header-profile-divider",
|
|
3822
3827
|
h: "3",
|
|
@@ -3826,17 +3831,17 @@ var Profile = ({
|
|
|
3826
3831
|
}
|
|
3827
3832
|
)
|
|
3828
3833
|
] }),
|
|
3829
|
-
typeof (data == null ? void 0 : data.office) === "object" ? /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
3830
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3834
|
+
typeof (data == null ? void 0 : data.office) === "object" ? /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react50.Flex, { align: "center", justify: "center", children: [
|
|
3835
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Text, { textStyle: "text.xs", children: data.office[0] }),
|
|
3831
3836
|
data.office.length > 1 && /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3832
3837
|
Tooltip,
|
|
3833
3838
|
{
|
|
3834
3839
|
isInteractive: true,
|
|
3835
3840
|
hasArrow: true,
|
|
3836
3841
|
p: "2",
|
|
3837
|
-
label: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
3838
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3839
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3842
|
+
label: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react50.Box, { children: [
|
|
3843
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Text, { children: "Akses Office:" }),
|
|
3844
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Text, { children: data.office.sort().join(", ") })
|
|
3840
3845
|
] }),
|
|
3841
3846
|
textAlign: "left",
|
|
3842
3847
|
placement: "bottom-end",
|
|
@@ -3847,7 +3852,7 @@ var Profile = ({
|
|
|
3847
3852
|
},
|
|
3848
3853
|
width: 300,
|
|
3849
3854
|
...officeContainer,
|
|
3850
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3855
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Box, { ml: 1, children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
3851
3856
|
badge_default,
|
|
3852
3857
|
{
|
|
3853
3858
|
rounded: "full",
|
|
@@ -3864,18 +3869,18 @@ var Profile = ({
|
|
|
3864
3869
|
) })
|
|
3865
3870
|
}
|
|
3866
3871
|
)
|
|
3867
|
-
] }) : /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3872
|
+
] }) : /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Text, { textStyle: "text.xs", children: (data == null ? void 0 : data.office) || "office" })
|
|
3868
3873
|
] })
|
|
3869
3874
|
] }),
|
|
3870
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3875
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.PopoverTrigger, { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Box, { border: "2px solid", borderColor: "transparent", className: "catalyst-header-avatar", rounded: "full", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Avatar, { size: "sm", bg: brandColor, color: "white", name: (_b = data == null ? void 0 : data.name) != null ? _b : data == null ? void 0 : data.email }) }) })
|
|
3871
3876
|
] })
|
|
3872
3877
|
}
|
|
3873
3878
|
),
|
|
3874
|
-
children || /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
|
|
3875
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3876
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3879
|
+
children || /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react50.PopoverContent, { bg: "white", maxW: 200, children: [
|
|
3880
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.PopoverArrow, { bg: "white" }),
|
|
3881
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.PopoverBody, { py: "1", px: "0", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(NavItem, { "data-test-id": "CTA_Navbar_logout-button", onClick: onLogout, rounded: "none", px: "4", children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_react50.Box, { display: "flex", alignItems: "center", children: [
|
|
3877
3882
|
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_fi2.FiPower, {}),
|
|
3878
|
-
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
|
|
3883
|
+
/* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_react50.Text, { ml: "2", children: "Logout" })
|
|
3879
3884
|
] }) }) })
|
|
3880
3885
|
] })
|
|
3881
3886
|
] });
|
|
@@ -3888,17 +3893,17 @@ Profile.defaultProps = {
|
|
|
3888
3893
|
};
|
|
3889
3894
|
|
|
3890
3895
|
// src/components/header/components/switch-mode.tsx
|
|
3891
|
-
var
|
|
3896
|
+
var import_react51 = require("@chakra-ui/react");
|
|
3892
3897
|
var import_fi3 = require("react-icons/fi");
|
|
3893
3898
|
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
3894
3899
|
var SwitchMode = () => {
|
|
3895
|
-
const { colorMode, toggleColorMode } = (0,
|
|
3896
|
-
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
3900
|
+
const { colorMode, toggleColorMode } = (0, import_react51.useColorMode)();
|
|
3901
|
+
return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_react51.Box, { "data-test-id": "rhYuTDCiWkFqr96upiEEh", mx: 5, onClick: toggleColorMode, cursor: "pointer", children: colorMode === "light" ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_fi3.FiMoon, { size: 20 }) : /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_fi3.FiSun, { size: 20 }) });
|
|
3897
3902
|
};
|
|
3898
3903
|
var switch_mode_default = SwitchMode;
|
|
3899
3904
|
|
|
3900
3905
|
// src/components/header/components/version.tsx
|
|
3901
|
-
var
|
|
3906
|
+
var import_react52 = require("@chakra-ui/react");
|
|
3902
3907
|
|
|
3903
3908
|
// src/components/header/utils/formatter.ts
|
|
3904
3909
|
function environmentName(env) {
|
|
@@ -3936,7 +3941,7 @@ var Version = ({
|
|
|
3936
3941
|
}
|
|
3937
3942
|
) : version,
|
|
3938
3943
|
!hideEnv && environmentName(environment) !== null && version && /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
3939
|
-
|
|
3944
|
+
import_react52.Box,
|
|
3940
3945
|
{
|
|
3941
3946
|
background: "primary.50",
|
|
3942
3947
|
color: "primary.500",
|
|
@@ -3976,8 +3981,8 @@ var Header = ({
|
|
|
3976
3981
|
bg = "white",
|
|
3977
3982
|
versionStyle,
|
|
3978
3983
|
...props
|
|
3979
|
-
}) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3980
|
-
|
|
3984
|
+
}) => /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_react53.Flex, { minH: 15, bg, shadow: "raised", px: 6, py: 3, alignItems: "center", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
3985
|
+
import_react53.Flex,
|
|
3981
3986
|
{
|
|
3982
3987
|
h: "auto",
|
|
3983
3988
|
w: "full",
|
|
@@ -3985,11 +3990,11 @@ var Header = ({
|
|
|
3985
3990
|
justifyContent: !mainLogo ? "flex-end" : "space-between",
|
|
3986
3991
|
pos: "relative",
|
|
3987
3992
|
children: [
|
|
3988
|
-
mainLogo && /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
3993
|
+
mainLogo && /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_react53.Flex, { alignItems: "center", children: [
|
|
3989
3994
|
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Logo, { url: urlLogo, imageUrl: mainLogo, height: mainLogoSize }),
|
|
3990
3995
|
children && children
|
|
3991
3996
|
] }),
|
|
3992
|
-
centerLogo && /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
3997
|
+
centerLogo && /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_react53.HStack, { w: "fit-content", spacing: 2, alignItems: "center", pos: "absolute", left: "50%", transform: "translate(-50%,0)", children: [
|
|
3993
3998
|
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Logo, { url: urlLogo, imageUrl: centerLogo, height: centerLogoSize }),
|
|
3994
3999
|
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
|
|
3995
4000
|
Version,
|
|
@@ -4002,7 +4007,7 @@ var Header = ({
|
|
|
4002
4007
|
}
|
|
4003
4008
|
)
|
|
4004
4009
|
] }),
|
|
4005
|
-
profile || /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
4010
|
+
profile || /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(import_react53.Flex, { alignItems: "center", children: [
|
|
4006
4011
|
!hideSwitchMode && /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(switch_mode_default, {}),
|
|
4007
4012
|
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(Profile, { color: props.color, brandColor, data, onLogout })
|
|
4008
4013
|
] })
|
|
@@ -4026,11 +4031,11 @@ Header.defaultProps = {
|
|
|
4026
4031
|
};
|
|
4027
4032
|
|
|
4028
4033
|
// src/components/header/components/navbar.tsx
|
|
4029
|
-
var
|
|
4034
|
+
var import_react54 = require("@chakra-ui/react");
|
|
4030
4035
|
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
4031
4036
|
var Navbar = ({ bg = "white", children, ...props }) => {
|
|
4032
4037
|
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
4033
|
-
|
|
4038
|
+
import_react54.Flex,
|
|
4034
4039
|
{
|
|
4035
4040
|
minH: "15",
|
|
4036
4041
|
h: "15",
|
|
@@ -4050,21 +4055,21 @@ var Navbar = ({ bg = "white", children, ...props }) => {
|
|
|
4050
4055
|
Navbar.displayName = "Navbar";
|
|
4051
4056
|
|
|
4052
4057
|
// src/components/image/index.ts
|
|
4053
|
-
var
|
|
4058
|
+
var import_react55 = require("@chakra-ui/react");
|
|
4054
4059
|
|
|
4055
4060
|
// src/components/layouting/index.ts
|
|
4056
|
-
var
|
|
4061
|
+
var import_react56 = require("@chakra-ui/react");
|
|
4057
4062
|
|
|
4058
4063
|
// src/components/list/index.tsx
|
|
4059
|
-
var
|
|
4064
|
+
var import_react57 = require("@chakra-ui/react");
|
|
4060
4065
|
|
|
4061
4066
|
// src/components/modal/components/modal-back-button.tsx
|
|
4062
4067
|
var import_icons3 = require("@chakra-ui/icons");
|
|
4063
|
-
var
|
|
4068
|
+
var import_react58 = require("@chakra-ui/react");
|
|
4064
4069
|
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
4065
4070
|
var ModalBackButton = ({ onClick }) => {
|
|
4066
4071
|
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
|
4067
|
-
|
|
4072
|
+
import_react58.IconButton,
|
|
4068
4073
|
{
|
|
4069
4074
|
icon: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_icons3.ChevronLeftIcon, { w: "4.5", h: "4.5" }),
|
|
4070
4075
|
size: "sm",
|
|
@@ -4084,12 +4089,12 @@ var ModalBackButton = ({ onClick }) => {
|
|
|
4084
4089
|
var modal_back_button_default = ModalBackButton;
|
|
4085
4090
|
|
|
4086
4091
|
// src/components/modal/index.ts
|
|
4087
|
-
var
|
|
4092
|
+
var import_react59 = require("@chakra-ui/react");
|
|
4088
4093
|
|
|
4089
4094
|
// src/components/navigation/components/navigation.tsx
|
|
4090
|
-
var
|
|
4095
|
+
var import_react60 = require("@chakra-ui/react");
|
|
4091
4096
|
var Icon5 = __toESM(require("@ctlyst.id/internal-icon"));
|
|
4092
|
-
var
|
|
4097
|
+
var import_react61 = require("@emotion/react");
|
|
4093
4098
|
|
|
4094
4099
|
// src/components/navigation/components/mapping-icon.tsx
|
|
4095
4100
|
var Icon4 = __toESM(require("@ctlyst.id/internal-icon"));
|
|
@@ -4112,8 +4117,8 @@ var mappingIcon = /* @__PURE__ */ new Map([
|
|
|
4112
4117
|
// src/components/navigation/components/navigation.tsx
|
|
4113
4118
|
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
4114
4119
|
var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
4115
|
-
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4116
|
-
|
|
4120
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react60.Box, { borderRadius: "md", overflowX: "auto", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4121
|
+
import_react60.Flex,
|
|
4117
4122
|
{
|
|
4118
4123
|
bg: "white",
|
|
4119
4124
|
w: "full",
|
|
@@ -4127,9 +4132,9 @@ var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
|
4127
4132
|
children: navigations == null ? void 0 : navigations.map((navigation) => {
|
|
4128
4133
|
const isActive = activePath.startsWith(navigation.navLink || "");
|
|
4129
4134
|
const activeBg = isActive ? "primary.500" : void 0;
|
|
4130
|
-
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4131
|
-
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4132
|
-
|
|
4135
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react60.Popover, { trigger: "hover", placement: "bottom-start", children: ({ isOpen }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
|
|
4136
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react60.PopoverTrigger, { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4137
|
+
import_react60.Button,
|
|
4133
4138
|
{
|
|
4134
4139
|
h: 7.5,
|
|
4135
4140
|
p: 2,
|
|
@@ -4146,10 +4151,10 @@ var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
|
4146
4151
|
children: navigation.title
|
|
4147
4152
|
}
|
|
4148
4153
|
) }),
|
|
4149
|
-
navigation.children && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4150
|
-
|
|
4154
|
+
navigation.children && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react60.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react60.Box, { zIndex: "popover", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4155
|
+
import_react60.PopoverContent,
|
|
4151
4156
|
{
|
|
4152
|
-
bg: (0,
|
|
4157
|
+
bg: (0, import_react60.useColorModeValue)("white", "ebony-clay.800"),
|
|
4153
4158
|
maxW: 250,
|
|
4154
4159
|
border: "none",
|
|
4155
4160
|
borderRadius: "md",
|
|
@@ -4159,7 +4164,7 @@ var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
|
4159
4164
|
const isLocalLink = host === navHost;
|
|
4160
4165
|
const isActiveSub = activePath === navLink;
|
|
4161
4166
|
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4162
|
-
|
|
4167
|
+
import_react60.Link,
|
|
4163
4168
|
{
|
|
4164
4169
|
as: isLocalLink ? as : void 0,
|
|
4165
4170
|
href: link,
|
|
@@ -4167,7 +4172,7 @@ var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
|
4167
4172
|
textDecoration: "none"
|
|
4168
4173
|
},
|
|
4169
4174
|
children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
|
4170
|
-
|
|
4175
|
+
import_react60.Box,
|
|
4171
4176
|
{
|
|
4172
4177
|
display: "flex",
|
|
4173
4178
|
position: "relative",
|
|
@@ -4175,24 +4180,24 @@ var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
|
4175
4180
|
cursor: "pointer",
|
|
4176
4181
|
transition: "padding 0.35s ease 0s",
|
|
4177
4182
|
_hover: {
|
|
4178
|
-
backgroundColor: (0,
|
|
4179
|
-
color: (0,
|
|
4183
|
+
backgroundColor: (0, import_react60.useColorModeValue)("dove-gray.50", "mirage.900"),
|
|
4184
|
+
color: (0, import_react60.useColorModeValue)("primary.500", "dove-gray.600"),
|
|
4180
4185
|
px: 5,
|
|
4181
4186
|
py: 4,
|
|
4182
4187
|
_first: { borderTopRadius: "md" },
|
|
4183
4188
|
_last: { borderBottomRadius: "md" }
|
|
4184
4189
|
},
|
|
4185
4190
|
color: isActiveSub ? "primary.500" : "inherit",
|
|
4186
|
-
css:
|
|
4191
|
+
css: import_react61.css`
|
|
4187
4192
|
border-spacing: 4px;
|
|
4188
4193
|
`,
|
|
4189
4194
|
px: 6,
|
|
4190
4195
|
py: 4,
|
|
4191
4196
|
children: [
|
|
4192
4197
|
mappingIcon.get(navigation.title),
|
|
4193
|
-
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4198
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react60.Text, { fontSize: "text.sm", ml: 3, children: title }),
|
|
4194
4199
|
isActiveSub && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
4195
|
-
|
|
4200
|
+
import_react60.Box,
|
|
4196
4201
|
{
|
|
4197
4202
|
width: 0.5,
|
|
4198
4203
|
height: 8,
|
|
@@ -4225,7 +4230,7 @@ Navigation.defaultProps = {
|
|
|
4225
4230
|
var navigation_default = Navigation;
|
|
4226
4231
|
|
|
4227
4232
|
// src/components/navigation/components/navigation-bar.tsx
|
|
4228
|
-
var
|
|
4233
|
+
var import_react62 = require("@chakra-ui/react");
|
|
4229
4234
|
var Icon6 = __toESM(require("@ctlyst.id/internal-icon"));
|
|
4230
4235
|
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
4231
4236
|
var NavigationBar = ({
|
|
@@ -4242,8 +4247,8 @@ var NavigationBar = ({
|
|
|
4242
4247
|
}
|
|
4243
4248
|
return subMenu.navHost + subMenu.navLink;
|
|
4244
4249
|
};
|
|
4245
|
-
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4246
|
-
|
|
4250
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_react62.Box, { hidden: isFetched && navigations === void 0, "data-test-id": "CT_component_navigation_cms", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4251
|
+
import_react62.Flex,
|
|
4247
4252
|
{
|
|
4248
4253
|
bg: "white",
|
|
4249
4254
|
w: "full",
|
|
@@ -4259,9 +4264,9 @@ var NavigationBar = ({
|
|
|
4259
4264
|
const childMenu = item.children.filter((subMenu) => asPath == null ? void 0 : asPath.includes(subMenu.navLink));
|
|
4260
4265
|
const isActive = pathname == null ? void 0 : pathname.startsWith((_a = childMenu[0]) == null ? void 0 : _a.navLink);
|
|
4261
4266
|
const activeBg = isActive ? "primary.500" : void 0;
|
|
4262
|
-
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4263
|
-
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4264
|
-
|
|
4267
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_react62.Popover, { isLazy: true, trigger: "hover", placement: "bottom-start", openDelay: 100, closeDelay: 100, children: ({ isOpen, onClose }) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_jsx_runtime44.Fragment, { children: [
|
|
4268
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_react62.PopoverTrigger, { children: /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4269
|
+
import_react62.Button,
|
|
4265
4270
|
{
|
|
4266
4271
|
h: 7.5,
|
|
4267
4272
|
p: 2,
|
|
@@ -4278,8 +4283,8 @@ var NavigationBar = ({
|
|
|
4278
4283
|
children: item.title
|
|
4279
4284
|
}
|
|
4280
4285
|
) }),
|
|
4281
|
-
item.children && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4282
|
-
|
|
4286
|
+
item.children && /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_react62.PopoverContent, { bg: "white", boxShadow: "raised", borderRadius: "md", py: 1, width: 240, children: item.children.map((subMenu) => /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
4287
|
+
import_react62.Link,
|
|
4283
4288
|
{
|
|
4284
4289
|
href: urlMenu(subMenu),
|
|
4285
4290
|
display: "flex",
|
|
@@ -4296,7 +4301,7 @@ var NavigationBar = ({
|
|
|
4296
4301
|
"data-test-id": `CT_component_navigation_link-${item.id}`,
|
|
4297
4302
|
children: [
|
|
4298
4303
|
mappingIcon2.get(item.title),
|
|
4299
|
-
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
4304
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(import_react62.Text, { textStyle: "text-sm", ml: 3, children: subMenu.title })
|
|
4300
4305
|
]
|
|
4301
4306
|
},
|
|
4302
4307
|
subMenu.id
|
|
@@ -4313,18 +4318,18 @@ var navigation_bar_default = NavigationBar;
|
|
|
4313
4318
|
|
|
4314
4319
|
// src/components/pagination/components/pagination.tsx
|
|
4315
4320
|
var import_icons4 = require("@chakra-ui/icons");
|
|
4316
|
-
var
|
|
4321
|
+
var import_react65 = require("@chakra-ui/react");
|
|
4317
4322
|
|
|
4318
4323
|
// src/components/pagination/components/pagination-button.tsx
|
|
4319
|
-
var
|
|
4324
|
+
var import_react63 = require("@chakra-ui/react");
|
|
4320
4325
|
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
4321
|
-
var PaginationButton = (0,
|
|
4322
|
-
const btnBg = (0,
|
|
4323
|
-
const btnColor = (0,
|
|
4324
|
-
const btnNotActiveBg = (0,
|
|
4325
|
-
const btnNotActiveColor = (0,
|
|
4326
|
+
var PaginationButton = (0, import_react63.forwardRef)(({ className, style, isActive, children, ...rest }, ref) => {
|
|
4327
|
+
const btnBg = (0, import_react63.useColorModeValue)("neutral.300", "mirage.900");
|
|
4328
|
+
const btnColor = (0, import_react63.useColorModeValue)("black.high", "primary.300");
|
|
4329
|
+
const btnNotActiveBg = (0, import_react63.useColorModeValue)("secondary.50", "primary.500");
|
|
4330
|
+
const btnNotActiveColor = (0, import_react63.useColorModeValue)("primary.500", "white");
|
|
4326
4331
|
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
4327
|
-
|
|
4332
|
+
import_react63.Button,
|
|
4328
4333
|
{
|
|
4329
4334
|
"data-test-id": "Pagination-Button",
|
|
4330
4335
|
ref,
|
|
@@ -4349,7 +4354,7 @@ var PaginationButton = (0, import_react62.forwardRef)(({ className, style, isAct
|
|
|
4349
4354
|
color: "neutral.300"
|
|
4350
4355
|
},
|
|
4351
4356
|
_disabled: {
|
|
4352
|
-
background: (0,
|
|
4357
|
+
background: (0, import_react63.useColorModeValue)("neutral.300", "mirage.900"),
|
|
4353
4358
|
color: "neutral.600",
|
|
4354
4359
|
pointerEvents: "none"
|
|
4355
4360
|
},
|
|
@@ -4365,7 +4370,7 @@ PaginationButton.defaultProps = {
|
|
|
4365
4370
|
var pagination_button_default = PaginationButton;
|
|
4366
4371
|
|
|
4367
4372
|
// src/components/pagination/components/pagination-button-trigger.tsx
|
|
4368
|
-
var
|
|
4373
|
+
var import_react64 = require("@chakra-ui/react");
|
|
4369
4374
|
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
4370
4375
|
var PaginationButtonTrigger = ({
|
|
4371
4376
|
color,
|
|
@@ -4374,7 +4379,7 @@ var PaginationButtonTrigger = ({
|
|
|
4374
4379
|
visuallyHidden,
|
|
4375
4380
|
icon
|
|
4376
4381
|
}) => /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(pagination_button_default, { "data-test-id": "DLVCc_fBK35spHm5WxjcJ", color, isDisabled, onClick, children: [
|
|
4377
|
-
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
4382
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_react64.VisuallyHidden, { children: visuallyHidden }),
|
|
4378
4383
|
icon
|
|
4379
4384
|
] });
|
|
4380
4385
|
PaginationButtonTrigger.defaultProps = {
|
|
@@ -4389,8 +4394,8 @@ var pagination_button_trigger_default = PaginationButtonTrigger;
|
|
|
4389
4394
|
// src/components/pagination/components/pagination.tsx
|
|
4390
4395
|
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
4391
4396
|
var Pagination = ({ className, current, total, onSelect }) => {
|
|
4392
|
-
const btnColorDisabled = (0,
|
|
4393
|
-
const btnColor = (0,
|
|
4397
|
+
const btnColorDisabled = (0, import_react65.useColorModeValue)("secondary.100", "primary.500");
|
|
4398
|
+
const btnColor = (0, import_react65.useColorModeValue)("primary.500", "secondary.100");
|
|
4394
4399
|
const disabledPrevious = current === 1;
|
|
4395
4400
|
const previousButtonColor = disabledPrevious ? btnColorDisabled : btnColor;
|
|
4396
4401
|
const disabledNext = current === total;
|
|
@@ -4417,8 +4422,8 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
|
4417
4422
|
}
|
|
4418
4423
|
return pageButtons;
|
|
4419
4424
|
};
|
|
4420
|
-
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
4421
|
-
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
4425
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_react65.Box, { className, display: "inline-flex", alignItems: "center", children: [
|
|
4426
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_react65.Box, { mr: 1, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
4422
4427
|
pagination_button_trigger_default,
|
|
4423
4428
|
{
|
|
4424
4429
|
"data-test-id": "Pagination-Button",
|
|
@@ -4429,7 +4434,7 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
|
4429
4434
|
icon: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_icons4.ArrowLeftIcon, { width: 2 })
|
|
4430
4435
|
}
|
|
4431
4436
|
) }),
|
|
4432
|
-
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
|
|
4437
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_react65.Box, { bg: "neutral.300", borderRadius: "full", children: [
|
|
4433
4438
|
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
4434
4439
|
pagination_button_trigger_default,
|
|
4435
4440
|
{
|
|
@@ -4448,7 +4453,7 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
|
4448
4453
|
"data-test-id": "Pagination-Button",
|
|
4449
4454
|
isActive: page === current,
|
|
4450
4455
|
onClick: () => typeof page === "number" ? handleSelectPage(page) : null,
|
|
4451
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
4456
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_react65.Text, { scale: 300, fontSize: "text.sm", lineHeight: 18, fontWeight: 500, children: page })
|
|
4452
4457
|
},
|
|
4453
4458
|
page
|
|
4454
4459
|
);
|
|
@@ -4465,7 +4470,7 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
|
4465
4470
|
}
|
|
4466
4471
|
)
|
|
4467
4472
|
] }),
|
|
4468
|
-
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
4473
|
+
/* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_react65.Box, { ml: 1, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
4469
4474
|
pagination_button_trigger_default,
|
|
4470
4475
|
{
|
|
4471
4476
|
"data-test-id": "Pagination-Button",
|
|
@@ -4486,7 +4491,7 @@ Pagination.displayName = "Pagination";
|
|
|
4486
4491
|
var pagination_default = Pagination;
|
|
4487
4492
|
|
|
4488
4493
|
// src/components/pagination/components/pagination-detail.tsx
|
|
4489
|
-
var
|
|
4494
|
+
var import_react66 = require("@chakra-ui/react");
|
|
4490
4495
|
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
4491
4496
|
var PaginationDetail = ({
|
|
4492
4497
|
page,
|
|
@@ -4497,13 +4502,13 @@ var PaginationDetail = ({
|
|
|
4497
4502
|
lineHeight = 18,
|
|
4498
4503
|
...rest
|
|
4499
4504
|
}) => {
|
|
4500
|
-
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
4505
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_react66.Text, { scale, fontSize, lineHeight, ...rest, children: `${(page - 1) * limit + 1}-${limit * page < length ? limit * page : length} dari ${length} item` });
|
|
4501
4506
|
};
|
|
4502
4507
|
var pagination_detail_default = PaginationDetail;
|
|
4503
4508
|
|
|
4504
4509
|
// src/components/pagination/components/pagination-filter.tsx
|
|
4505
|
-
var
|
|
4506
|
-
var
|
|
4510
|
+
var import_react67 = require("@chakra-ui/react");
|
|
4511
|
+
var React11 = __toESM(require("react"));
|
|
4507
4512
|
var import_fi4 = require("react-icons/fi");
|
|
4508
4513
|
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
4509
4514
|
var PaginationFilter = ({
|
|
@@ -4513,11 +4518,11 @@ var PaginationFilter = ({
|
|
|
4513
4518
|
onChange,
|
|
4514
4519
|
...rest
|
|
4515
4520
|
}) => {
|
|
4516
|
-
const [value, setValue] =
|
|
4517
|
-
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
4518
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
4521
|
+
const [value, setValue] = React11.useState(limit);
|
|
4522
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_react67.Box, { display: "flex", flexDirection: "row", alignItems: "center", children: [
|
|
4523
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react67.Text, { fontSize: "text.sm", lineHeight: 18, color: (0, import_react67.useColorModeValue)("neutral.900", "white"), ...rest, children: label }),
|
|
4519
4524
|
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
4520
|
-
|
|
4525
|
+
import_react67.Select,
|
|
4521
4526
|
{
|
|
4522
4527
|
textAlign: "center",
|
|
4523
4528
|
size: "xs",
|
|
@@ -4547,35 +4552,35 @@ PaginationFilter.defaultProps = {
|
|
|
4547
4552
|
var pagination_filter_default = PaginationFilter;
|
|
4548
4553
|
|
|
4549
4554
|
// src/components/pin-input/index.ts
|
|
4550
|
-
var
|
|
4555
|
+
var import_react68 = require("@chakra-ui/react");
|
|
4551
4556
|
|
|
4552
4557
|
// src/components/popover/PopoverContent.tsx
|
|
4553
|
-
var
|
|
4554
|
-
var
|
|
4558
|
+
var import_react69 = require("@chakra-ui/react");
|
|
4559
|
+
var import_react70 = __toESM(require("react"));
|
|
4555
4560
|
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
4556
|
-
var PopoverContent5 = (0,
|
|
4561
|
+
var PopoverContent5 = (0, import_react69.forwardRef)((props, ref) => {
|
|
4557
4562
|
const { children, ...rest } = props;
|
|
4558
|
-
const hasArrow =
|
|
4559
|
-
return
|
|
4563
|
+
const hasArrow = import_react70.default.Children.toArray(children).some((child) => {
|
|
4564
|
+
return import_react70.default.isValidElement(child) && child.type === import_react69.PopoverArrow;
|
|
4560
4565
|
});
|
|
4561
|
-
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
4566
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_react69.PopoverContent, { ...!hasArrow ? { mt: -1 } : {}, ...rest, ref, children });
|
|
4562
4567
|
});
|
|
4563
4568
|
var PopoverContent_default = PopoverContent5;
|
|
4564
4569
|
|
|
4565
4570
|
// src/components/popover/index.ts
|
|
4566
|
-
var
|
|
4571
|
+
var import_react71 = require("@chakra-ui/react");
|
|
4567
4572
|
|
|
4568
4573
|
// src/components/progress/index.ts
|
|
4569
|
-
var
|
|
4574
|
+
var import_react72 = require("@chakra-ui/react");
|
|
4570
4575
|
|
|
4571
4576
|
// src/components/radio/components/radio.tsx
|
|
4572
|
-
var
|
|
4577
|
+
var import_react73 = require("@chakra-ui/react");
|
|
4573
4578
|
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
4574
4579
|
var Radio = ({ isError = false, helpText, errorText, children, isDisabled, ...rest }) => {
|
|
4575
4580
|
const variant = isError ? "errors" : "unstyled";
|
|
4576
|
-
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
4577
|
-
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
4578
|
-
isError && errorText ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
4581
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_react73.Box, { children: [
|
|
4582
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react73.Box, { display: "flex", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react73.Radio, { variant, ...rest, isDisabled, children: children && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react73.Text, { as: "span", display: "block", textStyle: "text.sm", color: isDisabled ? "black.medium" : "black.high", children }) }) }),
|
|
4583
|
+
isError && errorText ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react73.Box, { mt: "2", ml: "6", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react73.Text, { as: "span", display: "block", textStyle: "text.xs", color: "danger.500", children: errorText }) }) : helpText ? /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react73.Box, { mt: "2", ml: "6", children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react73.Text, { as: "span", display: "block", textStyle: "text.xs", color: "black.medium", children: helpText }) }) : null
|
|
4579
4584
|
] });
|
|
4580
4585
|
};
|
|
4581
4586
|
Radio.displayName = "Radio";
|
|
@@ -4586,7 +4591,7 @@ Radio.defaultProps = {
|
|
|
4586
4591
|
};
|
|
4587
4592
|
|
|
4588
4593
|
// src/components/radio/components/radio-group.tsx
|
|
4589
|
-
var
|
|
4594
|
+
var import_react74 = require("@chakra-ui/react");
|
|
4590
4595
|
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
4591
4596
|
var RadioGroup = ({
|
|
4592
4597
|
children,
|
|
@@ -4596,7 +4601,7 @@ var RadioGroup = ({
|
|
|
4596
4601
|
errorMessage,
|
|
4597
4602
|
...props
|
|
4598
4603
|
}) => {
|
|
4599
|
-
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(field_default, { ...props, label, leftHelperText: helpText, isError, errorMessage, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
4604
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(field_default, { ...props, label, leftHelperText: helpText, isError, errorMessage, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react74.Box, { mt: "2", mb: "1", children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react74.RadioGroup, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react74.Stack, { spacing: [1, "16px"], direction: ["column", "row"], children }) }) }) });
|
|
4600
4605
|
};
|
|
4601
4606
|
RadioGroup.displayName = "RadioGroup";
|
|
4602
4607
|
RadioGroup.defaultProps = {
|
|
@@ -4606,32 +4611,32 @@ RadioGroup.defaultProps = {
|
|
|
4606
4611
|
};
|
|
4607
4612
|
|
|
4608
4613
|
// src/components/radio/index.ts
|
|
4609
|
-
var
|
|
4614
|
+
var import_react75 = require("@chakra-ui/react");
|
|
4610
4615
|
|
|
4611
4616
|
// src/components/rating/components/rating.tsx
|
|
4612
|
-
var
|
|
4617
|
+
var import_react76 = require("@chakra-ui/react");
|
|
4613
4618
|
var import_internal_icon7 = require("@ctlyst.id/internal-icon");
|
|
4614
4619
|
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
4615
4620
|
var Rating = ({ value }) => {
|
|
4616
|
-
return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
4621
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_react76.Grid, { gap: "4px", display: "flex", children: [...Array(5)].map((_, i) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_internal_icon7.Rating, { color: i < value ? "#FFA230" : "#E0E0E0", size: 24 })) });
|
|
4617
4622
|
};
|
|
4618
4623
|
var rating_default = Rating;
|
|
4619
4624
|
|
|
4620
4625
|
// src/components/select/components/select.tsx
|
|
4621
|
-
var
|
|
4626
|
+
var import_react81 = require("@chakra-ui/react");
|
|
4622
4627
|
var import_system6 = require("@chakra-ui/system");
|
|
4623
4628
|
var Icon7 = __toESM(require("@ctlyst.id/internal-icon"));
|
|
4624
4629
|
var import_react_select = __toESM(require("react-select"));
|
|
4625
4630
|
|
|
4626
4631
|
// src/components/select/components/menu-list-virtualized.tsx
|
|
4627
4632
|
var import_react_virtual = require("@tanstack/react-virtual");
|
|
4628
|
-
var
|
|
4633
|
+
var import_react77 = require("react");
|
|
4629
4634
|
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
4630
4635
|
var MenuListVirtualized = (props) => {
|
|
4631
4636
|
const { children, estimateSize, overscan, ...virtualizerProps } = props;
|
|
4632
4637
|
const childrenArr = Array.isArray(children) ? children : [children];
|
|
4633
4638
|
const itemCount = childrenArr.length;
|
|
4634
|
-
const parentRef = (0,
|
|
4639
|
+
const parentRef = (0, import_react77.useRef)(null);
|
|
4635
4640
|
const rowVirtualizer = (0, import_react_virtual.useVirtualizer)({
|
|
4636
4641
|
count: itemCount,
|
|
4637
4642
|
getScrollElement: () => parentRef.current,
|
|
@@ -4678,16 +4683,16 @@ var MenuListVirtualized = (props) => {
|
|
|
4678
4683
|
};
|
|
4679
4684
|
|
|
4680
4685
|
// src/config/theme/foundations/shadows.ts
|
|
4681
|
-
var
|
|
4686
|
+
var import_react78 = require("@chakra-ui/react");
|
|
4682
4687
|
var shadows = {
|
|
4683
|
-
...
|
|
4688
|
+
...import_react78.theme.shadows,
|
|
4684
4689
|
raised: "0px 4px 20px rgba(0, 0, 0, 0.05)"
|
|
4685
4690
|
};
|
|
4686
4691
|
|
|
4687
4692
|
// src/config/theme/foundations/sizes.ts
|
|
4688
|
-
var
|
|
4693
|
+
var import_react79 = require("@chakra-ui/react");
|
|
4689
4694
|
var sizes = {
|
|
4690
|
-
...
|
|
4695
|
+
...import_react79.theme.sizes,
|
|
4691
4696
|
4.5: "1.125rem",
|
|
4692
4697
|
9.5: "2.375rem",
|
|
4693
4698
|
18: "4.5rem",
|
|
@@ -4697,9 +4702,9 @@ var sizes = {
|
|
|
4697
4702
|
};
|
|
4698
4703
|
|
|
4699
4704
|
// src/config/theme/foundations/spacing.ts
|
|
4700
|
-
var
|
|
4705
|
+
var import_react80 = require("@chakra-ui/react");
|
|
4701
4706
|
var spacing = {
|
|
4702
|
-
...
|
|
4707
|
+
...import_react80.theme.space,
|
|
4703
4708
|
4.5: "1.125rem",
|
|
4704
4709
|
9.5: "2.375rem",
|
|
4705
4710
|
18: "4.5rem",
|
|
@@ -5058,13 +5063,13 @@ function ClearIndicator(props) {
|
|
|
5058
5063
|
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react_select.components.ClearIndicator, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon7.Close, { size: 4, color: hasValue ? "black.medium" : "neutral.400" }) });
|
|
5059
5064
|
}
|
|
5060
5065
|
function MultiValue(props) {
|
|
5061
|
-
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react_select.components.MultiValue, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5066
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react_select.components.MultiValue, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react81.Badge, { pr: 0, variant: "neutral-light", children: props == null ? void 0 : props.data.label }) });
|
|
5062
5067
|
}
|
|
5063
5068
|
function MultiValueRemove(props) {
|
|
5064
|
-
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react_select.components.MultiValueRemove, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5069
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react_select.components.MultiValueRemove, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react81.Flex, { align: "center", justify: "center", children: /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(Icon7.Close, { size: 2.5, color: "inherit" }) }) });
|
|
5065
5070
|
}
|
|
5066
5071
|
function NoOptionsMessage(props) {
|
|
5067
|
-
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
5072
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(import_react81.Center, { textStyle: "text.xs", py: "1.5", color: "black.medium", children: (props == null ? void 0 : props.options.length) === 0 ? "Opsi tidak tersedia" : "Hasil tidak ditemukan" });
|
|
5068
5073
|
}
|
|
5069
5074
|
function Select2({
|
|
5070
5075
|
styles,
|
|
@@ -5178,7 +5183,7 @@ function SelectCreatable({ styles, isError = false, ...rest }) {
|
|
|
5178
5183
|
}
|
|
5179
5184
|
|
|
5180
5185
|
// src/components/select/components/select-with-checkbox.tsx
|
|
5181
|
-
var
|
|
5186
|
+
var import_react82 = require("@chakra-ui/react");
|
|
5182
5187
|
var import_system10 = require("@chakra-ui/system");
|
|
5183
5188
|
var import_react_select2 = __toESM(require("react-select"));
|
|
5184
5189
|
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
@@ -5241,7 +5246,7 @@ var InputOption = ({
|
|
|
5241
5246
|
innerProps: props,
|
|
5242
5247
|
...rest,
|
|
5243
5248
|
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(
|
|
5244
|
-
|
|
5249
|
+
import_react82.Flex,
|
|
5245
5250
|
{
|
|
5246
5251
|
alignItems: "center",
|
|
5247
5252
|
width: "100%",
|
|
@@ -5250,7 +5255,7 @@ var InputOption = ({
|
|
|
5250
5255
|
cursor: isDisabled ? "not-allowed" : "default",
|
|
5251
5256
|
children: [
|
|
5252
5257
|
(data == null ? void 0 : data.selectAllCheckbox) ? /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5253
|
-
|
|
5258
|
+
import_react82.Checkbox,
|
|
5254
5259
|
{
|
|
5255
5260
|
isChecked: checkedState === CHECKBOX_STATE.CHECKED,
|
|
5256
5261
|
isIndeterminate: checkedState === CHECKBOX_STATE.INDETERMINATE,
|
|
@@ -5260,7 +5265,7 @@ var InputOption = ({
|
|
|
5260
5265
|
isInvalid: false
|
|
5261
5266
|
}
|
|
5262
5267
|
) : /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5263
|
-
|
|
5268
|
+
import_react82.Checkbox,
|
|
5264
5269
|
{
|
|
5265
5270
|
pointerEvents: "none",
|
|
5266
5271
|
isChecked: isSelected,
|
|
@@ -5268,7 +5273,7 @@ var InputOption = ({
|
|
|
5268
5273
|
isInvalid: false
|
|
5269
5274
|
}
|
|
5270
5275
|
),
|
|
5271
|
-
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
5276
|
+
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react82.Text, { textStyle: "text.sm", "data-test-id": `select-checkbox-option-label-${data.value}`, children })
|
|
5272
5277
|
]
|
|
5273
5278
|
}
|
|
5274
5279
|
)
|
|
@@ -5344,13 +5349,13 @@ var SelectCheckbox = (props) => {
|
|
|
5344
5349
|
var select_with_checkbox_default = SelectCheckbox;
|
|
5345
5350
|
|
|
5346
5351
|
// src/components/sidebar/components/sidebar.tsx
|
|
5347
|
-
var
|
|
5352
|
+
var import_react83 = require("@chakra-ui/react");
|
|
5348
5353
|
var import_framer_motion = require("framer-motion");
|
|
5349
5354
|
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
5350
5355
|
var Sidebar = ({ isCollapse, children, ...props }) => {
|
|
5351
5356
|
const { width = "220px" } = props;
|
|
5352
5357
|
return /* @__PURE__ */ (0, import_jsx_runtime60.jsx)(
|
|
5353
|
-
|
|
5358
|
+
import_react83.Flex,
|
|
5354
5359
|
{
|
|
5355
5360
|
position: "relative",
|
|
5356
5361
|
as: import_framer_motion.motion.div,
|
|
@@ -5370,13 +5375,13 @@ var Sidebar = ({ isCollapse, children, ...props }) => {
|
|
|
5370
5375
|
Sidebar.displayName = "Sidebar";
|
|
5371
5376
|
|
|
5372
5377
|
// src/components/sidebar/components/sidebar-header.tsx
|
|
5373
|
-
var
|
|
5378
|
+
var import_react84 = require("@chakra-ui/react");
|
|
5374
5379
|
var import_internal_icon8 = require("@ctlyst.id/internal-icon");
|
|
5375
5380
|
var import_framer_motion2 = require("framer-motion");
|
|
5376
5381
|
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
5377
5382
|
var SidebarHeader = ({ isCollapse, setCollapse, title }) => {
|
|
5378
5383
|
return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
5379
|
-
|
|
5384
|
+
import_react84.Box,
|
|
5380
5385
|
{
|
|
5381
5386
|
px: "2",
|
|
5382
5387
|
color: "neutral.900",
|
|
@@ -5386,7 +5391,7 @@ var SidebarHeader = ({ isCollapse, setCollapse, title }) => {
|
|
|
5386
5391
|
color: "primary.500"
|
|
5387
5392
|
},
|
|
5388
5393
|
children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
|
|
5389
|
-
|
|
5394
|
+
import_react84.Flex,
|
|
5390
5395
|
{
|
|
5391
5396
|
"data-test-id": "nLkz69YipW818FioeAxVI",
|
|
5392
5397
|
direction: "row",
|
|
@@ -5396,7 +5401,7 @@ var SidebarHeader = ({ isCollapse, setCollapse, title }) => {
|
|
|
5396
5401
|
cursor: "pointer",
|
|
5397
5402
|
children: [
|
|
5398
5403
|
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
5399
|
-
|
|
5404
|
+
import_react84.Box,
|
|
5400
5405
|
{
|
|
5401
5406
|
as: import_framer_motion2.motion.div,
|
|
5402
5407
|
boxSize: "4",
|
|
@@ -5407,8 +5412,8 @@ var SidebarHeader = ({ isCollapse, setCollapse, title }) => {
|
|
|
5407
5412
|
children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_internal_icon8.ArrowRight, { size: 4, color: "inherit" })
|
|
5408
5413
|
}
|
|
5409
5414
|
),
|
|
5410
|
-
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_framer_motion2.AnimatePresence, { children: !isCollapse && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
5411
|
-
|
|
5415
|
+
/* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_framer_motion2.AnimatePresence, { children: !isCollapse && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_react84.Box, { h: "3.5", position: "relative", ml: "2", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
|
|
5416
|
+
import_react84.Text,
|
|
5412
5417
|
{
|
|
5413
5418
|
as: import_framer_motion2.motion.div,
|
|
5414
5419
|
w: "max-content",
|
|
@@ -5434,32 +5439,32 @@ SidebarHeader.defaultProps = {
|
|
|
5434
5439
|
};
|
|
5435
5440
|
|
|
5436
5441
|
// src/components/sidebar/components/sidebar-menu.tsx
|
|
5437
|
-
var
|
|
5442
|
+
var import_react85 = require("@chakra-ui/react");
|
|
5438
5443
|
var Icon8 = __toESM(require("@ctlyst.id/internal-icon"));
|
|
5439
5444
|
var import_framer_motion3 = require("framer-motion");
|
|
5440
5445
|
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
5441
5446
|
var SidebarMenu = ({ menu, isCollapse, mappingIcon: mappingIcon2, itemStyles, setActive, active }) => {
|
|
5442
5447
|
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5443
|
-
|
|
5448
|
+
import_react85.Box,
|
|
5444
5449
|
{
|
|
5445
5450
|
as: import_framer_motion3.motion.div,
|
|
5446
5451
|
transitionTimingFunction: "linear",
|
|
5447
5452
|
initial: { padding: "8px" },
|
|
5448
5453
|
animate: { padding: isCollapse ? "8px 16px" : "8px" },
|
|
5449
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5454
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Accordion, { index: menu.findIndex((item) => item.children.some((child) => child.navLink === active)), children: menu.map((item) => {
|
|
5450
5455
|
const isActive = active == null ? void 0 : active.includes(item.navLink);
|
|
5451
|
-
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5456
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.AccordionItem, { mt: "4", children: ({ isExpanded }) => {
|
|
5452
5457
|
const isOpenOptions = isCollapse || !isCollapse && !isExpanded;
|
|
5453
5458
|
const noChild = !item.children.length;
|
|
5454
5459
|
const offsetStyle = isCollapse ? noChild ? [-5, 16] : [-1, 16] : [-1, 8];
|
|
5455
5460
|
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
|
|
5456
|
-
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5461
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Popover, { trigger: "hover", placement: "right-start", offset: offsetStyle, children: ({ isOpen, onClose }) => {
|
|
5457
5462
|
const activeOption = isOpen ? "primary.50" : "white";
|
|
5458
5463
|
const backgroundColor = isOpen && !isActive ? "primary.50" : "primary.100";
|
|
5459
5464
|
const activeParent = isActive ? backgroundColor : activeOption;
|
|
5460
5465
|
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
|
|
5461
|
-
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5462
|
-
|
|
5466
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.PopoverTrigger, { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5467
|
+
import_react85.AccordionButton,
|
|
5463
5468
|
{
|
|
5464
5469
|
"data-test-id": `CTA_button-accordion-${item.title}`,
|
|
5465
5470
|
p: "0",
|
|
@@ -5477,9 +5482,9 @@ var SidebarMenu = ({ menu, isCollapse, mappingIcon: mappingIcon2, itemStyles, se
|
|
|
5477
5482
|
position: "relative",
|
|
5478
5483
|
...itemStyles,
|
|
5479
5484
|
children: [
|
|
5480
|
-
mappingIcon2 && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5485
|
+
mappingIcon2 && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Box, { display: "flex", boxSize: "3", transition: "50ms linear", children: mappingIcon2.get(item.icon || "") }),
|
|
5481
5486
|
!isCollapse && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
5482
|
-
|
|
5487
|
+
import_react85.Box,
|
|
5483
5488
|
{
|
|
5484
5489
|
display: "flex",
|
|
5485
5490
|
w: "full",
|
|
@@ -5493,9 +5498,9 @@ var SidebarMenu = ({ menu, isCollapse, mappingIcon: mappingIcon2, itemStyles, se
|
|
|
5493
5498
|
animate: { opacity: 1, x: 0 },
|
|
5494
5499
|
exit: { opacity: 0, x: 16 },
|
|
5495
5500
|
children: [
|
|
5496
|
-
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5501
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Box, { h: "3.5", position: "relative", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Text, { textStyle: "text.xs", w: "max-content", position: "absolute", children: item.title }) }),
|
|
5497
5502
|
!!item.children.length && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5498
|
-
|
|
5503
|
+
import_react85.Box,
|
|
5499
5504
|
{
|
|
5500
5505
|
display: "flex",
|
|
5501
5506
|
boxSize: "3",
|
|
@@ -5515,12 +5520,12 @@ var SidebarMenu = ({ menu, isCollapse, mappingIcon: mappingIcon2, itemStyles, se
|
|
|
5515
5520
|
},
|
|
5516
5521
|
item.id
|
|
5517
5522
|
) }, item.id),
|
|
5518
|
-
isOpenOptions && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5519
|
-
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5523
|
+
isOpenOptions && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Portal, { children: item.children.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_react85.PopoverContent, { w: "176px", borderColor: "neutral.200", bg: "white", rounded: "sm", children: [
|
|
5524
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.PopoverHeader, { borderColor: "neutral.300", textStyle: "text.xs", p: "2", children: mappingIcon2 && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_react85.Box, { display: "flex", alignItems: "center", children: [
|
|
5520
5525
|
mappingIcon2.get(item.icon || ""),
|
|
5521
|
-
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5526
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Box, { as: "span", ml: "2", children: item.title })
|
|
5522
5527
|
] }) }),
|
|
5523
|
-
!!item.children.length && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5528
|
+
!!item.children.length && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.PopoverBody, { pb: "1", px: "0", pt: "0", children: item.children.map((submenu) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5524
5529
|
NavItem,
|
|
5525
5530
|
{
|
|
5526
5531
|
"data-test-id": `CTA_Sidebar-popover-item-${submenu.id}`,
|
|
@@ -5536,7 +5541,7 @@ var SidebarMenu = ({ menu, isCollapse, mappingIcon: mappingIcon2, itemStyles, se
|
|
|
5536
5541
|
},
|
|
5537
5542
|
submenu.id
|
|
5538
5543
|
)) })
|
|
5539
|
-
] }) : isCollapse && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5544
|
+
] }) : isCollapse && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.PopoverContent, { w: "174px", borderColor: "neutral.200", bg: "white", rounded: "sm", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.PopoverBody, { py: "1", px: "0", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
5540
5545
|
NavItem,
|
|
5541
5546
|
{
|
|
5542
5547
|
"data-test-id": `CTA_Sidebar-popover-item-${item.id}`,
|
|
@@ -5549,8 +5554,8 @@ var SidebarMenu = ({ menu, isCollapse, mappingIcon: mappingIcon2, itemStyles, se
|
|
|
5549
5554
|
rounded: "none",
|
|
5550
5555
|
...itemStyles,
|
|
5551
5556
|
children: [
|
|
5552
|
-
mappingIcon2 && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5553
|
-
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5557
|
+
mappingIcon2 && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Box, { display: "flex", boxSize: "3", transition: "50ms linear", children: mappingIcon2.get(item.icon || "") }),
|
|
5558
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Box, { h: "3.5", position: "relative", ml: "2", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.Text, { textStyle: "text.xs", w: "max-content", position: "absolute", children: item.title }) })
|
|
5554
5559
|
]
|
|
5555
5560
|
},
|
|
5556
5561
|
item.id
|
|
@@ -5558,13 +5563,13 @@ var SidebarMenu = ({ menu, isCollapse, mappingIcon: mappingIcon2, itemStyles, se
|
|
|
5558
5563
|
] });
|
|
5559
5564
|
} }, item.id),
|
|
5560
5565
|
!isCollapse && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5561
|
-
|
|
5566
|
+
import_react85.Fade,
|
|
5562
5567
|
{
|
|
5563
5568
|
in: true,
|
|
5564
5569
|
transition: {
|
|
5565
5570
|
enter: { duration: 0.5 }
|
|
5566
5571
|
},
|
|
5567
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5572
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_react85.AccordionPanel, { mt: "1", p: "0", children: item.children.map((submenu) => /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
5568
5573
|
NavItem,
|
|
5569
5574
|
{
|
|
5570
5575
|
mt: "1",
|
|
@@ -5592,16 +5597,16 @@ SidebarMenu.defaultProps = {
|
|
|
5592
5597
|
};
|
|
5593
5598
|
|
|
5594
5599
|
// src/components/switch/components/switch.tsx
|
|
5595
|
-
var
|
|
5600
|
+
var import_react86 = require("@chakra-ui/react");
|
|
5596
5601
|
var import_shared_utils10 = require("@chakra-ui/shared-utils");
|
|
5597
5602
|
var import_internal_icon9 = require("@ctlyst.id/internal-icon");
|
|
5598
|
-
var
|
|
5603
|
+
var import_react87 = require("react");
|
|
5599
5604
|
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
5600
|
-
var Switch = (0,
|
|
5601
|
-
const styles = (0,
|
|
5602
|
-
const { spacing: spacing2 = "0.5rem", children, ...ownProps } = (0,
|
|
5603
|
-
const { state, getInputProps, getCheckboxProps, getRootProps, getLabelProps } = (0,
|
|
5604
|
-
const containerStyles = (0,
|
|
5605
|
+
var Switch = (0, import_react86.forwardRef)(function Switch2(props, ref) {
|
|
5606
|
+
const styles = (0, import_react86.useMultiStyleConfig)("Switch", props);
|
|
5607
|
+
const { spacing: spacing2 = "0.5rem", children, ...ownProps } = (0, import_react86.omitThemingProps)(props);
|
|
5608
|
+
const { state, getInputProps, getCheckboxProps, getRootProps, getLabelProps } = (0, import_react86.useCheckbox)(ownProps);
|
|
5609
|
+
const containerStyles = (0, import_react87.useMemo)(
|
|
5605
5610
|
() => ({
|
|
5606
5611
|
display: "inline-block",
|
|
5607
5612
|
position: "relative",
|
|
@@ -5611,7 +5616,7 @@ var Switch = (0, import_react85.forwardRef)(function Switch2(props, ref) {
|
|
|
5611
5616
|
}),
|
|
5612
5617
|
[styles.container]
|
|
5613
5618
|
);
|
|
5614
|
-
const trackStyles = (0,
|
|
5619
|
+
const trackStyles = (0, import_react87.useMemo)(
|
|
5615
5620
|
() => ({
|
|
5616
5621
|
display: "inline-flex",
|
|
5617
5622
|
flexShrink: 0,
|
|
@@ -5623,7 +5628,7 @@ var Switch = (0, import_react85.forwardRef)(function Switch2(props, ref) {
|
|
|
5623
5628
|
}),
|
|
5624
5629
|
[styles.track]
|
|
5625
5630
|
);
|
|
5626
|
-
const labelStyles = (0,
|
|
5631
|
+
const labelStyles = (0, import_react87.useMemo)(
|
|
5627
5632
|
() => ({
|
|
5628
5633
|
userSelect: "none",
|
|
5629
5634
|
marginStart: spacing2,
|
|
@@ -5640,7 +5645,7 @@ var Switch = (0, import_react85.forwardRef)(function Switch2(props, ref) {
|
|
|
5640
5645
|
return iconSize[value];
|
|
5641
5646
|
};
|
|
5642
5647
|
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
5643
|
-
|
|
5648
|
+
import_react86.chakra.label,
|
|
5644
5649
|
{
|
|
5645
5650
|
...getRootProps(),
|
|
5646
5651
|
display: "flex",
|
|
@@ -5649,13 +5654,13 @@ var Switch = (0, import_react85.forwardRef)(function Switch2(props, ref) {
|
|
|
5649
5654
|
__css: containerStyles,
|
|
5650
5655
|
children: [
|
|
5651
5656
|
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("input", { "data-test-id": "", className: "chakra-switch__input", ...getInputProps({}, ref) }),
|
|
5652
|
-
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
5653
|
-
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
5657
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_react86.chakra.span, { ...getCheckboxProps(), className: "chakra-switch__track", pos: "relative", __css: trackStyles, children: [
|
|
5658
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_react86.Flex, { gap: 1, pos: "absolute", top: "50%", left: "50%", transform: "translate(-50%, -50%)", children: [
|
|
5654
5659
|
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_internal_icon9.Check, { color: "white", size: getIconSize(props.size) }),
|
|
5655
5660
|
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_internal_icon9.Close, { color: state.isDisabled ? "neutral.600" : "neutral.900", size: getIconSize(props.size) })
|
|
5656
5661
|
] }),
|
|
5657
5662
|
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
5658
|
-
|
|
5663
|
+
import_react86.chakra.span,
|
|
5659
5664
|
{
|
|
5660
5665
|
__css: styles.thumb,
|
|
5661
5666
|
className: "chakra-switch__thumb",
|
|
@@ -5665,7 +5670,7 @@ var Switch = (0, import_react85.forwardRef)(function Switch2(props, ref) {
|
|
|
5665
5670
|
)
|
|
5666
5671
|
] }),
|
|
5667
5672
|
children && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
5668
|
-
|
|
5673
|
+
import_react86.chakra.span,
|
|
5669
5674
|
{
|
|
5670
5675
|
className: "chakra-switch__label",
|
|
5671
5676
|
color: state.isDisabled ? "black.low" : "black.high",
|
|
@@ -5685,18 +5690,18 @@ Switch.defaultProps = {
|
|
|
5685
5690
|
var switch_default = Switch;
|
|
5686
5691
|
|
|
5687
5692
|
// src/components/table/index.tsx
|
|
5688
|
-
var
|
|
5693
|
+
var import_react88 = require("@chakra-ui/react");
|
|
5689
5694
|
|
|
5690
5695
|
// src/components/tabs/components/tab.tsx
|
|
5691
|
-
var
|
|
5696
|
+
var import_react89 = require("@chakra-ui/react");
|
|
5692
5697
|
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
5693
|
-
var Tab = (0,
|
|
5698
|
+
var Tab = (0, import_react89.forwardRef)((props, ref) => {
|
|
5694
5699
|
var _a, _b;
|
|
5695
|
-
const tabProps = (0,
|
|
5700
|
+
const tabProps = (0, import_react89.useTab)({ ...props, ref });
|
|
5696
5701
|
const isSelected = !!tabProps["aria-selected"];
|
|
5697
|
-
const styles = (0,
|
|
5702
|
+
const styles = (0, import_react89.useMultiStyleConfig)("Tabs", tabProps);
|
|
5698
5703
|
return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
5699
|
-
|
|
5704
|
+
import_react89.Button,
|
|
5700
5705
|
{
|
|
5701
5706
|
"data-test-id": props["data-test-id"],
|
|
5702
5707
|
p: 4,
|
|
@@ -5721,7 +5726,7 @@ var Tab = (0, import_react88.forwardRef)((props, ref) => {
|
|
|
5721
5726
|
},
|
|
5722
5727
|
__css: styles.tab,
|
|
5723
5728
|
...tabProps,
|
|
5724
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
|
|
5729
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_react89.Flex, { alignItems: "center", children: [
|
|
5725
5730
|
(_a = props.leftAddon) == null ? void 0 : _a.call(props, { isSelected }),
|
|
5726
5731
|
tabProps.children,
|
|
5727
5732
|
(_b = props.rightAddon) == null ? void 0 : _b.call(props, { isSelected })
|
|
@@ -5732,39 +5737,39 @@ var Tab = (0, import_react88.forwardRef)((props, ref) => {
|
|
|
5732
5737
|
var tab_default = Tab;
|
|
5733
5738
|
|
|
5734
5739
|
// src/components/tabs/index.ts
|
|
5735
|
-
var
|
|
5740
|
+
var import_react90 = require("@chakra-ui/react");
|
|
5736
5741
|
|
|
5737
5742
|
// src/components/text/index.ts
|
|
5738
|
-
var
|
|
5743
|
+
var import_react91 = require("@chakra-ui/react");
|
|
5739
5744
|
|
|
5740
5745
|
// src/components/time-input/components/index.tsx
|
|
5741
|
-
var
|
|
5746
|
+
var import_react93 = require("@chakra-ui/react");
|
|
5742
5747
|
var import_internal_icon10 = require("@ctlyst.id/internal-icon");
|
|
5743
|
-
var
|
|
5748
|
+
var import_react94 = require("react");
|
|
5744
5749
|
|
|
5745
5750
|
// src/components/time-input/components/integration.tsx
|
|
5746
5751
|
var import_timescape = require("@zamiru/timescape");
|
|
5747
5752
|
var import_timescape2 = require("@zamiru/timescape");
|
|
5748
|
-
var
|
|
5753
|
+
var import_react92 = require("react");
|
|
5749
5754
|
var useTimescape = (options = {}) => {
|
|
5750
5755
|
var _a;
|
|
5751
5756
|
const { date, onChangeDate, ...rest } = options;
|
|
5752
|
-
const [manager] = (0,
|
|
5753
|
-
const onChangeDateRef = (0,
|
|
5754
|
-
(0,
|
|
5757
|
+
const [manager] = (0, import_react92.useState)(() => new import_timescape.TimescapeManager(date, rest));
|
|
5758
|
+
const onChangeDateRef = (0, import_react92.useRef)(onChangeDate);
|
|
5759
|
+
(0, import_react92.useLayoutEffect)(() => {
|
|
5755
5760
|
onChangeDateRef.current = onChangeDate;
|
|
5756
5761
|
}, [onChangeDate]);
|
|
5757
|
-
const [optionsState, update] = (0,
|
|
5762
|
+
const [optionsState, update] = (0, import_react92.useState)(() => ({
|
|
5758
5763
|
date,
|
|
5759
5764
|
...rest
|
|
5760
5765
|
}));
|
|
5761
|
-
(0,
|
|
5766
|
+
(0, import_react92.useEffect)(() => {
|
|
5762
5767
|
manager.resync();
|
|
5763
5768
|
return () => {
|
|
5764
5769
|
manager.remove();
|
|
5765
5770
|
};
|
|
5766
5771
|
}, [manager]);
|
|
5767
|
-
(0,
|
|
5772
|
+
(0, import_react92.useEffect)(() => {
|
|
5768
5773
|
return manager.on("changeDate", (nextDate) => {
|
|
5769
5774
|
var _a2;
|
|
5770
5775
|
(_a2 = onChangeDateRef.current) == null ? void 0 : _a2.call(onChangeDateRef, nextDate);
|
|
@@ -5772,7 +5777,7 @@ var useTimescape = (options = {}) => {
|
|
|
5772
5777
|
});
|
|
5773
5778
|
}, [manager]);
|
|
5774
5779
|
const timestamp = (_a = optionsState.date) == null ? void 0 : _a.getTime();
|
|
5775
|
-
(0,
|
|
5780
|
+
(0, import_react92.useEffect)(() => {
|
|
5776
5781
|
manager.date = timestamp;
|
|
5777
5782
|
manager.minDate = optionsState.minDate;
|
|
5778
5783
|
manager.maxDate = optionsState.maxDate;
|
|
@@ -5838,9 +5843,9 @@ var timeFromString = (timeString) => {
|
|
|
5838
5843
|
const [hours, minutes, seconds] = timeString.split(":");
|
|
5839
5844
|
return new Time(Number(hours), Number(minutes), Number(seconds));
|
|
5840
5845
|
};
|
|
5841
|
-
var InputTimeArea = (0,
|
|
5846
|
+
var InputTimeArea = (0, import_react93.forwardRef)((props, ref) => {
|
|
5842
5847
|
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
5843
|
-
|
|
5848
|
+
import_react93.Input,
|
|
5844
5849
|
{
|
|
5845
5850
|
_focusWithin: {
|
|
5846
5851
|
bg: "neutral.300"
|
|
@@ -5858,7 +5863,7 @@ var InputTimeArea = (0, import_react92.forwardRef)((props, ref) => {
|
|
|
5858
5863
|
}
|
|
5859
5864
|
);
|
|
5860
5865
|
});
|
|
5861
|
-
var TimeInput2 = (0,
|
|
5866
|
+
var TimeInput2 = (0, import_react93.forwardRef)(
|
|
5862
5867
|
({
|
|
5863
5868
|
name,
|
|
5864
5869
|
config: config2,
|
|
@@ -5885,7 +5890,7 @@ var TimeInput2 = (0, import_react92.forwardRef)(
|
|
|
5885
5890
|
date,
|
|
5886
5891
|
...config2
|
|
5887
5892
|
});
|
|
5888
|
-
(0,
|
|
5893
|
+
(0, import_react94.useEffect)(() => {
|
|
5889
5894
|
var _a, _b, _c, _d, _e, _f;
|
|
5890
5895
|
timeValue.hours = (_b = (_a = options == null ? void 0 : options.date) == null ? void 0 : _a.getHours()) != null ? _b : 0;
|
|
5891
5896
|
timeValue.minutes = (_d = (_c = options == null ? void 0 : options.date) == null ? void 0 : _c.getMinutes()) != null ? _d : 0;
|
|
@@ -5894,7 +5899,7 @@ var TimeInput2 = (0, import_react92.forwardRef)(
|
|
|
5894
5899
|
onChangeTime(timeValue);
|
|
5895
5900
|
}
|
|
5896
5901
|
}, [options.date]);
|
|
5897
|
-
(0,
|
|
5902
|
+
(0, import_react94.useImperativeHandle)(ref, () => ({
|
|
5898
5903
|
focus() {
|
|
5899
5904
|
_manager.focusField("hours");
|
|
5900
5905
|
}
|
|
@@ -5915,7 +5920,7 @@ var TimeInput2 = (0, import_react92.forwardRef)(
|
|
|
5915
5920
|
};
|
|
5916
5921
|
};
|
|
5917
5922
|
const { outlineColor, focusColor } = getProperties();
|
|
5918
|
-
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
5923
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_react93.Box, { ...boxProps, ...rootProps, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
5919
5924
|
field_default,
|
|
5920
5925
|
{
|
|
5921
5926
|
isError,
|
|
@@ -5925,7 +5930,7 @@ var TimeInput2 = (0, import_react92.forwardRef)(
|
|
|
5925
5930
|
isDisabled,
|
|
5926
5931
|
isSuccess,
|
|
5927
5932
|
children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
5928
|
-
|
|
5933
|
+
import_react93.Box,
|
|
5929
5934
|
{
|
|
5930
5935
|
transition: "all 0.15s",
|
|
5931
5936
|
boxShadow: "none",
|
|
@@ -5936,7 +5941,7 @@ var TimeInput2 = (0, import_react92.forwardRef)(
|
|
|
5936
5941
|
borderColor: focusColor
|
|
5937
5942
|
},
|
|
5938
5943
|
children: /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
5939
|
-
|
|
5944
|
+
import_react93.InputGroup,
|
|
5940
5945
|
{
|
|
5941
5946
|
borderRadius: "sm",
|
|
5942
5947
|
backgroundColor: isDisabled ? "neutral.300" : "white.high",
|
|
@@ -5945,7 +5950,7 @@ var TimeInput2 = (0, import_react92.forwardRef)(
|
|
|
5945
5950
|
gap: 3,
|
|
5946
5951
|
"data-test-id": `CT_Component_TimeInput${name ? `_${name}` : ""}`,
|
|
5947
5952
|
children: [
|
|
5948
|
-
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
|
|
5953
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_react93.Flex, { gap: "1px", width: "100%", alignItems: "center", pl: 2, children: [
|
|
5949
5954
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputTimeArea, { "data-test-id": "start-time", ...hoursProps }),
|
|
5950
5955
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { children: ":" }),
|
|
5951
5956
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputTimeArea, { "data-test-id": "end-time", ...getInputProps("minutes") }),
|
|
@@ -5953,7 +5958,7 @@ var TimeInput2 = (0, import_react92.forwardRef)(
|
|
|
5953
5958
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)("span", { children: ":" }),
|
|
5954
5959
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(InputTimeArea, { ...getInputProps("seconds") })
|
|
5955
5960
|
] }),
|
|
5956
|
-
options.hour12 && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
|
5961
|
+
options.hour12 && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_react93.Input, { p: 0, ...getInputProps("am/pm") })
|
|
5957
5962
|
] }),
|
|
5958
5963
|
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_internal_icon10.Clock, { color: "neutral.400", size: 4 }),
|
|
5959
5964
|
addOnRight
|
|
@@ -5968,16 +5973,16 @@ var TimeInput2 = (0, import_react92.forwardRef)(
|
|
|
5968
5973
|
);
|
|
5969
5974
|
|
|
5970
5975
|
// src/components/toast/components/toast.tsx
|
|
5971
|
-
var
|
|
5976
|
+
var import_react96 = require("@chakra-ui/react");
|
|
5972
5977
|
var import_internal_icon11 = require("@ctlyst.id/internal-icon");
|
|
5973
5978
|
var import_react_toastify = require("react-toastify");
|
|
5974
5979
|
|
|
5975
5980
|
// src/components/toast/components/styles.tsx
|
|
5976
|
-
var
|
|
5981
|
+
var import_react95 = require("@emotion/react");
|
|
5977
5982
|
var import_jsx_runtime66 = require("react/jsx-runtime");
|
|
5978
5983
|
var Styles2 = () => {
|
|
5979
5984
|
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
|
5980
|
-
|
|
5985
|
+
import_react95.Global,
|
|
5981
5986
|
{
|
|
5982
5987
|
styles: `
|
|
5983
5988
|
:root {
|
|
@@ -6014,7 +6019,7 @@ var styles_default2 = Styles2;
|
|
|
6014
6019
|
var import_jsx_runtime67 = require("react/jsx-runtime");
|
|
6015
6020
|
var CustomCloseButton = (props) => {
|
|
6016
6021
|
const { closeToast } = props;
|
|
6017
|
-
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6022
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_react96.Box, { p: 2, mb: 1, alignItems: "center", display: "flex", "data-test-id": "", cursor: "pointer", onClick: () => closeToast(), children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_internal_icon11.Close, { size: 4, color: "white" }) });
|
|
6018
6023
|
};
|
|
6019
6024
|
var DEFAULT_OPTIONS = {
|
|
6020
6025
|
position: "top-right",
|
|
@@ -6037,7 +6042,7 @@ var renderIcon = (icon, type) => {
|
|
|
6037
6042
|
return icon;
|
|
6038
6043
|
};
|
|
6039
6044
|
var useToast = () => {
|
|
6040
|
-
const [primary500, neutral500, info500, danger500, warning500, success500] = (0,
|
|
6045
|
+
const [primary500, neutral500, info500, danger500, warning500, success500] = (0, import_react96.useToken)("colors", [
|
|
6041
6046
|
"primary.500",
|
|
6042
6047
|
"neutral.500",
|
|
6043
6048
|
"info.500",
|
|
@@ -6048,13 +6053,13 @@ var useToast = () => {
|
|
|
6048
6053
|
const content = (icon, message, link) => {
|
|
6049
6054
|
return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_jsx_runtime67.Fragment, { children: [
|
|
6050
6055
|
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(styles_default2, {}),
|
|
6051
|
-
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
|
|
6052
|
-
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
|
|
6053
|
-
icon && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6054
|
-
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6056
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_react96.Flex, { justifyContent: "space-between", alignItems: "center", gap: 4, mb: 1, flex: 1, children: [
|
|
6057
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(import_react96.Flex, { alignItems: "center", children: [
|
|
6058
|
+
icon && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_react96.chakra.span, { mr: 2, w: 4, h: 4, children: renderIcon(icon, "default") }),
|
|
6059
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_react96.chakra.span, { noOfLines: 2, children: message })
|
|
6055
6060
|
] }),
|
|
6056
6061
|
link && /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
|
|
6057
|
-
|
|
6062
|
+
import_react96.Link,
|
|
6058
6063
|
{
|
|
6059
6064
|
as: link.as,
|
|
6060
6065
|
href: link.url,
|
|
@@ -6134,9 +6139,9 @@ var useToast = () => {
|
|
|
6134
6139
|
var import_react_toastify2 = require("react-toastify");
|
|
6135
6140
|
|
|
6136
6141
|
// src/components/uploader/components/uploader.tsx
|
|
6137
|
-
var
|
|
6142
|
+
var import_react97 = require("@chakra-ui/react");
|
|
6138
6143
|
var import_internal_icon12 = require("@ctlyst.id/internal-icon");
|
|
6139
|
-
var
|
|
6144
|
+
var import_react98 = require("react");
|
|
6140
6145
|
var import_react_dropzone = require("react-dropzone");
|
|
6141
6146
|
|
|
6142
6147
|
// src/components/uploader/constants.ts
|
|
@@ -6255,15 +6260,15 @@ var Uploader = ({
|
|
|
6255
6260
|
customErrorRejection,
|
|
6256
6261
|
...props
|
|
6257
6262
|
}) => {
|
|
6258
|
-
const [filePreview, setFilePreview] = (0,
|
|
6259
|
-
const [isError, setIsError] = (0,
|
|
6260
|
-
const [errorText, setErrorText] = (0,
|
|
6261
|
-
(0,
|
|
6263
|
+
const [filePreview, setFilePreview] = (0, import_react98.useState)();
|
|
6264
|
+
const [isError, setIsError] = (0, import_react98.useState)(propIsError);
|
|
6265
|
+
const [errorText, setErrorText] = (0, import_react98.useState)(propErrorText);
|
|
6266
|
+
(0, import_react98.useEffect)(() => {
|
|
6262
6267
|
setIsError(propIsError);
|
|
6263
6268
|
setErrorText(propErrorText);
|
|
6264
6269
|
}, [propIsError, propErrorText]);
|
|
6265
6270
|
const toast2 = useToast();
|
|
6266
|
-
const handleRejection = (0,
|
|
6271
|
+
const handleRejection = (0, import_react98.useCallback)(
|
|
6267
6272
|
(message, file, image, errorCode) => {
|
|
6268
6273
|
if (onHandleRejections) {
|
|
6269
6274
|
onHandleRejections(file, image, errorCode);
|
|
@@ -6286,7 +6291,7 @@ var Uploader = ({
|
|
|
6286
6291
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
|
6287
6292
|
[onHandleRejections, customErrorRejection]
|
|
6288
6293
|
);
|
|
6289
|
-
const onDropAccepted = (0,
|
|
6294
|
+
const onDropAccepted = (0, import_react98.useCallback)(
|
|
6290
6295
|
(files) => {
|
|
6291
6296
|
const file = files[0];
|
|
6292
6297
|
setIsError(false);
|
|
@@ -6321,10 +6326,10 @@ var Uploader = ({
|
|
|
6321
6326
|
},
|
|
6322
6327
|
[customValidation, dimension, handleRejection, onHandleUploadFile, acceptFileType]
|
|
6323
6328
|
);
|
|
6324
|
-
const onDropRejected = (0,
|
|
6329
|
+
const onDropRejected = (0, import_react98.useCallback)((fileRejections) => {
|
|
6325
6330
|
defaultOnHandleRejections(fileRejections, { acceptFormat, maxFileSize }, handleRejection);
|
|
6326
6331
|
}, []);
|
|
6327
|
-
const validator = (0,
|
|
6332
|
+
const validator = (0, import_react98.useCallback)(
|
|
6328
6333
|
(file) => {
|
|
6329
6334
|
const result = [];
|
|
6330
6335
|
if (validatorExt) {
|
|
@@ -6357,26 +6362,26 @@ var Uploader = ({
|
|
|
6357
6362
|
const renderHelperText = () => {
|
|
6358
6363
|
if (Array.isArray(helperText)) {
|
|
6359
6364
|
return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6360
|
-
|
|
6365
|
+
import_react97.UnorderedList,
|
|
6361
6366
|
{
|
|
6362
6367
|
pl: 2,
|
|
6363
6368
|
fontSize: 12,
|
|
6364
6369
|
color: "black.medium",
|
|
6365
6370
|
"data-test-id": "CT_component_base-image-uploader_helperText",
|
|
6366
|
-
children: helperText.map((text2) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6371
|
+
children: helperText.map((text2) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.ListItem, { children: text2 }, text2))
|
|
6367
6372
|
}
|
|
6368
6373
|
);
|
|
6369
6374
|
}
|
|
6370
6375
|
return helperText;
|
|
6371
6376
|
};
|
|
6372
|
-
const renderErrorText = (text2) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6377
|
+
const renderErrorText = (text2) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.Box, { mb: 2, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.Text, { textStyle: "text.xs", color: "danger.500", children: text2 }) });
|
|
6373
6378
|
const handleRemove = (e) => {
|
|
6374
6379
|
e.stopPropagation();
|
|
6375
6380
|
setFilePreview(void 0);
|
|
6376
6381
|
onHandleUploadFile == null ? void 0 : onHandleUploadFile(null, null);
|
|
6377
6382
|
acceptedFiles.pop();
|
|
6378
6383
|
};
|
|
6379
|
-
(0,
|
|
6384
|
+
(0, import_react98.useEffect)(() => {
|
|
6380
6385
|
if (value) {
|
|
6381
6386
|
if (typeof value === "string") {
|
|
6382
6387
|
setFilePreview(value);
|
|
@@ -6400,16 +6405,16 @@ var Uploader = ({
|
|
|
6400
6405
|
const color = isDisabled ? "neutral.500" : "primary.500";
|
|
6401
6406
|
const containerHeight = !isSmall ? "160px" : "120px";
|
|
6402
6407
|
const cursorType = filePreview ? "initial" : "pointer";
|
|
6403
|
-
return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
|
|
6408
|
+
return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_react97.FormControl, { isRequired, children: [
|
|
6404
6409
|
label && typeof label === "string" ? (
|
|
6405
6410
|
// eslint-disable-next-line react/jsx-no-useless-fragment
|
|
6406
|
-
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
|
|
6407
|
-
isRequired && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6411
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_react97.FormLabel, { requiredIndicator: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_jsx_runtime68.Fragment, {}), fontSize: "text.sm", children: [
|
|
6412
|
+
isRequired && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.RequiredIndicator, { mr: 1, ml: 0 }),
|
|
6408
6413
|
label
|
|
6409
6414
|
] })
|
|
6410
6415
|
) : label,
|
|
6411
6416
|
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
|
|
6412
|
-
|
|
6417
|
+
import_react97.Flex,
|
|
6413
6418
|
{
|
|
6414
6419
|
minH: containerHeight,
|
|
6415
6420
|
maxW: !isSmall ? "full" : "120px",
|
|
@@ -6426,8 +6431,8 @@ var Uploader = ({
|
|
|
6426
6431
|
...props,
|
|
6427
6432
|
...getRootProps(),
|
|
6428
6433
|
children: [
|
|
6429
|
-
filePreview && isShowCloseButton && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6430
|
-
|
|
6434
|
+
filePreview && isShowCloseButton && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.Box, { position: "absolute", top: 1, right: 1, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6435
|
+
import_react97.Button,
|
|
6431
6436
|
{
|
|
6432
6437
|
"data-test-id": `CT_component_base-image-uploader_remove-image${testId ? `_${testId}` : ""}`,
|
|
6433
6438
|
"aria-label": "remove-image",
|
|
@@ -6444,29 +6449,29 @@ var Uploader = ({
|
|
|
6444
6449
|
children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_internal_icon12.Close, { size: 3, color: "white" })
|
|
6445
6450
|
}
|
|
6446
6451
|
) }),
|
|
6447
|
-
filePreview && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6448
|
-
|
|
6452
|
+
filePreview && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.Box, { w: "full", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6453
|
+
import_react97.Flex,
|
|
6449
6454
|
{
|
|
6450
6455
|
position: "relative",
|
|
6451
6456
|
"data-test-id": `CT_component_base-image-uploader_image-preview${testId ? `_${testId}` : ""}`,
|
|
6452
6457
|
justify: "center",
|
|
6453
6458
|
align: "center",
|
|
6454
6459
|
children: filePreview.includes("blob") && acceptFile.some(([type]) => typeof type === "string" && type.includes("image/")) ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6455
|
-
|
|
6460
|
+
import_react97.Image,
|
|
6456
6461
|
{
|
|
6457
6462
|
h: size2 === "lg" ? "120" : "100",
|
|
6458
6463
|
src: filePreview,
|
|
6459
6464
|
alt: "uploader-preview",
|
|
6460
6465
|
objectFit: "contain"
|
|
6461
6466
|
}
|
|
6462
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6467
|
+
) : /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.Text, { noOfLines: 3, mx: 2, textAlign: "center", children: filePreview })
|
|
6463
6468
|
}
|
|
6464
6469
|
) }),
|
|
6465
|
-
!filePreview && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_jsx_runtime68.Fragment, { children: isDragActive ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6470
|
+
!filePreview && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_jsx_runtime68.Fragment, { children: isDragActive ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.Text, { children: dragActiveText != null ? dragActiveText : messages.dragActive }) : /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_react97.Flex, { gap: 2, flexDirection: "column", alignItems: "center", color: isError ? "danger.500" : color, children: [
|
|
6466
6471
|
size2 === "sm" && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_internal_icon12.Plus, { size: 6, color }),
|
|
6467
|
-
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
|
|
6472
|
+
/* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_react97.Box, { children: [
|
|
6468
6473
|
!filePreview && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6469
|
-
|
|
6474
|
+
import_react97.Heading,
|
|
6470
6475
|
{
|
|
6471
6476
|
fontWeight: "400",
|
|
6472
6477
|
fontSize: size2 === "sm" ? "text.md" : "text.xl",
|
|
@@ -6475,7 +6480,7 @@ var Uploader = ({
|
|
|
6475
6480
|
children: uploadFileText && size2 === "lg" ? uploadFileText : "Upload"
|
|
6476
6481
|
}
|
|
6477
6482
|
),
|
|
6478
|
-
size2 === "lg" && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6483
|
+
size2 === "lg" && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.Text, { fontSize: 12, children: filePreview ? dragReplaceText != null ? dragReplaceText : messages.dragReplace : dragInActiveText != null ? dragInActiveText : messages.dragInActive })
|
|
6479
6484
|
] })
|
|
6480
6485
|
] }) })
|
|
6481
6486
|
]
|
|
@@ -6488,8 +6493,8 @@ var Uploader = ({
|
|
|
6488
6493
|
"data-test-id": `CT_component_base-image-uploader_change-img${testId ? `_${testId}` : ""}`
|
|
6489
6494
|
}
|
|
6490
6495
|
),
|
|
6491
|
-
filePreview && !isSmall && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6492
|
-
|
|
6496
|
+
filePreview && !isSmall && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react97.Flex, { align: "center", justify: "center", my: 2, children: isShowReupload && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
|
|
6497
|
+
import_react97.Button,
|
|
6493
6498
|
{
|
|
6494
6499
|
"data-test-id": `CT_component_base-image-uploader_change-img-btn${testId ? `_${testId}` : ""}`,
|
|
6495
6500
|
type: "button",
|
|
@@ -6535,10 +6540,10 @@ var dimensionValidator = (dimension, message) => {
|
|
|
6535
6540
|
};
|
|
6536
6541
|
|
|
6537
6542
|
// src/components/index.ts
|
|
6538
|
-
var
|
|
6543
|
+
var import_react99 = require("@chakra-ui/react");
|
|
6539
6544
|
|
|
6540
6545
|
// src/config/theme/themeConfiguration.ts
|
|
6541
|
-
var
|
|
6546
|
+
var import_react107 = require("@chakra-ui/react");
|
|
6542
6547
|
|
|
6543
6548
|
// src/config/theme/components/index.ts
|
|
6544
6549
|
var components_exports = {};
|
|
@@ -7095,8 +7100,8 @@ var card_default2 = CardStyle;
|
|
|
7095
7100
|
|
|
7096
7101
|
// src/config/theme/components/checkbox.ts
|
|
7097
7102
|
var import_anatomy3 = require("@chakra-ui/anatomy");
|
|
7098
|
-
var
|
|
7099
|
-
var { definePartsStyle: definePartsStyle3, defineMultiStyleConfig: defineMultiStyleConfig3 } = (0,
|
|
7103
|
+
var import_react100 = require("@chakra-ui/react");
|
|
7104
|
+
var { definePartsStyle: definePartsStyle3, defineMultiStyleConfig: defineMultiStyleConfig3 } = (0, import_react100.createMultiStyleConfigHelpers)(import_anatomy3.checkboxAnatomy.keys);
|
|
7100
7105
|
var baseStyle3 = definePartsStyle3({
|
|
7101
7106
|
control: {
|
|
7102
7107
|
borderRadius: "sm",
|
|
@@ -7197,8 +7202,8 @@ var checkbox_default2 = Checkbox3;
|
|
|
7197
7202
|
|
|
7198
7203
|
// src/config/theme/components/chips.ts
|
|
7199
7204
|
var import_anatomy4 = require("@chakra-ui/anatomy");
|
|
7200
|
-
var
|
|
7201
|
-
var { definePartsStyle: definePartsStyle4, defineMultiStyleConfig: defineMultiStyleConfig4 } = (0,
|
|
7205
|
+
var import_react101 = require("@chakra-ui/react");
|
|
7206
|
+
var { definePartsStyle: definePartsStyle4, defineMultiStyleConfig: defineMultiStyleConfig4 } = (0, import_react101.createMultiStyleConfigHelpers)(import_anatomy4.tagAnatomy.keys);
|
|
7202
7207
|
var baseStyle4 = definePartsStyle4({
|
|
7203
7208
|
container: {
|
|
7204
7209
|
px: 3,
|
|
@@ -7407,8 +7412,8 @@ var input_default = Input4;
|
|
|
7407
7412
|
|
|
7408
7413
|
// src/config/theme/components/loader.ts
|
|
7409
7414
|
var import_styled_system7 = require("@chakra-ui/styled-system");
|
|
7410
|
-
var
|
|
7411
|
-
var rotate = (0,
|
|
7415
|
+
var import_react102 = require("@emotion/react");
|
|
7416
|
+
var rotate = (0, import_react102.keyframes)({
|
|
7412
7417
|
"0%": {
|
|
7413
7418
|
transform: "rotate(0deg)"
|
|
7414
7419
|
},
|
|
@@ -7590,8 +7595,8 @@ var modal_default = modalTheme;
|
|
|
7590
7595
|
|
|
7591
7596
|
// src/config/theme/components/popover.ts
|
|
7592
7597
|
var import_anatomy7 = require("@chakra-ui/anatomy");
|
|
7593
|
-
var
|
|
7594
|
-
var { definePartsStyle: definePartsStyle7, defineMultiStyleConfig: defineMultiStyleConfig7 } = (0,
|
|
7598
|
+
var import_react103 = require("@chakra-ui/react");
|
|
7599
|
+
var { definePartsStyle: definePartsStyle7, defineMultiStyleConfig: defineMultiStyleConfig7 } = (0, import_react103.createMultiStyleConfigHelpers)(import_anatomy7.popoverAnatomy.keys);
|
|
7595
7600
|
var baseStyle8 = definePartsStyle7({
|
|
7596
7601
|
content: {
|
|
7597
7602
|
bg: "white"
|
|
@@ -7602,8 +7607,8 @@ var popover_default = popoverTheme;
|
|
|
7602
7607
|
|
|
7603
7608
|
// src/config/theme/components/radio.ts
|
|
7604
7609
|
var import_anatomy8 = require("@chakra-ui/anatomy");
|
|
7605
|
-
var
|
|
7606
|
-
var { definePartsStyle: definePartsStyle8, defineMultiStyleConfig: defineMultiStyleConfig8 } = (0,
|
|
7610
|
+
var import_react104 = require("@chakra-ui/react");
|
|
7611
|
+
var { definePartsStyle: definePartsStyle8, defineMultiStyleConfig: defineMultiStyleConfig8 } = (0, import_react104.createMultiStyleConfigHelpers)(import_anatomy8.radioAnatomy.keys);
|
|
7607
7612
|
var baseStyle9 = definePartsStyle8({
|
|
7608
7613
|
control: {
|
|
7609
7614
|
border: "1px solid",
|
|
@@ -8025,7 +8030,7 @@ var tabsTheme = defineMultiStyleConfig11({
|
|
|
8025
8030
|
var tabs_default = tabsTheme;
|
|
8026
8031
|
|
|
8027
8032
|
// src/config/theme/components/textarea.ts
|
|
8028
|
-
var
|
|
8033
|
+
var import_react105 = require("@chakra-ui/react");
|
|
8029
8034
|
var getProps = (props) => {
|
|
8030
8035
|
const { isError, isSuccess, isDisabled } = props;
|
|
8031
8036
|
let borderColor = "neutral.400";
|
|
@@ -8045,7 +8050,7 @@ var getProps = (props) => {
|
|
|
8045
8050
|
borderColor
|
|
8046
8051
|
};
|
|
8047
8052
|
};
|
|
8048
|
-
var outline3 = (0,
|
|
8053
|
+
var outline3 = (0, import_react105.defineStyle)((props) => {
|
|
8049
8054
|
const { focusBorderColor, borderColor } = getProps(props);
|
|
8050
8055
|
return {
|
|
8051
8056
|
background: "white.high",
|
|
@@ -8089,7 +8094,7 @@ var outline3 = (0, import_react104.defineStyle)((props) => {
|
|
|
8089
8094
|
}
|
|
8090
8095
|
};
|
|
8091
8096
|
});
|
|
8092
|
-
var Textarea = (0,
|
|
8097
|
+
var Textarea = (0, import_react105.defineStyleConfig)({
|
|
8093
8098
|
variants: { outline: outline3 },
|
|
8094
8099
|
defaultProps: {
|
|
8095
8100
|
variant: "outline"
|
|
@@ -8098,15 +8103,15 @@ var Textarea = (0, import_react104.defineStyleConfig)({
|
|
|
8098
8103
|
var textarea_default2 = Textarea;
|
|
8099
8104
|
|
|
8100
8105
|
// src/config/theme/components/tooltip.ts
|
|
8101
|
-
var
|
|
8102
|
-
var $arrowBg = (0,
|
|
8106
|
+
var import_react106 = require("@chakra-ui/react");
|
|
8107
|
+
var $arrowBg = (0, import_react106.cssVar)("popper-arrow-bg");
|
|
8103
8108
|
var baseStyle12 = {
|
|
8104
8109
|
bg: "neutral.700",
|
|
8105
8110
|
textStyle: "text.sm",
|
|
8106
8111
|
fontSize: "text.sm",
|
|
8107
8112
|
[$arrowBg.variable]: "var(--chakra-colors-neutral-700)"
|
|
8108
8113
|
};
|
|
8109
|
-
var Tooltip2 = (0,
|
|
8114
|
+
var Tooltip2 = (0, import_react106.defineStyleConfig)({ baseStyle: baseStyle12 });
|
|
8110
8115
|
var tooltip_default = Tooltip2;
|
|
8111
8116
|
|
|
8112
8117
|
// src/config/theme/themeConfiguration.ts
|
|
@@ -8125,7 +8130,7 @@ var createExtendTheme = (theme5) => {
|
|
|
8125
8130
|
return function extendTheme2(...extensions) {
|
|
8126
8131
|
let overrides = [...extensions];
|
|
8127
8132
|
let activeTheme = extensions[extensions.length - 1];
|
|
8128
|
-
if ((0,
|
|
8133
|
+
if ((0, import_react107.isChakraTheme)(activeTheme) && // this ensures backward compatibility
|
|
8129
8134
|
// previously only `extendTheme(override, activeTheme?)` was allowed
|
|
8130
8135
|
overrides.length > 1) {
|
|
8131
8136
|
overrides = overrides.slice(0, overrides.length - 1);
|
|
@@ -8134,13 +8139,13 @@ var createExtendTheme = (theme5) => {
|
|
|
8134
8139
|
}
|
|
8135
8140
|
return pipe(
|
|
8136
8141
|
...overrides.map(
|
|
8137
|
-
(extension) => (prevTheme) => isFunction(extension) ? extension(prevTheme) : (0,
|
|
8142
|
+
(extension) => (prevTheme) => isFunction(extension) ? extension(prevTheme) : (0, import_react107.mergeThemeOverride)(prevTheme, extension)
|
|
8138
8143
|
)
|
|
8139
8144
|
)(activeTheme);
|
|
8140
8145
|
};
|
|
8141
8146
|
};
|
|
8142
8147
|
var getTheme = (foundations) => {
|
|
8143
|
-
return (0,
|
|
8148
|
+
return (0, import_react107.extendTheme)({
|
|
8144
8149
|
...foundations,
|
|
8145
8150
|
components: {
|
|
8146
8151
|
...components_exports
|
|
@@ -8157,7 +8162,7 @@ var getTheme = (foundations) => {
|
|
|
8157
8162
|
config
|
|
8158
8163
|
});
|
|
8159
8164
|
};
|
|
8160
|
-
var theme4 = (0,
|
|
8165
|
+
var theme4 = (0, import_react107.extendTheme)({
|
|
8161
8166
|
components: {
|
|
8162
8167
|
...components_exports
|
|
8163
8168
|
},
|
|
@@ -8177,23 +8182,23 @@ var theme4 = (0, import_react106.extendTheme)({
|
|
|
8177
8182
|
|
|
8178
8183
|
// src/hooks/useFetcher.ts
|
|
8179
8184
|
var import_axios2 = __toESM(require("axios"));
|
|
8180
|
-
var
|
|
8185
|
+
var import_react110 = require("react");
|
|
8181
8186
|
|
|
8182
8187
|
// src/provider/components/provider.tsx
|
|
8183
8188
|
var import_axios = __toESM(require("axios"));
|
|
8184
|
-
var
|
|
8189
|
+
var import_react108 = require("react");
|
|
8185
8190
|
var import_react_toastify3 = require("react-toastify");
|
|
8186
8191
|
var import_jsx_runtime69 = require("react/jsx-runtime");
|
|
8187
|
-
var ProviderContext = (0,
|
|
8192
|
+
var ProviderContext = (0, import_react108.createContext)({
|
|
8188
8193
|
instance: void 0
|
|
8189
8194
|
});
|
|
8190
8195
|
var useInternalUI = () => {
|
|
8191
|
-
const { instance } = (0,
|
|
8196
|
+
const { instance } = (0, import_react108.useContext)(ProviderContext);
|
|
8192
8197
|
return { instance };
|
|
8193
8198
|
};
|
|
8194
8199
|
var Provider = ({ children, config: config2, requestInterceptors, responseInterceptors }) => {
|
|
8195
|
-
const instanceRef = (0,
|
|
8196
|
-
(0,
|
|
8200
|
+
const instanceRef = (0, import_react108.useRef)(import_axios.default.create(config2));
|
|
8201
|
+
(0, import_react108.useEffect)(() => {
|
|
8197
8202
|
requestInterceptors == null ? void 0 : requestInterceptors.forEach((interceptor) => {
|
|
8198
8203
|
instanceRef.current.interceptors.request.use(interceptor);
|
|
8199
8204
|
});
|
|
@@ -8201,7 +8206,7 @@ var Provider = ({ children, config: config2, requestInterceptors, responseInterc
|
|
|
8201
8206
|
instanceRef.current.interceptors.response.use(interceptor);
|
|
8202
8207
|
});
|
|
8203
8208
|
}, [requestInterceptors, responseInterceptors]);
|
|
8204
|
-
const provider = (0,
|
|
8209
|
+
const provider = (0, import_react108.useMemo)(() => ({ instance: instanceRef.current }), []);
|
|
8205
8210
|
return /* @__PURE__ */ (0, import_jsx_runtime69.jsxs)(ProviderContext.Provider, { value: provider, children: [
|
|
8206
8211
|
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(import_react_toastify3.ToastContainer, {}),
|
|
8207
8212
|
children
|
|
@@ -8211,12 +8216,12 @@ Provider.displayName = "Provider";
|
|
|
8211
8216
|
var provider_default = Provider;
|
|
8212
8217
|
|
|
8213
8218
|
// src/provider/index.ts
|
|
8214
|
-
var
|
|
8219
|
+
var import_react109 = require("@chakra-ui/react");
|
|
8215
8220
|
|
|
8216
8221
|
// src/hooks/useFetcher.ts
|
|
8217
8222
|
function useFetcher() {
|
|
8218
8223
|
const { instance } = useInternalUI();
|
|
8219
|
-
const axiosInstance = (0,
|
|
8224
|
+
const axiosInstance = (0, import_react110.useMemo)(() => instance || import_axios2.default, [instance]);
|
|
8220
8225
|
const fetcher = async ({ url, data, method, headers, ...config2 }) => {
|
|
8221
8226
|
const response = await axiosInstance.request({
|
|
8222
8227
|
data,
|
|
@@ -8236,10 +8241,10 @@ function useFetcher() {
|
|
|
8236
8241
|
}
|
|
8237
8242
|
|
|
8238
8243
|
// src/hooks/index.ts
|
|
8239
|
-
var
|
|
8244
|
+
var import_react111 = require("@chakra-ui/react");
|
|
8240
8245
|
|
|
8241
8246
|
// src/index.ts
|
|
8242
|
-
var
|
|
8247
|
+
var import_react112 = require("@chakra-ui/react");
|
|
8243
8248
|
// Annotate the CommonJS export names for ESM import in node:
|
|
8244
8249
|
0 && (module.exports = {
|
|
8245
8250
|
Accordion,
|