@deepnoid/ui 0.1.221 → 0.1.222
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 +224 -224
- package/dist/{chunk-6CTMLHLK.mjs → chunk-4IEHQI5B.mjs} +1 -1
- package/dist/{chunk-74MC7B4K.mjs → chunk-4S4AAZFC.mjs} +2 -2
- package/dist/{chunk-AXWICOKO.mjs → chunk-6AID2NLT.mjs} +1 -1
- package/dist/{chunk-5UCNLY2A.mjs → chunk-6S6PH233.mjs} +1 -1
- package/dist/{chunk-4MTXDUV3.mjs → chunk-BBRO35V3.mjs} +4 -4
- package/dist/{chunk-54FDYAUN.mjs → chunk-DQHNPDVN.mjs} +4 -4
- package/dist/{chunk-JI3WAAZV.mjs → chunk-EJ4GDC6K.mjs} +1 -1
- package/dist/{chunk-I4LNWIIV.mjs → chunk-EVJ46M3U.mjs} +2 -2
- package/dist/{chunk-G4G6YXZH.mjs → chunk-GDHLN463.mjs} +1 -1
- package/dist/{chunk-QAXRJ3EH.mjs → chunk-HFOHFBZH.mjs} +1 -1
- package/dist/{chunk-APQE3TRN.mjs → chunk-KWHCUAFU.mjs} +2 -2
- package/dist/{chunk-US5NY7UP.mjs → chunk-MTT24BLX.mjs} +2 -2
- package/dist/{chunk-QECR6VMW.mjs → chunk-OC5C42CB.mjs} +2 -2
- package/dist/{chunk-AZYWRRZY.mjs → chunk-OXJX5G3O.mjs} +1 -1
- package/dist/{chunk-JYW3GEH6.mjs → chunk-P5L4YI54.mjs} +33 -0
- package/dist/{chunk-Q5MFMWG7.mjs → chunk-R2XKPG4K.mjs} +1 -1
- package/dist/{chunk-QPEZ7SFU.mjs → chunk-RH3AHG52.mjs} +1 -1
- package/dist/{chunk-PLR4DZBN.mjs → chunk-SKX5QPUD.mjs} +4 -4
- package/dist/{chunk-SNXIHIQG.mjs → chunk-SX3JDFTH.mjs} +10 -10
- package/dist/{chunk-VSVBYQF4.mjs → chunk-TE5JU3WA.mjs} +2 -2
- package/dist/{chunk-MYUAX3Z5.mjs → chunk-V2YH54JQ.mjs} +1 -1
- package/dist/{chunk-3HANNN76.mjs → chunk-YMXYJUOP.mjs} +1 -1
- package/dist/components/avatar/avatar.js +33 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +33 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +33 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
- package/dist/components/breadcrumb/index.js +33 -0
- package/dist/components/breadcrumb/index.mjs +7 -7
- package/dist/components/button/button.js +33 -0
- package/dist/components/button/button.mjs +4 -4
- package/dist/components/button/icon-button.js +33 -0
- package/dist/components/button/icon-button.mjs +4 -4
- package/dist/components/button/index.js +33 -0
- package/dist/components/button/index.mjs +8 -8
- package/dist/components/charts/index.mjs +3 -3
- package/dist/components/chip/chip.js +33 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +33 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/fileUpload/fileUpload.js +33 -0
- package/dist/components/fileUpload/fileUpload.mjs +8 -8
- package/dist/components/fileUpload/index.js +33 -0
- package/dist/components/fileUpload/index.mjs +8 -8
- package/dist/components/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +33 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +33 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +33 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +33 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +33 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +33 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +33 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/GlobalModalProvider.js +33 -0
- package/dist/components/modal/GlobalModalProvider.mjs +8 -8
- package/dist/components/modal/index.js +33 -0
- package/dist/components/modal/index.mjs +9 -9
- package/dist/components/modal/modal.js +33 -0
- package/dist/components/modal/modal.mjs +7 -7
- package/dist/components/modal/useGlobalModal.mjs +9 -9
- package/dist/components/pagination/index.js +33 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +33 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.js +33 -0
- package/dist/components/picker/datePicker.mjs +9 -9
- package/dist/components/picker/index.js +33 -0
- package/dist/components/picker/index.mjs +10 -10
- package/dist/components/picker/timePicker/Panel.mjs +6 -6
- package/dist/components/picker/timePicker/index.js +33 -0
- package/dist/components/picker/timePicker/index.mjs +8 -8
- package/dist/components/ripple/index.mjs +3 -3
- package/dist/components/select/index.js +33 -0
- package/dist/components/select/index.mjs +7 -7
- package/dist/components/select/select.js +33 -0
- package/dist/components/select/select.mjs +7 -7
- package/dist/components/starRating/index.js +33 -0
- package/dist/components/starRating/index.mjs +3 -3
- package/dist/components/starRating/starRating.js +33 -0
- package/dist/components/starRating/starRating.mjs +3 -3
- package/dist/components/table/index.js +33 -0
- package/dist/components/table/index.mjs +7 -7
- package/dist/components/table/table-body.js +33 -0
- package/dist/components/table/table-body.mjs +7 -7
- package/dist/components/table/table-head.js +33 -0
- package/dist/components/table/table-head.mjs +7 -7
- package/dist/components/table/table.js +33 -0
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/timePicker/calendar.js +33 -0
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +33 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +33 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +33 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +33 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +33 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.js +33 -0
- package/dist/index.mjs +65 -65
- package/package.json +1 -1
|
@@ -2,29 +2,29 @@
|
|
|
2
2
|
import "../../chunk-4VWG4726.mjs";
|
|
3
3
|
import {
|
|
4
4
|
timePicker_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-4S4AAZFC.mjs";
|
|
6
6
|
import "../../chunk-FZYZSMSS.mjs";
|
|
7
7
|
import "../../chunk-RKHH3CUS.mjs";
|
|
8
8
|
import {
|
|
9
9
|
datePicker_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-SX3JDFTH.mjs";
|
|
11
|
+
import "../../chunk-3IBJXQTJ.mjs";
|
|
11
12
|
import {
|
|
12
13
|
day_default
|
|
13
14
|
} from "../../chunk-XZYQFBCT.mjs";
|
|
14
|
-
import "../../chunk-3IBJXQTJ.mjs";
|
|
15
15
|
import "../../chunk-2GCSFWHD.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-EJ4GDC6K.mjs";
|
|
17
17
|
import "../../chunk-MY5U63QO.mjs";
|
|
18
|
+
import "../../chunk-NDNIAALB.mjs";
|
|
18
19
|
import "../../chunk-5VTYO3RF.mjs";
|
|
19
|
-
import "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
20
|
+
import "../../chunk-SKX5QPUD.mjs";
|
|
21
|
+
import "../../chunk-BBRO35V3.mjs";
|
|
21
22
|
import "../../chunk-6WSACUIB.mjs";
|
|
22
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
23
23
|
import "../../chunk-SZL743JC.mjs";
|
|
24
|
-
import "../../chunk-
|
|
24
|
+
import "../../chunk-LXHUO6VM.mjs";
|
|
25
25
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
26
|
-
import "../../chunk-
|
|
27
|
-
import "../../chunk-
|
|
26
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
27
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
28
28
|
import "../../chunk-27Y6K5NK.mjs";
|
|
29
29
|
import "../../chunk-E3G5QXSH.mjs";
|
|
30
30
|
import "../../chunk-U4DJHAM5.mjs";
|
|
@@ -6,16 +6,16 @@ import {
|
|
|
6
6
|
import "../../../chunk-RKHH3CUS.mjs";
|
|
7
7
|
import "../../../chunk-3IBJXQTJ.mjs";
|
|
8
8
|
import "../../../chunk-MY5U63QO.mjs";
|
|
9
|
+
import "../../../chunk-NDNIAALB.mjs";
|
|
9
10
|
import "../../../chunk-5VTYO3RF.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
11
|
-
import "../../../chunk-
|
|
11
|
+
import "../../../chunk-SKX5QPUD.mjs";
|
|
12
|
+
import "../../../chunk-BBRO35V3.mjs";
|
|
12
13
|
import "../../../chunk-6WSACUIB.mjs";
|
|
13
|
-
import "../../../chunk-LXHUO6VM.mjs";
|
|
14
14
|
import "../../../chunk-SZL743JC.mjs";
|
|
15
|
-
import "../../../chunk-
|
|
15
|
+
import "../../../chunk-LXHUO6VM.mjs";
|
|
16
16
|
import "../../../chunk-ZYIIXWVY.mjs";
|
|
17
|
-
import "../../../chunk-
|
|
18
|
-
import "../../../chunk-
|
|
17
|
+
import "../../../chunk-6AID2NLT.mjs";
|
|
18
|
+
import "../../../chunk-P5L4YI54.mjs";
|
|
19
19
|
import "../../../chunk-27Y6K5NK.mjs";
|
|
20
20
|
import "../../../chunk-E3G5QXSH.mjs";
|
|
21
21
|
import "../../../chunk-U4DJHAM5.mjs";
|
|
@@ -2113,6 +2113,39 @@ var template = {
|
|
|
2113
2113
|
}
|
|
2114
2114
|
);
|
|
2115
2115
|
},
|
|
2116
|
+
"new-window": ({ className }) => {
|
|
2117
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2118
|
+
"svg",
|
|
2119
|
+
{
|
|
2120
|
+
width: "24",
|
|
2121
|
+
height: "24",
|
|
2122
|
+
viewBox: "0 0 24 24",
|
|
2123
|
+
fill: "none",
|
|
2124
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2125
|
+
className,
|
|
2126
|
+
children: [
|
|
2127
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2128
|
+
"path",
|
|
2129
|
+
{
|
|
2130
|
+
d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
|
|
2131
|
+
stroke: "currentColor",
|
|
2132
|
+
strokeLinecap: "round",
|
|
2133
|
+
strokeLinejoin: "round"
|
|
2134
|
+
}
|
|
2135
|
+
),
|
|
2136
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2137
|
+
"path",
|
|
2138
|
+
{
|
|
2139
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2140
|
+
stroke: "currentColor",
|
|
2141
|
+
strokeLinecap: "round",
|
|
2142
|
+
strokeLinejoin: "round"
|
|
2143
|
+
}
|
|
2144
|
+
)
|
|
2145
|
+
]
|
|
2146
|
+
}
|
|
2147
|
+
);
|
|
2148
|
+
},
|
|
2116
2149
|
// ----------------------------------- old ---------------------------------
|
|
2117
2150
|
// ** Status **
|
|
2118
2151
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
import {
|
|
3
3
|
timePickerStyle,
|
|
4
4
|
timePicker_default
|
|
5
|
-
} from "../../../chunk-
|
|
5
|
+
} from "../../../chunk-4S4AAZFC.mjs";
|
|
6
6
|
import "../../../chunk-FZYZSMSS.mjs";
|
|
7
7
|
import "../../../chunk-RKHH3CUS.mjs";
|
|
8
8
|
import "../../../chunk-3IBJXQTJ.mjs";
|
|
9
9
|
import "../../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../../chunk-
|
|
10
|
+
import "../../../chunk-EJ4GDC6K.mjs";
|
|
11
11
|
import "../../../chunk-MY5U63QO.mjs";
|
|
12
|
+
import "../../../chunk-NDNIAALB.mjs";
|
|
12
13
|
import "../../../chunk-5VTYO3RF.mjs";
|
|
13
|
-
import "../../../chunk-
|
|
14
|
-
import "../../../chunk-
|
|
14
|
+
import "../../../chunk-SKX5QPUD.mjs";
|
|
15
|
+
import "../../../chunk-BBRO35V3.mjs";
|
|
15
16
|
import "../../../chunk-6WSACUIB.mjs";
|
|
16
|
-
import "../../../chunk-LXHUO6VM.mjs";
|
|
17
17
|
import "../../../chunk-SZL743JC.mjs";
|
|
18
|
-
import "../../../chunk-
|
|
18
|
+
import "../../../chunk-LXHUO6VM.mjs";
|
|
19
19
|
import "../../../chunk-ZYIIXWVY.mjs";
|
|
20
|
-
import "../../../chunk-
|
|
21
|
-
import "../../../chunk-
|
|
20
|
+
import "../../../chunk-6AID2NLT.mjs";
|
|
21
|
+
import "../../../chunk-P5L4YI54.mjs";
|
|
22
22
|
import "../../../chunk-27Y6K5NK.mjs";
|
|
23
23
|
import "../../../chunk-E3G5QXSH.mjs";
|
|
24
24
|
import "../../../chunk-U4DJHAM5.mjs";
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../chunk-6WSACUIB.mjs";
|
|
3
|
-
import {
|
|
4
|
-
ripple_default
|
|
5
|
-
} from "../../chunk-LXHUO6VM.mjs";
|
|
6
3
|
import {
|
|
7
4
|
useRipple
|
|
8
5
|
} from "../../chunk-SZL743JC.mjs";
|
|
6
|
+
import {
|
|
7
|
+
ripple_default
|
|
8
|
+
} from "../../chunk-LXHUO6VM.mjs";
|
|
9
9
|
import "../../chunk-AC6TWLRT.mjs";
|
|
10
10
|
export {
|
|
11
11
|
ripple_default as Ripple,
|
|
@@ -2114,6 +2114,39 @@ var template = {
|
|
|
2114
2114
|
}
|
|
2115
2115
|
);
|
|
2116
2116
|
},
|
|
2117
|
+
"new-window": ({ className }) => {
|
|
2118
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2119
|
+
"svg",
|
|
2120
|
+
{
|
|
2121
|
+
width: "24",
|
|
2122
|
+
height: "24",
|
|
2123
|
+
viewBox: "0 0 24 24",
|
|
2124
|
+
fill: "none",
|
|
2125
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2126
|
+
className,
|
|
2127
|
+
children: [
|
|
2128
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2129
|
+
"path",
|
|
2130
|
+
{
|
|
2131
|
+
d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
|
|
2132
|
+
stroke: "currentColor",
|
|
2133
|
+
strokeLinecap: "round",
|
|
2134
|
+
strokeLinejoin: "round"
|
|
2135
|
+
}
|
|
2136
|
+
),
|
|
2137
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2138
|
+
"path",
|
|
2139
|
+
{
|
|
2140
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2141
|
+
stroke: "currentColor",
|
|
2142
|
+
strokeLinecap: "round",
|
|
2143
|
+
strokeLinejoin: "round"
|
|
2144
|
+
}
|
|
2145
|
+
)
|
|
2146
|
+
]
|
|
2147
|
+
}
|
|
2148
|
+
);
|
|
2149
|
+
},
|
|
2117
2150
|
// ----------------------------------- old ---------------------------------
|
|
2118
2151
|
// ** Status **
|
|
2119
2152
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
import "../../chunk-QCEKPS7U.mjs";
|
|
3
3
|
import {
|
|
4
4
|
select_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-KWHCUAFU.mjs";
|
|
6
6
|
import "../../chunk-MY5U63QO.mjs";
|
|
7
|
+
import "../../chunk-NDNIAALB.mjs";
|
|
7
8
|
import "../../chunk-5VTYO3RF.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-SKX5QPUD.mjs";
|
|
10
|
+
import "../../chunk-BBRO35V3.mjs";
|
|
10
11
|
import "../../chunk-6WSACUIB.mjs";
|
|
11
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
12
12
|
import "../../chunk-SZL743JC.mjs";
|
|
13
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-LXHUO6VM.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
16
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
17
17
|
import "../../chunk-27Y6K5NK.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
19
19
|
import "../../chunk-U4DJHAM5.mjs";
|
|
@@ -2112,6 +2112,39 @@ var template = {
|
|
|
2112
2112
|
}
|
|
2113
2113
|
);
|
|
2114
2114
|
},
|
|
2115
|
+
"new-window": ({ className }) => {
|
|
2116
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2117
|
+
"svg",
|
|
2118
|
+
{
|
|
2119
|
+
width: "24",
|
|
2120
|
+
height: "24",
|
|
2121
|
+
viewBox: "0 0 24 24",
|
|
2122
|
+
fill: "none",
|
|
2123
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2124
|
+
className,
|
|
2125
|
+
children: [
|
|
2126
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2127
|
+
"path",
|
|
2128
|
+
{
|
|
2129
|
+
d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
|
|
2130
|
+
stroke: "currentColor",
|
|
2131
|
+
strokeLinecap: "round",
|
|
2132
|
+
strokeLinejoin: "round"
|
|
2133
|
+
}
|
|
2134
|
+
),
|
|
2135
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2136
|
+
"path",
|
|
2137
|
+
{
|
|
2138
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2139
|
+
stroke: "currentColor",
|
|
2140
|
+
strokeLinecap: "round",
|
|
2141
|
+
strokeLinejoin: "round"
|
|
2142
|
+
}
|
|
2143
|
+
)
|
|
2144
|
+
]
|
|
2145
|
+
}
|
|
2146
|
+
);
|
|
2147
|
+
},
|
|
2115
2148
|
// ----------------------------------- old ---------------------------------
|
|
2116
2149
|
// ** Status **
|
|
2117
2150
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
select_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-KWHCUAFU.mjs";
|
|
5
5
|
import "../../chunk-MY5U63QO.mjs";
|
|
6
|
+
import "../../chunk-NDNIAALB.mjs";
|
|
6
7
|
import "../../chunk-5VTYO3RF.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-SKX5QPUD.mjs";
|
|
9
|
+
import "../../chunk-BBRO35V3.mjs";
|
|
9
10
|
import "../../chunk-6WSACUIB.mjs";
|
|
10
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
11
11
|
import "../../chunk-SZL743JC.mjs";
|
|
12
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-LXHUO6VM.mjs";
|
|
13
13
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
15
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
16
16
|
import "../../chunk-27Y6K5NK.mjs";
|
|
17
17
|
import "../../chunk-E3G5QXSH.mjs";
|
|
18
18
|
import "../../chunk-U4DJHAM5.mjs";
|
|
@@ -1846,6 +1846,39 @@ var template = {
|
|
|
1846
1846
|
}
|
|
1847
1847
|
);
|
|
1848
1848
|
},
|
|
1849
|
+
"new-window": ({ className }) => {
|
|
1850
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1851
|
+
"svg",
|
|
1852
|
+
{
|
|
1853
|
+
width: "24",
|
|
1854
|
+
height: "24",
|
|
1855
|
+
viewBox: "0 0 24 24",
|
|
1856
|
+
fill: "none",
|
|
1857
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1858
|
+
className,
|
|
1859
|
+
children: [
|
|
1860
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1861
|
+
"path",
|
|
1862
|
+
{
|
|
1863
|
+
d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
|
|
1864
|
+
stroke: "currentColor",
|
|
1865
|
+
strokeLinecap: "round",
|
|
1866
|
+
strokeLinejoin: "round"
|
|
1867
|
+
}
|
|
1868
|
+
),
|
|
1869
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1870
|
+
"path",
|
|
1871
|
+
{
|
|
1872
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
1873
|
+
stroke: "currentColor",
|
|
1874
|
+
strokeLinecap: "round",
|
|
1875
|
+
strokeLinejoin: "round"
|
|
1876
|
+
}
|
|
1877
|
+
)
|
|
1878
|
+
]
|
|
1879
|
+
}
|
|
1880
|
+
);
|
|
1881
|
+
},
|
|
1849
1882
|
// ----------------------------------- old ---------------------------------
|
|
1850
1883
|
// ** Status **
|
|
1851
1884
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-OLQOLLKG.mjs";
|
|
3
3
|
import {
|
|
4
4
|
starRating_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-OXJX5G3O.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
8
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
9
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-U4DJHAM5.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -1845,6 +1845,39 @@ var template = {
|
|
|
1845
1845
|
}
|
|
1846
1846
|
);
|
|
1847
1847
|
},
|
|
1848
|
+
"new-window": ({ className }) => {
|
|
1849
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1850
|
+
"svg",
|
|
1851
|
+
{
|
|
1852
|
+
width: "24",
|
|
1853
|
+
height: "24",
|
|
1854
|
+
viewBox: "0 0 24 24",
|
|
1855
|
+
fill: "none",
|
|
1856
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1857
|
+
className,
|
|
1858
|
+
children: [
|
|
1859
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1860
|
+
"path",
|
|
1861
|
+
{
|
|
1862
|
+
d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
|
|
1863
|
+
stroke: "currentColor",
|
|
1864
|
+
strokeLinecap: "round",
|
|
1865
|
+
strokeLinejoin: "round"
|
|
1866
|
+
}
|
|
1867
|
+
),
|
|
1868
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1869
|
+
"path",
|
|
1870
|
+
{
|
|
1871
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
1872
|
+
stroke: "currentColor",
|
|
1873
|
+
strokeLinecap: "round",
|
|
1874
|
+
strokeLinejoin: "round"
|
|
1875
|
+
}
|
|
1876
|
+
)
|
|
1877
|
+
]
|
|
1878
|
+
}
|
|
1879
|
+
);
|
|
1880
|
+
},
|
|
1848
1881
|
// ----------------------------------- old ---------------------------------
|
|
1849
1882
|
// ** Status **
|
|
1850
1883
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import {
|
|
3
3
|
starRatingStyle,
|
|
4
4
|
starRating_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-OXJX5G3O.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
8
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
9
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-U4DJHAM5.mjs";
|
|
11
11
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -2585,6 +2585,39 @@ var template = {
|
|
|
2585
2585
|
}
|
|
2586
2586
|
);
|
|
2587
2587
|
},
|
|
2588
|
+
"new-window": ({ className }) => {
|
|
2589
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
2590
|
+
"svg",
|
|
2591
|
+
{
|
|
2592
|
+
width: "24",
|
|
2593
|
+
height: "24",
|
|
2594
|
+
viewBox: "0 0 24 24",
|
|
2595
|
+
fill: "none",
|
|
2596
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2597
|
+
className,
|
|
2598
|
+
children: [
|
|
2599
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2600
|
+
"path",
|
|
2601
|
+
{
|
|
2602
|
+
d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
|
|
2603
|
+
stroke: "currentColor",
|
|
2604
|
+
strokeLinecap: "round",
|
|
2605
|
+
strokeLinejoin: "round"
|
|
2606
|
+
}
|
|
2607
|
+
),
|
|
2608
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2609
|
+
"path",
|
|
2610
|
+
{
|
|
2611
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2612
|
+
stroke: "currentColor",
|
|
2613
|
+
strokeLinecap: "round",
|
|
2614
|
+
strokeLinejoin: "round"
|
|
2615
|
+
}
|
|
2616
|
+
)
|
|
2617
|
+
]
|
|
2618
|
+
}
|
|
2619
|
+
);
|
|
2620
|
+
},
|
|
2588
2621
|
// ----------------------------------- old ---------------------------------
|
|
2589
2622
|
// ** Status **
|
|
2590
2623
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -5,19 +5,19 @@ import {
|
|
|
5
5
|
} from "../../chunk-BH3I4LIZ.mjs";
|
|
6
6
|
import {
|
|
7
7
|
table_default
|
|
8
|
-
} from "../../chunk-
|
|
8
|
+
} from "../../chunk-DQHNPDVN.mjs";
|
|
9
9
|
import "../../chunk-7B7LRG5J.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-TE5JU3WA.mjs";
|
|
11
11
|
import "../../chunk-F3HENRVM.mjs";
|
|
12
|
-
import "../../chunk-2GCSFWHD.mjs";
|
|
13
|
-
import "../../chunk-JI3WAAZV.mjs";
|
|
14
12
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
15
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-2GCSFWHD.mjs";
|
|
14
|
+
import "../../chunk-EJ4GDC6K.mjs";
|
|
16
15
|
import "../../chunk-DQRAFUDA.mjs";
|
|
17
16
|
import "../../chunk-EWS3FESG.mjs";
|
|
17
|
+
import "../../chunk-3DCUMRYP.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
|
-
import "../../chunk-
|
|
20
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
20
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
21
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
22
22
|
import "../../chunk-E3G5QXSH.mjs";
|
|
23
23
|
import "../../chunk-U4DJHAM5.mjs";
|
|
@@ -2478,6 +2478,39 @@ var template = {
|
|
|
2478
2478
|
}
|
|
2479
2479
|
);
|
|
2480
2480
|
},
|
|
2481
|
+
"new-window": ({ className }) => {
|
|
2482
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
2483
|
+
"svg",
|
|
2484
|
+
{
|
|
2485
|
+
width: "24",
|
|
2486
|
+
height: "24",
|
|
2487
|
+
viewBox: "0 0 24 24",
|
|
2488
|
+
fill: "none",
|
|
2489
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2490
|
+
className,
|
|
2491
|
+
children: [
|
|
2492
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2493
|
+
"path",
|
|
2494
|
+
{
|
|
2495
|
+
d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
|
|
2496
|
+
stroke: "currentColor",
|
|
2497
|
+
strokeLinecap: "round",
|
|
2498
|
+
strokeLinejoin: "round"
|
|
2499
|
+
}
|
|
2500
|
+
),
|
|
2501
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2502
|
+
"path",
|
|
2503
|
+
{
|
|
2504
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2505
|
+
stroke: "currentColor",
|
|
2506
|
+
strokeLinecap: "round",
|
|
2507
|
+
strokeLinejoin: "round"
|
|
2508
|
+
}
|
|
2509
|
+
)
|
|
2510
|
+
]
|
|
2511
|
+
}
|
|
2512
|
+
);
|
|
2513
|
+
},
|
|
2481
2514
|
// ----------------------------------- old ---------------------------------
|
|
2482
2515
|
// ** Status **
|
|
2483
2516
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_body_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-DQHNPDVN.mjs";
|
|
5
5
|
import "../../chunk-7B7LRG5J.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-TE5JU3WA.mjs";
|
|
7
7
|
import "../../chunk-F3HENRVM.mjs";
|
|
8
|
-
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-JI3WAAZV.mjs";
|
|
10
8
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
11
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
+
import "../../chunk-EJ4GDC6K.mjs";
|
|
12
11
|
import "../../chunk-DQRAFUDA.mjs";
|
|
13
12
|
import "../../chunk-EWS3FESG.mjs";
|
|
13
|
+
import "../../chunk-3DCUMRYP.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
16
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
17
17
|
import "../../chunk-27Y6K5NK.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
19
19
|
import "../../chunk-U4DJHAM5.mjs";
|
|
@@ -2504,6 +2504,39 @@ var template = {
|
|
|
2504
2504
|
}
|
|
2505
2505
|
);
|
|
2506
2506
|
},
|
|
2507
|
+
"new-window": ({ className }) => {
|
|
2508
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
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: [
|
|
2518
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2519
|
+
"path",
|
|
2520
|
+
{
|
|
2521
|
+
d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
|
|
2522
|
+
stroke: "currentColor",
|
|
2523
|
+
strokeLinecap: "round",
|
|
2524
|
+
strokeLinejoin: "round"
|
|
2525
|
+
}
|
|
2526
|
+
),
|
|
2527
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2528
|
+
"path",
|
|
2529
|
+
{
|
|
2530
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2531
|
+
stroke: "currentColor",
|
|
2532
|
+
strokeLinecap: "round",
|
|
2533
|
+
strokeLinejoin: "round"
|
|
2534
|
+
}
|
|
2535
|
+
)
|
|
2536
|
+
]
|
|
2537
|
+
}
|
|
2538
|
+
);
|
|
2539
|
+
},
|
|
2507
2540
|
// ----------------------------------- old ---------------------------------
|
|
2508
2541
|
// ** Status **
|
|
2509
2542
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
table_head_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-DQHNPDVN.mjs";
|
|
5
5
|
import "../../chunk-7B7LRG5J.mjs";
|
|
6
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-TE5JU3WA.mjs";
|
|
7
7
|
import "../../chunk-F3HENRVM.mjs";
|
|
8
|
-
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-JI3WAAZV.mjs";
|
|
10
8
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
11
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
+
import "../../chunk-EJ4GDC6K.mjs";
|
|
12
11
|
import "../../chunk-DQRAFUDA.mjs";
|
|
13
12
|
import "../../chunk-EWS3FESG.mjs";
|
|
13
|
+
import "../../chunk-3DCUMRYP.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
16
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
17
17
|
import "../../chunk-27Y6K5NK.mjs";
|
|
18
18
|
import "../../chunk-E3G5QXSH.mjs";
|
|
19
19
|
import "../../chunk-U4DJHAM5.mjs";
|
|
@@ -2583,6 +2583,39 @@ var template = {
|
|
|
2583
2583
|
}
|
|
2584
2584
|
);
|
|
2585
2585
|
},
|
|
2586
|
+
"new-window": ({ className }) => {
|
|
2587
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsxs)(
|
|
2588
|
+
"svg",
|
|
2589
|
+
{
|
|
2590
|
+
width: "24",
|
|
2591
|
+
height: "24",
|
|
2592
|
+
viewBox: "0 0 24 24",
|
|
2593
|
+
fill: "none",
|
|
2594
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2595
|
+
className,
|
|
2596
|
+
children: [
|
|
2597
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2598
|
+
"path",
|
|
2599
|
+
{
|
|
2600
|
+
d: "M18 14V18.75C18 19.3467 17.7629 19.919 17.341 20.341C16.919 20.763 16.3467 21 15.75 21H5.25C4.65326 21 4.08097 20.763 3.65901 20.341C3.23705 19.919 3 19.3467 3 18.75V8.25C3 7.65327 3.23705 7.08097 3.65901 6.65901C4.08097 6.23706 4.65326 6 5.25 6H10",
|
|
2601
|
+
stroke: "currentColor",
|
|
2602
|
+
strokeLinecap: "round",
|
|
2603
|
+
strokeLinejoin: "round"
|
|
2604
|
+
}
|
|
2605
|
+
),
|
|
2606
|
+
/* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
2607
|
+
"path",
|
|
2608
|
+
{
|
|
2609
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2610
|
+
stroke: "currentColor",
|
|
2611
|
+
strokeLinecap: "round",
|
|
2612
|
+
strokeLinejoin: "round"
|
|
2613
|
+
}
|
|
2614
|
+
)
|
|
2615
|
+
]
|
|
2616
|
+
}
|
|
2617
|
+
);
|
|
2618
|
+
},
|
|
2586
2619
|
// ----------------------------------- old ---------------------------------
|
|
2587
2620
|
// ** Status **
|
|
2588
2621
|
"plus-circle": ({ className, fill }) => {
|