@ctlyst.id/internal-ui 3.3.0 → 3.3.1
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.d.mts +31 -1
- package/dist/index.d.ts +31 -1
- package/dist/index.js +274 -153
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +165 -46
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
@@ -6,6 +6,7 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
6
6
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
7
7
|
var __getProtoOf = Object.getPrototypeOf;
|
8
8
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
9
|
+
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value;
|
9
10
|
var __export = (target, all) => {
|
10
11
|
for (var name in all)
|
11
12
|
__defProp(target, name, { get: all[name], enumerable: true });
|
@@ -27,6 +28,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
|
|
27
28
|
mod
|
28
29
|
));
|
29
30
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
31
|
+
var __publicField = (obj, key, value) => __defNormalProp(obj, typeof key !== "symbol" ? key + "" : key, value);
|
30
32
|
|
31
33
|
// src/index.ts
|
32
34
|
var src_exports = {};
|
@@ -59,12 +61,12 @@ __export(src_exports, {
|
|
59
61
|
AlertIcon: () => AlertIcon,
|
60
62
|
AlertTitle: () => AlertTitle,
|
61
63
|
Anchor: () => Anchor,
|
62
|
-
Avatar: () =>
|
63
|
-
AvatarBadge: () =>
|
64
|
-
AvatarBadgeProps: () =>
|
65
|
-
AvatarGroup: () =>
|
66
|
-
AvatarGroupProps: () =>
|
67
|
-
AvatarProps: () =>
|
64
|
+
Avatar: () => import_react91.Avatar,
|
65
|
+
AvatarBadge: () => import_react91.AvatarBadge,
|
66
|
+
AvatarBadgeProps: () => import_react91.AvatarBadgeProps,
|
67
|
+
AvatarGroup: () => import_react91.AvatarGroup,
|
68
|
+
AvatarGroupProps: () => import_react91.AvatarGroupProps,
|
69
|
+
AvatarProps: () => import_react91.AvatarProps,
|
68
70
|
Badge: () => badge_default,
|
69
71
|
Box: () => import_react50.Box,
|
70
72
|
BoxProps: () => import_react50.BoxProps,
|
@@ -75,8 +77,8 @@ __export(src_exports, {
|
|
75
77
|
CHECKBOX_STATE: () => CHECKBOX_STATE,
|
76
78
|
Card: () => card_default,
|
77
79
|
Center: () => import_react50.Center,
|
78
|
-
ChakraProvider: () =>
|
79
|
-
ChakraProviderProps: () =>
|
80
|
+
ChakraProvider: () => import_react101.ChakraProvider,
|
81
|
+
ChakraProviderProps: () => import_react101.ChakraProviderProps,
|
80
82
|
ChakraTable: () => import_react79.Table,
|
81
83
|
Checkbox: () => checkbox_default,
|
82
84
|
CheckboxGroup: () => checkbox_group_default,
|
@@ -91,11 +93,11 @@ __export(src_exports, {
|
|
91
93
|
CloseButtonProps: () => import_react10.CloseButtonProps,
|
92
94
|
Code: () => import_react82.Code,
|
93
95
|
CodeProps: () => import_react82.CodeProps,
|
94
|
-
Collapse: () =>
|
95
|
-
CollapseProps: () =>
|
96
|
-
ColorMode: () =>
|
97
|
-
ColorModeScript: () =>
|
98
|
-
ColorModeScriptProps: () =>
|
96
|
+
Collapse: () => import_react91.Collapse,
|
97
|
+
CollapseProps: () => import_react91.CollapseProps,
|
98
|
+
ColorMode: () => import_react101.ColorMode,
|
99
|
+
ColorModeScript: () => import_react101.ColorModeScript,
|
100
|
+
ColorModeScriptProps: () => import_react101.ColorModeScriptProps,
|
99
101
|
Container: () => import_react50.Container,
|
100
102
|
ContainerProps: () => import_react50.ContainerProps,
|
101
103
|
Counter: () => counter_default,
|
@@ -116,8 +118,8 @@ __export(src_exports, {
|
|
116
118
|
DrawerProps: () => import_react53.DrawerProps,
|
117
119
|
DropdownIndicator: () => DropdownIndicator,
|
118
120
|
EmptyState: () => empty_state_default,
|
119
|
-
Fade: () =>
|
120
|
-
FadeProps: () =>
|
121
|
+
Fade: () => import_react91.Fade,
|
122
|
+
FadeProps: () => import_react91.FadeProps,
|
121
123
|
Field: () => field_default,
|
122
124
|
Flex: () => import_react50.Flex,
|
123
125
|
FlexProps: () => import_react50.FlexProps,
|
@@ -135,16 +137,16 @@ __export(src_exports, {
|
|
135
137
|
Header: () => Header,
|
136
138
|
Heading: () => import_react82.Heading,
|
137
139
|
HeadingProps: () => import_react82.HeadingProps,
|
138
|
-
Hide: () =>
|
139
|
-
HideProps: () =>
|
140
|
+
Hide: () => import_react91.Hide,
|
141
|
+
HideProps: () => import_react91.HideProps,
|
140
142
|
Icon: () => import_react49.Icon,
|
141
143
|
IconButton: () => import_react10.IconButton,
|
142
144
|
IconButtonProps: () => import_react10.IconButtonProps,
|
143
145
|
IconProps: () => import_react49.IconProps,
|
144
146
|
Image: () => import_react49.Image,
|
145
147
|
ImageProps: () => import_react49.ImageProps,
|
146
|
-
Img: () =>
|
147
|
-
ImgProps: () =>
|
148
|
+
Img: () => import_react91.Img,
|
149
|
+
ImgProps: () => import_react91.ImgProps,
|
148
150
|
InputAddonLeft: () => InputAddonLeft,
|
149
151
|
InputAddonRight: () => InputAddonRight,
|
150
152
|
InputElementLeft: () => import_react19.InputLeftElement,
|
@@ -237,36 +239,36 @@ __export(src_exports, {
|
|
237
239
|
Rating: () => rating_default,
|
238
240
|
RequiredIndicator: () => import_react25.RequiredIndicator,
|
239
241
|
RequiredIndicatorProps: () => import_react25.RequiredIndicatorProps,
|
240
|
-
ScaleFade: () =>
|
241
|
-
ScaleFadeProps: () =>
|
242
|
+
ScaleFade: () => import_react91.ScaleFade,
|
243
|
+
ScaleFadeProps: () => import_react91.ScaleFadeProps,
|
242
244
|
Select: () => select_default,
|
243
245
|
SelectAsync: () => select_async_default,
|
244
246
|
SelectAsyncCreatable: () => SelectAsyncCreatable,
|
245
247
|
SelectCheckBox: () => select_with_checkbox_default,
|
246
248
|
SelectCreatable: () => SelectCreatable,
|
247
|
-
Show: () =>
|
248
|
-
ShowProps: () =>
|
249
|
+
Show: () => import_react91.Show,
|
250
|
+
ShowProps: () => import_react91.ShowProps,
|
249
251
|
Sidebar: () => Sidebar,
|
250
252
|
SidebarHeader: () => SidebarHeader,
|
251
253
|
SidebarMenu: () => SidebarMenu,
|
252
254
|
SimpleGrid: () => import_react50.SimpleGrid,
|
253
255
|
Skeleton: () => import_react5.Skeleton,
|
254
|
-
Slide: () =>
|
255
|
-
SlideFade: () =>
|
256
|
-
SlideFadeProps: () =>
|
257
|
-
SlideProps: () =>
|
256
|
+
Slide: () => import_react91.Slide,
|
257
|
+
SlideFade: () => import_react91.SlideFade,
|
258
|
+
SlideFadeProps: () => import_react91.SlideFadeProps,
|
259
|
+
SlideProps: () => import_react91.SlideProps,
|
258
260
|
Spacer: () => import_react50.Spacer,
|
259
261
|
Stack: () => import_react50.Stack,
|
260
262
|
StackProps: () => import_react50.StackProps,
|
261
|
-
Step: () =>
|
262
|
-
StepDescription: () =>
|
263
|
-
StepIcon: () =>
|
264
|
-
StepIndicator: () =>
|
265
|
-
StepNumber: () =>
|
266
|
-
StepSeparator: () =>
|
267
|
-
StepStatus: () =>
|
268
|
-
StepTitle: () =>
|
269
|
-
Stepper: () =>
|
263
|
+
Step: () => import_react91.Step,
|
264
|
+
StepDescription: () => import_react91.StepDescription,
|
265
|
+
StepIcon: () => import_react91.StepIcon,
|
266
|
+
StepIndicator: () => import_react91.StepIndicator,
|
267
|
+
StepNumber: () => import_react91.StepNumber,
|
268
|
+
StepSeparator: () => import_react91.StepSeparator,
|
269
|
+
StepStatus: () => import_react91.StepStatus,
|
270
|
+
StepTitle: () => import_react91.StepTitle,
|
271
|
+
Stepper: () => import_react91.Stepper,
|
270
272
|
Switch: () => switch_default,
|
271
273
|
Tab: () => tab_default,
|
272
274
|
TabIndicator: () => import_react81.TabIndicator,
|
@@ -296,6 +298,8 @@ __export(src_exports, {
|
|
296
298
|
Th: () => import_react79.Th,
|
297
299
|
Thead: () => import_react79.Thead,
|
298
300
|
ThemeTypings: () => import_styled_system12.ThemeTypings,
|
301
|
+
Time: () => Time,
|
302
|
+
TimeInput: () => TimeInput2,
|
299
303
|
ToastContainer: () => import_react_toastify2.ToastContainer,
|
300
304
|
Tooltip: () => Tooltip,
|
301
305
|
Tr: () => import_react79.Tr,
|
@@ -305,21 +309,21 @@ __export(src_exports, {
|
|
305
309
|
UseAccordionItemReturn: () => import_react3.UseAccordionItemReturn,
|
306
310
|
UseAccordionProps: () => import_react3.UseAccordionProps,
|
307
311
|
UseAccordionReturn: () => import_react3.UseAccordionReturn,
|
308
|
-
UseBreakpointOptions: () =>
|
312
|
+
UseBreakpointOptions: () => import_react91.UseBreakpointOptions,
|
309
313
|
UseCheckboxGroupProps: () => import_react16.UseCheckboxGroupProps,
|
310
314
|
UseCheckboxGroupReturn: () => import_react16.UseCheckboxGroupReturn,
|
311
315
|
UseCheckboxProps: () => import_react16.UseCheckboxProps,
|
312
316
|
UseCheckboxReturn: () => import_react16.UseCheckboxReturn,
|
313
|
-
UseDisclosureProps: () =>
|
314
|
-
UseImageProps: () =>
|
315
|
-
UseImageReturn: () =>
|
316
|
-
UseMediaQueryOptions: () =>
|
317
|
+
UseDisclosureProps: () => import_react103.UseDisclosureProps,
|
318
|
+
UseImageProps: () => import_react91.UseImageProps,
|
319
|
+
UseImageReturn: () => import_react91.UseImageReturn,
|
320
|
+
UseMediaQueryOptions: () => import_react91.UseMediaQueryOptions,
|
317
321
|
UseModalProps: () => import_react53.UseModalProps,
|
318
322
|
UseModalReturn: () => import_react53.UseModalReturn,
|
319
323
|
UsePinInputFieldProps: () => import_react62.UsePinInputFieldProps,
|
320
324
|
UsePinInputProps: () => import_react62.UsePinInputProps,
|
321
325
|
UsePinInputReturn: () => import_react62.UsePinInputReturn,
|
322
|
-
UseQueryProps: () =>
|
326
|
+
UseQueryProps: () => import_react91.UseQueryProps,
|
323
327
|
UseRadioGroupReturn: () => import_react67.UseRadioGroupReturn,
|
324
328
|
UseRadioProps: () => import_react67.UseRadioProps,
|
325
329
|
UseRadioReturn: () => import_react67.UseRadioReturn,
|
@@ -332,8 +336,8 @@ __export(src_exports, {
|
|
332
336
|
UseTabsReturn: () => import_react81.UseTabsReturn,
|
333
337
|
VStack: () => import_react50.VStack,
|
334
338
|
Version: () => Version,
|
335
|
-
VisuallyHidden: () =>
|
336
|
-
VisuallyHiddenInput: () =>
|
339
|
+
VisuallyHidden: () => import_react91.VisuallyHidden,
|
340
|
+
VisuallyHiddenInput: () => import_react91.VisuallyHiddenInput,
|
337
341
|
VoilaLogo: () => VoilaLogo,
|
338
342
|
Wrap: () => import_react50.Wrap,
|
339
343
|
WrapItem: () => import_react50.WrapItem,
|
@@ -341,8 +345,8 @@ __export(src_exports, {
|
|
341
345
|
WrapProps: () => import_react50.WrapProps,
|
342
346
|
XMSLogo: () => XMSLogo,
|
343
347
|
createExtendTheme: () => createExtendTheme,
|
344
|
-
extendTheme: () =>
|
345
|
-
forwardRef: () =>
|
348
|
+
extendTheme: () => import_react104.extendTheme,
|
349
|
+
forwardRef: () => import_react104.forwardRef,
|
346
350
|
getSelectAllCheckboxState: () => getSelectAllCheckboxState,
|
347
351
|
getTheme: () => getTheme,
|
348
352
|
isCellDisabled: () => isCellDisabled,
|
@@ -355,38 +359,38 @@ __export(src_exports, {
|
|
355
359
|
useAccordionItemState: () => import_react3.useAccordionItemState,
|
356
360
|
useAccordionStyles: () => import_react3.useAccordionStyles,
|
357
361
|
useAlertStyles: () => useAlertStyles,
|
358
|
-
useBoolean: () =>
|
359
|
-
useBreakpoint: () =>
|
362
|
+
useBoolean: () => import_react103.useBoolean,
|
363
|
+
useBreakpoint: () => import_react91.useBreakpoint,
|
360
364
|
useCheckbox: () => import_react16.useCheckbox,
|
361
365
|
useCheckboxGroup: () => import_react16.useCheckboxGroup,
|
362
|
-
useClipboard: () =>
|
363
|
-
useColorMode: () =>
|
364
|
-
useColorModePreference: () =>
|
365
|
-
useColorModeValue: () =>
|
366
|
-
useConst: () =>
|
367
|
-
useControllableProp: () =>
|
368
|
-
useControllableState: () =>
|
366
|
+
useClipboard: () => import_react103.useClipboard,
|
367
|
+
useColorMode: () => import_react103.useColorMode,
|
368
|
+
useColorModePreference: () => import_react91.useColorModePreference,
|
369
|
+
useColorModeValue: () => import_react103.useColorModeValue,
|
370
|
+
useConst: () => import_react103.useConst,
|
371
|
+
useControllableProp: () => import_react103.useControllableProp,
|
372
|
+
useControllableState: () => import_react103.useControllableState,
|
369
373
|
useDataTable: () => useDataTable,
|
370
|
-
useDimensions: () =>
|
371
|
-
useDisclosure: () =>
|
374
|
+
useDimensions: () => import_react103.useDimensions,
|
375
|
+
useDisclosure: () => import_react103.useDisclosure,
|
372
376
|
useDrawerContext: () => import_react53.useDrawerContext,
|
373
377
|
useFetcher: () => useFetcher,
|
374
|
-
useImage: () =>
|
378
|
+
useImage: () => import_react91.useImage,
|
375
379
|
useInternalUI: () => useInternalUI,
|
376
|
-
useMergeRefs: () =>
|
380
|
+
useMergeRefs: () => import_react103.useMergeRefs,
|
377
381
|
useModal: () => import_react53.useModal,
|
378
382
|
useModalContext: () => import_react53.useModalContext,
|
379
383
|
useModalStyles: () => import_react53.useModalStyles,
|
380
|
-
useOutsideClick: () =>
|
384
|
+
useOutsideClick: () => import_react103.useOutsideClick,
|
381
385
|
usePinInput: () => import_react62.usePinInput,
|
382
386
|
usePinInputContext: () => import_react62.usePinInputContext,
|
383
387
|
usePinInputField: () => import_react62.usePinInputField,
|
384
388
|
useProgressStyles: () => import_react64.useProgressStyles,
|
385
|
-
useQuery: () =>
|
389
|
+
useQuery: () => import_react91.useQuery,
|
386
390
|
useRadio: () => import_react67.useRadio,
|
387
391
|
useRadioGroup: () => import_react67.useRadioGroup,
|
388
392
|
useRadioGroupContext: () => import_react67.useRadioGroupContext,
|
389
|
-
useSteps: () =>
|
393
|
+
useSteps: () => import_react91.useSteps,
|
390
394
|
useTab: () => import_react81.useTab,
|
391
395
|
useTabIndicator: () => import_react81.useTabIndicator,
|
392
396
|
useTabList: () => import_react81.useTabList,
|
@@ -398,9 +402,9 @@ __export(src_exports, {
|
|
398
402
|
useTabsDescendants: () => import_react81.useTabsDescendants,
|
399
403
|
useTabsDescendantsContext: () => import_react81.useTabsDescendantsContext,
|
400
404
|
useTabsStyles: () => import_react81.useTabsStyles,
|
401
|
-
useTheme: () =>
|
405
|
+
useTheme: () => import_react103.useTheme,
|
402
406
|
useToast: () => useToast,
|
403
|
-
useToken: () =>
|
407
|
+
useToken: () => import_react103.useToken
|
404
408
|
});
|
405
409
|
module.exports = __toCommonJS(src_exports);
|
406
410
|
|
@@ -4780,16 +4784,131 @@ var import_react81 = require("@chakra-ui/react");
|
|
4780
4784
|
// src/components/text/index.ts
|
4781
4785
|
var import_react82 = require("@chakra-ui/react");
|
4782
4786
|
|
4787
|
+
// src/components/time-input/components/index.tsx
|
4788
|
+
var import_react83 = require("@chakra-ui/react");
|
4789
|
+
var import_internal_icon10 = require("@ctlyst.id/internal-icon");
|
4790
|
+
var import_react84 = require("react");
|
4791
|
+
var import_react85 = require("timescape/react");
|
4792
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
4793
|
+
var Time = class {
|
4794
|
+
constructor(hours, minutes, seconds) {
|
4795
|
+
__publicField(this, "hours");
|
4796
|
+
__publicField(this, "minutes");
|
4797
|
+
__publicField(this, "seconds");
|
4798
|
+
this.hours = hours != null ? hours : 0;
|
4799
|
+
this.minutes = minutes != null ? minutes : 0;
|
4800
|
+
this.seconds = seconds != null ? seconds : 0;
|
4801
|
+
}
|
4802
|
+
toString() {
|
4803
|
+
return `${this.hours}:${this.minutes}:${this.seconds}`;
|
4804
|
+
}
|
4805
|
+
};
|
4806
|
+
var InputTimeArea = (0, import_react83.forwardRef)((props, ref) => {
|
4807
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
4808
|
+
import_react83.Input,
|
4809
|
+
{
|
4810
|
+
_focusWithin: {
|
4811
|
+
bg: "neutral.300"
|
4812
|
+
},
|
4813
|
+
boxSizing: "content-box",
|
4814
|
+
height: "24px",
|
4815
|
+
ref,
|
4816
|
+
p: "2px",
|
4817
|
+
sx: {
|
4818
|
+
fontVariantNumeric: "tabular-nums"
|
4819
|
+
},
|
4820
|
+
...props
|
4821
|
+
}
|
4822
|
+
);
|
4823
|
+
});
|
4824
|
+
var TimeInput2 = (0, import_react83.forwardRef)(
|
4825
|
+
({
|
4826
|
+
config: config2,
|
4827
|
+
label,
|
4828
|
+
isError,
|
4829
|
+
isRequired,
|
4830
|
+
errorMessage,
|
4831
|
+
value,
|
4832
|
+
seconds,
|
4833
|
+
isDisabled,
|
4834
|
+
boxProps,
|
4835
|
+
addOnRight,
|
4836
|
+
isSuccess,
|
4837
|
+
onChangeTime
|
4838
|
+
}, ref) => {
|
4839
|
+
const dateVal = value != null ? value : config2 == null ? void 0 : config2.date;
|
4840
|
+
const defaultDate = /* @__PURE__ */ new Date();
|
4841
|
+
defaultDate.setHours(0, 0, 0, 0);
|
4842
|
+
const date = dateVal ? new Date(dateVal) : defaultDate;
|
4843
|
+
const timeValue = new Time();
|
4844
|
+
const { getRootProps, getInputProps, options, update, _manager } = (0, import_react85.useTimescape)({
|
4845
|
+
date,
|
4846
|
+
...config2
|
4847
|
+
});
|
4848
|
+
(0, import_react84.useEffect)(() => {
|
4849
|
+
var _a, _b, _c, _d, _e, _f;
|
4850
|
+
timeValue.hours = (_b = (_a = options == null ? void 0 : options.date) == null ? void 0 : _a.getHours()) != null ? _b : 0;
|
4851
|
+
timeValue.minutes = (_d = (_c = options == null ? void 0 : options.date) == null ? void 0 : _c.getMinutes()) != null ? _d : 0;
|
4852
|
+
timeValue.seconds = (_f = (_e = options == null ? void 0 : options.date) == null ? void 0 : _e.getSeconds()) != null ? _f : 0;
|
4853
|
+
if (onChangeTime) {
|
4854
|
+
onChangeTime(timeValue);
|
4855
|
+
}
|
4856
|
+
}, [options.date]);
|
4857
|
+
(0, import_react84.useImperativeHandle)(ref, () => ({
|
4858
|
+
focus() {
|
4859
|
+
_manager.focusField("hours");
|
4860
|
+
}
|
4861
|
+
}));
|
4862
|
+
const rootProps = getRootProps();
|
4863
|
+
const hoursProps = getInputProps("hours");
|
4864
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_react83.Box, { ...boxProps, ...rootProps, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
4865
|
+
field_default,
|
4866
|
+
{
|
4867
|
+
isError,
|
4868
|
+
label,
|
4869
|
+
isRequired,
|
4870
|
+
errorMessage,
|
4871
|
+
isDisabled,
|
4872
|
+
isSuccess,
|
4873
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
4874
|
+
import_react83.InputGroup,
|
4875
|
+
{
|
4876
|
+
borderRadius: "sm",
|
4877
|
+
backgroundColor: isDisabled ? "neutral.300" : "white.high",
|
4878
|
+
cursor: isDisabled ? "not-allowed" : "default",
|
4879
|
+
alignItems: "center",
|
4880
|
+
gap: 3,
|
4881
|
+
children: [
|
4882
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_react83.Flex, { gap: 1, width: "100%", alignItems: "center", pl: 2, children: [
|
4883
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputTimeArea, { ...hoursProps }),
|
4884
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { children: ":" }),
|
4885
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputTimeArea, { ...getInputProps("minutes") }),
|
4886
|
+
seconds && /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_jsx_runtime63.Fragment, { children: [
|
4887
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)("span", { children: ":" }),
|
4888
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(InputTimeArea, { ...getInputProps("seconds") })
|
4889
|
+
] }),
|
4890
|
+
options.hour12 && /* @__PURE__ */ (0, import_jsx_runtime63.jsx)("input", { ...getInputProps("am/pm") })
|
4891
|
+
] }),
|
4892
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_internal_icon10.Clock, { color: "neutral.400" }),
|
4893
|
+
addOnRight
|
4894
|
+
]
|
4895
|
+
}
|
4896
|
+
)
|
4897
|
+
}
|
4898
|
+
) });
|
4899
|
+
}
|
4900
|
+
);
|
4901
|
+
|
4783
4902
|
// src/components/toast/components/toast.tsx
|
4784
|
-
var
|
4903
|
+
var import_react87 = require("@chakra-ui/react");
|
4785
4904
|
var import_react_toastify = require("react-toastify");
|
4786
4905
|
|
4787
4906
|
// src/components/toast/components/styles.tsx
|
4788
|
-
var
|
4789
|
-
var
|
4907
|
+
var import_react86 = require("@emotion/react");
|
4908
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
4790
4909
|
var Styles2 = () => {
|
4791
|
-
return /* @__PURE__ */ (0,
|
4792
|
-
|
4910
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
4911
|
+
import_react86.Global,
|
4793
4912
|
{
|
4794
4913
|
styles: `
|
4795
4914
|
.Toastify__toast-container {
|
@@ -4820,7 +4939,7 @@ var Styles2 = () => {
|
|
4820
4939
|
var styles_default2 = Styles2;
|
4821
4940
|
|
4822
4941
|
// src/components/toast/components/toast.tsx
|
4823
|
-
var
|
4942
|
+
var import_jsx_runtime65 = require("react/jsx-runtime");
|
4824
4943
|
var DEFAULT_OPTIONS = {
|
4825
4944
|
position: "top-right",
|
4826
4945
|
autoClose: 5e3,
|
@@ -4842,7 +4961,7 @@ var renderIcon = (icon, type) => {
|
|
4842
4961
|
return icon;
|
4843
4962
|
};
|
4844
4963
|
var useToast = () => {
|
4845
|
-
const [primary500, neutral500, info500, danger500, warning500, success500] = (0,
|
4964
|
+
const [primary500, neutral500, info500, danger500, warning500, success500] = (0, import_react87.useToken)("colors", [
|
4846
4965
|
"primary.500",
|
4847
4966
|
"neutral.500",
|
4848
4967
|
"info.500",
|
@@ -4851,15 +4970,15 @@ var useToast = () => {
|
|
4851
4970
|
"success.500"
|
4852
4971
|
]);
|
4853
4972
|
const content = (icon, message, link) => {
|
4854
|
-
return /* @__PURE__ */ (0,
|
4855
|
-
/* @__PURE__ */ (0,
|
4856
|
-
/* @__PURE__ */ (0,
|
4857
|
-
/* @__PURE__ */ (0,
|
4858
|
-
icon && /* @__PURE__ */ (0,
|
4859
|
-
/* @__PURE__ */ (0,
|
4973
|
+
return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
|
4974
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(styles_default2, {}),
|
4975
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_react87.Flex, { justifyContent: "space-between", alignItems: "center", gap: 4, children: [
|
4976
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_react87.Flex, { alignItems: "center", children: [
|
4977
|
+
icon && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_react87.chakra.span, { mr: 2, w: 4, h: 4, children: renderIcon(icon, "default") }),
|
4978
|
+
/* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_react87.chakra.span, { noOfLines: 2, children: message })
|
4860
4979
|
] }),
|
4861
|
-
link && /* @__PURE__ */ (0,
|
4862
|
-
|
4980
|
+
link && /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
|
4981
|
+
import_react87.Link,
|
4863
4982
|
{
|
4864
4983
|
href: link.url,
|
4865
4984
|
textDecoration: "underline",
|
@@ -4938,9 +5057,9 @@ var useToast = () => {
|
|
4938
5057
|
var import_react_toastify2 = require("react-toastify");
|
4939
5058
|
|
4940
5059
|
// src/components/uploader/components/uploader.tsx
|
4941
|
-
var
|
4942
|
-
var
|
4943
|
-
var
|
5060
|
+
var import_react88 = require("@chakra-ui/react");
|
5061
|
+
var import_internal_icon11 = require("@ctlyst.id/internal-icon");
|
5062
|
+
var import_react89 = require("react");
|
4944
5063
|
var import_react_dropzone = require("react-dropzone");
|
4945
5064
|
|
4946
5065
|
// src/components/uploader/constants.ts
|
@@ -4970,8 +5089,8 @@ var concatList = (list) => {
|
|
4970
5089
|
var formatValidationMessage = (extension) => `Foto harus dalam format ${concatList(extension.map((ext) => `.${ext}`))}.`;
|
4971
5090
|
|
4972
5091
|
// src/components/uploader/components/uploader.tsx
|
4973
|
-
var
|
4974
|
-
var
|
5092
|
+
var import_jsx_runtime66 = require("react/jsx-runtime");
|
5093
|
+
var import_react90 = require("react");
|
4975
5094
|
var Uploader = ({
|
4976
5095
|
onHandleUploadFile,
|
4977
5096
|
onHandleRejections,
|
@@ -5000,10 +5119,10 @@ var Uploader = ({
|
|
5000
5119
|
size: size2 = "lg",
|
5001
5120
|
...props
|
5002
5121
|
}) => {
|
5003
|
-
const inputRef = (0,
|
5004
|
-
const [filePreview, setFilePreview] = (0,
|
5122
|
+
const inputRef = (0, import_react89.useRef)(null);
|
5123
|
+
const [filePreview, setFilePreview] = (0, import_react89.useState)();
|
5005
5124
|
const toast2 = useToast();
|
5006
|
-
const handleRejection = (0,
|
5125
|
+
const handleRejection = (0, import_react89.useCallback)(
|
5007
5126
|
(message, file, image) => {
|
5008
5127
|
if (onHandleRejections) {
|
5009
5128
|
onHandleRejections(file, image);
|
@@ -5015,7 +5134,7 @@ var Uploader = ({
|
|
5015
5134
|
// eslint-disable-next-line react-hooks/exhaustive-deps
|
5016
5135
|
[onHandleRejections]
|
5017
5136
|
);
|
5018
|
-
const onDrop = (0,
|
5137
|
+
const onDrop = (0, import_react89.useCallback)(
|
5019
5138
|
(files) => {
|
5020
5139
|
var _a;
|
5021
5140
|
const file = files[0];
|
@@ -5059,18 +5178,18 @@ var Uploader = ({
|
|
5059
5178
|
});
|
5060
5179
|
const renderHelperText = () => {
|
5061
5180
|
if (Array.isArray(helperText)) {
|
5062
|
-
return /* @__PURE__ */ (0,
|
5181
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react88.UnorderedList, { pl: 2, fontSize: 12, color: "gray.600", "data-test-id": "CT_component_base-image-uploader_helperText", children: helperText.map((text2) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react88.ListItem, { children: text2 }, text2)) });
|
5063
5182
|
}
|
5064
5183
|
return helperText;
|
5065
5184
|
};
|
5066
|
-
const renderErrorText = (text2) => /* @__PURE__ */ (0,
|
5185
|
+
const renderErrorText = (text2) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react88.Box, { mb: 2, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react88.Text, { textStyle: "text.xs", color: "danger.500", children: text2 }) });
|
5067
5186
|
const handleRemove = (e) => {
|
5068
5187
|
e.stopPropagation();
|
5069
5188
|
setFilePreview(void 0);
|
5070
5189
|
onHandleUploadFile == null ? void 0 : onHandleUploadFile(null, null);
|
5071
5190
|
acceptedFiles.pop();
|
5072
5191
|
};
|
5073
|
-
(0,
|
5192
|
+
(0, import_react89.useEffect)(() => {
|
5074
5193
|
if (value) {
|
5075
5194
|
if (typeof value === "string") {
|
5076
5195
|
setFilePreview(value);
|
@@ -5086,16 +5205,16 @@ var Uploader = ({
|
|
5086
5205
|
const color = isDisabled ? "neutral.500" : "primary.500";
|
5087
5206
|
const containerHeight = !isSmall ? "160px" : "120px";
|
5088
5207
|
const cursorType = filePreview ? "initial" : "pointer";
|
5089
|
-
return /* @__PURE__ */ (0,
|
5208
|
+
return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_react88.FormControl, { isRequired, children: [
|
5090
5209
|
label && typeof label === "string" ? (
|
5091
5210
|
// eslint-disable-next-line react/jsx-no-useless-fragment
|
5092
|
-
/* @__PURE__ */ (0,
|
5093
|
-
isRequired && /* @__PURE__ */ (0,
|
5211
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_react88.FormLabel, { requiredIndicator: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_jsx_runtime66.Fragment, {}), fontSize: "text.sm", children: [
|
5212
|
+
isRequired && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react88.RequiredIndicator, { mr: 1, ml: 0 }),
|
5094
5213
|
label
|
5095
5214
|
] })
|
5096
5215
|
) : label,
|
5097
|
-
/* @__PURE__ */ (0,
|
5098
|
-
|
5216
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
|
5217
|
+
import_react88.Flex,
|
5099
5218
|
{
|
5100
5219
|
minH: containerHeight,
|
5101
5220
|
maxW: !isSmall ? "full" : "120px",
|
@@ -5112,8 +5231,8 @@ var Uploader = ({
|
|
5112
5231
|
...props,
|
5113
5232
|
...getRootProps(),
|
5114
5233
|
children: [
|
5115
|
-
filePreview && isShowCloseButton && /* @__PURE__ */ (0,
|
5116
|
-
|
5234
|
+
filePreview && isShowCloseButton && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react88.Box, { position: "absolute", top: 1, right: 1, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
5235
|
+
import_react88.Button,
|
5117
5236
|
{
|
5118
5237
|
"data-test-id": `CT_component_base-image-uploader_remove-image${testId ? `_${testId}` : ""}`,
|
5119
5238
|
"aria-label": "remove-image",
|
@@ -5127,18 +5246,18 @@ var Uploader = ({
|
|
5127
5246
|
border: "none",
|
5128
5247
|
zIndex: 1,
|
5129
5248
|
onClick: handleRemove,
|
5130
|
-
children: /* @__PURE__ */ (0,
|
5249
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_internal_icon11.Close, { size: 3, color: "white" })
|
5131
5250
|
}
|
5132
5251
|
) }),
|
5133
|
-
filePreview && /* @__PURE__ */ (0,
|
5134
|
-
|
5252
|
+
filePreview && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react88.Box, { w: "full", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
5253
|
+
import_react88.Flex,
|
5135
5254
|
{
|
5136
5255
|
position: "relative",
|
5137
5256
|
"data-test-id": `CT_component_base-image-uploader_image-preview${testId ? `_${testId}` : ""}`,
|
5138
5257
|
justify: "center",
|
5139
5258
|
align: "center",
|
5140
|
-
children: /* @__PURE__ */ (0,
|
5141
|
-
|
5259
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
5260
|
+
import_react88.Image,
|
5142
5261
|
{
|
5143
5262
|
h: size2 === "lg" ? "120" : "100",
|
5144
5263
|
src: filePreview,
|
@@ -5148,19 +5267,19 @@ var Uploader = ({
|
|
5148
5267
|
)
|
5149
5268
|
}
|
5150
5269
|
) }),
|
5151
|
-
!filePreview && /* @__PURE__ */ (0,
|
5152
|
-
/* @__PURE__ */ (0,
|
5270
|
+
!filePreview && /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_jsx_runtime66.Fragment, { children: [
|
5271
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
5153
5272
|
"input",
|
5154
5273
|
{
|
5155
5274
|
"data-test-id": `CT_component_base-image-uploader_input-file${testId ? `_${testId}` : ""}`,
|
5156
5275
|
...getInputProps()
|
5157
5276
|
}
|
5158
5277
|
),
|
5159
|
-
isDragActive ? /* @__PURE__ */ (0,
|
5160
|
-
size2 === "sm" && /* @__PURE__ */ (0,
|
5161
|
-
/* @__PURE__ */ (0,
|
5162
|
-
!filePreview && /* @__PURE__ */ (0,
|
5163
|
-
|
5278
|
+
isDragActive ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react88.Text, { children: dragActiveText != null ? dragActiveText : messages.dragActive }) : /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_react88.Flex, { gap: 2, flexDirection: "column", alignItems: "center", color: isError ? "danger.500" : color, children: [
|
5279
|
+
size2 === "sm" && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_internal_icon11.Plus, { size: 6, color }),
|
5280
|
+
/* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_react88.Box, { children: [
|
5281
|
+
!filePreview && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
5282
|
+
import_react88.Heading,
|
5164
5283
|
{
|
5165
5284
|
fontWeight: "400",
|
5166
5285
|
fontSize: size2 === "sm" ? "text.md" : "text.xl",
|
@@ -5169,15 +5288,15 @@ var Uploader = ({
|
|
5169
5288
|
children: uploadFileText && size2 === "lg" ? messages.uploadFile : "Upload"
|
5170
5289
|
}
|
5171
5290
|
),
|
5172
|
-
size2 === "lg" && /* @__PURE__ */ (0,
|
5291
|
+
size2 === "lg" && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_react88.Text, { fontSize: 12, children: filePreview ? dragReplaceText != null ? dragReplaceText : messages.dragReplace : dragInActiveText != null ? dragInActiveText : messages.dragInActive })
|
5173
5292
|
] })
|
5174
5293
|
] })
|
5175
5294
|
] })
|
5176
5295
|
]
|
5177
5296
|
}
|
5178
5297
|
),
|
5179
|
-
filePreview && !isSmall && /* @__PURE__ */ (0,
|
5180
|
-
/* @__PURE__ */ (0,
|
5298
|
+
filePreview && !isSmall && /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_react88.Flex, { align: "center", justify: "center", my: 2, children: [
|
5299
|
+
/* @__PURE__ */ (0, import_react90.createElement)(
|
5181
5300
|
"input",
|
5182
5301
|
{
|
5183
5302
|
...getInputProps(),
|
@@ -5187,8 +5306,8 @@ var Uploader = ({
|
|
5187
5306
|
"data-test-id": `CT_component_base-image-uploader_change-img${testId ? `_${testId}` : ""}`
|
5188
5307
|
}
|
5189
5308
|
),
|
5190
|
-
isShowReupload && /* @__PURE__ */ (0,
|
5191
|
-
|
5309
|
+
isShowReupload && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
|
5310
|
+
import_react88.Button,
|
5192
5311
|
{
|
5193
5312
|
"data-test-id": `CT_component_base-image-uploader_change-img-btn${testId ? `_${testId}` : ""}`,
|
5194
5313
|
type: "button",
|
@@ -5209,10 +5328,10 @@ var Uploader = ({
|
|
5209
5328
|
var uploader_default = Uploader;
|
5210
5329
|
|
5211
5330
|
// src/components/index.ts
|
5212
|
-
var
|
5331
|
+
var import_react91 = require("@chakra-ui/react");
|
5213
5332
|
|
5214
5333
|
// src/config/theme/themeConfiguration.ts
|
5215
|
-
var
|
5334
|
+
var import_react99 = require("@chakra-ui/react");
|
5216
5335
|
|
5217
5336
|
// src/config/theme/components/index.ts
|
5218
5337
|
var components_exports = {};
|
@@ -5769,8 +5888,8 @@ var card_default2 = CardStyle;
|
|
5769
5888
|
|
5770
5889
|
// src/config/theme/components/checkbox.ts
|
5771
5890
|
var import_anatomy3 = require("@chakra-ui/anatomy");
|
5772
|
-
var
|
5773
|
-
var { definePartsStyle: definePartsStyle3, defineMultiStyleConfig: defineMultiStyleConfig3 } = (0,
|
5891
|
+
var import_react92 = require("@chakra-ui/react");
|
5892
|
+
var { definePartsStyle: definePartsStyle3, defineMultiStyleConfig: defineMultiStyleConfig3 } = (0, import_react92.createMultiStyleConfigHelpers)(import_anatomy3.checkboxAnatomy.keys);
|
5774
5893
|
var baseStyle3 = definePartsStyle3({
|
5775
5894
|
control: {
|
5776
5895
|
borderRadius: "sm",
|
@@ -5871,8 +5990,8 @@ var checkbox_default2 = Checkbox4;
|
|
5871
5990
|
|
5872
5991
|
// src/config/theme/components/chips.ts
|
5873
5992
|
var import_anatomy4 = require("@chakra-ui/anatomy");
|
5874
|
-
var
|
5875
|
-
var { definePartsStyle: definePartsStyle4, defineMultiStyleConfig: defineMultiStyleConfig4 } = (0,
|
5993
|
+
var import_react93 = require("@chakra-ui/react");
|
5994
|
+
var { definePartsStyle: definePartsStyle4, defineMultiStyleConfig: defineMultiStyleConfig4 } = (0, import_react93.createMultiStyleConfigHelpers)(import_anatomy4.tagAnatomy.keys);
|
5876
5995
|
var baseStyle4 = definePartsStyle4({
|
5877
5996
|
container: {
|
5878
5997
|
px: 3,
|
@@ -6068,7 +6187,7 @@ var variants3 = {
|
|
6068
6187
|
outline: outline2,
|
6069
6188
|
unstyled: unstyled2
|
6070
6189
|
};
|
6071
|
-
var
|
6190
|
+
var Input4 = defineMultiStyleConfig5({
|
6072
6191
|
baseStyle: baseStyle6,
|
6073
6192
|
sizes: sizes2,
|
6074
6193
|
variants: variants3,
|
@@ -6077,12 +6196,12 @@ var Input3 = defineMultiStyleConfig5({
|
|
6077
6196
|
variant: "outline"
|
6078
6197
|
}
|
6079
6198
|
});
|
6080
|
-
var input_default =
|
6199
|
+
var input_default = Input4;
|
6081
6200
|
|
6082
6201
|
// src/config/theme/components/loader.ts
|
6083
6202
|
var import_styled_system7 = require("@chakra-ui/styled-system");
|
6084
|
-
var
|
6085
|
-
var rotate = (0,
|
6203
|
+
var import_react94 = require("@emotion/react");
|
6204
|
+
var rotate = (0, import_react94.keyframes)({
|
6086
6205
|
"0%": {
|
6087
6206
|
transform: "rotate(0deg)"
|
6088
6207
|
},
|
@@ -6264,8 +6383,8 @@ var modal_default = modalTheme;
|
|
6264
6383
|
|
6265
6384
|
// src/config/theme/components/popover.ts
|
6266
6385
|
var import_anatomy7 = require("@chakra-ui/anatomy");
|
6267
|
-
var
|
6268
|
-
var { definePartsStyle: definePartsStyle7, defineMultiStyleConfig: defineMultiStyleConfig7 } = (0,
|
6386
|
+
var import_react95 = require("@chakra-ui/react");
|
6387
|
+
var { definePartsStyle: definePartsStyle7, defineMultiStyleConfig: defineMultiStyleConfig7 } = (0, import_react95.createMultiStyleConfigHelpers)(import_anatomy7.popoverAnatomy.keys);
|
6269
6388
|
var baseStyle8 = definePartsStyle7({
|
6270
6389
|
content: {
|
6271
6390
|
bg: "white"
|
@@ -6276,8 +6395,8 @@ var popover_default = popoverTheme;
|
|
6276
6395
|
|
6277
6396
|
// src/config/theme/components/radio.ts
|
6278
6397
|
var import_anatomy8 = require("@chakra-ui/anatomy");
|
6279
|
-
var
|
6280
|
-
var { definePartsStyle: definePartsStyle8, defineMultiStyleConfig: defineMultiStyleConfig8 } = (0,
|
6398
|
+
var import_react96 = require("@chakra-ui/react");
|
6399
|
+
var { definePartsStyle: definePartsStyle8, defineMultiStyleConfig: defineMultiStyleConfig8 } = (0, import_react96.createMultiStyleConfigHelpers)(import_anatomy8.radioAnatomy.keys);
|
6281
6400
|
var baseStyle9 = definePartsStyle8({
|
6282
6401
|
control: {
|
6283
6402
|
border: "1px solid",
|
@@ -6700,7 +6819,7 @@ var tabsTheme = defineMultiStyleConfig11({
|
|
6700
6819
|
var tabs_default = tabsTheme;
|
6701
6820
|
|
6702
6821
|
// src/config/theme/components/textarea.ts
|
6703
|
-
var
|
6822
|
+
var import_react97 = require("@chakra-ui/react");
|
6704
6823
|
var getProps = (props) => {
|
6705
6824
|
const { isError, isSuccess, isDisabled } = props;
|
6706
6825
|
let borderColor = "neutral.400";
|
@@ -6720,7 +6839,7 @@ var getProps = (props) => {
|
|
6720
6839
|
borderColor
|
6721
6840
|
};
|
6722
6841
|
};
|
6723
|
-
var outline3 = (0,
|
6842
|
+
var outline3 = (0, import_react97.defineStyle)((props) => {
|
6724
6843
|
const { focusBorderColor, borderColor } = getProps(props);
|
6725
6844
|
return {
|
6726
6845
|
background: "white.high",
|
@@ -6764,7 +6883,7 @@ var outline3 = (0, import_react94.defineStyle)((props) => {
|
|
6764
6883
|
}
|
6765
6884
|
};
|
6766
6885
|
});
|
6767
|
-
var Textarea = (0,
|
6886
|
+
var Textarea = (0, import_react97.defineStyleConfig)({
|
6768
6887
|
variants: { outline: outline3 },
|
6769
6888
|
defaultProps: {
|
6770
6889
|
variant: "outline"
|
@@ -6773,15 +6892,15 @@ var Textarea = (0, import_react94.defineStyleConfig)({
|
|
6773
6892
|
var textarea_default2 = Textarea;
|
6774
6893
|
|
6775
6894
|
// src/config/theme/components/tooltip.ts
|
6776
|
-
var
|
6777
|
-
var $arrowBg = (0,
|
6895
|
+
var import_react98 = require("@chakra-ui/react");
|
6896
|
+
var $arrowBg = (0, import_react98.cssVar)("popper-arrow-bg");
|
6778
6897
|
var baseStyle12 = {
|
6779
6898
|
bg: "neutral.700",
|
6780
6899
|
textStyle: "text.sm",
|
6781
6900
|
fontSize: "text.sm",
|
6782
6901
|
[$arrowBg.variable]: "var(--chakra-colors-neutral-700)"
|
6783
6902
|
};
|
6784
|
-
var Tooltip2 = (0,
|
6903
|
+
var Tooltip2 = (0, import_react98.defineStyleConfig)({ baseStyle: baseStyle12 });
|
6785
6904
|
var tooltip_default = Tooltip2;
|
6786
6905
|
|
6787
6906
|
// src/config/theme/themeConfiguration.ts
|
@@ -6800,7 +6919,7 @@ var createExtendTheme = (theme5) => {
|
|
6800
6919
|
return function extendTheme2(...extensions) {
|
6801
6920
|
let overrides = [...extensions];
|
6802
6921
|
let activeTheme = extensions[extensions.length - 1];
|
6803
|
-
if ((0,
|
6922
|
+
if ((0, import_react99.isChakraTheme)(activeTheme) && // this ensures backward compatibility
|
6804
6923
|
// previously only `extendTheme(override, activeTheme?)` was allowed
|
6805
6924
|
overrides.length > 1) {
|
6806
6925
|
overrides = overrides.slice(0, overrides.length - 1);
|
@@ -6809,13 +6928,13 @@ var createExtendTheme = (theme5) => {
|
|
6809
6928
|
}
|
6810
6929
|
return pipe(
|
6811
6930
|
...overrides.map(
|
6812
|
-
(extension) => (prevTheme) => isFunction(extension) ? extension(prevTheme) : (0,
|
6931
|
+
(extension) => (prevTheme) => isFunction(extension) ? extension(prevTheme) : (0, import_react99.mergeThemeOverride)(prevTheme, extension)
|
6813
6932
|
)
|
6814
6933
|
)(activeTheme);
|
6815
6934
|
};
|
6816
6935
|
};
|
6817
6936
|
var getTheme = (foundations) => {
|
6818
|
-
return (0,
|
6937
|
+
return (0, import_react99.extendTheme)({
|
6819
6938
|
...foundations,
|
6820
6939
|
components: {
|
6821
6940
|
...components_exports
|
@@ -6832,7 +6951,7 @@ var getTheme = (foundations) => {
|
|
6832
6951
|
config
|
6833
6952
|
});
|
6834
6953
|
};
|
6835
|
-
var theme4 = (0,
|
6954
|
+
var theme4 = (0, import_react99.extendTheme)({
|
6836
6955
|
components: {
|
6837
6956
|
...components_exports
|
6838
6957
|
},
|
@@ -6852,23 +6971,23 @@ var theme4 = (0, import_react96.extendTheme)({
|
|
6852
6971
|
|
6853
6972
|
// src/hooks/useFetcher.ts
|
6854
6973
|
var import_axios2 = __toESM(require("axios"));
|
6855
|
-
var
|
6974
|
+
var import_react102 = require("react");
|
6856
6975
|
|
6857
6976
|
// src/provider/components/provider.tsx
|
6858
6977
|
var import_axios = __toESM(require("axios"));
|
6859
|
-
var
|
6978
|
+
var import_react100 = require("react");
|
6860
6979
|
var import_react_toastify3 = require("react-toastify");
|
6861
|
-
var
|
6862
|
-
var ProviderContext = (0,
|
6980
|
+
var import_jsx_runtime67 = require("react/jsx-runtime");
|
6981
|
+
var ProviderContext = (0, import_react100.createContext)({
|
6863
6982
|
instance: void 0
|
6864
6983
|
});
|
6865
6984
|
var useInternalUI = () => {
|
6866
|
-
const { instance } = (0,
|
6985
|
+
const { instance } = (0, import_react100.useContext)(ProviderContext);
|
6867
6986
|
return { instance };
|
6868
6987
|
};
|
6869
6988
|
var Provider = ({ children, config: config2, requestInterceptors, responseInterceptors }) => {
|
6870
|
-
const instanceRef = (0,
|
6871
|
-
(0,
|
6989
|
+
const instanceRef = (0, import_react100.useRef)(import_axios.default.create(config2));
|
6990
|
+
(0, import_react100.useEffect)(() => {
|
6872
6991
|
requestInterceptors == null ? void 0 : requestInterceptors.forEach((interceptor) => {
|
6873
6992
|
instanceRef.current.interceptors.request.use(interceptor);
|
6874
6993
|
});
|
@@ -6876,9 +6995,9 @@ var Provider = ({ children, config: config2, requestInterceptors, responseInterc
|
|
6876
6995
|
instanceRef.current.interceptors.response.use(interceptor);
|
6877
6996
|
});
|
6878
6997
|
}, [requestInterceptors, responseInterceptors]);
|
6879
|
-
const provider = (0,
|
6880
|
-
return /* @__PURE__ */ (0,
|
6881
|
-
/* @__PURE__ */ (0,
|
6998
|
+
const provider = (0, import_react100.useMemo)(() => ({ instance: instanceRef.current }), []);
|
6999
|
+
return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(ProviderContext.Provider, { value: provider, children: [
|
7000
|
+
/* @__PURE__ */ (0, import_jsx_runtime67.jsx)(import_react_toastify3.ToastContainer, {}),
|
6882
7001
|
children
|
6883
7002
|
] });
|
6884
7003
|
};
|
@@ -6886,12 +7005,12 @@ Provider.displayName = "Provider";
|
|
6886
7005
|
var provider_default = Provider;
|
6887
7006
|
|
6888
7007
|
// src/provider/index.ts
|
6889
|
-
var
|
7008
|
+
var import_react101 = require("@chakra-ui/react");
|
6890
7009
|
|
6891
7010
|
// src/hooks/useFetcher.ts
|
6892
7011
|
function useFetcher() {
|
6893
7012
|
const { instance } = useInternalUI();
|
6894
|
-
const axiosInstance = (0,
|
7013
|
+
const axiosInstance = (0, import_react102.useMemo)(() => instance || import_axios2.default, [instance]);
|
6895
7014
|
const fetcher = async ({ url, data, method, headers, ...config2 }) => {
|
6896
7015
|
const response = await axiosInstance.request({
|
6897
7016
|
data,
|
@@ -6911,10 +7030,10 @@ function useFetcher() {
|
|
6911
7030
|
}
|
6912
7031
|
|
6913
7032
|
// src/hooks/index.ts
|
6914
|
-
var
|
7033
|
+
var import_react103 = require("@chakra-ui/react");
|
6915
7034
|
|
6916
7035
|
// src/index.ts
|
6917
|
-
var
|
7036
|
+
var import_react104 = require("@chakra-ui/react");
|
6918
7037
|
// Annotate the CommonJS export names for ESM import in node:
|
6919
7038
|
0 && (module.exports = {
|
6920
7039
|
Accordion,
|
@@ -7182,6 +7301,8 @@ var import_react101 = require("@chakra-ui/react");
|
|
7182
7301
|
Th,
|
7183
7302
|
Thead,
|
7184
7303
|
ThemeTypings,
|
7304
|
+
Time,
|
7305
|
+
TimeInput,
|
7185
7306
|
ToastContainer,
|
7186
7307
|
Tooltip,
|
7187
7308
|
Tr,
|