@tipp/ui 1.0.13 → 1.0.15
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/.DS_Store +0 -0
- package/dist/atoms/date-picker/index.cjs +102 -6
- package/dist/atoms/date-picker/index.cjs.map +1 -1
- package/dist/atoms/date-picker/index.d.cts +4 -2
- package/dist/atoms/date-picker/index.d.ts +4 -2
- package/dist/atoms/date-picker/index.js +5 -1
- package/dist/atoms/index.cjs +128 -52
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.d.cts +2 -0
- package/dist/atoms/index.d.ts +2 -0
- package/dist/atoms/index.js +11 -5
- package/dist/atoms/pagination.cjs.map +1 -1
- package/dist/atoms/pagination.js +2 -2
- package/dist/atoms/toast.cjs +67 -0
- package/dist/atoms/toast.cjs.map +1 -0
- package/dist/atoms/toast.d.cts +6 -0
- package/dist/atoms/toast.d.ts +6 -0
- package/dist/atoms/toast.js +10 -0
- package/dist/atoms/toast.js.map +1 -0
- package/dist/chunk-2ANGYYEV.js +1 -0
- package/dist/chunk-2ANGYYEV.js.map +1 -0
- package/dist/chunk-2IUGEOUJ.js +90 -0
- package/dist/chunk-2IUGEOUJ.js.map +1 -0
- package/dist/chunk-4ZFANZDW.js +35 -0
- package/dist/chunk-4ZFANZDW.js.map +1 -0
- package/dist/chunk-54NO6UR7.js +32 -0
- package/dist/chunk-54NO6UR7.js.map +1 -0
- package/dist/{chunk-IFRVKLSE.js → chunk-7BE66BFO.js} +2 -2
- package/dist/chunk-ABEJI3S7.js +36 -0
- package/dist/chunk-ABEJI3S7.js.map +1 -0
- package/dist/chunk-AMXLPHAY.js +47 -0
- package/dist/chunk-AMXLPHAY.js.map +1 -0
- package/dist/{chunk-6ZO2L5PO.js → chunk-ANLWB2QF.js} +9 -9
- package/dist/chunk-DJC4JM23.js +175 -0
- package/dist/chunk-DJC4JM23.js.map +1 -0
- package/dist/chunk-E73BVMP5.js +11 -0
- package/dist/chunk-E73BVMP5.js.map +1 -0
- package/dist/chunk-FXW6IDLO.js +67 -0
- package/dist/chunk-FXW6IDLO.js.map +1 -0
- package/dist/{chunk-EK4ZFDYD.js → chunk-HUBPQ7ZR.js} +9 -3
- package/dist/{chunk-M474I6JB.js.map → chunk-HUBPQ7ZR.js.map} +1 -1
- package/dist/{chunk-M474I6JB.js → chunk-IHQVLRFK.js} +5 -3
- package/dist/chunk-IHQVLRFK.js.map +1 -0
- package/dist/{chunk-LPUSIN3M.js → chunk-JGV5KQM5.js} +5 -5
- package/dist/chunk-JHBYBQ7L.js +95 -0
- package/dist/chunk-JHBYBQ7L.js.map +1 -0
- package/dist/chunk-LKRALOEW.js +45 -0
- package/dist/chunk-LKRALOEW.js.map +1 -0
- package/dist/{chunk-PCWFGDAX.js → chunk-M65KRCQ2.js} +5 -5
- package/dist/{chunk-MDPBP64D.js → chunk-NSZVLXRG.js} +6 -6
- package/dist/chunk-PF27W53W.js +104 -0
- package/dist/chunk-PQJ2I6L3.js +67 -0
- package/dist/chunk-PQJ2I6L3.js.map +1 -0
- package/dist/chunk-Q7IXT5CM.js +119 -0
- package/dist/chunk-Q7IXT5CM.js.map +1 -0
- package/dist/chunk-QEASTIX4.js +10 -0
- package/dist/chunk-QEASTIX4.js.map +1 -0
- package/dist/chunk-QIR4QA4A.js +70 -0
- package/dist/chunk-QIR4QA4A.js.map +1 -0
- package/dist/chunk-TW4EKVGY.js +90 -0
- package/dist/chunk-TW4EKVGY.js.map +1 -0
- package/dist/chunk-VY43KT3C.js +90 -0
- package/dist/chunk-VY43KT3C.js.map +1 -0
- package/dist/chunk-ZWTCGCM4.js +95 -0
- package/dist/chunk-ZWTCGCM4.js.map +1 -0
- package/dist/icon.cjs +4 -0
- package/dist/icon.cjs.map +1 -1
- package/dist/icon.d.cts +1 -1
- package/dist/icon.d.ts +1 -1
- package/dist/icon.js +5 -1
- package/dist/index.cjs +161 -81
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +879 -9
- package/dist/index.css.map +1 -0
- package/dist/index.d.cts +3 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.js +16 -6
- package/dist/molecules/expand-table/index.cjs +124 -51
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +7 -6
- package/dist/molecules/expand-table/row.cjs +106 -33
- package/dist/molecules/expand-table/row.cjs.map +1 -1
- package/dist/molecules/expand-table/row.js +6 -5
- package/dist/molecules/index.cjs +131 -58
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.js +7 -6
- package/dist/molecules/navigation.cjs +107 -34
- package/dist/molecules/navigation.cjs.map +1 -1
- package/dist/molecules/navigation.js +5 -4
- package/package.json +5 -4
- package/src/atoms/date-picker/index.tsx +157 -5
- package/src/atoms/index.ts +2 -0
- package/src/atoms/toast.tsx +23 -0
- package/src/icon.ts +2 -0
- package/src/molecules/expand-table/row.tsx +1 -1
- package/dist/chunk-3ZUBNWIB.js +0 -43
- package/dist/chunk-3ZUBNWIB.js.map +0 -1
- package/dist/chunk-7FECZT7I.js +0 -45
- package/dist/chunk-7FECZT7I.js.map +0 -1
- package/dist/chunk-7WNX674B.js +0 -42
- package/dist/chunk-7WNX674B.js.map +0 -1
- package/dist/chunk-AAXOSNY3.js +0 -41
- package/dist/chunk-AAXOSNY3.js.map +0 -1
- package/dist/chunk-D6MXCND3.js +0 -33
- package/dist/chunk-D6MXCND3.js.map +0 -1
- package/dist/chunk-EK4ZFDYD.js.map +0 -1
- package/dist/chunk-HVTHVIGL.js +0 -38
- package/dist/chunk-HVTHVIGL.js.map +0 -1
- package/dist/chunk-LW3VKJJS.js +0 -33
- package/dist/chunk-LW3VKJJS.js.map +0 -1
- package/dist/chunk-O5IB6OHB.js +0 -41
- package/dist/chunk-O5IB6OHB.js.map +0 -1
- package/dist/chunk-R6PYUH56.js +0 -104
- package/dist/chunk-S3SAB2S2.js +0 -104
- package/dist/chunk-S3SAB2S2.js.map +0 -1
- package/dist/chunk-TPTFBY6E.js +0 -40
- package/dist/chunk-TPTFBY6E.js.map +0 -1
- package/dist/chunk-VRFAOMNZ.js +0 -33
- package/dist/chunk-VRFAOMNZ.js.map +0 -1
- package/dist/chunk-WJY4BPLR.js +0 -43
- package/dist/chunk-WJY4BPLR.js.map +0 -1
- package/dist/chunk-WVS3CXK5.js +0 -104
- package/dist/chunk-WVS3CXK5.js.map +0 -1
- package/dist/chunk-YQQVYFIL.js +0 -37
- package/dist/chunk-YQQVYFIL.js.map +0 -1
- package/dist/chunk-ZRCRQ7IC.js +0 -42
- package/dist/chunk-ZRCRQ7IC.js.map +0 -1
- /package/dist/{chunk-IFRVKLSE.js.map → chunk-7BE66BFO.js.map} +0 -0
- /package/dist/{chunk-6ZO2L5PO.js.map → chunk-ANLWB2QF.js.map} +0 -0
- /package/dist/{chunk-LPUSIN3M.js.map → chunk-JGV5KQM5.js.map} +0 -0
- /package/dist/{chunk-MDPBP64D.js.map → chunk-M65KRCQ2.js.map} +0 -0
- /package/dist/{chunk-PCWFGDAX.js.map → chunk-NSZVLXRG.js.map} +0 -0
- /package/dist/{chunk-R6PYUH56.js.map → chunk-PF27W53W.js.map} +0 -0
package/dist/index.cjs
CHANGED
|
@@ -82,25 +82,26 @@ __export(src_exports, {
|
|
|
82
82
|
Collapse: () => Collapse,
|
|
83
83
|
Container: () => import_themes14.Container,
|
|
84
84
|
Content: () => Content2,
|
|
85
|
+
Cross1Icon: () => import_react_icons.Cross1Icon,
|
|
85
86
|
DataList: () => import_themes15.DataList,
|
|
86
87
|
DatePicker: () => DatePicker,
|
|
87
|
-
Dialog: () =>
|
|
88
|
+
Dialog: () => import_themes20.Dialog,
|
|
88
89
|
DotsHorizontalIcon: () => import_react_icons.DotsHorizontalIcon,
|
|
89
90
|
DotsVerticalIcon: () => import_react_icons.DotsVerticalIcon,
|
|
90
91
|
Drawer: () => Drawer,
|
|
91
|
-
DropdownMenu: () =>
|
|
92
|
+
DropdownMenu: () => import_themes21.DropdownMenu,
|
|
92
93
|
EllipsisTooltip: () => EllipsisTooltip,
|
|
93
|
-
Em: () =>
|
|
94
|
+
Em: () => import_themes22.Em,
|
|
94
95
|
ExclamationTriangleIcon: () => import_react_icons.ExclamationTriangleIcon,
|
|
95
96
|
ExitIcon: () => import_react_icons.ExitIcon,
|
|
96
97
|
ExpandTable: () => ExpandTable,
|
|
97
98
|
FieldErrorWrapper: () => FieldErrorWrapper,
|
|
98
|
-
Flex: () =>
|
|
99
|
+
Flex: () => import_themes17.Flex,
|
|
99
100
|
GearIcon: () => import_react_icons.GearIcon,
|
|
100
|
-
Grid: () =>
|
|
101
|
+
Grid: () => import_themes23.Grid,
|
|
101
102
|
Heading: () => Heading2,
|
|
102
|
-
HoverCard: () =>
|
|
103
|
-
IconButton: () =>
|
|
103
|
+
HoverCard: () => import_themes24.HoverCard,
|
|
104
|
+
IconButton: () => import_themes16.IconButton,
|
|
104
105
|
InfoCircledIcon: () => import_react_icons.InfoCircledIcon,
|
|
105
106
|
Inset: () => import_themes25.Inset,
|
|
106
107
|
Kbd: () => import_themes26.Kbd,
|
|
@@ -109,6 +110,7 @@ __export(src_exports, {
|
|
|
109
110
|
MixerHorizontalIcon: () => import_react_icons.MixerHorizontalIcon,
|
|
110
111
|
Navigation: () => Navigation,
|
|
111
112
|
Pagination: () => Pagination,
|
|
113
|
+
Pencil1Icon: () => import_react_icons.Pencil1Icon,
|
|
112
114
|
PersonIcon: () => import_react_icons.PersonIcon,
|
|
113
115
|
PlusIcon: () => import_react_icons.PlusIcon,
|
|
114
116
|
Popover: () => import_themes29.Popover,
|
|
@@ -132,10 +134,12 @@ __export(src_exports, {
|
|
|
132
134
|
TextArea: () => import_themes45.TextArea,
|
|
133
135
|
TextField: () => import_themes47.TextField,
|
|
134
136
|
ThemeProvider: () => ThemeProvider,
|
|
137
|
+
ToastContainer: () => ToastContainer,
|
|
135
138
|
Tooltip: () => import_themes48.Tooltip,
|
|
136
139
|
Trigger: () => Trigger2,
|
|
137
140
|
Typo: () => Typo,
|
|
138
141
|
createColumnHelper: () => import_react_table2.createColumnHelper,
|
|
142
|
+
toast: () => import_react_toastify2.toast,
|
|
139
143
|
uiProps: () => uiProps,
|
|
140
144
|
useThemeContext: () => import_themes51.useThemeContext
|
|
141
145
|
});
|
|
@@ -304,46 +308,26 @@ var import_themes14 = require("@radix-ui/themes");
|
|
|
304
308
|
var import_themes15 = require("@radix-ui/themes");
|
|
305
309
|
|
|
306
310
|
// src/atoms/date-picker/index.tsx
|
|
307
|
-
var
|
|
311
|
+
var import_react7 = require("react");
|
|
308
312
|
var import_react_datepicker = __toESM(require("react-datepicker"), 1);
|
|
309
|
-
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
310
|
-
var DatePicker = (0, import_react6.forwardRef)(
|
|
311
|
-
(props, ref) => {
|
|
312
|
-
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
313
|
-
import_react_datepicker.default,
|
|
314
|
-
__spreadProps(__spreadValues({}, props), {
|
|
315
|
-
open: true,
|
|
316
|
-
ref,
|
|
317
|
-
wrapperClassName: "tipp_datePicker"
|
|
318
|
-
})
|
|
319
|
-
);
|
|
320
|
-
}
|
|
321
|
-
);
|
|
322
|
-
DatePicker.displayName = "DatePicker";
|
|
323
313
|
|
|
324
|
-
// src/atoms/
|
|
314
|
+
// src/atoms/icon-button.tsx
|
|
325
315
|
var import_themes16 = require("@radix-ui/themes");
|
|
326
316
|
|
|
327
|
-
// src/atoms/dropdown-menu.tsx
|
|
328
|
-
var import_themes17 = require("@radix-ui/themes");
|
|
329
|
-
|
|
330
|
-
// src/atoms/em.tsx
|
|
331
|
-
var import_themes18 = require("@radix-ui/themes");
|
|
332
|
-
|
|
333
317
|
// src/atoms/flex.tsx
|
|
334
|
-
var
|
|
318
|
+
var import_themes17 = require("@radix-ui/themes");
|
|
335
319
|
|
|
336
|
-
// src/
|
|
337
|
-
var
|
|
320
|
+
// src/icon.ts
|
|
321
|
+
var import_react_icons = require("@radix-ui/react-icons");
|
|
338
322
|
|
|
339
323
|
// src/atoms/heading.tsx
|
|
340
|
-
var
|
|
341
|
-
var
|
|
342
|
-
var
|
|
343
|
-
var
|
|
324
|
+
var import_themes18 = require("@radix-ui/themes");
|
|
325
|
+
var import_react6 = require("react");
|
|
326
|
+
var import_themes19 = require("@radix-ui/themes");
|
|
327
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
344
328
|
function Heading2(props) {
|
|
345
329
|
const _a = props, { size, children, variant } = _a, rest = __objRest(_a, ["size", "children", "variant"]);
|
|
346
|
-
const radixSize = (0,
|
|
330
|
+
const radixSize = (0, import_react6.useMemo)(() => {
|
|
347
331
|
switch (variant) {
|
|
348
332
|
case "subtitle1":
|
|
349
333
|
return "4";
|
|
@@ -357,13 +341,87 @@ function Heading2(props) {
|
|
|
357
341
|
return size;
|
|
358
342
|
}
|
|
359
343
|
}, [size, variant]);
|
|
360
|
-
return /* @__PURE__ */ (0,
|
|
344
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsx)(import_themes18.Heading, __spreadProps(__spreadValues({}, rest), { size: radixSize, children }));
|
|
361
345
|
}
|
|
362
346
|
|
|
363
|
-
// src/atoms/
|
|
347
|
+
// src/atoms/date-picker/index.tsx
|
|
348
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
349
|
+
var DatePicker = (0, import_react7.forwardRef)(
|
|
350
|
+
(props, ref) => {
|
|
351
|
+
const _a = props, { size = "medium" } = _a, rest = __objRest(_a, ["size"]);
|
|
352
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
353
|
+
import_react_datepicker.default,
|
|
354
|
+
__spreadProps(__spreadValues({
|
|
355
|
+
placeholderText: "yyyy/mm/dd",
|
|
356
|
+
ref,
|
|
357
|
+
showPopperArrow: false
|
|
358
|
+
}, rest), {
|
|
359
|
+
calendarClassName: `tipp_datePicker_calendar ${rest.calendarClassName || ""}`,
|
|
360
|
+
dateFormat: "yyyy/MM/dd",
|
|
361
|
+
nextMonthButtonLabel: "\uB2E4\uC74C \uB2EC",
|
|
362
|
+
previousMonthButtonLabel: "\uC774\uC804 \uB2EC",
|
|
363
|
+
renderCustomHeader,
|
|
364
|
+
wrapperClassName: `tipp_datePicker ${size} ${rest.wrapperClassName || ""}`
|
|
365
|
+
})
|
|
366
|
+
);
|
|
367
|
+
}
|
|
368
|
+
);
|
|
369
|
+
var renderCustomHeader = (props) => {
|
|
370
|
+
const {
|
|
371
|
+
date,
|
|
372
|
+
decreaseMonth,
|
|
373
|
+
increaseMonth,
|
|
374
|
+
prevMonthButtonDisabled,
|
|
375
|
+
nextMonthButtonDisabled
|
|
376
|
+
} = props;
|
|
377
|
+
const year = date.getFullYear();
|
|
378
|
+
const month = date.getMonth();
|
|
379
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(import_themes17.Flex, { align: "center", justify: "between", pb: "2", pl: "2", pr: "2", children: [
|
|
380
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
381
|
+
import_themes16.IconButton,
|
|
382
|
+
{
|
|
383
|
+
disabled: prevMonthButtonDisabled,
|
|
384
|
+
onClick: decreaseMonth,
|
|
385
|
+
variant: "ghost",
|
|
386
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_react_icons.ChevronLeftIcon, {})
|
|
387
|
+
}
|
|
388
|
+
),
|
|
389
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(import_themes17.Flex, { gap: "3", children: [
|
|
390
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(Heading2, { variant: "subtitle1", weight: "regular", children: [
|
|
391
|
+
year,
|
|
392
|
+
"\uB144"
|
|
393
|
+
] }),
|
|
394
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsxs)(Heading2, { variant: "subtitle1", weight: "regular", children: [
|
|
395
|
+
month + 1,
|
|
396
|
+
"\uC6D4"
|
|
397
|
+
] })
|
|
398
|
+
] }),
|
|
399
|
+
/* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
400
|
+
import_themes16.IconButton,
|
|
401
|
+
{
|
|
402
|
+
disabled: nextMonthButtonDisabled,
|
|
403
|
+
onClick: increaseMonth,
|
|
404
|
+
variant: "ghost",
|
|
405
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(import_react_icons.ChevronRightIcon, {})
|
|
406
|
+
}
|
|
407
|
+
)
|
|
408
|
+
] });
|
|
409
|
+
};
|
|
410
|
+
DatePicker.displayName = "DatePicker";
|
|
411
|
+
|
|
412
|
+
// src/atoms/dialog.tsx
|
|
413
|
+
var import_themes20 = require("@radix-ui/themes");
|
|
414
|
+
|
|
415
|
+
// src/atoms/dropdown-menu.tsx
|
|
416
|
+
var import_themes21 = require("@radix-ui/themes");
|
|
417
|
+
|
|
418
|
+
// src/atoms/em.tsx
|
|
419
|
+
var import_themes22 = require("@radix-ui/themes");
|
|
420
|
+
|
|
421
|
+
// src/atoms/grid.tsx
|
|
364
422
|
var import_themes23 = require("@radix-ui/themes");
|
|
365
423
|
|
|
366
|
-
// src/atoms/
|
|
424
|
+
// src/atoms/hover-card.tsx
|
|
367
425
|
var import_themes24 = require("@radix-ui/themes");
|
|
368
426
|
|
|
369
427
|
// src/atoms/inset.tsx
|
|
@@ -503,11 +561,6 @@ var import_themes49 = require("@radix-ui/themes");
|
|
|
503
561
|
|
|
504
562
|
// src/atoms/pagination.tsx
|
|
505
563
|
var import_react11 = require("react");
|
|
506
|
-
|
|
507
|
-
// src/icon.ts
|
|
508
|
-
var import_react_icons = require("@radix-ui/react-icons");
|
|
509
|
-
|
|
510
|
-
// src/atoms/pagination.tsx
|
|
511
564
|
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
512
565
|
function Pagination(props) {
|
|
513
566
|
const { onChange, count = 0 } = props;
|
|
@@ -552,9 +605,9 @@ function Pagination(props) {
|
|
|
552
605
|
const nextDisabled = (0, import_react11.useMemo)(() => {
|
|
553
606
|
return page + siblingCount >= count;
|
|
554
607
|
}, [count, page]);
|
|
555
|
-
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
608
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(import_themes17.Flex, { align: "center", className: "tipp-pagination", gap: "4", children: [
|
|
556
609
|
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
557
|
-
|
|
610
|
+
import_themes16.IconButton,
|
|
558
611
|
__spreadProps(__spreadValues({
|
|
559
612
|
disabled: prevDisabled,
|
|
560
613
|
onClick: onClickPrev
|
|
@@ -562,7 +615,7 @@ function Pagination(props) {
|
|
|
562
615
|
children: /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_react_icons.ChevronLeftIcon, __spreadValues({}, iconSize))
|
|
563
616
|
})
|
|
564
617
|
),
|
|
565
|
-
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
618
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(import_themes17.Flex, { gap: "1", children: visibleItems.map((item) => {
|
|
566
619
|
return /* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
567
620
|
"button",
|
|
568
621
|
{
|
|
@@ -577,7 +630,7 @@ function Pagination(props) {
|
|
|
577
630
|
);
|
|
578
631
|
}) }),
|
|
579
632
|
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
580
|
-
|
|
633
|
+
import_themes16.IconButton,
|
|
581
634
|
__spreadProps(__spreadValues({
|
|
582
635
|
disabled: nextDisabled,
|
|
583
636
|
onClick: onClickNext
|
|
@@ -594,7 +647,7 @@ function FieldErrorWrapper({
|
|
|
594
647
|
children,
|
|
595
648
|
error
|
|
596
649
|
}) {
|
|
597
|
-
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
650
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(import_themes17.Flex, { direction: "column", gap: "1", children: [
|
|
598
651
|
children,
|
|
599
652
|
error ? /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(Typo, { color: "red", variant: "caption", children: error }) : null
|
|
600
653
|
] });
|
|
@@ -681,17 +734,40 @@ var Drawer = {
|
|
|
681
734
|
Description: Dialog2.Description
|
|
682
735
|
};
|
|
683
736
|
|
|
737
|
+
// src/atoms/toast.tsx
|
|
738
|
+
var import_react_icons2 = require("@radix-ui/react-icons");
|
|
739
|
+
var import_react_toastify = require("react-toastify");
|
|
740
|
+
var import_react_toastify2 = require("react-toastify");
|
|
741
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
742
|
+
function ToastContainer(props) {
|
|
743
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
744
|
+
import_react_toastify.ToastContainer,
|
|
745
|
+
__spreadValues({
|
|
746
|
+
autoClose: 5e3,
|
|
747
|
+
closeButton: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(import_react_icons2.Cross1Icon, {}),
|
|
748
|
+
closeOnClick: true,
|
|
749
|
+
draggable: true,
|
|
750
|
+
hideProgressBar: true,
|
|
751
|
+
newestOnTop: true,
|
|
752
|
+
pauseOnFocusLoss: true,
|
|
753
|
+
pauseOnHover: true,
|
|
754
|
+
position: "bottom-right",
|
|
755
|
+
rtl: false
|
|
756
|
+
}, props)
|
|
757
|
+
);
|
|
758
|
+
}
|
|
759
|
+
|
|
684
760
|
// src/molecules/expand-table/index.tsx
|
|
685
761
|
var import_react_table2 = require("@tanstack/react-table");
|
|
686
762
|
var import_react14 = require("react");
|
|
687
763
|
|
|
688
764
|
// src/icons/down.tsx
|
|
689
765
|
var React8 = __toESM(require("react"), 1);
|
|
690
|
-
var
|
|
766
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
691
767
|
var TriangleArrowDownIcon = React8.forwardRef(
|
|
692
768
|
(_a, forwardedRef) => {
|
|
693
769
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
694
|
-
return /* @__PURE__ */ (0,
|
|
770
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
695
771
|
"svg",
|
|
696
772
|
__spreadProps(__spreadValues({
|
|
697
773
|
fill: "none",
|
|
@@ -701,7 +777,7 @@ var TriangleArrowDownIcon = React8.forwardRef(
|
|
|
701
777
|
xmlns: "http://www.w3.org/2000/svg"
|
|
702
778
|
}, props), {
|
|
703
779
|
ref: forwardedRef,
|
|
704
|
-
children: /* @__PURE__ */ (0,
|
|
780
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
705
781
|
"path",
|
|
706
782
|
{
|
|
707
783
|
d: "M7.10844 0.8125H0.891554C0.197392 0.8125 -0.177096 1.62672 0.274659 2.15377L3.3831 5.78029C3.70737 6.1586 4.29263 6.1586 4.6169 5.78029L7.72534 2.15377C8.1771 1.62672 7.80261 0.8125 7.10844 0.8125Z",
|
|
@@ -716,11 +792,11 @@ TriangleArrowDownIcon.displayName = "ArrowDownIcon";
|
|
|
716
792
|
|
|
717
793
|
// src/icons/up.tsx
|
|
718
794
|
var React9 = __toESM(require("react"), 1);
|
|
719
|
-
var
|
|
795
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
720
796
|
var TriangleArrowUpIcon = React9.forwardRef(
|
|
721
797
|
(_a, forwardedRef) => {
|
|
722
798
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
723
|
-
return /* @__PURE__ */ (0,
|
|
799
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
724
800
|
"svg",
|
|
725
801
|
__spreadProps(__spreadValues({
|
|
726
802
|
fill: "none",
|
|
@@ -730,7 +806,7 @@ var TriangleArrowUpIcon = React9.forwardRef(
|
|
|
730
806
|
xmlns: "http://www.w3.org/2000/svg"
|
|
731
807
|
}, props), {
|
|
732
808
|
ref: forwardedRef,
|
|
733
|
-
children: /* @__PURE__ */ (0,
|
|
809
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
734
810
|
"path",
|
|
735
811
|
{
|
|
736
812
|
d: "M0.891555 6.1875L7.10845 6.1875C7.80261 6.1875 8.1771 5.37328 7.72534 4.84623L4.6169 1.21971C4.29263 0.841403 3.70737 0.841403 3.3831 1.21971L0.274659 4.84623C-0.177095 5.37328 0.197393 6.1875 0.891555 6.1875Z",
|
|
@@ -746,7 +822,7 @@ TriangleArrowUpIcon.displayName = "ArrowUpIcon";
|
|
|
746
822
|
// src/molecules/expand-table/row.tsx
|
|
747
823
|
var import_react_table = require("@tanstack/react-table");
|
|
748
824
|
var import_react13 = require("react");
|
|
749
|
-
var
|
|
825
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
750
826
|
function Row(props) {
|
|
751
827
|
const { row, ExpandComp, gridColTemp } = props;
|
|
752
828
|
const [open, setOpen] = (0, import_react13.useState)(false);
|
|
@@ -755,12 +831,12 @@ function Row(props) {
|
|
|
755
831
|
(_a = props.onRowClick) == null ? void 0 : _a.call(props, row.original);
|
|
756
832
|
setOpen((prev) => !prev);
|
|
757
833
|
}, [props, row.original]);
|
|
758
|
-
return /* @__PURE__ */ (0,
|
|
834
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
759
835
|
"div",
|
|
760
836
|
{
|
|
761
837
|
className: `tr-wrapper ${ExpandComp ? "expandable" : ""}`,
|
|
762
838
|
children: [
|
|
763
|
-
/* @__PURE__ */ (0,
|
|
839
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
764
840
|
"button",
|
|
765
841
|
{
|
|
766
842
|
className: "tr",
|
|
@@ -770,7 +846,7 @@ function Row(props) {
|
|
|
770
846
|
children: row.getVisibleCells().map((cell) => {
|
|
771
847
|
var _a, _b;
|
|
772
848
|
const autoSize = (_a = cell.column.columnDef.meta) == null ? void 0 : _a.autoSize;
|
|
773
|
-
return /* @__PURE__ */ (0,
|
|
849
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
774
850
|
"div",
|
|
775
851
|
{
|
|
776
852
|
className: "td",
|
|
@@ -780,7 +856,7 @@ function Row(props) {
|
|
|
780
856
|
},
|
|
781
857
|
children: [
|
|
782
858
|
(0, import_react_table.flexRender)(cell.column.columnDef.cell, cell.getContext()),
|
|
783
|
-
((_b = cell.column.columnDef.meta) == null ? void 0 : _b.OpenBtn) ? /* @__PURE__ */ (0,
|
|
859
|
+
((_b = cell.column.columnDef.meta) == null ? void 0 : _b.OpenBtn) ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
784
860
|
cell.column.columnDef.meta.OpenBtn,
|
|
785
861
|
{
|
|
786
862
|
data: row.original,
|
|
@@ -796,7 +872,7 @@ function Row(props) {
|
|
|
796
872
|
},
|
|
797
873
|
`tr_${row.id}`
|
|
798
874
|
),
|
|
799
|
-
ExpandComp ? /* @__PURE__ */ (0,
|
|
875
|
+
ExpandComp ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Collapse, { open, children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)("div", { className: "expand-comp-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(ExpandComp, { row }) }) }) : null
|
|
800
876
|
]
|
|
801
877
|
},
|
|
802
878
|
`tr-wrapper_${row.id}`
|
|
@@ -804,7 +880,7 @@ function Row(props) {
|
|
|
804
880
|
}
|
|
805
881
|
|
|
806
882
|
// src/molecules/expand-table/index.tsx
|
|
807
|
-
var
|
|
883
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
808
884
|
function ExpandTable(props) {
|
|
809
885
|
const { data, columns, ExpandComp, placeholder, onRowClick } = props;
|
|
810
886
|
const [sorting, setSorting] = (0, import_react14.useState)([]);
|
|
@@ -827,8 +903,8 @@ function ExpandTable(props) {
|
|
|
827
903
|
}).join(" ");
|
|
828
904
|
}, [columns]);
|
|
829
905
|
const rowModels = getRowModel();
|
|
830
|
-
return /* @__PURE__ */ (0,
|
|
831
|
-
/* @__PURE__ */ (0,
|
|
906
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "expand-table", children: [
|
|
907
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "thead", children: getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
832
908
|
"div",
|
|
833
909
|
{
|
|
834
910
|
className: "tr",
|
|
@@ -836,30 +912,30 @@ function ExpandTable(props) {
|
|
|
836
912
|
children: headerGroup.headers.map((header) => {
|
|
837
913
|
const sortable = header.column.getCanSort();
|
|
838
914
|
const sortedState = header.column.getIsSorted();
|
|
839
|
-
return /* @__PURE__ */ (0,
|
|
915
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "th", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
840
916
|
"button",
|
|
841
917
|
{
|
|
842
918
|
onClick: header.column.getToggleSortingHandler(),
|
|
843
919
|
style: sortable ? { cursor: "pointer" } : void 0,
|
|
844
920
|
type: "button",
|
|
845
921
|
children: [
|
|
846
|
-
/* @__PURE__ */ (0,
|
|
922
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Typo, { variant: "body", children: (0, import_react_table2.flexRender)(
|
|
847
923
|
header.column.columnDef.header,
|
|
848
924
|
header.getContext()
|
|
849
925
|
) }),
|
|
850
|
-
sortable ? /* @__PURE__ */ (0,
|
|
851
|
-
|
|
926
|
+
sortable ? /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
927
|
+
import_themes17.Flex,
|
|
852
928
|
{
|
|
853
929
|
direction: "column",
|
|
854
930
|
style: { marginLeft: "var(--space-2)" },
|
|
855
931
|
children: [
|
|
856
|
-
/* @__PURE__ */ (0,
|
|
932
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
857
933
|
TriangleArrowUpIcon,
|
|
858
934
|
{
|
|
859
935
|
color: sortedState === "asc" ? "var(--iris-10)" : "var(--iris-6)"
|
|
860
936
|
}
|
|
861
937
|
),
|
|
862
|
-
/* @__PURE__ */ (0,
|
|
938
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
863
939
|
TriangleArrowDownIcon,
|
|
864
940
|
{
|
|
865
941
|
color: sortedState === "desc" ? "var(--iris-10)" : "var(--iris-6)"
|
|
@@ -875,10 +951,10 @@ function ExpandTable(props) {
|
|
|
875
951
|
},
|
|
876
952
|
headerGroup.id
|
|
877
953
|
)) }),
|
|
878
|
-
/* @__PURE__ */ (0,
|
|
879
|
-
rowModels.rows.length === 0 && /* @__PURE__ */ (0,
|
|
954
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsxs)("div", { className: "tbody", children: [
|
|
955
|
+
rowModels.rows.length === 0 && /* @__PURE__ */ (0, import_jsx_runtime20.jsx)("div", { className: "tr", children: /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(import_themes17.Flex, { align: "center", justify: "center", children: placeholder || /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(Typo, { color: "gray", mb: "6", mt: "6", variant: "body", children: "\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4" }) }) }, "expand_placeholder"),
|
|
880
956
|
rowModels.rows.map((row) => {
|
|
881
|
-
return /* @__PURE__ */ (0,
|
|
957
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
882
958
|
Row,
|
|
883
959
|
{
|
|
884
960
|
ExpandComp,
|
|
@@ -894,15 +970,15 @@ function ExpandTable(props) {
|
|
|
894
970
|
}
|
|
895
971
|
|
|
896
972
|
// src/molecules/navigation.tsx
|
|
897
|
-
var
|
|
973
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
898
974
|
function Navigation({
|
|
899
975
|
items,
|
|
900
976
|
fontColor,
|
|
901
977
|
backgroundColor,
|
|
902
978
|
activeKey
|
|
903
979
|
}) {
|
|
904
|
-
return /* @__PURE__ */ (0,
|
|
905
|
-
|
|
980
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
981
|
+
import_themes17.Flex,
|
|
906
982
|
{
|
|
907
983
|
direction: "column",
|
|
908
984
|
gap: "4",
|
|
@@ -913,13 +989,13 @@ function Navigation({
|
|
|
913
989
|
},
|
|
914
990
|
children: items == null ? void 0 : items.map((item) => {
|
|
915
991
|
const { key, title, icon, itemRender, onClick, children } = item;
|
|
916
|
-
return /* @__PURE__ */ (0,
|
|
917
|
-
itemRender ? itemRender(item) : /* @__PURE__ */ (0,
|
|
992
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_themes17.Flex, { direction: "column", onClick, children: [
|
|
993
|
+
itemRender ? itemRender(item) : /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_themes17.Flex, { align: "center", gap: "3", height: "36px", pl: "4", pr: "4", children: [
|
|
918
994
|
icon,
|
|
919
|
-
/* @__PURE__ */ (0,
|
|
995
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Typo, { variant: "subtitle", children: title })
|
|
920
996
|
] }),
|
|
921
997
|
children == null ? void 0 : children.map((menu) => {
|
|
922
|
-
return menu.itemRender ? menu.itemRender(menu) : /* @__PURE__ */ (0,
|
|
998
|
+
return menu.itemRender ? menu.itemRender(menu) : /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
923
999
|
Button,
|
|
924
1000
|
{
|
|
925
1001
|
className: `tipp-navigation-button ${activeKey === menu.key ? "active" : ""}`,
|
|
@@ -968,6 +1044,7 @@ var uiProps = __toESM(require("@radix-ui/themes/dist/cjs/props/index.js"), 1);
|
|
|
968
1044
|
Collapse,
|
|
969
1045
|
Container,
|
|
970
1046
|
Content,
|
|
1047
|
+
Cross1Icon,
|
|
971
1048
|
DataList,
|
|
972
1049
|
DatePicker,
|
|
973
1050
|
Dialog,
|
|
@@ -995,6 +1072,7 @@ var uiProps = __toESM(require("@radix-ui/themes/dist/cjs/props/index.js"), 1);
|
|
|
995
1072
|
MixerHorizontalIcon,
|
|
996
1073
|
Navigation,
|
|
997
1074
|
Pagination,
|
|
1075
|
+
Pencil1Icon,
|
|
998
1076
|
PersonIcon,
|
|
999
1077
|
PlusIcon,
|
|
1000
1078
|
Popover,
|
|
@@ -1018,10 +1096,12 @@ var uiProps = __toESM(require("@radix-ui/themes/dist/cjs/props/index.js"), 1);
|
|
|
1018
1096
|
TextArea,
|
|
1019
1097
|
TextField,
|
|
1020
1098
|
ThemeProvider,
|
|
1099
|
+
ToastContainer,
|
|
1021
1100
|
Tooltip,
|
|
1022
1101
|
Trigger,
|
|
1023
1102
|
Typo,
|
|
1024
1103
|
createColumnHelper,
|
|
1104
|
+
toast,
|
|
1025
1105
|
uiProps,
|
|
1026
1106
|
useThemeContext
|
|
1027
1107
|
});
|