@deepnoid/ui 0.1.26 → 0.1.28
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/.turbo/turbo-build.log +170 -166
- package/dist/{chunk-MSAULFDB.mjs → chunk-272FMLIL.mjs} +17 -17
- package/dist/{chunk-3IU2RPSM.mjs → chunk-2SDYFOZL.mjs} +46 -35
- package/dist/{chunk-HWL7TPUN.mjs → chunk-2TKEWFGH.mjs} +1 -1
- package/dist/chunk-4OSN2OE2.mjs +178 -0
- package/dist/chunk-6TIIBU7J.mjs +35 -0
- package/dist/{chunk-Q72LZAPG.mjs → chunk-A7RU3FU5.mjs} +1 -1
- package/dist/{chunk-P5PJTJLY.mjs → chunk-BEQ3KZGS.mjs} +19 -19
- package/dist/{chunk-IRAHS4WS.mjs → chunk-G67WUZO3.mjs} +1 -1
- package/dist/{chunk-YBDA3WQP.mjs → chunk-IBI3OVQI.mjs} +1 -1
- package/dist/{chunk-BQUZRVYW.mjs → chunk-JTZUXVOU.mjs} +1 -1
- package/dist/{chunk-6OMHIMIA.mjs → chunk-JV7VLO2L.mjs} +2 -2
- package/dist/{chunk-B3DFSXGC.mjs → chunk-K7VUN5BS.mjs} +2 -2
- package/dist/{chunk-DLQFMOBN.mjs → chunk-KYJTZPXY.mjs} +1 -1
- package/dist/{chunk-OUAKGMDW.mjs → chunk-MEY4IL7D.mjs} +1 -1
- package/dist/{chunk-SCFTSNCK.mjs → chunk-NHVIKP4H.mjs} +6 -6
- package/dist/{chunk-PMMTMYRI.mjs → chunk-QIEKOGY7.mjs} +1 -1
- package/dist/{chunk-QY7LYAXT.mjs → chunk-RT3S3VVJ.mjs} +2 -2
- package/dist/{chunk-IVK24VIL.mjs → chunk-SO7BGWM7.mjs} +2 -2
- package/dist/{chunk-XQGD4ZIX.mjs → chunk-SP3JVQY3.mjs} +1 -1
- package/dist/{chunk-EAK5DVWA.mjs → chunk-UNH3BCGN.mjs} +8 -1
- package/dist/{chunk-6HX3PPL6.mjs → chunk-WLNLVX7Q.mjs} +1 -1
- package/dist/components/avatar/avatar.js +46 -35
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +46 -35
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +46 -35
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +46 -35
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +46 -35
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +46 -35
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +46 -35
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +46 -35
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +46 -35
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/dateTimePicker/calendar.js +46 -35
- package/dist/components/dateTimePicker/calendar.mjs +3 -3
- package/dist/components/dateTimePicker/dateTimePicker.js +46 -35
- package/dist/components/dateTimePicker/dateTimePicker.mjs +9 -9
- package/dist/components/dateTimePicker/index.js +46 -35
- package/dist/components/dateTimePicker/index.mjs +9 -9
- package/dist/components/dateTimePicker/timePicker.js +46 -35
- package/dist/components/dateTimePicker/timePicker.mjs +5 -5
- package/dist/components/icon/Icon.d.mts +9 -5
- package/dist/components/icon/Icon.d.ts +9 -5
- package/dist/components/icon/Icon.js +46 -35
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +46 -35
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +3 -2
- package/dist/components/icon/template.d.ts +3 -2
- package/dist/components/icon/template.js +46 -35
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +64 -53
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.d.mts +44 -44
- package/dist/components/input/input.d.ts +44 -44
- package/dist/components/input/input.js +64 -53
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +46 -35
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +46 -35
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +46 -35
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +46 -35
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +64 -53
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +64 -53
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/select/index.js +62 -51
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.d.mts +38 -38
- package/dist/components/select/select.d.ts +38 -38
- package/dist/components/select/select.js +62 -51
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/definition-table.d.mts +51 -0
- package/dist/components/table/definition-table.d.ts +51 -0
- package/dist/components/table/definition-table.js +351 -0
- package/dist/components/table/definition-table.mjs +9 -0
- package/dist/components/table/form-table.d.mts +1 -1
- package/dist/components/table/form-table.d.ts +1 -1
- package/dist/components/table/form-table.mjs +43 -3
- package/dist/components/table/index.d.mts +1 -1
- package/dist/components/table/index.d.ts +1 -1
- package/dist/components/table/index.js +86 -82
- package/dist/components/table/index.mjs +9 -9
- package/dist/components/table/table-head.js +8 -1
- package/dist/components/table/table-head.mjs +1 -1
- package/dist/components/table/table.js +72 -54
- package/dist/components/table/table.mjs +6 -6
- package/dist/components/toast/index.js +46 -35
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +46 -35
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +46 -35
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.d.mts +1 -0
- package/dist/components/tree/index.d.ts +1 -0
- package/dist/components/tree/index.js +170 -84
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.d.mts +17 -10
- package/dist/components/tree/tree.d.ts +17 -10
- package/dist/components/tree/tree.js +175 -84
- package/dist/components/tree/tree.mjs +5 -3
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +226 -147
- package/dist/index.mjs +31 -31
- package/package.json +1 -1
- package/dist/chunk-ICZTNO4V.mjs +0 -49
- package/dist/chunk-TEQ723QO.mjs +0 -102
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-F3HENRVM.mjs";
|
|
5
5
|
import {
|
|
6
6
|
input_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BEQ3KZGS.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Icon_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-2TKEWFGH.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tv
|
|
13
13
|
} from "./chunk-4ZJFD3L3.mjs";
|
|
@@ -27,7 +27,14 @@ var TableHead = ({ columns, slots, size, rowCheckbox, isCheckedAll, classNames,
|
|
|
27
27
|
},
|
|
28
28
|
`${column.field}${index}thead`
|
|
29
29
|
));
|
|
30
|
-
const renderSelectAllCheckbox = () => rowCheckbox && /* @__PURE__ */ jsx("th", { className: slots.th({ class: classNames == null ? void 0 : classNames.th }), onClick: handleClickCheckAll, children: /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ jsx(
|
|
30
|
+
const renderSelectAllCheckbox = () => rowCheckbox && /* @__PURE__ */ jsx("th", { className: slots.th({ class: classNames == null ? void 0 : classNames.th }), onClick: handleClickCheckAll, children: /* @__PURE__ */ jsx("div", { className: "flex items-center justify-center", children: /* @__PURE__ */ jsx(
|
|
31
|
+
checkbox_default,
|
|
32
|
+
{
|
|
33
|
+
size,
|
|
34
|
+
checked: isCheckedAll,
|
|
35
|
+
onChange: (e) => onCheckAll(e.target.checked)
|
|
36
|
+
}
|
|
37
|
+
) }) });
|
|
31
38
|
return /* @__PURE__ */ jsx("thead", { className: slots.thead({ class: classNames == null ? void 0 : classNames.thead }), children: /* @__PURE__ */ jsxs("tr", { className: slots.tr({ class: classNames == null ? void 0 : classNames.tr }), children: [
|
|
32
39
|
renderColumnHeaders(),
|
|
33
40
|
renderSelectAllCheckbox()
|
|
@@ -625,22 +625,61 @@ var template = {
|
|
|
625
625
|
}
|
|
626
626
|
);
|
|
627
627
|
},
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
628
|
+
plus: ({ className }) => {
|
|
629
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
630
|
+
"svg",
|
|
631
|
+
{
|
|
632
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
633
|
+
width: "18",
|
|
634
|
+
height: "18",
|
|
635
|
+
viewBox: "0 0 18 18",
|
|
636
|
+
fill: "none",
|
|
637
|
+
className,
|
|
638
|
+
children: [
|
|
639
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
640
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
641
|
+
]
|
|
642
|
+
}
|
|
643
|
+
);
|
|
644
|
+
},
|
|
645
|
+
minus: ({ className }) => {
|
|
631
646
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
632
647
|
"svg",
|
|
633
648
|
{
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
649
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
650
|
+
width: "18",
|
|
651
|
+
height: "18",
|
|
652
|
+
viewBox: "0 0 18 18",
|
|
637
653
|
fill: "none",
|
|
654
|
+
className,
|
|
655
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
656
|
+
}
|
|
657
|
+
);
|
|
658
|
+
},
|
|
659
|
+
pencil: ({ className }) => {
|
|
660
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
661
|
+
"svg",
|
|
662
|
+
{
|
|
638
663
|
xmlns: "http://www.w3.org/2000/svg",
|
|
664
|
+
width: "18",
|
|
665
|
+
height: "18",
|
|
666
|
+
viewBox: "0 0 18 18",
|
|
667
|
+
fill: "none",
|
|
639
668
|
className,
|
|
640
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
669
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
670
|
+
"path",
|
|
671
|
+
{
|
|
672
|
+
d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
|
|
673
|
+
stroke: "currentColor",
|
|
674
|
+
strokeLinecap: "round",
|
|
675
|
+
strokeLinejoin: "round"
|
|
676
|
+
}
|
|
677
|
+
)
|
|
641
678
|
}
|
|
642
679
|
);
|
|
643
680
|
},
|
|
681
|
+
// ----------------------------------- old ---------------------------------
|
|
682
|
+
// ** Status **
|
|
644
683
|
check: ({ className, fill }) => {
|
|
645
684
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
646
685
|
"svg",
|
|
@@ -2287,34 +2326,6 @@ var template = {
|
|
|
2287
2326
|
}
|
|
2288
2327
|
);
|
|
2289
2328
|
},
|
|
2290
|
-
pencil: ({ className, fill }) => {
|
|
2291
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2292
|
-
"svg",
|
|
2293
|
-
{
|
|
2294
|
-
width: "24",
|
|
2295
|
-
height: "24",
|
|
2296
|
-
viewBox: "0 0 24 24",
|
|
2297
|
-
fill: "none",
|
|
2298
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2299
|
-
className,
|
|
2300
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2301
|
-
"path",
|
|
2302
|
-
{
|
|
2303
|
-
d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
|
|
2304
|
-
fill: "currentColor"
|
|
2305
|
-
}
|
|
2306
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2307
|
-
"path",
|
|
2308
|
-
{
|
|
2309
|
-
d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
|
|
2310
|
-
stroke: "currentColor",
|
|
2311
|
-
strokeLinecap: "round",
|
|
2312
|
-
strokeLinejoin: "round"
|
|
2313
|
-
}
|
|
2314
|
-
)
|
|
2315
|
-
}
|
|
2316
|
-
);
|
|
2317
|
-
},
|
|
2318
2329
|
"pencil-square": ({ className, fill }) => {
|
|
2319
2330
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2320
2331
|
"svg",
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
avatar_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-SP3JVQY3.mjs";
|
|
5
|
+
import "../../chunk-2SDYFOZL.mjs";
|
|
6
6
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
@@ -627,22 +627,61 @@ var template = {
|
|
|
627
627
|
}
|
|
628
628
|
);
|
|
629
629
|
},
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
630
|
+
plus: ({ className }) => {
|
|
631
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
632
|
+
"svg",
|
|
633
|
+
{
|
|
634
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
635
|
+
width: "18",
|
|
636
|
+
height: "18",
|
|
637
|
+
viewBox: "0 0 18 18",
|
|
638
|
+
fill: "none",
|
|
639
|
+
className,
|
|
640
|
+
children: [
|
|
641
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
642
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
643
|
+
]
|
|
644
|
+
}
|
|
645
|
+
);
|
|
646
|
+
},
|
|
647
|
+
minus: ({ className }) => {
|
|
633
648
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
634
649
|
"svg",
|
|
635
650
|
{
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
651
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
652
|
+
width: "18",
|
|
653
|
+
height: "18",
|
|
654
|
+
viewBox: "0 0 18 18",
|
|
639
655
|
fill: "none",
|
|
656
|
+
className,
|
|
657
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
658
|
+
}
|
|
659
|
+
);
|
|
660
|
+
},
|
|
661
|
+
pencil: ({ className }) => {
|
|
662
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
663
|
+
"svg",
|
|
664
|
+
{
|
|
640
665
|
xmlns: "http://www.w3.org/2000/svg",
|
|
666
|
+
width: "18",
|
|
667
|
+
height: "18",
|
|
668
|
+
viewBox: "0 0 18 18",
|
|
669
|
+
fill: "none",
|
|
641
670
|
className,
|
|
642
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
671
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
672
|
+
"path",
|
|
673
|
+
{
|
|
674
|
+
d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
|
|
675
|
+
stroke: "currentColor",
|
|
676
|
+
strokeLinecap: "round",
|
|
677
|
+
strokeLinejoin: "round"
|
|
678
|
+
}
|
|
679
|
+
)
|
|
643
680
|
}
|
|
644
681
|
);
|
|
645
682
|
},
|
|
683
|
+
// ----------------------------------- old ---------------------------------
|
|
684
|
+
// ** Status **
|
|
646
685
|
check: ({ className, fill }) => {
|
|
647
686
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
648
687
|
"svg",
|
|
@@ -2289,34 +2328,6 @@ var template = {
|
|
|
2289
2328
|
}
|
|
2290
2329
|
);
|
|
2291
2330
|
},
|
|
2292
|
-
pencil: ({ className, fill }) => {
|
|
2293
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2294
|
-
"svg",
|
|
2295
|
-
{
|
|
2296
|
-
width: "24",
|
|
2297
|
-
height: "24",
|
|
2298
|
-
viewBox: "0 0 24 24",
|
|
2299
|
-
fill: "none",
|
|
2300
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2301
|
-
className,
|
|
2302
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2303
|
-
"path",
|
|
2304
|
-
{
|
|
2305
|
-
d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
|
|
2306
|
-
fill: "currentColor"
|
|
2307
|
-
}
|
|
2308
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2309
|
-
"path",
|
|
2310
|
-
{
|
|
2311
|
-
d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
|
|
2312
|
-
stroke: "currentColor",
|
|
2313
|
-
strokeLinecap: "round",
|
|
2314
|
-
strokeLinejoin: "round"
|
|
2315
|
-
}
|
|
2316
|
-
)
|
|
2317
|
-
}
|
|
2318
|
-
);
|
|
2319
|
-
},
|
|
2320
2331
|
"pencil-square": ({ className, fill }) => {
|
|
2321
2332
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2322
2333
|
"svg",
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import "../../chunk-7DLOYKVC.mjs";
|
|
3
3
|
import {
|
|
4
4
|
avatar_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-SP3JVQY3.mjs";
|
|
6
|
+
import "../../chunk-2SDYFOZL.mjs";
|
|
7
7
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
@@ -842,22 +842,61 @@ var template = {
|
|
|
842
842
|
}
|
|
843
843
|
);
|
|
844
844
|
},
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
845
|
+
plus: ({ className }) => {
|
|
846
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
847
|
+
"svg",
|
|
848
|
+
{
|
|
849
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
850
|
+
width: "18",
|
|
851
|
+
height: "18",
|
|
852
|
+
viewBox: "0 0 18 18",
|
|
853
|
+
fill: "none",
|
|
854
|
+
className,
|
|
855
|
+
children: [
|
|
856
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
857
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
858
|
+
]
|
|
859
|
+
}
|
|
860
|
+
);
|
|
861
|
+
},
|
|
862
|
+
minus: ({ className }) => {
|
|
848
863
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
849
864
|
"svg",
|
|
850
865
|
{
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
866
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
867
|
+
width: "18",
|
|
868
|
+
height: "18",
|
|
869
|
+
viewBox: "0 0 18 18",
|
|
854
870
|
fill: "none",
|
|
871
|
+
className,
|
|
872
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
873
|
+
}
|
|
874
|
+
);
|
|
875
|
+
},
|
|
876
|
+
pencil: ({ className }) => {
|
|
877
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
878
|
+
"svg",
|
|
879
|
+
{
|
|
855
880
|
xmlns: "http://www.w3.org/2000/svg",
|
|
881
|
+
width: "18",
|
|
882
|
+
height: "18",
|
|
883
|
+
viewBox: "0 0 18 18",
|
|
884
|
+
fill: "none",
|
|
856
885
|
className,
|
|
857
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
886
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
887
|
+
"path",
|
|
888
|
+
{
|
|
889
|
+
d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
|
|
890
|
+
stroke: "currentColor",
|
|
891
|
+
strokeLinecap: "round",
|
|
892
|
+
strokeLinejoin: "round"
|
|
893
|
+
}
|
|
894
|
+
)
|
|
858
895
|
}
|
|
859
896
|
);
|
|
860
897
|
},
|
|
898
|
+
// ----------------------------------- old ---------------------------------
|
|
899
|
+
// ** Status **
|
|
861
900
|
check: ({ className, fill }) => {
|
|
862
901
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
863
902
|
"svg",
|
|
@@ -2504,34 +2543,6 @@ var template = {
|
|
|
2504
2543
|
}
|
|
2505
2544
|
);
|
|
2506
2545
|
},
|
|
2507
|
-
pencil: ({ className, fill }) => {
|
|
2508
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2509
|
-
"svg",
|
|
2510
|
-
{
|
|
2511
|
-
width: "24",
|
|
2512
|
-
height: "24",
|
|
2513
|
-
viewBox: "0 0 24 24",
|
|
2514
|
-
fill: "none",
|
|
2515
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2516
|
-
className,
|
|
2517
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2518
|
-
"path",
|
|
2519
|
-
{
|
|
2520
|
-
d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
|
|
2521
|
-
fill: "currentColor"
|
|
2522
|
-
}
|
|
2523
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2524
|
-
"path",
|
|
2525
|
-
{
|
|
2526
|
-
d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
|
|
2527
|
-
stroke: "currentColor",
|
|
2528
|
-
strokeLinecap: "round",
|
|
2529
|
-
strokeLinejoin: "round"
|
|
2530
|
-
}
|
|
2531
|
-
)
|
|
2532
|
-
}
|
|
2533
|
-
);
|
|
2534
|
-
},
|
|
2535
2546
|
"pencil-square": ({ className, fill }) => {
|
|
2536
2547
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2537
2548
|
"svg",
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
breadcrumb_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-G67WUZO3.mjs";
|
|
5
5
|
import "../../chunk-MY5U63QO.mjs";
|
|
6
6
|
import "../../chunk-LPZOH3RP.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-JTZUXVOU.mjs";
|
|
8
|
+
import "../../chunk-QIEKOGY7.mjs";
|
|
9
9
|
import "../../chunk-6WSACUIB.mjs";
|
|
10
10
|
import "../../chunk-6PNKRBUT.mjs";
|
|
11
11
|
import "../../chunk-LXHUO6VM.mjs";
|
|
12
12
|
import "../../chunk-WFMFC7R6.mjs";
|
|
13
13
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-2TKEWFGH.mjs";
|
|
15
|
+
import "../../chunk-2SDYFOZL.mjs";
|
|
16
16
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
17
17
|
import "../../chunk-27Y6K5NK.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -844,22 +844,61 @@ var template = {
|
|
|
844
844
|
}
|
|
845
845
|
);
|
|
846
846
|
},
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
847
|
+
plus: ({ className }) => {
|
|
848
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
849
|
+
"svg",
|
|
850
|
+
{
|
|
851
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
852
|
+
width: "18",
|
|
853
|
+
height: "18",
|
|
854
|
+
viewBox: "0 0 18 18",
|
|
855
|
+
fill: "none",
|
|
856
|
+
className,
|
|
857
|
+
children: [
|
|
858
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
859
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M9 13.5V4.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
860
|
+
]
|
|
861
|
+
}
|
|
862
|
+
);
|
|
863
|
+
},
|
|
864
|
+
minus: ({ className }) => {
|
|
850
865
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
851
866
|
"svg",
|
|
852
867
|
{
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
868
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
869
|
+
width: "18",
|
|
870
|
+
height: "18",
|
|
871
|
+
viewBox: "0 0 18 18",
|
|
856
872
|
fill: "none",
|
|
873
|
+
className,
|
|
874
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("path", { d: "M4.5 9H13.5", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" })
|
|
875
|
+
}
|
|
876
|
+
);
|
|
877
|
+
},
|
|
878
|
+
pencil: ({ className }) => {
|
|
879
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
880
|
+
"svg",
|
|
881
|
+
{
|
|
857
882
|
xmlns: "http://www.w3.org/2000/svg",
|
|
883
|
+
width: "18",
|
|
884
|
+
height: "18",
|
|
885
|
+
viewBox: "0 0 18 18",
|
|
886
|
+
fill: "none",
|
|
858
887
|
className,
|
|
859
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
888
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
889
|
+
"path",
|
|
890
|
+
{
|
|
891
|
+
d: "M12.6465 3.36525L13.9117 2.09925C14.1755 1.83549 14.5332 1.68732 14.9062 1.68732C15.2793 1.68732 15.637 1.83549 15.9008 2.09925C16.1645 2.36301 16.3127 2.72074 16.3127 3.09375C16.3127 3.46676 16.1645 3.82449 15.9008 4.08825L7.9365 12.0525C7.53999 12.4488 7.05102 12.74 6.51375 12.9L4.5 13.5L5.1 11.4863C5.25996 10.949 5.55123 10.46 5.9475 10.0635L12.6465 3.36525ZM12.6465 3.36525L14.625 5.34375M13.5 10.5V14.0625C13.5 14.5101 13.3222 14.9393 13.0057 15.2557C12.6893 15.5722 12.2601 15.75 11.8125 15.75H3.9375C3.48995 15.75 3.06072 15.5722 2.74426 15.2557C2.42779 14.9393 2.25 14.5101 2.25 14.0625V6.1875C2.25 5.73995 2.42779 5.31073 2.74426 4.99426C3.06072 4.67779 3.48995 4.5 3.9375 4.5H7.5",
|
|
892
|
+
stroke: "currentColor",
|
|
893
|
+
strokeLinecap: "round",
|
|
894
|
+
strokeLinejoin: "round"
|
|
895
|
+
}
|
|
896
|
+
)
|
|
860
897
|
}
|
|
861
898
|
);
|
|
862
899
|
},
|
|
900
|
+
// ----------------------------------- old ---------------------------------
|
|
901
|
+
// ** Status **
|
|
863
902
|
check: ({ className, fill }) => {
|
|
864
903
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
865
904
|
"svg",
|
|
@@ -2506,34 +2545,6 @@ var template = {
|
|
|
2506
2545
|
}
|
|
2507
2546
|
);
|
|
2508
2547
|
},
|
|
2509
|
-
pencil: ({ className, fill }) => {
|
|
2510
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2511
|
-
"svg",
|
|
2512
|
-
{
|
|
2513
|
-
width: "24",
|
|
2514
|
-
height: "24",
|
|
2515
|
-
viewBox: "0 0 24 24",
|
|
2516
|
-
fill: "none",
|
|
2517
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2518
|
-
className,
|
|
2519
|
-
children: fill ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2520
|
-
"path",
|
|
2521
|
-
{
|
|
2522
|
-
d: "M21.7313 2.26918C21.239 1.77699 20.5714 1.50049 19.8753 1.50049C19.1791 1.50049 18.5115 1.77699 18.0193 2.26918L16.8623 3.42618L20.5743 7.13818L21.7313 5.98118C22.2234 5.48891 22.4999 4.8213 22.4999 4.12518C22.4999 3.42906 22.2234 2.76145 21.7313 2.26918ZM19.5133 8.19918L15.8013 4.48718L3.65125 16.6372C3.03411 17.254 2.58043 18.015 2.33125 18.8512L1.53125 21.5362C1.49263 21.6657 1.48975 21.8033 1.52292 21.9344C1.55608 22.0655 1.62407 22.1852 1.71967 22.2808C1.81527 22.3764 1.93494 22.4443 2.06601 22.4775C2.19709 22.5107 2.33469 22.5078 2.46425 22.4692L5.14925 21.6692C5.98548 21.42 6.74642 20.9663 7.36325 20.3492L19.5133 8.19918Z",
|
|
2523
|
-
fill: "currentColor"
|
|
2524
|
-
}
|
|
2525
|
-
) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2526
|
-
"path",
|
|
2527
|
-
{
|
|
2528
|
-
d: "M16.862 4.487L18.549 2.799C18.9007 2.44733 19.3777 2.24976 19.875 2.24976C20.3723 2.24976 20.8493 2.44733 21.201 2.799C21.5527 3.15068 21.7502 3.62766 21.7502 4.125C21.7502 4.62235 21.5527 5.09933 21.201 5.451L6.832 19.82C6.30332 20.3484 5.65137 20.7367 4.935 20.95L2.25 21.75L3.05 19.065C3.26328 18.3486 3.65163 17.6967 4.18 17.168L16.863 4.487H16.862ZM16.862 4.487L19.5 7.125",
|
|
2529
|
-
stroke: "currentColor",
|
|
2530
|
-
strokeLinecap: "round",
|
|
2531
|
-
strokeLinejoin: "round"
|
|
2532
|
-
}
|
|
2533
|
-
)
|
|
2534
|
-
}
|
|
2535
|
-
);
|
|
2536
|
-
},
|
|
2537
2548
|
"pencil-square": ({ className, fill }) => {
|
|
2538
2549
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2539
2550
|
"svg",
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
import "../../chunk-KYIODWXL.mjs";
|
|
3
3
|
import {
|
|
4
4
|
breadcrumb_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-G67WUZO3.mjs";
|
|
6
6
|
import "../../chunk-MY5U63QO.mjs";
|
|
7
7
|
import "../../chunk-LPZOH3RP.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-JTZUXVOU.mjs";
|
|
9
|
+
import "../../chunk-QIEKOGY7.mjs";
|
|
10
10
|
import "../../chunk-6WSACUIB.mjs";
|
|
11
11
|
import "../../chunk-6PNKRBUT.mjs";
|
|
12
12
|
import "../../chunk-LXHUO6VM.mjs";
|
|
13
13
|
import "../../chunk-WFMFC7R6.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-2TKEWFGH.mjs";
|
|
16
|
+
import "../../chunk-2SDYFOZL.mjs";
|
|
17
17
|
import "../../chunk-4ZJFD3L3.mjs";
|
|
18
18
|
import "../../chunk-27Y6K5NK.mjs";
|
|
19
19
|
import "../../chunk-E3G5QXSH.mjs";
|