@ctlyst.id/internal-ui 2.1.14 → 2.1.16
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.js +399 -419
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +163 -196
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -59,12 +59,12 @@ __export(src_exports, {
|
|
59
59
|
AlertIcon: () => AlertIcon,
|
60
60
|
AlertTitle: () => AlertTitle,
|
61
61
|
Anchor: () => Anchor,
|
62
|
-
Avatar: () =>
|
63
|
-
AvatarBadge: () =>
|
64
|
-
AvatarBadgeProps: () =>
|
65
|
-
AvatarGroup: () =>
|
66
|
-
AvatarGroupProps: () =>
|
67
|
-
AvatarProps: () =>
|
62
|
+
Avatar: () => import_react84.Avatar,
|
63
|
+
AvatarBadge: () => import_react84.AvatarBadge,
|
64
|
+
AvatarBadgeProps: () => import_react84.AvatarBadgeProps,
|
65
|
+
AvatarGroup: () => import_react84.AvatarGroup,
|
66
|
+
AvatarGroupProps: () => import_react84.AvatarGroupProps,
|
67
|
+
AvatarProps: () => import_react84.AvatarProps,
|
68
68
|
Badge: () => badge_default,
|
69
69
|
Box: () => import_react48.Box,
|
70
70
|
BoxProps: () => import_react48.BoxProps,
|
@@ -74,9 +74,9 @@ __export(src_exports, {
|
|
74
74
|
ButtonGroupProps: () => import_react9.ButtonGroupProps,
|
75
75
|
Card: () => card_default,
|
76
76
|
Center: () => import_react48.Center,
|
77
|
-
ChakraProvider: () =>
|
78
|
-
ChakraProviderProps: () =>
|
79
|
-
ChakraTable: () =>
|
77
|
+
ChakraProvider: () => import_react92.ChakraProvider,
|
78
|
+
ChakraProviderProps: () => import_react92.ChakraProviderProps,
|
79
|
+
ChakraTable: () => import_react78.Table,
|
80
80
|
Checkbox: () => checkbox_default,
|
81
81
|
CheckboxGroup: () => checkbox_group_default,
|
82
82
|
CheckboxGroupContext: () => import_react16.CheckboxGroupContext,
|
@@ -87,13 +87,13 @@ __export(src_exports, {
|
|
87
87
|
Chips: () => chips_default,
|
88
88
|
CloseButton: () => import_react9.CloseButton,
|
89
89
|
CloseButtonProps: () => import_react9.CloseButtonProps,
|
90
|
-
Code: () =>
|
91
|
-
CodeProps: () =>
|
92
|
-
Collapse: () =>
|
93
|
-
CollapseProps: () =>
|
94
|
-
ColorMode: () =>
|
95
|
-
ColorModeScript: () =>
|
96
|
-
ColorModeScriptProps: () =>
|
90
|
+
Code: () => import_react81.Code,
|
91
|
+
CodeProps: () => import_react81.CodeProps,
|
92
|
+
Collapse: () => import_react84.Collapse,
|
93
|
+
CollapseProps: () => import_react84.CollapseProps,
|
94
|
+
ColorMode: () => import_react92.ColorMode,
|
95
|
+
ColorModeScript: () => import_react92.ColorModeScript,
|
96
|
+
ColorModeScriptProps: () => import_react92.ColorModeScriptProps,
|
97
97
|
Container: () => import_react48.Container,
|
98
98
|
ContainerProps: () => import_react48.ContainerProps,
|
99
99
|
Counter: () => counter_default,
|
@@ -112,8 +112,8 @@ __export(src_exports, {
|
|
112
112
|
DrawerHeader: () => import_react59.ModalHeader,
|
113
113
|
DrawerOverlay: () => import_react59.ModalOverlay,
|
114
114
|
DrawerProps: () => import_react59.DrawerProps,
|
115
|
-
Fade: () =>
|
116
|
-
FadeProps: () =>
|
115
|
+
Fade: () => import_react84.Fade,
|
116
|
+
FadeProps: () => import_react84.FadeProps,
|
117
117
|
Field: () => field_default,
|
118
118
|
Flex: () => import_react48.Flex,
|
119
119
|
FlexProps: () => import_react48.FlexProps,
|
@@ -129,18 +129,18 @@ __export(src_exports, {
|
|
129
129
|
GridProps: () => import_react48.GridProps,
|
130
130
|
HStack: () => import_react48.HStack,
|
131
131
|
Header: () => header_default,
|
132
|
-
Heading: () =>
|
133
|
-
HeadingProps: () =>
|
134
|
-
Hide: () =>
|
135
|
-
HideProps: () =>
|
132
|
+
Heading: () => import_react81.Heading,
|
133
|
+
HeadingProps: () => import_react81.HeadingProps,
|
134
|
+
Hide: () => import_react84.Hide,
|
135
|
+
HideProps: () => import_react84.HideProps,
|
136
136
|
Icon: () => import_react47.Icon,
|
137
137
|
IconButton: () => import_react9.IconButton,
|
138
138
|
IconButtonProps: () => import_react9.IconButtonProps,
|
139
139
|
IconProps: () => import_react47.IconProps,
|
140
140
|
Image: () => import_react47.Image,
|
141
141
|
ImageProps: () => import_react47.ImageProps,
|
142
|
-
Img: () =>
|
143
|
-
ImgProps: () =>
|
142
|
+
Img: () => import_react84.Img,
|
143
|
+
ImgProps: () => import_react84.ImgProps,
|
144
144
|
InputAddonLeft: () => InputAddonLeft,
|
145
145
|
InputAddonRight: () => InputAddonRight,
|
146
146
|
InputElementLeft: () => import_react20.InputLeftElement,
|
@@ -157,8 +157,8 @@ __export(src_exports, {
|
|
157
157
|
InputRightAddonProps: () => import_react27.InputRightAddonProps,
|
158
158
|
InputRightElement: () => import_react27.InputRightElement,
|
159
159
|
InputRightElementProps: () => import_react27.InputRightElementProps,
|
160
|
-
Link: () =>
|
161
|
-
LinkProps: () =>
|
160
|
+
Link: () => import_react81.Link,
|
161
|
+
LinkProps: () => import_react81.LinkProps,
|
162
162
|
List: () => import_react49.List,
|
163
163
|
ListIcon: () => import_react49.ListIcon,
|
164
164
|
ListItem: () => import_react49.ListItem,
|
@@ -188,126 +188,126 @@ __export(src_exports, {
|
|
188
188
|
Pagination: () => pagination_default,
|
189
189
|
PaginationDetail: () => pagination_detail_default,
|
190
190
|
PaginationFilter: () => pagination_filter_default,
|
191
|
-
Popover: () =>
|
192
|
-
PopoverAnchor: () =>
|
193
|
-
PopoverArrow: () =>
|
194
|
-
PopoverArrowProps: () =>
|
195
|
-
PopoverBody: () =>
|
196
|
-
PopoverBodyProps: () =>
|
197
|
-
PopoverCloseButton: () =>
|
198
|
-
PopoverContent: () =>
|
199
|
-
PopoverContentProps: () =>
|
200
|
-
PopoverFooter: () =>
|
201
|
-
PopoverFooterProps: () =>
|
202
|
-
PopoverHeader: () =>
|
203
|
-
PopoverHeaderProps: () =>
|
204
|
-
PopoverProps: () =>
|
205
|
-
PopoverTrigger: () =>
|
206
|
-
Portal: () =>
|
207
|
-
PortalProps: () =>
|
191
|
+
Popover: () => import_react68.Popover,
|
192
|
+
PopoverAnchor: () => import_react68.PopoverAnchor,
|
193
|
+
PopoverArrow: () => import_react68.PopoverArrow,
|
194
|
+
PopoverArrowProps: () => import_react68.PopoverArrowProps,
|
195
|
+
PopoverBody: () => import_react68.PopoverBody,
|
196
|
+
PopoverBodyProps: () => import_react68.PopoverBodyProps,
|
197
|
+
PopoverCloseButton: () => import_react68.PopoverCloseButton,
|
198
|
+
PopoverContent: () => import_react68.PopoverContent,
|
199
|
+
PopoverContentProps: () => import_react68.PopoverContentProps,
|
200
|
+
PopoverFooter: () => import_react68.PopoverFooter,
|
201
|
+
PopoverFooterProps: () => import_react68.PopoverFooterProps,
|
202
|
+
PopoverHeader: () => import_react68.PopoverHeader,
|
203
|
+
PopoverHeaderProps: () => import_react68.PopoverHeaderProps,
|
204
|
+
PopoverProps: () => import_react68.PopoverProps,
|
205
|
+
PopoverTrigger: () => import_react68.PopoverTrigger,
|
206
|
+
Portal: () => import_react68.Portal,
|
207
|
+
PortalProps: () => import_react68.PortalProps,
|
208
208
|
Provider: () => provider_default,
|
209
209
|
ProviderContext: () => ProviderContext,
|
210
210
|
Radio: () => Radio,
|
211
211
|
RadioGroup: () => RadioGroup,
|
212
|
-
RadioGroupContext: () =>
|
212
|
+
RadioGroupContext: () => import_react71.RadioGroupContext,
|
213
213
|
Rating: () => rating_default,
|
214
214
|
RequiredIndicator: () => import_react27.RequiredIndicator,
|
215
215
|
RequiredIndicatorProps: () => import_react27.RequiredIndicatorProps,
|
216
|
-
ScaleFade: () =>
|
217
|
-
ScaleFadeProps: () =>
|
216
|
+
ScaleFade: () => import_react84.ScaleFade,
|
217
|
+
ScaleFadeProps: () => import_react84.ScaleFadeProps,
|
218
218
|
Select: () => select_default,
|
219
219
|
SelectAsync: () => select_async_default,
|
220
220
|
SelectAsyncCreatable: () => SelectAsyncCreatable,
|
221
221
|
SelectCreatable: () => SelectCreatable,
|
222
|
-
Show: () =>
|
223
|
-
ShowProps: () =>
|
222
|
+
Show: () => import_react84.Show,
|
223
|
+
ShowProps: () => import_react84.ShowProps,
|
224
224
|
SimpleGrid: () => import_react48.SimpleGrid,
|
225
225
|
Skeleton: () => import_react5.Skeleton,
|
226
|
-
Slide: () =>
|
227
|
-
SlideFade: () =>
|
228
|
-
SlideFadeProps: () =>
|
229
|
-
SlideProps: () =>
|
226
|
+
Slide: () => import_react84.Slide,
|
227
|
+
SlideFade: () => import_react84.SlideFade,
|
228
|
+
SlideFadeProps: () => import_react84.SlideFadeProps,
|
229
|
+
SlideProps: () => import_react84.SlideProps,
|
230
230
|
Spacer: () => import_react48.Spacer,
|
231
231
|
Stack: () => import_react48.Stack,
|
232
232
|
StackProps: () => import_react48.StackProps,
|
233
|
-
Step: () =>
|
234
|
-
StepDescription: () =>
|
235
|
-
StepIcon: () =>
|
236
|
-
StepIndicator: () =>
|
237
|
-
StepNumber: () =>
|
238
|
-
StepSeparator: () =>
|
239
|
-
StepStatus: () =>
|
240
|
-
StepTitle: () =>
|
241
|
-
Stepper: () =>
|
233
|
+
Step: () => import_react84.Step,
|
234
|
+
StepDescription: () => import_react84.StepDescription,
|
235
|
+
StepIcon: () => import_react84.StepIcon,
|
236
|
+
StepIndicator: () => import_react84.StepIndicator,
|
237
|
+
StepNumber: () => import_react84.StepNumber,
|
238
|
+
StepSeparator: () => import_react84.StepSeparator,
|
239
|
+
StepStatus: () => import_react84.StepStatus,
|
240
|
+
StepTitle: () => import_react84.StepTitle,
|
241
|
+
Stepper: () => import_react84.Stepper,
|
242
242
|
Switch: () => switch_default,
|
243
243
|
Tab: () => tab_default,
|
244
|
-
TabIndicator: () =>
|
245
|
-
TabIndicatorProps: () =>
|
246
|
-
TabList: () =>
|
247
|
-
TabListProps: () =>
|
248
|
-
TabPanel: () =>
|
249
|
-
TabPanelProps: () =>
|
250
|
-
TabPanels: () =>
|
251
|
-
TabPanelsProps: () =>
|
252
|
-
TabProps: () =>
|
253
|
-
TableBodyProps: () =>
|
254
|
-
TableCellProps: () =>
|
255
|
-
TableColumnHeaderProps: () =>
|
256
|
-
TableHeadProps: () =>
|
257
|
-
TableProps: () =>
|
258
|
-
TableRowProps: () =>
|
259
|
-
Tabs: () =>
|
260
|
-
TabsDescendantsProvider: () =>
|
261
|
-
TabsProps: () =>
|
262
|
-
TabsProvider: () =>
|
263
|
-
Tbody: () =>
|
264
|
-
Td: () =>
|
265
|
-
Text: () =>
|
266
|
-
TextProps: () =>
|
244
|
+
TabIndicator: () => import_react80.TabIndicator,
|
245
|
+
TabIndicatorProps: () => import_react80.TabIndicatorProps,
|
246
|
+
TabList: () => import_react80.TabList,
|
247
|
+
TabListProps: () => import_react80.TabListProps,
|
248
|
+
TabPanel: () => import_react80.TabPanel,
|
249
|
+
TabPanelProps: () => import_react80.TabPanelProps,
|
250
|
+
TabPanels: () => import_react80.TabPanels,
|
251
|
+
TabPanelsProps: () => import_react80.TabPanelsProps,
|
252
|
+
TabProps: () => import_react80.TabProps,
|
253
|
+
TableBodyProps: () => import_react78.TableBodyProps,
|
254
|
+
TableCellProps: () => import_react78.TableCellProps,
|
255
|
+
TableColumnHeaderProps: () => import_react78.TableColumnHeaderProps,
|
256
|
+
TableHeadProps: () => import_react78.TableHeadProps,
|
257
|
+
TableProps: () => import_react78.TableProps,
|
258
|
+
TableRowProps: () => import_react78.TableRowProps,
|
259
|
+
Tabs: () => import_react80.Tabs,
|
260
|
+
TabsDescendantsProvider: () => import_react80.TabsDescendantsProvider,
|
261
|
+
TabsProps: () => import_react80.TabsProps,
|
262
|
+
TabsProvider: () => import_react80.TabsProvider,
|
263
|
+
Tbody: () => import_react78.Tbody,
|
264
|
+
Td: () => import_react78.Td,
|
265
|
+
Text: () => import_react81.Text,
|
266
|
+
TextProps: () => import_react81.TextProps,
|
267
267
|
TextareaField: () => textarea_default,
|
268
|
-
Th: () =>
|
269
|
-
Thead: () =>
|
268
|
+
Th: () => import_react78.Th,
|
269
|
+
Thead: () => import_react78.Thead,
|
270
270
|
ThemeTypings: () => import_styled_system13.ThemeTypings,
|
271
|
-
Tooltip: () =>
|
272
|
-
TooltipProps: () =>
|
273
|
-
Tr: () =>
|
271
|
+
Tooltip: () => import_react82.Tooltip,
|
272
|
+
TooltipProps: () => import_react82.TooltipProps,
|
273
|
+
Tr: () => import_react78.Tr,
|
274
274
|
UnorderedList: () => import_react49.UnorderedList,
|
275
275
|
Uploader: () => uploader_default,
|
276
276
|
UseAccordionItemProps: () => import_react3.UseAccordionItemProps,
|
277
277
|
UseAccordionItemReturn: () => import_react3.UseAccordionItemReturn,
|
278
278
|
UseAccordionProps: () => import_react3.UseAccordionProps,
|
279
279
|
UseAccordionReturn: () => import_react3.UseAccordionReturn,
|
280
|
-
UseBreakpointOptions: () =>
|
280
|
+
UseBreakpointOptions: () => import_react84.UseBreakpointOptions,
|
281
281
|
UseCheckboxGroupProps: () => import_react16.UseCheckboxGroupProps,
|
282
282
|
UseCheckboxGroupReturn: () => import_react16.UseCheckboxGroupReturn,
|
283
283
|
UseCheckboxProps: () => import_react16.UseCheckboxProps,
|
284
284
|
UseCheckboxReturn: () => import_react16.UseCheckboxReturn,
|
285
|
-
UseDisclosureProps: () =>
|
286
|
-
UseImageProps: () =>
|
287
|
-
UseImageReturn: () =>
|
288
|
-
UseMediaQueryOptions: () =>
|
285
|
+
UseDisclosureProps: () => import_react94.UseDisclosureProps,
|
286
|
+
UseImageProps: () => import_react84.UseImageProps,
|
287
|
+
UseImageReturn: () => import_react84.UseImageReturn,
|
288
|
+
UseMediaQueryOptions: () => import_react84.UseMediaQueryOptions,
|
289
289
|
UseModalProps: () => import_react59.UseModalProps,
|
290
290
|
UseModalReturn: () => import_react59.UseModalReturn,
|
291
|
-
UseQueryProps: () =>
|
292
|
-
UseRadioGroupReturn: () =>
|
293
|
-
UseRadioProps: () =>
|
294
|
-
UseRadioReturn: () =>
|
295
|
-
UseTabListProps: () =>
|
296
|
-
UseTabListReturn: () =>
|
297
|
-
UseTabOptions: () =>
|
298
|
-
UseTabPanelsProps: () =>
|
299
|
-
UseTabProps: () =>
|
300
|
-
UseTabsProps: () =>
|
301
|
-
UseTabsReturn: () =>
|
291
|
+
UseQueryProps: () => import_react84.UseQueryProps,
|
292
|
+
UseRadioGroupReturn: () => import_react71.UseRadioGroupReturn,
|
293
|
+
UseRadioProps: () => import_react71.UseRadioProps,
|
294
|
+
UseRadioReturn: () => import_react71.UseRadioReturn,
|
295
|
+
UseTabListProps: () => import_react80.UseTabListProps,
|
296
|
+
UseTabListReturn: () => import_react80.UseTabListReturn,
|
297
|
+
UseTabOptions: () => import_react80.UseTabOptions,
|
298
|
+
UseTabPanelsProps: () => import_react80.UseTabPanelsProps,
|
299
|
+
UseTabProps: () => import_react80.UseTabProps,
|
300
|
+
UseTabsProps: () => import_react80.UseTabsProps,
|
301
|
+
UseTabsReturn: () => import_react80.UseTabsReturn,
|
302
302
|
VStack: () => import_react48.VStack,
|
303
|
-
VisuallyHidden: () =>
|
304
|
-
VisuallyHiddenInput: () =>
|
303
|
+
VisuallyHidden: () => import_react84.VisuallyHidden,
|
304
|
+
VisuallyHiddenInput: () => import_react84.VisuallyHiddenInput,
|
305
305
|
Wrap: () => import_react48.Wrap,
|
306
306
|
WrapItem: () => import_react48.WrapItem,
|
307
307
|
WrapItemProps: () => import_react48.WrapItemProps,
|
308
308
|
WrapProps: () => import_react48.WrapProps,
|
309
|
-
extendTheme: () =>
|
310
|
-
forwardRef: () =>
|
309
|
+
extendTheme: () => import_react95.extendTheme,
|
310
|
+
forwardRef: () => import_react95.forwardRef,
|
311
311
|
getTheme: () => getTheme,
|
312
312
|
theme: () => theme5,
|
313
313
|
useAccordion: () => import_react3.useAccordion,
|
@@ -316,47 +316,47 @@ __export(src_exports, {
|
|
316
316
|
useAccordionItemState: () => import_react3.useAccordionItemState,
|
317
317
|
useAccordionStyles: () => import_react3.useAccordionStyles,
|
318
318
|
useAlertStyles: () => useAlertStyles,
|
319
|
-
useBoolean: () =>
|
320
|
-
useBreakpoint: () =>
|
319
|
+
useBoolean: () => import_react94.useBoolean,
|
320
|
+
useBreakpoint: () => import_react84.useBreakpoint,
|
321
321
|
useCheckbox: () => import_react16.useCheckbox,
|
322
322
|
useCheckboxGroup: () => import_react16.useCheckboxGroup,
|
323
|
-
useClipboard: () =>
|
324
|
-
useColorMode: () =>
|
325
|
-
useColorModePreference: () =>
|
326
|
-
useColorModeValue: () =>
|
327
|
-
useConst: () =>
|
328
|
-
useControllableProp: () =>
|
329
|
-
useControllableState: () =>
|
323
|
+
useClipboard: () => import_react94.useClipboard,
|
324
|
+
useColorMode: () => import_react94.useColorMode,
|
325
|
+
useColorModePreference: () => import_react84.useColorModePreference,
|
326
|
+
useColorModeValue: () => import_react94.useColorModeValue,
|
327
|
+
useConst: () => import_react94.useConst,
|
328
|
+
useControllableProp: () => import_react94.useControllableProp,
|
329
|
+
useControllableState: () => import_react94.useControllableState,
|
330
330
|
useDataTable: () => useDataTable,
|
331
|
-
useDimensions: () =>
|
332
|
-
useDisclosure: () =>
|
331
|
+
useDimensions: () => import_react94.useDimensions,
|
332
|
+
useDisclosure: () => import_react94.useDisclosure,
|
333
333
|
useDrawerContext: () => import_react59.useDrawerContext,
|
334
334
|
useFetcher: () => useFetcher,
|
335
|
-
useImage: () =>
|
335
|
+
useImage: () => import_react84.useImage,
|
336
336
|
useInternalUI: () => useInternalUI,
|
337
|
-
useMergeRefs: () =>
|
337
|
+
useMergeRefs: () => import_react94.useMergeRefs,
|
338
338
|
useModal: () => import_react59.useModal,
|
339
339
|
useModalContext: () => import_react59.useModalContext,
|
340
340
|
useModalStyles: () => import_react59.useModalStyles,
|
341
|
-
useOutsideClick: () =>
|
342
|
-
useQuery: () =>
|
343
|
-
useRadio: () =>
|
344
|
-
useRadioGroup: () =>
|
345
|
-
useRadioGroupContext: () =>
|
346
|
-
useSteps: () =>
|
347
|
-
useTab: () =>
|
348
|
-
useTabIndicator: () =>
|
349
|
-
useTabList: () =>
|
350
|
-
useTabPanel: () =>
|
351
|
-
useTabPanels: () =>
|
352
|
-
useTabs: () =>
|
353
|
-
useTabsContext: () =>
|
354
|
-
useTabsDescendant: () =>
|
355
|
-
useTabsDescendants: () =>
|
356
|
-
useTabsDescendantsContext: () =>
|
357
|
-
useTabsStyles: () =>
|
358
|
-
useTheme: () =>
|
359
|
-
useToken: () =>
|
341
|
+
useOutsideClick: () => import_react94.useOutsideClick,
|
342
|
+
useQuery: () => import_react84.useQuery,
|
343
|
+
useRadio: () => import_react71.useRadio,
|
344
|
+
useRadioGroup: () => import_react71.useRadioGroup,
|
345
|
+
useRadioGroupContext: () => import_react71.useRadioGroupContext,
|
346
|
+
useSteps: () => import_react84.useSteps,
|
347
|
+
useTab: () => import_react80.useTab,
|
348
|
+
useTabIndicator: () => import_react80.useTabIndicator,
|
349
|
+
useTabList: () => import_react80.useTabList,
|
350
|
+
useTabPanel: () => import_react80.useTabPanel,
|
351
|
+
useTabPanels: () => import_react80.useTabPanels,
|
352
|
+
useTabs: () => import_react80.useTabs,
|
353
|
+
useTabsContext: () => import_react80.useTabsContext,
|
354
|
+
useTabsDescendant: () => import_react80.useTabsDescendant,
|
355
|
+
useTabsDescendants: () => import_react80.useTabsDescendants,
|
356
|
+
useTabsDescendantsContext: () => import_react80.useTabsDescendantsContext,
|
357
|
+
useTabsStyles: () => import_react80.useTabsStyles,
|
358
|
+
useTheme: () => import_react94.useTheme,
|
359
|
+
useToken: () => import_react94.useToken
|
360
360
|
});
|
361
361
|
module.exports = __toCommonJS(src_exports);
|
362
362
|
|
@@ -1162,7 +1162,7 @@ var Counter = ({
|
|
1162
1162
|
isReadOnly,
|
1163
1163
|
width: 12,
|
1164
1164
|
type: "number",
|
1165
|
-
borderColor: "neutral.200"
|
1165
|
+
borderColor: isError ? "danger.500" : "neutral.200"
|
1166
1166
|
}
|
1167
1167
|
),
|
1168
1168
|
/* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
@@ -1198,7 +1198,6 @@ var getCommonPinningStyles = (column) => {
|
|
1198
1198
|
left: isPinned === "left" ? `${column.getStart("left")}px` : void 0,
|
1199
1199
|
right: isPinned === "right" ? `${column.getAfter("right")}px` : void 0,
|
1200
1200
|
position: isPinned ? "sticky" : "relative",
|
1201
|
-
width: column.getSize(),
|
1202
1201
|
zIndex: isPinned ? 1 : 0,
|
1203
1202
|
backgroundColor: "white",
|
1204
1203
|
...isLastLeftPinnedColumn ? {
|
@@ -1360,8 +1359,8 @@ var DataTable = React5.forwardRef((props, ref) => {
|
|
1360
1359
|
import_react29.Th,
|
1361
1360
|
{
|
1362
1361
|
colSpan: header.colSpan,
|
1363
|
-
width: `${header.getSize() + (index === 0 || index === headerGroup.headers.length - 1 ? 16 : 0)}px`,
|
1364
1362
|
sx: getCommonPinningStyles(header.column),
|
1363
|
+
width: `${header.getSize() + (index === 0 || index === headerGroup.headers.length - 1 ? 16 : 0)}px`,
|
1365
1364
|
...styles == null ? void 0 : styles.tableColumnHeader,
|
1366
1365
|
children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
1367
1366
|
import_react29.Flex,
|
@@ -2865,104 +2864,69 @@ var modal_header_default = ModalHeader2;
|
|
2865
2864
|
var import_react59 = require("@chakra-ui/react");
|
2866
2865
|
|
2867
2866
|
// src/components/navigation/components/navigation.tsx
|
2868
|
-
var import_icons4 = require("@chakra-ui/icons");
|
2869
|
-
var import_react61 = require("@chakra-ui/react");
|
2870
|
-
var import_react62 = require("@emotion/react");
|
2871
|
-
|
2872
|
-
// src/components/navigation/components/mapping-icon.ts
|
2873
|
-
var import_fi6 = require("react-icons/fi");
|
2874
|
-
|
2875
|
-
// src/components/navigation/components/customer-icon.tsx
|
2876
2867
|
var import_react60 = require("@chakra-ui/react");
|
2877
|
-
var
|
2878
|
-
var
|
2879
|
-
displayName: "CustomerIcon",
|
2880
|
-
viewBox: "0 0 16 16",
|
2881
|
-
path: [
|
2882
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
2883
|
-
"path",
|
2884
|
-
{
|
2885
|
-
fill: "currentColor",
|
2886
|
-
fillRule: "inherit",
|
2887
|
-
d: "M8 2a6 6 0 1 0 0 12A6 6 0 0 0 8 2ZM.667 8a7.333 7.333 0 1 1 14.666 0A7.333 7.333 0 0 1 .667 8Z",
|
2888
|
-
clipRule: "inherit"
|
2889
|
-
}
|
2890
|
-
),
|
2891
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
2892
|
-
"path",
|
2893
|
-
{
|
2894
|
-
fill: "currentColor",
|
2895
|
-
d: "M12.416 12.698a1.997 1.997 0 0 0-1.75-1.031H5.334a2 2 0 0 0-1.864 1.277 7.722 7.722 0 0 1-.943-1.074 3.329 3.329 0 0 1 2.807-1.537h5.334a3.333 3.333 0 0 1 2.703 1.384c-.275.325-.594.66-.954.98Z"
|
2896
|
-
}
|
2897
|
-
),
|
2898
|
-
/* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
|
2899
|
-
"path",
|
2900
|
-
{
|
2901
|
-
fill: "currentColor",
|
2902
|
-
fillRule: "inherit",
|
2903
|
-
d: "M8 5.333A1.333 1.333 0 1 0 8 8a1.333 1.333 0 0 0 0-2.667ZM5.333 6.667a2.667 2.667 0 1 1 5.334 0 2.667 2.667 0 0 1-5.334 0Z",
|
2904
|
-
clipRule: "inherit"
|
2905
|
-
}
|
2906
|
-
)
|
2907
|
-
]
|
2908
|
-
});
|
2909
|
-
var customer_icon_default = CustomerIcon;
|
2868
|
+
var Icon3 = __toESM(require("@ctlyst.id/internal-icon"));
|
2869
|
+
var import_react61 = require("@emotion/react");
|
2910
2870
|
|
2911
|
-
// src/components/navigation/components/mapping-icon.
|
2871
|
+
// src/components/navigation/components/mapping-icon.tsx
|
2872
|
+
var Icon2 = __toESM(require("@ctlyst.id/internal-icon"));
|
2873
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
2912
2874
|
var mappingIcon = /* @__PURE__ */ new Map([
|
2913
|
-
["Order",
|
2914
|
-
["Fulfillment",
|
2915
|
-
["Transfer Stock",
|
2916
|
-
["Stock",
|
2917
|
-
["Product Database",
|
2918
|
-
["Purchasing",
|
2919
|
-
["Reseller",
|
2920
|
-
["Retur",
|
2921
|
-
["Other",
|
2922
|
-
["Content",
|
2923
|
-
["
|
2924
|
-
["
|
2875
|
+
["Order", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.ShoppingBag, { size: 4, color: "inherit" }, "order")],
|
2876
|
+
["Fulfillment", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.ShoppingCart, { size: 4, color: "inherit" }, "fullfilment")],
|
2877
|
+
["Transfer Stock", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.Repeat, { size: 4, color: "inherit" }, "transfer-stock")],
|
2878
|
+
["Stock", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.Box, { size: 4, color: "inherit" }, "stock")],
|
2879
|
+
["Product Database", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.Layers, { size: 4, color: "inherit" }, "product-database")],
|
2880
|
+
["Purchasing", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.DollarSign, { size: 4, color: "inherit" }, "purchasing")],
|
2881
|
+
["Reseller", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.Users, { size: 4, color: "inherit" }, "reseller")],
|
2882
|
+
["Retur", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.RotateCcw, { size: 4, color: "inherit" }, "retur")],
|
2883
|
+
["Other", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.Settings, { size: 4, color: "inherit" }, "other")],
|
2884
|
+
["Content", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.Layout, { size: 4, color: "inherit" }, "content")],
|
2885
|
+
["Customer", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.HelpCircle, { size: 4, color: "inherit" }, "content")],
|
2886
|
+
["Voucher", /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Icon2.Gift, { size: 4, color: "inherit" }, "content")]
|
2925
2887
|
]);
|
2926
2888
|
|
2927
2889
|
// src/components/navigation/components/navigation.tsx
|
2928
2890
|
var import_jsx_runtime42 = require("react/jsx-runtime");
|
2929
2891
|
var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
2930
|
-
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
2931
|
-
|
2892
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react60.Box, { borderRadius: "md", overflowX: "auto", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
2893
|
+
import_react60.Flex,
|
2932
2894
|
{
|
2933
|
-
bg:
|
2934
|
-
|
2935
|
-
|
2936
|
-
|
2937
|
-
|
2938
|
-
|
2895
|
+
bg: "white",
|
2896
|
+
w: "full",
|
2897
|
+
rounded: "md",
|
2898
|
+
flexWrap: "wrap",
|
2899
|
+
alignItems: "center",
|
2900
|
+
shadow: "raised",
|
2901
|
+
gap: 1,
|
2902
|
+
px: 4,
|
2903
|
+
py: 2,
|
2904
|
+
children: navigations == null ? void 0 : navigations.map((navigation) => {
|
2939
2905
|
const isActive = activePath.startsWith(navigation.navLink || "");
|
2940
2906
|
const activeBg = isActive ? "primary.500" : void 0;
|
2941
|
-
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
2942
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
2943
|
-
|
2907
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react60.Popover, { trigger: "hover", placement: "bottom-start", children: ({ isOpen }) => /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
|
2908
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react60.PopoverTrigger, { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
2909
|
+
import_react60.Button,
|
2944
2910
|
{
|
2945
|
-
|
2946
|
-
|
2947
|
-
|
2948
|
-
|
2911
|
+
h: 7.5,
|
2912
|
+
p: 2,
|
2913
|
+
size: "sm",
|
2914
|
+
variant: "ghost",
|
2915
|
+
"data-test-id": `CT_component_navigation_button-${navigation.title}${isActive ? "-active" : ""}`,
|
2949
2916
|
_hover: {
|
2950
|
-
backgroundColor: !isActive ?
|
2917
|
+
backgroundColor: !isActive ? "neutral.400" : activeBg
|
2951
2918
|
},
|
2952
|
-
backgroundColor: isOpen && !isActive ?
|
2953
|
-
color: isActive ? "
|
2954
|
-
|
2955
|
-
|
2956
|
-
|
2957
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react61.Text, { whiteSpace: "nowrap", fontSize: "text.sm", fontWeight: 400, children: navigation.title }),
|
2958
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_icons4.ChevronDownIcon, { ml: 2 })
|
2959
|
-
]
|
2919
|
+
backgroundColor: isOpen && !isActive ? "neutral.400" : activeBg,
|
2920
|
+
color: isActive ? "primary.50" : "black.high",
|
2921
|
+
leftIcon: mappingIcon.get(navigation.title),
|
2922
|
+
rightIcon: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Icon3.ChevronDown, { size: 4, color: "inherit" }),
|
2923
|
+
children: navigation.title
|
2960
2924
|
}
|
2961
2925
|
) }),
|
2962
|
-
navigation.children && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
2963
|
-
|
2926
|
+
navigation.children && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react60.Portal, { children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react60.Box, { zIndex: "popover", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
2927
|
+
import_react60.PopoverContent,
|
2964
2928
|
{
|
2965
|
-
bg: (0,
|
2929
|
+
bg: (0, import_react60.useColorModeValue)("white", "ebony-clay.800"),
|
2966
2930
|
maxW: 250,
|
2967
2931
|
border: "none",
|
2968
2932
|
borderRadius: "md",
|
@@ -2972,7 +2936,7 @@ var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
2972
2936
|
const isLocalLink = host === navHost;
|
2973
2937
|
const isActiveSub = activePath === navLink;
|
2974
2938
|
return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
2975
|
-
|
2939
|
+
import_react60.Link,
|
2976
2940
|
{
|
2977
2941
|
as: isLocalLink ? as : void 0,
|
2978
2942
|
href: link,
|
@@ -2980,7 +2944,7 @@ var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
2980
2944
|
textDecoration: "none"
|
2981
2945
|
},
|
2982
2946
|
children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
2983
|
-
|
2947
|
+
import_react60.Box,
|
2984
2948
|
{
|
2985
2949
|
display: "flex",
|
2986
2950
|
position: "relative",
|
@@ -2988,24 +2952,24 @@ var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
2988
2952
|
cursor: "pointer",
|
2989
2953
|
transition: "padding 0.35s ease 0s",
|
2990
2954
|
_hover: {
|
2991
|
-
backgroundColor: (0,
|
2992
|
-
color: (0,
|
2955
|
+
backgroundColor: (0, import_react60.useColorModeValue)("dove-gray.50", "mirage.900"),
|
2956
|
+
color: (0, import_react60.useColorModeValue)("primary.500", "dove-gray.600"),
|
2993
2957
|
px: 5,
|
2994
2958
|
py: 4,
|
2995
2959
|
_first: { borderTopRadius: "md" },
|
2996
2960
|
_last: { borderBottomRadius: "md" }
|
2997
2961
|
},
|
2998
2962
|
color: isActiveSub ? "primary.500" : "inherit",
|
2999
|
-
css:
|
3000
|
-
|
3001
|
-
|
2963
|
+
css: import_react61.css`
|
2964
|
+
border-spacing: 4px;
|
2965
|
+
`,
|
3002
2966
|
px: 6,
|
3003
2967
|
py: 4,
|
3004
2968
|
children: [
|
3005
|
-
|
3006
|
-
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
2969
|
+
mappingIcon.get(navigation.title),
|
2970
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_react60.Text, { fontSize: "text.sm", ml: 3, children: title }),
|
3007
2971
|
isActiveSub && /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
3008
|
-
|
2972
|
+
import_react60.Box,
|
3009
2973
|
{
|
3010
2974
|
width: 0.5,
|
3011
2975
|
height: 8,
|
@@ -3026,9 +2990,9 @@ var Navigation = ({ navigations, activePath, as, host, ...props }) => {
|
|
3026
2990
|
navigation.title
|
3027
2991
|
) }) })
|
3028
2992
|
] }) }, navigation.title);
|
3029
|
-
})
|
2993
|
+
})
|
3030
2994
|
}
|
3031
|
-
);
|
2995
|
+
) });
|
3032
2996
|
};
|
3033
2997
|
Navigation.defaultProps = {
|
3034
2998
|
navigations: void 0,
|
@@ -3038,8 +3002,8 @@ Navigation.defaultProps = {
|
|
3038
3002
|
var navigation_default = Navigation;
|
3039
3003
|
|
3040
3004
|
// src/components/navigation/components/navigation-bar.tsx
|
3041
|
-
var
|
3042
|
-
var
|
3005
|
+
var import_react62 = require("@chakra-ui/react");
|
3006
|
+
var Icon4 = __toESM(require("@ctlyst.id/internal-icon"));
|
3043
3007
|
var import_jsx_runtime43 = require("react/jsx-runtime");
|
3044
3008
|
var NavigationBar = ({
|
3045
3009
|
navigations,
|
@@ -3055,80 +3019,69 @@ var NavigationBar = ({
|
|
3055
3019
|
}
|
3056
3020
|
return subMenu.navHost + subMenu.navLink;
|
3057
3021
|
};
|
3058
|
-
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
3059
|
-
|
3022
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react62.Box, { hidden: isFetched && navigations === void 0, "data-test-id": "CT_component_navigation_cms", ...props, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
3023
|
+
import_react62.Flex,
|
3060
3024
|
{
|
3061
|
-
|
3062
|
-
|
3063
|
-
|
3064
|
-
|
3065
|
-
|
3066
|
-
|
3067
|
-
|
3068
|
-
|
3069
|
-
|
3070
|
-
|
3071
|
-
|
3072
|
-
|
3073
|
-
|
3074
|
-
|
3075
|
-
|
3076
|
-
|
3077
|
-
|
3078
|
-
|
3079
|
-
|
3080
|
-
|
3081
|
-
|
3082
|
-
|
3083
|
-
|
3084
|
-
|
3085
|
-
|
3086
|
-
|
3087
|
-
|
3088
|
-
|
3089
|
-
|
3090
|
-
|
3091
|
-
|
3092
|
-
|
3093
|
-
|
3094
|
-
|
3095
|
-
|
3096
|
-
|
3097
|
-
|
3098
|
-
|
3099
|
-
|
3100
|
-
|
3101
|
-
|
3102
|
-
|
3103
|
-
|
3104
|
-
|
3105
|
-
|
3106
|
-
|
3107
|
-
|
3108
|
-
|
3109
|
-
|
3110
|
-
|
3111
|
-
|
3112
|
-
|
3113
|
-
|
3114
|
-
|
3115
|
-
|
3116
|
-
|
3117
|
-
|
3118
|
-
|
3119
|
-
children: [
|
3120
|
-
mappingIcon2.get(item.title),
|
3121
|
-
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react63.Text, { textStyle: "text-sm", ml: 3, children: subMenu.title })
|
3122
|
-
]
|
3123
|
-
},
|
3124
|
-
subMenu.id
|
3125
|
-
)) })
|
3126
|
-
] }) }, item.id);
|
3127
|
-
})
|
3128
|
-
}
|
3129
|
-
)
|
3025
|
+
bg: "white",
|
3026
|
+
w: "full",
|
3027
|
+
rounded: "md",
|
3028
|
+
flexWrap: "wrap",
|
3029
|
+
alignItems: "center",
|
3030
|
+
shadow: "raised",
|
3031
|
+
gap: 1,
|
3032
|
+
px: 4,
|
3033
|
+
py: 2,
|
3034
|
+
children: navigations == null ? void 0 : navigations.map((item) => {
|
3035
|
+
var _a;
|
3036
|
+
const childMenu = item.children.filter((subMenu) => asPath == null ? void 0 : asPath.includes(subMenu.navLink));
|
3037
|
+
const isActive = pathname == null ? void 0 : pathname.startsWith((_a = childMenu[0]) == null ? void 0 : _a.navLink);
|
3038
|
+
const activeBg = isActive ? "primary.500" : void 0;
|
3039
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react62.Popover, { isLazy: true, trigger: "hover", placement: "bottom-start", openDelay: 100, closeDelay: 100, children: ({ isOpen, onClose }) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
|
3040
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react62.PopoverTrigger, { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
3041
|
+
import_react62.Button,
|
3042
|
+
{
|
3043
|
+
h: 7.5,
|
3044
|
+
p: 2,
|
3045
|
+
size: "sm",
|
3046
|
+
variant: "ghost",
|
3047
|
+
"data-test-id": `CT_component_navigation_button-${item.title}${isActive ? "-active" : ""}`,
|
3048
|
+
_hover: {
|
3049
|
+
backgroundColor: !isActive ? "neutral.400" : activeBg
|
3050
|
+
},
|
3051
|
+
backgroundColor: isOpen && !isActive ? "neutral.400" : activeBg,
|
3052
|
+
color: isActive ? "primary.50" : "black.high",
|
3053
|
+
leftIcon: mappingIcon2.get(item.title),
|
3054
|
+
rightIcon: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Icon4.ChevronDown, { size: 4, color: "inherit" }),
|
3055
|
+
children: item.title
|
3056
|
+
}
|
3057
|
+
) }),
|
3058
|
+
item.children && /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react62.PopoverContent, { bg: "white", boxShadow: "raised", borderRadius: "md", py: 1, width: 240, children: item.children.map((subMenu) => /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(
|
3059
|
+
import_react62.Link,
|
3060
|
+
{
|
3061
|
+
href: urlMenu(subMenu),
|
3062
|
+
display: "flex",
|
3063
|
+
alignItems: "center",
|
3064
|
+
transition: "padding 0.35s ease 0s",
|
3065
|
+
_hover: {
|
3066
|
+
pl: 6
|
3067
|
+
},
|
3068
|
+
py: 3,
|
3069
|
+
px: 4,
|
3070
|
+
color: (pathname == null ? void 0 : pathname.startsWith(subMenu.navLink)) ? "primary.800" : "black.high",
|
3071
|
+
onClick: onClose,
|
3072
|
+
background: (pathname == null ? void 0 : pathname.startsWith(subMenu.navLink)) ? "primary.50" : "transparent",
|
3073
|
+
"data-test-id": `CT_component_navigation_link-${item.id}`,
|
3074
|
+
children: [
|
3075
|
+
mappingIcon2.get(item.title),
|
3076
|
+
/* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_react62.Text, { textStyle: "text-sm", ml: 3, children: subMenu.title })
|
3077
|
+
]
|
3078
|
+
},
|
3079
|
+
subMenu.id
|
3080
|
+
)) })
|
3081
|
+
] }) }, item.id);
|
3082
|
+
})
|
3130
3083
|
}
|
3131
|
-
);
|
3084
|
+
) });
|
3132
3085
|
};
|
3133
3086
|
NavigationBar.defaultProps = {
|
3134
3087
|
navigations: void 0
|
@@ -3136,19 +3089,19 @@ NavigationBar.defaultProps = {
|
|
3136
3089
|
var navigation_bar_default = NavigationBar;
|
3137
3090
|
|
3138
3091
|
// src/components/pagination/components/pagination.tsx
|
3139
|
-
var
|
3140
|
-
var
|
3092
|
+
var import_icons4 = require("@chakra-ui/icons");
|
3093
|
+
var import_react65 = require("@chakra-ui/react");
|
3141
3094
|
|
3142
3095
|
// src/components/pagination/components/pagination-button.tsx
|
3143
|
-
var
|
3096
|
+
var import_react63 = require("@chakra-ui/react");
|
3144
3097
|
var import_jsx_runtime44 = require("react/jsx-runtime");
|
3145
|
-
var PaginationButton = (0,
|
3146
|
-
const btnBg = (0,
|
3147
|
-
const btnColor = (0,
|
3148
|
-
const btnNotActiveBg = (0,
|
3149
|
-
const btnNotActiveColor = (0,
|
3098
|
+
var PaginationButton = (0, import_react63.forwardRef)(({ className, style, isActive, children, ...rest }, ref) => {
|
3099
|
+
const btnBg = (0, import_react63.useColorModeValue)("neutral.300", "mirage.900");
|
3100
|
+
const btnColor = (0, import_react63.useColorModeValue)("black.high", "primary.300");
|
3101
|
+
const btnNotActiveBg = (0, import_react63.useColorModeValue)("secondary.50", "primary.500");
|
3102
|
+
const btnNotActiveColor = (0, import_react63.useColorModeValue)("primary.500", "white");
|
3150
3103
|
return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
3151
|
-
|
3104
|
+
import_react63.Button,
|
3152
3105
|
{
|
3153
3106
|
"data-test-id": "Pagination-Button",
|
3154
3107
|
ref,
|
@@ -3169,7 +3122,7 @@ var PaginationButton = (0, import_react64.forwardRef)(({ className, style, isAct
|
|
3169
3122
|
color: btnNotActiveColor
|
3170
3123
|
} : {},
|
3171
3124
|
_disabled: {
|
3172
|
-
background: (0,
|
3125
|
+
background: (0, import_react63.useColorModeValue)("neutral.300", "mirage.900"),
|
3173
3126
|
color: "neutral.600",
|
3174
3127
|
pointerEvents: "none"
|
3175
3128
|
},
|
@@ -3185,7 +3138,7 @@ PaginationButton.defaultProps = {
|
|
3185
3138
|
var pagination_button_default = PaginationButton;
|
3186
3139
|
|
3187
3140
|
// src/components/pagination/components/pagination-button-trigger.tsx
|
3188
|
-
var
|
3141
|
+
var import_react64 = require("@chakra-ui/react");
|
3189
3142
|
var import_jsx_runtime45 = require("react/jsx-runtime");
|
3190
3143
|
var PaginationButtonTrigger = ({
|
3191
3144
|
color,
|
@@ -3194,7 +3147,7 @@ var PaginationButtonTrigger = ({
|
|
3194
3147
|
visuallyHidden,
|
3195
3148
|
icon
|
3196
3149
|
}) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(pagination_button_default, { "data-test-id": "DLVCc_fBK35spHm5WxjcJ", color, isDisabled, onClick, children: [
|
3197
|
-
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
3150
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsx)(import_react64.VisuallyHidden, { children: visuallyHidden }),
|
3198
3151
|
icon
|
3199
3152
|
] });
|
3200
3153
|
PaginationButtonTrigger.defaultProps = {
|
@@ -3209,8 +3162,8 @@ var pagination_button_trigger_default = PaginationButtonTrigger;
|
|
3209
3162
|
// src/components/pagination/components/pagination.tsx
|
3210
3163
|
var import_jsx_runtime46 = require("react/jsx-runtime");
|
3211
3164
|
var Pagination = ({ className, current, total, onSelect }) => {
|
3212
|
-
const btnColorDisabled = (0,
|
3213
|
-
const btnColor = (0,
|
3165
|
+
const btnColorDisabled = (0, import_react65.useColorModeValue)("secondary.100", "primary.500");
|
3166
|
+
const btnColor = (0, import_react65.useColorModeValue)("primary.500", "secondary.100");
|
3214
3167
|
const disabledPrevious = current === 1;
|
3215
3168
|
const previousButtonColor = disabledPrevious ? btnColorDisabled : btnColor;
|
3216
3169
|
const disabledNext = current === total;
|
@@ -3237,8 +3190,8 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
3237
3190
|
}
|
3238
3191
|
return pageButtons;
|
3239
3192
|
};
|
3240
|
-
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
3241
|
-
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3193
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_react65.Box, { className, display: "inline-flex", alignItems: "center", children: [
|
3194
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_react65.Box, { mr: 1, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3242
3195
|
pagination_button_trigger_default,
|
3243
3196
|
{
|
3244
3197
|
"data-test-id": "Pagination-Button",
|
@@ -3246,10 +3199,10 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
3246
3199
|
isDisabled: disabledPrevious,
|
3247
3200
|
onClick: () => handleSelectPage(1),
|
3248
3201
|
visuallyHidden: "First Page",
|
3249
|
-
icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3202
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_icons4.ArrowLeftIcon, { width: 2 })
|
3250
3203
|
}
|
3251
3204
|
) }),
|
3252
|
-
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
3205
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_react65.Box, { bg: "neutral.300", borderRadius: "full", children: [
|
3253
3206
|
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3254
3207
|
pagination_button_trigger_default,
|
3255
3208
|
{
|
@@ -3258,7 +3211,7 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
3258
3211
|
isDisabled: disabledPrevious,
|
3259
3212
|
onClick: () => handleSelectPage(current - 1),
|
3260
3213
|
visuallyHidden: "Previous Page",
|
3261
|
-
icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3214
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_icons4.ChevronLeftIcon, {})
|
3262
3215
|
}
|
3263
3216
|
),
|
3264
3217
|
generatePages().map((page) => {
|
@@ -3268,7 +3221,7 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
3268
3221
|
"data-test-id": "Pagination-Button",
|
3269
3222
|
isActive: page === current,
|
3270
3223
|
onClick: () => typeof page === "number" ? handleSelectPage(page) : null,
|
3271
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3224
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_react65.Text, { scale: 300, fontSize: "text.sm", lineHeight: 18, fontWeight: 500, children: page })
|
3272
3225
|
},
|
3273
3226
|
page
|
3274
3227
|
);
|
@@ -3281,11 +3234,11 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
3281
3234
|
isDisabled: disabledNext,
|
3282
3235
|
onClick: () => handleSelectPage(current + 1),
|
3283
3236
|
visuallyHidden: "Next Page",
|
3284
|
-
icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3237
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_icons4.ChevronRightIcon, {})
|
3285
3238
|
}
|
3286
3239
|
)
|
3287
3240
|
] }),
|
3288
|
-
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3241
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_react65.Box, { ml: 1, children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3289
3242
|
pagination_button_trigger_default,
|
3290
3243
|
{
|
3291
3244
|
"data-test-id": "Pagination-Button",
|
@@ -3293,7 +3246,7 @@ var Pagination = ({ className, current, total, onSelect }) => {
|
|
3293
3246
|
isDisabled: disabledNext,
|
3294
3247
|
onClick: () => handleSelectPage(total),
|
3295
3248
|
visuallyHidden: "Last Page",
|
3296
|
-
icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
3249
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_icons4.ArrowRightIcon, { width: 2 })
|
3297
3250
|
}
|
3298
3251
|
) })
|
3299
3252
|
] });
|
@@ -3306,7 +3259,7 @@ Pagination.displayName = "Pagination";
|
|
3306
3259
|
var pagination_default = Pagination;
|
3307
3260
|
|
3308
3261
|
// src/components/pagination/components/pagination-detail.tsx
|
3309
|
-
var
|
3262
|
+
var import_react66 = require("@chakra-ui/react");
|
3310
3263
|
var import_jsx_runtime47 = require("react/jsx-runtime");
|
3311
3264
|
var PaginationDetail = ({
|
3312
3265
|
page,
|
@@ -3317,14 +3270,14 @@ var PaginationDetail = ({
|
|
3317
3270
|
lineHeight = 18,
|
3318
3271
|
...rest
|
3319
3272
|
}) => {
|
3320
|
-
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
3273
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_react66.Text, { scale, fontSize, lineHeight, ...rest, children: `${(page - 1) * limit + 1}-${limit * page < length ? limit * page : length} dari ${length} item` });
|
3321
3274
|
};
|
3322
3275
|
var pagination_detail_default = PaginationDetail;
|
3323
3276
|
|
3324
3277
|
// src/components/pagination/components/pagination-filter.tsx
|
3325
|
-
var
|
3278
|
+
var import_react67 = require("@chakra-ui/react");
|
3326
3279
|
var React13 = __toESM(require("react"));
|
3327
|
-
var
|
3280
|
+
var import_fi6 = require("react-icons/fi");
|
3328
3281
|
var import_jsx_runtime48 = require("react/jsx-runtime");
|
3329
3282
|
var PaginationFilter = ({
|
3330
3283
|
limit,
|
@@ -3334,10 +3287,10 @@ var PaginationFilter = ({
|
|
3334
3287
|
...rest
|
3335
3288
|
}) => {
|
3336
3289
|
const [value, setValue] = React13.useState(limit);
|
3337
|
-
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
3338
|
-
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
3290
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_react67.Box, { display: "flex", flexDirection: "row", alignItems: "center", children: [
|
3291
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_react67.Text, { fontSize: "text.sm", lineHeight: 18, color: (0, import_react67.useColorModeValue)("neutral.900", "white"), ...rest, children: label }),
|
3339
3292
|
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
3340
|
-
|
3293
|
+
import_react67.Select,
|
3341
3294
|
{
|
3342
3295
|
textAlign: "center",
|
3343
3296
|
size: "xs",
|
@@ -3345,7 +3298,7 @@ var PaginationFilter = ({
|
|
3345
3298
|
border: "none",
|
3346
3299
|
boxShadow: "none",
|
3347
3300
|
width: 18,
|
3348
|
-
icon: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
3301
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_fi6.FiChevronDown, {}),
|
3349
3302
|
_focusVisible: { boxShadow: "none" },
|
3350
3303
|
onChange: (e) => {
|
3351
3304
|
const numberValue = Number(e.target.value);
|
@@ -3367,10 +3320,10 @@ PaginationFilter.defaultProps = {
|
|
3367
3320
|
var pagination_filter_default = PaginationFilter;
|
3368
3321
|
|
3369
3322
|
// src/components/popover/index.ts
|
3370
|
-
var
|
3323
|
+
var import_react68 = require("@chakra-ui/react");
|
3371
3324
|
|
3372
3325
|
// src/components/radio/components/radio.tsx
|
3373
|
-
var
|
3326
|
+
var import_react69 = require("@chakra-ui/react");
|
3374
3327
|
var import_jsx_runtime49 = require("react/jsx-runtime");
|
3375
3328
|
var Radio = ({
|
3376
3329
|
isError = false,
|
@@ -3381,9 +3334,9 @@ var Radio = ({
|
|
3381
3334
|
...rest
|
3382
3335
|
}) => {
|
3383
3336
|
const variant = isError ? "errors" : "unstyled";
|
3384
|
-
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
3385
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
3386
|
-
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
3337
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_react69.Box, { children: [
|
3338
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react69.Box, { display: "flex", children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react69.Radio, { variant, ...rest, isDisabled, children: children && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react69.Text, { as: "span", display: "block", textStyle: "text.sm", color: isDisabled ? "black.medium" : "black.high", children }) }) }),
|
3339
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react69.Box, { mt: "5px", ml: "24px", children: isError ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react69.Text, { as: "span", display: "block", textStyle: "text.xs", color: "danger.500", children: errorText }) : /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react69.Text, { as: "span", display: "block", textStyle: "text.xs", color: "black.medium", children: helpText }) })
|
3387
3340
|
] });
|
3388
3341
|
};
|
3389
3342
|
Radio.displayName = "Radio";
|
@@ -3394,7 +3347,7 @@ Radio.defaultProps = {
|
|
3394
3347
|
};
|
3395
3348
|
|
3396
3349
|
// src/components/radio/components/radio-group.tsx
|
3397
|
-
var
|
3350
|
+
var import_react70 = require("@chakra-ui/react");
|
3398
3351
|
var import_jsx_runtime50 = require("react/jsx-runtime");
|
3399
3352
|
var RadioGroup = ({
|
3400
3353
|
children,
|
@@ -3404,7 +3357,7 @@ var RadioGroup = ({
|
|
3404
3357
|
errorMessage,
|
3405
3358
|
...props
|
3406
3359
|
}) => {
|
3407
|
-
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(field_default, { ...props, label, leftHelperText: helpText, isError, errorMessage, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
3360
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(field_default, { ...props, label, leftHelperText: helpText, isError, errorMessage, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_react70.Box, { mt: "12px", children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_react70.RadioGroup, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_react70.Stack, { spacing: [1, "16px"], direction: ["column", "row"], children }) }) }) });
|
3408
3361
|
};
|
3409
3362
|
RadioGroup.displayName = "RadioGroup";
|
3410
3363
|
RadioGroup.defaultProps = {
|
@@ -3414,14 +3367,14 @@ RadioGroup.defaultProps = {
|
|
3414
3367
|
};
|
3415
3368
|
|
3416
3369
|
// src/components/radio/index.ts
|
3417
|
-
var
|
3370
|
+
var import_react71 = require("@chakra-ui/react");
|
3418
3371
|
|
3419
3372
|
// src/components/rating/components/rating.tsx
|
3420
|
-
var
|
3373
|
+
var import_react72 = require("@chakra-ui/react");
|
3421
3374
|
var import_internal_icon6 = require("@ctlyst.id/internal-icon");
|
3422
3375
|
var import_jsx_runtime51 = require("react/jsx-runtime");
|
3423
3376
|
var Rating = ({ value }) => {
|
3424
|
-
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
3377
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react72.Grid, { gap: "4px", display: "flex", children: [...Array(5)].map((_, i) => /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_internal_icon6.Rating, { color: i < value ? "#FFA230" : "#E0E0E0", size: 24 })) });
|
3425
3378
|
};
|
3426
3379
|
var rating_default = Rating;
|
3427
3380
|
|
@@ -3430,16 +3383,16 @@ var import_system7 = require("@chakra-ui/system");
|
|
3430
3383
|
var import_react_select = __toESM(require("react-select"));
|
3431
3384
|
|
3432
3385
|
// src/config/theme/foundations/shadows.ts
|
3433
|
-
var
|
3386
|
+
var import_react73 = require("@chakra-ui/react");
|
3434
3387
|
var shadows = {
|
3435
|
-
...
|
3388
|
+
...import_react73.theme.shadows,
|
3436
3389
|
raised: "0px 4px 20px rgba(0, 0, 0, 0.05)"
|
3437
3390
|
};
|
3438
3391
|
|
3439
3392
|
// src/config/theme/foundations/sizes.ts
|
3440
|
-
var
|
3393
|
+
var import_react74 = require("@chakra-ui/react");
|
3441
3394
|
var sizes = {
|
3442
|
-
...
|
3395
|
+
...import_react74.theme.sizes,
|
3443
3396
|
4.5: "1.125rem",
|
3444
3397
|
9.5: "2.375rem",
|
3445
3398
|
18: "4.5rem",
|
@@ -3449,9 +3402,9 @@ var sizes = {
|
|
3449
3402
|
};
|
3450
3403
|
|
3451
3404
|
// src/config/theme/foundations/spacing.ts
|
3452
|
-
var
|
3405
|
+
var import_react75 = require("@chakra-ui/react");
|
3453
3406
|
var spacing = {
|
3454
|
-
...
|
3407
|
+
...import_react75.theme.space,
|
3455
3408
|
4.5: "1.125rem",
|
3456
3409
|
9.5: "2.375rem",
|
3457
3410
|
18: "4.5rem",
|
@@ -3829,16 +3782,16 @@ function SelectCreatable({ styles, isError = false, ...rest }) {
|
|
3829
3782
|
}
|
3830
3783
|
|
3831
3784
|
// src/components/switch/components/switch.tsx
|
3832
|
-
var
|
3785
|
+
var import_react76 = require("@chakra-ui/react");
|
3833
3786
|
var import_shared_utils9 = require("@chakra-ui/shared-utils");
|
3834
3787
|
var import_internal_icon7 = require("@ctlyst.id/internal-icon");
|
3835
|
-
var
|
3788
|
+
var import_react77 = require("react");
|
3836
3789
|
var import_jsx_runtime56 = require("react/jsx-runtime");
|
3837
|
-
var Switch = (0,
|
3838
|
-
const styles = (0,
|
3839
|
-
const { spacing: spacing2 = "0.5rem", children, ...ownProps } = (0,
|
3840
|
-
const { state, getInputProps, getCheckboxProps, getRootProps, getLabelProps } = (0,
|
3841
|
-
const containerStyles = (0,
|
3790
|
+
var Switch = (0, import_react76.forwardRef)(function Switch2(props, ref) {
|
3791
|
+
const styles = (0, import_react76.useMultiStyleConfig)("Switch", props);
|
3792
|
+
const { spacing: spacing2 = "0.5rem", children, ...ownProps } = (0, import_react76.omitThemingProps)(props);
|
3793
|
+
const { state, getInputProps, getCheckboxProps, getRootProps, getLabelProps } = (0, import_react76.useCheckbox)(ownProps);
|
3794
|
+
const containerStyles = (0, import_react77.useMemo)(
|
3842
3795
|
() => ({
|
3843
3796
|
display: "inline-block",
|
3844
3797
|
position: "relative",
|
@@ -3848,7 +3801,7 @@ var Switch = (0, import_react77.forwardRef)(function Switch2(props, ref) {
|
|
3848
3801
|
}),
|
3849
3802
|
[styles.container]
|
3850
3803
|
);
|
3851
|
-
const trackStyles = (0,
|
3804
|
+
const trackStyles = (0, import_react77.useMemo)(
|
3852
3805
|
() => ({
|
3853
3806
|
display: "inline-flex",
|
3854
3807
|
flexShrink: 0,
|
@@ -3860,7 +3813,7 @@ var Switch = (0, import_react77.forwardRef)(function Switch2(props, ref) {
|
|
3860
3813
|
}),
|
3861
3814
|
[styles.track]
|
3862
3815
|
);
|
3863
|
-
const labelStyles = (0,
|
3816
|
+
const labelStyles = (0, import_react77.useMemo)(
|
3864
3817
|
() => ({
|
3865
3818
|
userSelect: "none",
|
3866
3819
|
marginStart: spacing2,
|
@@ -3877,7 +3830,7 @@ var Switch = (0, import_react77.forwardRef)(function Switch2(props, ref) {
|
|
3877
3830
|
return iconSize[value];
|
3878
3831
|
};
|
3879
3832
|
return /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
3880
|
-
|
3833
|
+
import_react76.chakra.label,
|
3881
3834
|
{
|
3882
3835
|
...getRootProps(),
|
3883
3836
|
display: "flex",
|
@@ -3886,13 +3839,13 @@ var Switch = (0, import_react77.forwardRef)(function Switch2(props, ref) {
|
|
3886
3839
|
__css: containerStyles,
|
3887
3840
|
children: [
|
3888
3841
|
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)("input", { "data-test-id": "", className: "chakra-switch__input", ...getInputProps({}, ref) }),
|
3889
|
-
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
3890
|
-
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
3842
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_react76.chakra.span, { ...getCheckboxProps(), className: "chakra-switch__track", pos: "relative", __css: trackStyles, children: [
|
3843
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_react76.Flex, { gap: 2, pos: "absolute", top: "50%", left: "50%", transform: "translate(-50%, -50%)", children: [
|
3891
3844
|
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_internal_icon7.Check, { color: "white", size: getIconSize(props.size) }),
|
3892
3845
|
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_internal_icon7.Close, { color: state.isDisabled ? "neutral.600" : "neutral.900", size: getIconSize(props.size) })
|
3893
3846
|
] }),
|
3894
3847
|
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
3895
|
-
|
3848
|
+
import_react76.chakra.span,
|
3896
3849
|
{
|
3897
3850
|
__css: styles.thumb,
|
3898
3851
|
className: "chakra-switch__thumb",
|
@@ -3902,7 +3855,7 @@ var Switch = (0, import_react77.forwardRef)(function Switch2(props, ref) {
|
|
3902
3855
|
)
|
3903
3856
|
] }),
|
3904
3857
|
children && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
3905
|
-
|
3858
|
+
import_react76.chakra.span,
|
3906
3859
|
{
|
3907
3860
|
className: "chakra-switch__label",
|
3908
3861
|
color: state.isDisabled ? "black.low" : "black.high",
|
@@ -3921,18 +3874,18 @@ Switch.defaultProps = {
|
|
3921
3874
|
var switch_default = Switch;
|
3922
3875
|
|
3923
3876
|
// src/components/table/index.tsx
|
3924
|
-
var
|
3877
|
+
var import_react78 = require("@chakra-ui/react");
|
3925
3878
|
|
3926
3879
|
// src/components/tabs/components/tab.tsx
|
3927
|
-
var
|
3880
|
+
var import_react79 = require("@chakra-ui/react");
|
3928
3881
|
var import_jsx_runtime57 = require("react/jsx-runtime");
|
3929
|
-
var Tab = (0,
|
3882
|
+
var Tab = (0, import_react79.forwardRef)((props, ref) => {
|
3930
3883
|
var _a, _b;
|
3931
|
-
const tabProps = (0,
|
3884
|
+
const tabProps = (0, import_react79.useTab)({ ...props, ref });
|
3932
3885
|
const isSelected = !!tabProps["aria-selected"];
|
3933
|
-
const styles = (0,
|
3886
|
+
const styles = (0, import_react79.useMultiStyleConfig)("Tabs", tabProps);
|
3934
3887
|
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
3935
|
-
|
3888
|
+
import_react79.Button,
|
3936
3889
|
{
|
3937
3890
|
"data-test-id": props["data-test-id"],
|
3938
3891
|
p: 4,
|
@@ -3957,7 +3910,7 @@ var Tab = (0, import_react80.forwardRef)((props, ref) => {
|
|
3957
3910
|
},
|
3958
3911
|
__css: styles.tab,
|
3959
3912
|
...tabProps,
|
3960
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(
|
3913
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(import_react79.Flex, { alignItems: "center", children: [
|
3961
3914
|
(_a = props.leftAddon) == null ? void 0 : _a.call(props, { isSelected }),
|
3962
3915
|
tabProps.children,
|
3963
3916
|
(_b = props.rightAddon) == null ? void 0 : _b.call(props, { isSelected })
|
@@ -3968,16 +3921,16 @@ var Tab = (0, import_react80.forwardRef)((props, ref) => {
|
|
3968
3921
|
var tab_default = Tab;
|
3969
3922
|
|
3970
3923
|
// src/components/tabs/index.ts
|
3971
|
-
var
|
3924
|
+
var import_react80 = require("@chakra-ui/react");
|
3972
3925
|
|
3973
3926
|
// src/components/text/index.ts
|
3974
|
-
var
|
3927
|
+
var import_react81 = require("@chakra-ui/react");
|
3975
3928
|
|
3976
3929
|
// src/components/tooltip/index.ts
|
3977
|
-
var
|
3930
|
+
var import_react82 = require("@chakra-ui/react");
|
3978
3931
|
|
3979
3932
|
// src/components/uploader/components/uploader.tsx
|
3980
|
-
var
|
3933
|
+
var import_react83 = require("@chakra-ui/react");
|
3981
3934
|
var React15 = __toESM(require("react"));
|
3982
3935
|
var import_react_dropzone = require("react-dropzone");
|
3983
3936
|
|
@@ -4039,9 +3992,9 @@ var Uploader = ({
|
|
4039
3992
|
React15.useEffect(() => {
|
4040
3993
|
setIsSelected(selected != null ? selected : false);
|
4041
3994
|
}, [selected]);
|
4042
|
-
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
3995
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_react83.Stack, { direction: "column", children: [
|
4043
3996
|
/* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(
|
4044
|
-
|
3997
|
+
import_react83.Flex,
|
4045
3998
|
{
|
4046
3999
|
minH: 200,
|
4047
4000
|
border: "1px dashed",
|
@@ -4053,10 +4006,10 @@ var Uploader = ({
|
|
4053
4006
|
...getRootProps(),
|
4054
4007
|
children: [
|
4055
4008
|
/* @__PURE__ */ (0, import_jsx_runtime58.jsx)("input", { ...getInputProps() }),
|
4056
|
-
isDragActive ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
4057
|
-
!multiple && isSelected && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
4058
|
-
!isSelected && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
4059
|
-
isSelected ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
4009
|
+
isDragActive ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_react83.Text, { children: messages.dragActive }) : /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(import_react83.Flex, { flexDirection: "column", alignItems: "center", color: isError ? "danger.500" : "primary.500", children: [
|
4010
|
+
!multiple && isSelected && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_react83.Heading, { fontWeight: 400, fontSize: "18px", lineHeight: 28, color: "black.high", mb: 2, children: selectedFirstFile == null ? void 0 : selectedFirstFile.name }),
|
4011
|
+
!isSelected && /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_react83.Heading, { fontWeight: 400, fontSize: "18px", lineHeight: 28, mb: 2, children: messages.uploadFile }),
|
4012
|
+
isSelected ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_react83.Text, { children: messages.dragReplace }) : /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_react83.Text, { children: messages.dragInActive })
|
4060
4013
|
] })
|
4061
4014
|
]
|
4062
4015
|
}
|
@@ -4073,10 +4026,10 @@ Uploader.defaultProps = {
|
|
4073
4026
|
var uploader_default = Uploader;
|
4074
4027
|
|
4075
4028
|
// src/components/index.ts
|
4076
|
-
var
|
4029
|
+
var import_react84 = require("@chakra-ui/react");
|
4077
4030
|
|
4078
4031
|
// src/config/theme/themeConfiguration.ts
|
4079
|
-
var
|
4032
|
+
var import_react90 = require("@chakra-ui/react");
|
4080
4033
|
|
4081
4034
|
// src/config/theme/components/index.ts
|
4082
4035
|
var components_exports = {};
|
@@ -4150,7 +4103,34 @@ var baseStyle = definePartsStyle({
|
|
4150
4103
|
panel: baseStylePanel,
|
4151
4104
|
icon: baseStyleIcon
|
4152
4105
|
});
|
4153
|
-
var
|
4106
|
+
var collapseStyleButton = (0, import_styled_system.defineStyle)({
|
4107
|
+
height: 13,
|
4108
|
+
borderRadius: "sm",
|
4109
|
+
borderWidth: "1px",
|
4110
|
+
borderStyle: "solid",
|
4111
|
+
borderColor: "neutral.300"
|
4112
|
+
});
|
4113
|
+
var collapseStylePanel = (0, import_styled_system.defineStyle)({
|
4114
|
+
py: 0,
|
4115
|
+
pr: 0,
|
4116
|
+
pl: 12,
|
4117
|
+
borderBottomRadius: "sm",
|
4118
|
+
overflow: "hidden",
|
4119
|
+
backgroundColor: "neutral.200"
|
4120
|
+
});
|
4121
|
+
var collapse = definePartsStyle({
|
4122
|
+
button: collapseStyleButton,
|
4123
|
+
panel: collapseStylePanel
|
4124
|
+
});
|
4125
|
+
var accordionTheme = defineMultiStyleConfig({
|
4126
|
+
baseStyle,
|
4127
|
+
variants: {
|
4128
|
+
collapse
|
4129
|
+
},
|
4130
|
+
defaultProps: {
|
4131
|
+
variant: void 0
|
4132
|
+
}
|
4133
|
+
});
|
4154
4134
|
var accordion_default = accordionTheme;
|
4155
4135
|
|
4156
4136
|
// src/config/theme/components/alert.ts
|
@@ -4320,7 +4300,7 @@ var badge_default2 = Badge2;
|
|
4320
4300
|
|
4321
4301
|
// src/config/theme/components/button.ts
|
4322
4302
|
var import_styled_system3 = require("@chakra-ui/styled-system");
|
4323
|
-
var
|
4303
|
+
var Button6 = (0, import_styled_system3.defineStyleConfig)({
|
4324
4304
|
// The styles all button have in common
|
4325
4305
|
baseStyle: {
|
4326
4306
|
fontSize: "body.1",
|
@@ -4575,7 +4555,7 @@ var Button5 = (0, import_styled_system3.defineStyleConfig)({
|
|
4575
4555
|
colorScheme: "primary"
|
4576
4556
|
}
|
4577
4557
|
});
|
4578
|
-
var button_default2 =
|
4558
|
+
var button_default2 = Button6;
|
4579
4559
|
|
4580
4560
|
// src/config/theme/components/card.ts
|
4581
4561
|
var import_styled_system4 = require("@chakra-ui/styled-system");
|
@@ -4591,8 +4571,8 @@ var card_default2 = CardStyle;
|
|
4591
4571
|
|
4592
4572
|
// src/config/theme/components/checkbox.ts
|
4593
4573
|
var import_anatomy3 = require("@chakra-ui/anatomy");
|
4594
|
-
var
|
4595
|
-
var { definePartsStyle: definePartsStyle3, defineMultiStyleConfig: defineMultiStyleConfig3 } = (0,
|
4574
|
+
var import_react85 = require("@chakra-ui/react");
|
4575
|
+
var { definePartsStyle: definePartsStyle3, defineMultiStyleConfig: defineMultiStyleConfig3 } = (0, import_react85.createMultiStyleConfigHelpers)(import_anatomy3.checkboxAnatomy.keys);
|
4596
4576
|
var baseStyle3 = definePartsStyle3({
|
4597
4577
|
control: {
|
4598
4578
|
borderRadius: "sm",
|
@@ -4873,8 +4853,8 @@ var input_default = Input4;
|
|
4873
4853
|
|
4874
4854
|
// src/config/theme/components/loader.ts
|
4875
4855
|
var import_styled_system8 = require("@chakra-ui/styled-system");
|
4876
|
-
var
|
4877
|
-
var rotate = (0,
|
4856
|
+
var import_react86 = require("@emotion/react");
|
4857
|
+
var rotate = (0, import_react86.keyframes)({
|
4878
4858
|
"0%": {
|
4879
4859
|
transform: "rotate(0deg)"
|
4880
4860
|
},
|
@@ -5004,8 +4984,8 @@ var modal_default = Modal3;
|
|
5004
4984
|
|
5005
4985
|
// src/config/theme/components/radio.ts
|
5006
4986
|
var import_anatomy5 = require("@chakra-ui/anatomy");
|
5007
|
-
var
|
5008
|
-
var { definePartsStyle: definePartsStyle5, defineMultiStyleConfig: defineMultiStyleConfig5 } = (0,
|
4987
|
+
var import_react87 = require("@chakra-ui/react");
|
4988
|
+
var { definePartsStyle: definePartsStyle5, defineMultiStyleConfig: defineMultiStyleConfig5 } = (0, import_react87.createMultiStyleConfigHelpers)(import_anatomy5.radioAnatomy.keys);
|
5009
4989
|
var baseStyle6 = definePartsStyle5({
|
5010
4990
|
control: {
|
5011
4991
|
border: "1px solid",
|
@@ -5433,7 +5413,7 @@ var tabsTheme = defineMultiStyleConfig8({
|
|
5433
5413
|
var tabs_default = tabsTheme;
|
5434
5414
|
|
5435
5415
|
// src/config/theme/components/textarea.ts
|
5436
|
-
var
|
5416
|
+
var import_react88 = require("@chakra-ui/react");
|
5437
5417
|
var getProps = (props) => {
|
5438
5418
|
const { isError, isSuccess, isDisabled } = props;
|
5439
5419
|
let borderColor = "neutral.400";
|
@@ -5453,7 +5433,7 @@ var getProps = (props) => {
|
|
5453
5433
|
borderColor
|
5454
5434
|
};
|
5455
5435
|
};
|
5456
|
-
var outline2 = (0,
|
5436
|
+
var outline2 = (0, import_react88.defineStyle)((props) => {
|
5457
5437
|
const { focusBorderColor, borderColor } = getProps(props);
|
5458
5438
|
return {
|
5459
5439
|
background: "white.high",
|
@@ -5497,7 +5477,7 @@ var outline2 = (0, import_react89.defineStyle)((props) => {
|
|
5497
5477
|
}
|
5498
5478
|
};
|
5499
5479
|
});
|
5500
|
-
var Textarea = (0,
|
5480
|
+
var Textarea = (0, import_react88.defineStyleConfig)({
|
5501
5481
|
variants: { outline: outline2 },
|
5502
5482
|
defaultProps: {
|
5503
5483
|
variant: "outline"
|
@@ -5506,14 +5486,14 @@ var Textarea = (0, import_react89.defineStyleConfig)({
|
|
5506
5486
|
var textarea_default2 = Textarea;
|
5507
5487
|
|
5508
5488
|
// src/config/theme/components/tooltip.ts
|
5509
|
-
var
|
5510
|
-
var $arrowBg = (0,
|
5489
|
+
var import_react89 = require("@chakra-ui/react");
|
5490
|
+
var $arrowBg = (0, import_react89.cssVar)("popper-arrow-bg");
|
5511
5491
|
var baseStyle9 = {
|
5512
5492
|
bg: "neutral.700",
|
5513
5493
|
fontSize: "text.sm",
|
5514
5494
|
[$arrowBg.variable]: "var(--chakra-colors-neutral-700)"
|
5515
5495
|
};
|
5516
|
-
var Tooltip2 = (0,
|
5496
|
+
var Tooltip2 = (0, import_react89.defineStyleConfig)({ baseStyle: baseStyle9 });
|
5517
5497
|
var tooltip_default = Tooltip2;
|
5518
5498
|
|
5519
5499
|
// src/config/theme/themeConfiguration.ts
|
@@ -5523,7 +5503,7 @@ var config = {
|
|
5523
5503
|
useSystemColorMode: false
|
5524
5504
|
};
|
5525
5505
|
var getTheme = (foundations) => {
|
5526
|
-
return (0,
|
5506
|
+
return (0, import_react90.extendTheme)({
|
5527
5507
|
...foundations,
|
5528
5508
|
components: {
|
5529
5509
|
...components_exports
|
@@ -5539,7 +5519,7 @@ var getTheme = (foundations) => {
|
|
5539
5519
|
config
|
5540
5520
|
});
|
5541
5521
|
};
|
5542
|
-
var theme5 = (0,
|
5522
|
+
var theme5 = (0, import_react90.extendTheme)({
|
5543
5523
|
components: {
|
5544
5524
|
...components_exports
|
5545
5525
|
},
|
@@ -5559,23 +5539,23 @@ var theme5 = (0, import_react91.extendTheme)({
|
|
5559
5539
|
|
5560
5540
|
// src/hooks/useFetcher.ts
|
5561
5541
|
var import_axios2 = __toESM(require("axios"));
|
5562
|
-
var
|
5542
|
+
var import_react93 = require("react");
|
5563
5543
|
|
5564
5544
|
// src/provider/components/provider.tsx
|
5565
5545
|
var import_axios = __toESM(require("axios"));
|
5566
|
-
var
|
5546
|
+
var import_react91 = require("react");
|
5567
5547
|
var import_react_toastify = require("react-toastify");
|
5568
5548
|
var import_jsx_runtime59 = require("react/jsx-runtime");
|
5569
|
-
var ProviderContext = (0,
|
5549
|
+
var ProviderContext = (0, import_react91.createContext)({
|
5570
5550
|
instance: void 0
|
5571
5551
|
});
|
5572
5552
|
var useInternalUI = () => {
|
5573
|
-
const { instance } = (0,
|
5553
|
+
const { instance } = (0, import_react91.useContext)(ProviderContext);
|
5574
5554
|
return { instance };
|
5575
5555
|
};
|
5576
5556
|
var Provider = ({ children, config: config2, requestInterceptors, responseInterceptors }) => {
|
5577
|
-
const instanceRef = (0,
|
5578
|
-
(0,
|
5557
|
+
const instanceRef = (0, import_react91.useRef)(import_axios.default.create(config2));
|
5558
|
+
(0, import_react91.useEffect)(() => {
|
5579
5559
|
requestInterceptors == null ? void 0 : requestInterceptors.forEach((interceptor) => {
|
5580
5560
|
instanceRef.current.interceptors.request.use(interceptor);
|
5581
5561
|
});
|
@@ -5583,7 +5563,7 @@ var Provider = ({ children, config: config2, requestInterceptors, responseInterc
|
|
5583
5563
|
instanceRef.current.interceptors.response.use(interceptor);
|
5584
5564
|
});
|
5585
5565
|
}, [requestInterceptors, responseInterceptors]);
|
5586
|
-
const provider = (0,
|
5566
|
+
const provider = (0, import_react91.useMemo)(() => ({ instance: instanceRef.current }), []);
|
5587
5567
|
return /* @__PURE__ */ (0, import_jsx_runtime59.jsxs)(ProviderContext.Provider, { value: provider, children: [
|
5588
5568
|
/* @__PURE__ */ (0, import_jsx_runtime59.jsx)(import_react_toastify.ToastContainer, {}),
|
5589
5569
|
children
|
@@ -5593,12 +5573,12 @@ Provider.displayName = "Provider";
|
|
5593
5573
|
var provider_default = Provider;
|
5594
5574
|
|
5595
5575
|
// src/provider/index.ts
|
5596
|
-
var
|
5576
|
+
var import_react92 = require("@chakra-ui/react");
|
5597
5577
|
|
5598
5578
|
// src/hooks/useFetcher.ts
|
5599
5579
|
function useFetcher() {
|
5600
5580
|
const { instance } = useInternalUI();
|
5601
|
-
const axiosInstance = (0,
|
5581
|
+
const axiosInstance = (0, import_react93.useMemo)(() => instance || import_axios2.default, [instance]);
|
5602
5582
|
const fetcher = async ({ url, data, method, headers, ...config2 }) => {
|
5603
5583
|
const response = await axiosInstance.request({
|
5604
5584
|
data,
|
@@ -5618,10 +5598,10 @@ function useFetcher() {
|
|
5618
5598
|
}
|
5619
5599
|
|
5620
5600
|
// src/hooks/index.ts
|
5621
|
-
var
|
5601
|
+
var import_react94 = require("@chakra-ui/react");
|
5622
5602
|
|
5623
5603
|
// src/index.ts
|
5624
|
-
var
|
5604
|
+
var import_react95 = require("@chakra-ui/react");
|
5625
5605
|
// Annotate the CommonJS export names for ESM import in node:
|
5626
5606
|
0 && (module.exports = {
|
5627
5607
|
Accordion,
|