@deepnoid/ui 0.1.220 → 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 +211 -211
- package/dist/{chunk-WOSAQELA.mjs → chunk-44FMPRHV.mjs} +15 -12
- 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-UT4SXNWB.mjs → chunk-EVJ46M3U.mjs} +5 -5
- 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-HAYCXHPR.mjs → chunk-MTT24BLX.mjs} +4 -4
- 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-UA524JN4.mjs → chunk-R2XKPG4K.mjs} +1 -1
- package/dist/{chunk-YXQSMRNH.mjs → chunk-RH3AHG52.mjs} +1 -1
- package/dist/{chunk-PLR4DZBN.mjs → chunk-SKX5QPUD.mjs} +4 -4
- package/dist/{chunk-PFZTJUE5.mjs → chunk-SX3JDFTH.mjs} +4 -4
- 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 +6 -6
- package/dist/components/breadcrumb/index.js +33 -0
- package/dist/components/breadcrumb/index.mjs +6 -6
- 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 +5 -5
- 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 +7 -7
- package/dist/components/fileUpload/index.js +33 -0
- package/dist/components/fileUpload/index.mjs +7 -7
- 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 +9 -9
- package/dist/components/modal/index.js +33 -0
- package/dist/components/modal/index.mjs +10 -10
- package/dist/components/modal/modal.js +33 -0
- package/dist/components/modal/modal.mjs +8 -8
- package/dist/components/modal/useGlobalModal.mjs +10 -10
- 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 +7 -7
- package/dist/components/picker/index.js +33 -0
- package/dist/components/picker/index.mjs +8 -8
- package/dist/components/picker/timePicker/Panel.mjs +5 -5
- package/dist/components/picker/timePicker/index.js +33 -0
- package/dist/components/picker/timePicker/index.mjs +7 -7
- package/dist/components/ripple/index.mjs +3 -3
- package/dist/components/select/index.js +33 -0
- package/dist/components/select/index.mjs +6 -6
- package/dist/components/select/select.js +33 -0
- package/dist/components/select/select.mjs +6 -6
- 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 +9 -9
- 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/textarea/index.js +15 -12
- package/dist/components/textarea/index.mjs +1 -1
- package/dist/components/textarea/textarea.js +16 -12
- package/dist/components/textarea/textarea.mjs +2 -1
- 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 +48 -12
- package/dist/index.mjs +57 -57
- package/package.json +1 -1
|
@@ -2111,6 +2111,39 @@ var template = {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
);
|
|
2113
2113
|
},
|
|
2114
|
+
"new-window": ({ className }) => {
|
|
2115
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2116
|
+
"svg",
|
|
2117
|
+
{
|
|
2118
|
+
width: "24",
|
|
2119
|
+
height: "24",
|
|
2120
|
+
viewBox: "0 0 24 24",
|
|
2121
|
+
fill: "none",
|
|
2122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2123
|
+
className,
|
|
2124
|
+
children: [
|
|
2125
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2126
|
+
"path",
|
|
2127
|
+
{
|
|
2128
|
+
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",
|
|
2129
|
+
stroke: "currentColor",
|
|
2130
|
+
strokeLinecap: "round",
|
|
2131
|
+
strokeLinejoin: "round"
|
|
2132
|
+
}
|
|
2133
|
+
),
|
|
2134
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2135
|
+
"path",
|
|
2136
|
+
{
|
|
2137
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2138
|
+
stroke: "currentColor",
|
|
2139
|
+
strokeLinecap: "round",
|
|
2140
|
+
strokeLinejoin: "round"
|
|
2141
|
+
}
|
|
2142
|
+
)
|
|
2143
|
+
]
|
|
2144
|
+
}
|
|
2145
|
+
);
|
|
2146
|
+
},
|
|
2114
2147
|
// ----------------------------------- old ---------------------------------
|
|
2115
2148
|
// ** Status **
|
|
2116
2149
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
button_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-SKX5QPUD.mjs";
|
|
5
5
|
import "../../chunk-6WSACUIB.mjs";
|
|
6
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
7
6
|
import "../../chunk-SZL743JC.mjs";
|
|
7
|
+
import "../../chunk-LXHUO6VM.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
10
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
12
|
import "../../chunk-U4DJHAM5.mjs";
|
|
13
13
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -2111,6 +2111,39 @@ var template = {
|
|
|
2111
2111
|
}
|
|
2112
2112
|
);
|
|
2113
2113
|
},
|
|
2114
|
+
"new-window": ({ className }) => {
|
|
2115
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2116
|
+
"svg",
|
|
2117
|
+
{
|
|
2118
|
+
width: "24",
|
|
2119
|
+
height: "24",
|
|
2120
|
+
viewBox: "0 0 24 24",
|
|
2121
|
+
fill: "none",
|
|
2122
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2123
|
+
className,
|
|
2124
|
+
children: [
|
|
2125
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2126
|
+
"path",
|
|
2127
|
+
{
|
|
2128
|
+
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",
|
|
2129
|
+
stroke: "currentColor",
|
|
2130
|
+
strokeLinecap: "round",
|
|
2131
|
+
strokeLinejoin: "round"
|
|
2132
|
+
}
|
|
2133
|
+
),
|
|
2134
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2135
|
+
"path",
|
|
2136
|
+
{
|
|
2137
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2138
|
+
stroke: "currentColor",
|
|
2139
|
+
strokeLinecap: "round",
|
|
2140
|
+
strokeLinejoin: "round"
|
|
2141
|
+
}
|
|
2142
|
+
)
|
|
2143
|
+
]
|
|
2144
|
+
}
|
|
2145
|
+
);
|
|
2146
|
+
},
|
|
2114
2147
|
// ----------------------------------- old ---------------------------------
|
|
2115
2148
|
// ** Status **
|
|
2116
2149
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
icon_button_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-BBRO35V3.mjs";
|
|
5
5
|
import "../../chunk-6WSACUIB.mjs";
|
|
6
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
7
6
|
import "../../chunk-SZL743JC.mjs";
|
|
7
|
+
import "../../chunk-LXHUO6VM.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
10
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
11
11
|
import "../../chunk-E3G5QXSH.mjs";
|
|
12
12
|
import "../../chunk-U4DJHAM5.mjs";
|
|
13
13
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -2116,6 +2116,39 @@ var template = {
|
|
|
2116
2116
|
}
|
|
2117
2117
|
);
|
|
2118
2118
|
},
|
|
2119
|
+
"new-window": ({ className }) => {
|
|
2120
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2121
|
+
"svg",
|
|
2122
|
+
{
|
|
2123
|
+
width: "24",
|
|
2124
|
+
height: "24",
|
|
2125
|
+
viewBox: "0 0 24 24",
|
|
2126
|
+
fill: "none",
|
|
2127
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2128
|
+
className,
|
|
2129
|
+
children: [
|
|
2130
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2131
|
+
"path",
|
|
2132
|
+
{
|
|
2133
|
+
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",
|
|
2134
|
+
stroke: "currentColor",
|
|
2135
|
+
strokeLinecap: "round",
|
|
2136
|
+
strokeLinejoin: "round"
|
|
2137
|
+
}
|
|
2138
|
+
),
|
|
2139
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2140
|
+
"path",
|
|
2141
|
+
{
|
|
2142
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2143
|
+
stroke: "currentColor",
|
|
2144
|
+
strokeLinecap: "round",
|
|
2145
|
+
strokeLinejoin: "round"
|
|
2146
|
+
}
|
|
2147
|
+
)
|
|
2148
|
+
]
|
|
2149
|
+
}
|
|
2150
|
+
);
|
|
2151
|
+
},
|
|
2119
2152
|
// ----------------------------------- old ---------------------------------
|
|
2120
2153
|
// ** Status **
|
|
2121
2154
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -8,16 +8,16 @@ import {
|
|
|
8
8
|
} from "../../chunk-5VTYO3RF.mjs";
|
|
9
9
|
import {
|
|
10
10
|
button_default
|
|
11
|
-
} from "../../chunk-
|
|
11
|
+
} from "../../chunk-SKX5QPUD.mjs";
|
|
12
12
|
import {
|
|
13
13
|
icon_button_default
|
|
14
|
-
} from "../../chunk-
|
|
14
|
+
} from "../../chunk-BBRO35V3.mjs";
|
|
15
15
|
import "../../chunk-6WSACUIB.mjs";
|
|
16
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
17
16
|
import "../../chunk-SZL743JC.mjs";
|
|
17
|
+
import "../../chunk-LXHUO6VM.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";
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import "../../chunk-3OCNT22V.mjs";
|
|
3
|
-
import {
|
|
4
|
-
simpleBarChart_default
|
|
5
|
-
} from "../../chunk-6WD32ERF.mjs";
|
|
6
3
|
import {
|
|
7
4
|
areaChart_default
|
|
8
5
|
} from "../../chunk-LH6Z7SDZ.mjs";
|
|
@@ -18,6 +15,9 @@ import {
|
|
|
18
15
|
import {
|
|
19
16
|
radarChart_default
|
|
20
17
|
} from "../../chunk-U7SYKG2C.mjs";
|
|
18
|
+
import {
|
|
19
|
+
simpleBarChart_default
|
|
20
|
+
} from "../../chunk-6WD32ERF.mjs";
|
|
21
21
|
import "../../chunk-27Y6K5NK.mjs";
|
|
22
22
|
import "../../chunk-E3G5QXSH.mjs";
|
|
23
23
|
import "../../chunk-U4DJHAM5.mjs";
|
|
@@ -2091,6 +2091,39 @@ var template = {
|
|
|
2091
2091
|
}
|
|
2092
2092
|
);
|
|
2093
2093
|
},
|
|
2094
|
+
"new-window": ({ className }) => {
|
|
2095
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2096
|
+
"svg",
|
|
2097
|
+
{
|
|
2098
|
+
width: "24",
|
|
2099
|
+
height: "24",
|
|
2100
|
+
viewBox: "0 0 24 24",
|
|
2101
|
+
fill: "none",
|
|
2102
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2103
|
+
className,
|
|
2104
|
+
children: [
|
|
2105
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2106
|
+
"path",
|
|
2107
|
+
{
|
|
2108
|
+
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",
|
|
2109
|
+
stroke: "currentColor",
|
|
2110
|
+
strokeLinecap: "round",
|
|
2111
|
+
strokeLinejoin: "round"
|
|
2112
|
+
}
|
|
2113
|
+
),
|
|
2114
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2115
|
+
"path",
|
|
2116
|
+
{
|
|
2117
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2118
|
+
stroke: "currentColor",
|
|
2119
|
+
strokeLinecap: "round",
|
|
2120
|
+
strokeLinejoin: "round"
|
|
2121
|
+
}
|
|
2122
|
+
)
|
|
2123
|
+
]
|
|
2124
|
+
}
|
|
2125
|
+
);
|
|
2126
|
+
},
|
|
2094
2127
|
// ----------------------------------- old ---------------------------------
|
|
2095
2128
|
// ** Status **
|
|
2096
2129
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
chip_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-V2YH54JQ.mjs";
|
|
5
5
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
7
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
8
8
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
9
|
import "../../chunk-U4DJHAM5.mjs";
|
|
10
10
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -2093,6 +2093,39 @@ var template = {
|
|
|
2093
2093
|
}
|
|
2094
2094
|
);
|
|
2095
2095
|
},
|
|
2096
|
+
"new-window": ({ className }) => {
|
|
2097
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2098
|
+
"svg",
|
|
2099
|
+
{
|
|
2100
|
+
width: "24",
|
|
2101
|
+
height: "24",
|
|
2102
|
+
viewBox: "0 0 24 24",
|
|
2103
|
+
fill: "none",
|
|
2104
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2105
|
+
className,
|
|
2106
|
+
children: [
|
|
2107
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2108
|
+
"path",
|
|
2109
|
+
{
|
|
2110
|
+
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",
|
|
2111
|
+
stroke: "currentColor",
|
|
2112
|
+
strokeLinecap: "round",
|
|
2113
|
+
strokeLinejoin: "round"
|
|
2114
|
+
}
|
|
2115
|
+
),
|
|
2116
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2117
|
+
"path",
|
|
2118
|
+
{
|
|
2119
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2120
|
+
stroke: "currentColor",
|
|
2121
|
+
strokeLinecap: "round",
|
|
2122
|
+
strokeLinejoin: "round"
|
|
2123
|
+
}
|
|
2124
|
+
)
|
|
2125
|
+
]
|
|
2126
|
+
}
|
|
2127
|
+
);
|
|
2128
|
+
},
|
|
2096
2129
|
// ----------------------------------- old ---------------------------------
|
|
2097
2130
|
// ** Status **
|
|
2098
2131
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
import "../../chunk-MGEWSREV.mjs";
|
|
3
3
|
import {
|
|
4
4
|
chip_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-V2YH54JQ.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";
|
|
@@ -1850,6 +1850,39 @@ var template = {
|
|
|
1850
1850
|
}
|
|
1851
1851
|
);
|
|
1852
1852
|
},
|
|
1853
|
+
"new-window": ({ className }) => {
|
|
1854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1855
|
+
"svg",
|
|
1856
|
+
{
|
|
1857
|
+
width: "24",
|
|
1858
|
+
height: "24",
|
|
1859
|
+
viewBox: "0 0 24 24",
|
|
1860
|
+
fill: "none",
|
|
1861
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1862
|
+
className,
|
|
1863
|
+
children: [
|
|
1864
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1865
|
+
"path",
|
|
1866
|
+
{
|
|
1867
|
+
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",
|
|
1868
|
+
stroke: "currentColor",
|
|
1869
|
+
strokeLinecap: "round",
|
|
1870
|
+
strokeLinejoin: "round"
|
|
1871
|
+
}
|
|
1872
|
+
),
|
|
1873
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1874
|
+
"path",
|
|
1875
|
+
{
|
|
1876
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
1877
|
+
stroke: "currentColor",
|
|
1878
|
+
strokeLinecap: "round",
|
|
1879
|
+
strokeLinejoin: "round"
|
|
1880
|
+
}
|
|
1881
|
+
)
|
|
1882
|
+
]
|
|
1883
|
+
}
|
|
1884
|
+
);
|
|
1885
|
+
},
|
|
1853
1886
|
// ----------------------------------- old ---------------------------------
|
|
1854
1887
|
// ** Status **
|
|
1855
1888
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -3,22 +3,22 @@ import {
|
|
|
3
3
|
FileUpload,
|
|
4
4
|
fileUploadStyle,
|
|
5
5
|
fileUpload_default
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-OC5C42CB.mjs";
|
|
7
7
|
import "../../chunk-7VOQKIIK.mjs";
|
|
8
8
|
import "../../chunk-ACZ3DQVT.mjs";
|
|
9
9
|
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-EJ4GDC6K.mjs";
|
|
11
11
|
import "../../chunk-MY5U63QO.mjs";
|
|
12
12
|
import "../../chunk-NDNIAALB.mjs";
|
|
13
13
|
import "../../chunk-5VTYO3RF.mjs";
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-SKX5QPUD.mjs";
|
|
15
|
+
import "../../chunk-BBRO35V3.mjs";
|
|
16
16
|
import "../../chunk-6WSACUIB.mjs";
|
|
17
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
18
17
|
import "../../chunk-SZL743JC.mjs";
|
|
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-3V4HT2K5.mjs";
|
|
23
23
|
import "../../chunk-27Y6K5NK.mjs";
|
|
24
24
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -1850,6 +1850,39 @@ var template = {
|
|
|
1850
1850
|
}
|
|
1851
1851
|
);
|
|
1852
1852
|
},
|
|
1853
|
+
"new-window": ({ className }) => {
|
|
1854
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1855
|
+
"svg",
|
|
1856
|
+
{
|
|
1857
|
+
width: "24",
|
|
1858
|
+
height: "24",
|
|
1859
|
+
viewBox: "0 0 24 24",
|
|
1860
|
+
fill: "none",
|
|
1861
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1862
|
+
className,
|
|
1863
|
+
children: [
|
|
1864
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1865
|
+
"path",
|
|
1866
|
+
{
|
|
1867
|
+
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",
|
|
1868
|
+
stroke: "currentColor",
|
|
1869
|
+
strokeLinecap: "round",
|
|
1870
|
+
strokeLinejoin: "round"
|
|
1871
|
+
}
|
|
1872
|
+
),
|
|
1873
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1874
|
+
"path",
|
|
1875
|
+
{
|
|
1876
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
1877
|
+
stroke: "currentColor",
|
|
1878
|
+
strokeLinecap: "round",
|
|
1879
|
+
strokeLinejoin: "round"
|
|
1880
|
+
}
|
|
1881
|
+
)
|
|
1882
|
+
]
|
|
1883
|
+
}
|
|
1884
|
+
);
|
|
1885
|
+
},
|
|
1853
1886
|
// ----------------------------------- old ---------------------------------
|
|
1854
1887
|
// ** Status **
|
|
1855
1888
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,22 +2,22 @@
|
|
|
2
2
|
import "../../chunk-RLXOHILK.mjs";
|
|
3
3
|
import {
|
|
4
4
|
fileUpload_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-OC5C42CB.mjs";
|
|
6
6
|
import "../../chunk-7VOQKIIK.mjs";
|
|
7
7
|
import "../../chunk-ACZ3DQVT.mjs";
|
|
8
8
|
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-EJ4GDC6K.mjs";
|
|
10
10
|
import "../../chunk-MY5U63QO.mjs";
|
|
11
11
|
import "../../chunk-NDNIAALB.mjs";
|
|
12
12
|
import "../../chunk-5VTYO3RF.mjs";
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-SKX5QPUD.mjs";
|
|
14
|
+
import "../../chunk-BBRO35V3.mjs";
|
|
15
15
|
import "../../chunk-6WSACUIB.mjs";
|
|
16
|
-
import "../../chunk-LXHUO6VM.mjs";
|
|
17
16
|
import "../../chunk-SZL743JC.mjs";
|
|
17
|
+
import "../../chunk-LXHUO6VM.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-3V4HT2K5.mjs";
|
|
22
22
|
import "../../chunk-27Y6K5NK.mjs";
|
|
23
23
|
import "../../chunk-E3G5QXSH.mjs";
|
|
@@ -256,6 +256,10 @@ declare const iconTemplate: {
|
|
|
256
256
|
className?: string;
|
|
257
257
|
fill?: boolean;
|
|
258
258
|
}) => react_jsx_runtime.JSX.Element;
|
|
259
|
+
"new-window": ({ className }: {
|
|
260
|
+
className?: string;
|
|
261
|
+
fill?: boolean;
|
|
262
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
259
263
|
"plus-circle": ({ className, fill }: {
|
|
260
264
|
className?: string;
|
|
261
265
|
fill?: boolean;
|
|
@@ -256,6 +256,10 @@ declare const iconTemplate: {
|
|
|
256
256
|
className?: string;
|
|
257
257
|
fill?: boolean;
|
|
258
258
|
}) => react_jsx_runtime.JSX.Element;
|
|
259
|
+
"new-window": ({ className }: {
|
|
260
|
+
className?: string;
|
|
261
|
+
fill?: boolean;
|
|
262
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
259
263
|
"plus-circle": ({ className, fill }: {
|
|
260
264
|
className?: string;
|
|
261
265
|
fill?: boolean;
|
|
@@ -1763,6 +1763,39 @@ var template = {
|
|
|
1763
1763
|
}
|
|
1764
1764
|
);
|
|
1765
1765
|
},
|
|
1766
|
+
"new-window": ({ className }) => {
|
|
1767
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1768
|
+
"svg",
|
|
1769
|
+
{
|
|
1770
|
+
width: "24",
|
|
1771
|
+
height: "24",
|
|
1772
|
+
viewBox: "0 0 24 24",
|
|
1773
|
+
fill: "none",
|
|
1774
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1775
|
+
className,
|
|
1776
|
+
children: [
|
|
1777
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1778
|
+
"path",
|
|
1779
|
+
{
|
|
1780
|
+
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",
|
|
1781
|
+
stroke: "currentColor",
|
|
1782
|
+
strokeLinecap: "round",
|
|
1783
|
+
strokeLinejoin: "round"
|
|
1784
|
+
}
|
|
1785
|
+
),
|
|
1786
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1787
|
+
"path",
|
|
1788
|
+
{
|
|
1789
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
1790
|
+
stroke: "currentColor",
|
|
1791
|
+
strokeLinecap: "round",
|
|
1792
|
+
strokeLinejoin: "round"
|
|
1793
|
+
}
|
|
1794
|
+
)
|
|
1795
|
+
]
|
|
1796
|
+
}
|
|
1797
|
+
);
|
|
1798
|
+
},
|
|
1766
1799
|
// ----------------------------------- old ---------------------------------
|
|
1767
1800
|
// ** Status **
|
|
1768
1801
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default,
|
|
4
4
|
iconTemplate
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-6AID2NLT.mjs";
|
|
6
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
Icon_default as default,
|
|
@@ -1763,6 +1763,39 @@ var template = {
|
|
|
1763
1763
|
}
|
|
1764
1764
|
);
|
|
1765
1765
|
},
|
|
1766
|
+
"new-window": ({ className }) => {
|
|
1767
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1768
|
+
"svg",
|
|
1769
|
+
{
|
|
1770
|
+
width: "24",
|
|
1771
|
+
height: "24",
|
|
1772
|
+
viewBox: "0 0 24 24",
|
|
1773
|
+
fill: "none",
|
|
1774
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1775
|
+
className,
|
|
1776
|
+
children: [
|
|
1777
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1778
|
+
"path",
|
|
1779
|
+
{
|
|
1780
|
+
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",
|
|
1781
|
+
stroke: "currentColor",
|
|
1782
|
+
strokeLinecap: "round",
|
|
1783
|
+
strokeLinejoin: "round"
|
|
1784
|
+
}
|
|
1785
|
+
),
|
|
1786
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1787
|
+
"path",
|
|
1788
|
+
{
|
|
1789
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
1790
|
+
stroke: "currentColor",
|
|
1791
|
+
strokeLinecap: "round",
|
|
1792
|
+
strokeLinejoin: "round"
|
|
1793
|
+
}
|
|
1794
|
+
)
|
|
1795
|
+
]
|
|
1796
|
+
}
|
|
1797
|
+
);
|
|
1798
|
+
},
|
|
1766
1799
|
// ----------------------------------- old ---------------------------------
|
|
1767
1800
|
// ** Status **
|
|
1768
1801
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
Icon_default,
|
|
5
5
|
iconTemplate
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-6AID2NLT.mjs";
|
|
7
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
Icon_default as Icon,
|
|
@@ -68,6 +68,7 @@ declare const template: {
|
|
|
68
68
|
tag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
69
69
|
"check-page": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
70
70
|
rectangle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
71
|
+
"new-window": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
71
72
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
72
73
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
73
74
|
"close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -68,6 +68,7 @@ declare const template: {
|
|
|
68
68
|
tag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
69
69
|
"check-page": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
70
70
|
rectangle: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
71
|
+
"new-window": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
71
72
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
72
73
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
73
74
|
"close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -1760,6 +1760,39 @@ var template = {
|
|
|
1760
1760
|
}
|
|
1761
1761
|
);
|
|
1762
1762
|
},
|
|
1763
|
+
"new-window": ({ className }) => {
|
|
1764
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1765
|
+
"svg",
|
|
1766
|
+
{
|
|
1767
|
+
width: "24",
|
|
1768
|
+
height: "24",
|
|
1769
|
+
viewBox: "0 0 24 24",
|
|
1770
|
+
fill: "none",
|
|
1771
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1772
|
+
className,
|
|
1773
|
+
children: [
|
|
1774
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1775
|
+
"path",
|
|
1776
|
+
{
|
|
1777
|
+
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",
|
|
1778
|
+
stroke: "currentColor",
|
|
1779
|
+
strokeLinecap: "round",
|
|
1780
|
+
strokeLinejoin: "round"
|
|
1781
|
+
}
|
|
1782
|
+
),
|
|
1783
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1784
|
+
"path",
|
|
1785
|
+
{
|
|
1786
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
1787
|
+
stroke: "currentColor",
|
|
1788
|
+
strokeLinecap: "round",
|
|
1789
|
+
strokeLinejoin: "round"
|
|
1790
|
+
}
|
|
1791
|
+
)
|
|
1792
|
+
]
|
|
1793
|
+
}
|
|
1794
|
+
);
|
|
1795
|
+
},
|
|
1763
1796
|
// ----------------------------------- old ---------------------------------
|
|
1764
1797
|
// ** Status **
|
|
1765
1798
|
"plus-circle": ({ className, fill }) => {
|