@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,19 +2,19 @@
|
|
|
2
2
|
import {
|
|
3
3
|
getCellStyle,
|
|
4
4
|
table_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-DQHNPDVN.mjs";
|
|
6
6
|
import "../../chunk-7B7LRG5J.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-TE5JU3WA.mjs";
|
|
8
8
|
import "../../chunk-F3HENRVM.mjs";
|
|
9
|
-
import "../../chunk-2GCSFWHD.mjs";
|
|
10
|
-
import "../../chunk-JI3WAAZV.mjs";
|
|
11
9
|
import "../../chunk-QZ3LVYJW.mjs";
|
|
12
|
-
import "../../chunk-
|
|
10
|
+
import "../../chunk-2GCSFWHD.mjs";
|
|
11
|
+
import "../../chunk-EJ4GDC6K.mjs";
|
|
13
12
|
import "../../chunk-DQRAFUDA.mjs";
|
|
14
13
|
import "../../chunk-EWS3FESG.mjs";
|
|
14
|
+
import "../../chunk-3DCUMRYP.mjs";
|
|
15
15
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
16
|
-
import "../../chunk-
|
|
17
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
17
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
18
18
|
import "../../chunk-27Y6K5NK.mjs";
|
|
19
19
|
import "../../chunk-E3G5QXSH.mjs";
|
|
20
20
|
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 }) => {
|
|
@@ -6,8 +6,8 @@ import {
|
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
7
|
import {
|
|
8
8
|
Icon_default
|
|
9
|
-
} from "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
} from "../../chunk-6AID2NLT.mjs";
|
|
10
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
11
11
|
import {
|
|
12
12
|
mapPropsVariants
|
|
13
13
|
} from "../../chunk-E3G5QXSH.mjs";
|
|
@@ -2115,6 +2115,39 @@ var template = {
|
|
|
2115
2115
|
}
|
|
2116
2116
|
);
|
|
2117
2117
|
},
|
|
2118
|
+
"new-window": ({ className }) => {
|
|
2119
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2120
|
+
"svg",
|
|
2121
|
+
{
|
|
2122
|
+
width: "24",
|
|
2123
|
+
height: "24",
|
|
2124
|
+
viewBox: "0 0 24 24",
|
|
2125
|
+
fill: "none",
|
|
2126
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2127
|
+
className,
|
|
2128
|
+
children: [
|
|
2129
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2130
|
+
"path",
|
|
2131
|
+
{
|
|
2132
|
+
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",
|
|
2133
|
+
stroke: "currentColor",
|
|
2134
|
+
strokeLinecap: "round",
|
|
2135
|
+
strokeLinejoin: "round"
|
|
2136
|
+
}
|
|
2137
|
+
),
|
|
2138
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2139
|
+
"path",
|
|
2140
|
+
{
|
|
2141
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2142
|
+
stroke: "currentColor",
|
|
2143
|
+
strokeLinecap: "round",
|
|
2144
|
+
strokeLinejoin: "round"
|
|
2145
|
+
}
|
|
2146
|
+
)
|
|
2147
|
+
]
|
|
2148
|
+
}
|
|
2149
|
+
);
|
|
2150
|
+
},
|
|
2118
2151
|
// ----------------------------------- old ---------------------------------
|
|
2119
2152
|
// ** Status **
|
|
2120
2153
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -3,14 +3,14 @@ import "../../chunk-LUWGOKLG.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
ToastProvider,
|
|
5
5
|
useToast
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-6S6PH233.mjs";
|
|
7
7
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
8
8
|
import {
|
|
9
9
|
toast_default
|
|
10
|
-
} from "../../chunk-
|
|
10
|
+
} from "../../chunk-YMXYJUOP.mjs";
|
|
11
11
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
12
|
-
import "../../chunk-
|
|
13
|
-
import "../../chunk-
|
|
12
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
13
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
14
14
|
import "../../chunk-27Y6K5NK.mjs";
|
|
15
15
|
import "../../chunk-E3G5QXSH.mjs";
|
|
16
16
|
import "../../chunk-U4DJHAM5.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,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
toast_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-YMXYJUOP.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-27Y6K5NK.mjs";
|
|
9
9
|
import "../../chunk-E3G5QXSH.mjs";
|
|
10
10
|
import "../../chunk-U4DJHAM5.mjs";
|
|
@@ -2151,6 +2151,39 @@ var template = {
|
|
|
2151
2151
|
}
|
|
2152
2152
|
);
|
|
2153
2153
|
},
|
|
2154
|
+
"new-window": ({ className }) => {
|
|
2155
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
2156
|
+
"svg",
|
|
2157
|
+
{
|
|
2158
|
+
width: "24",
|
|
2159
|
+
height: "24",
|
|
2160
|
+
viewBox: "0 0 24 24",
|
|
2161
|
+
fill: "none",
|
|
2162
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2163
|
+
className,
|
|
2164
|
+
children: [
|
|
2165
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2166
|
+
"path",
|
|
2167
|
+
{
|
|
2168
|
+
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",
|
|
2169
|
+
stroke: "currentColor",
|
|
2170
|
+
strokeLinecap: "round",
|
|
2171
|
+
strokeLinejoin: "round"
|
|
2172
|
+
}
|
|
2173
|
+
),
|
|
2174
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2175
|
+
"path",
|
|
2176
|
+
{
|
|
2177
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2178
|
+
stroke: "currentColor",
|
|
2179
|
+
strokeLinecap: "round",
|
|
2180
|
+
strokeLinejoin: "round"
|
|
2181
|
+
}
|
|
2182
|
+
)
|
|
2183
|
+
]
|
|
2184
|
+
}
|
|
2185
|
+
);
|
|
2186
|
+
},
|
|
2154
2187
|
// ----------------------------------- old ---------------------------------
|
|
2155
2188
|
// ** Status **
|
|
2156
2189
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,12 +2,12 @@
|
|
|
2
2
|
import {
|
|
3
3
|
ToastProvider,
|
|
4
4
|
useToast
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-6S6PH233.mjs";
|
|
6
6
|
import "../../chunk-ZOTHPHXA.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-YMXYJUOP.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-27Y6K5NK.mjs";
|
|
12
12
|
import "../../chunk-E3G5QXSH.mjs";
|
|
13
13
|
import "../../chunk-U4DJHAM5.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-MBLZYQCN.mjs";
|
|
3
3
|
import {
|
|
4
4
|
tree_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-GDHLN463.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-27Y6K5NK.mjs";
|
|
10
10
|
import "../../chunk-U4DJHAM5.mjs";
|
|
11
11
|
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 }) => {
|
|
@@ -3,10 +3,10 @@ import {
|
|
|
3
3
|
Tree,
|
|
4
4
|
TreeNodeItem,
|
|
5
5
|
tree_default
|
|
6
|
-
} from "../../chunk-
|
|
6
|
+
} from "../../chunk-GDHLN463.mjs";
|
|
7
7
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-6AID2NLT.mjs";
|
|
9
|
+
import "../../chunk-P5L4YI54.mjs";
|
|
10
10
|
import "../../chunk-27Y6K5NK.mjs";
|
|
11
11
|
import "../../chunk-U4DJHAM5.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
package/dist/index.js
CHANGED
|
@@ -2796,6 +2796,39 @@ var template = {
|
|
|
2796
2796
|
}
|
|
2797
2797
|
);
|
|
2798
2798
|
},
|
|
2799
|
+
"new-window": ({ className }) => {
|
|
2800
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
2801
|
+
"svg",
|
|
2802
|
+
{
|
|
2803
|
+
width: "24",
|
|
2804
|
+
height: "24",
|
|
2805
|
+
viewBox: "0 0 24 24",
|
|
2806
|
+
fill: "none",
|
|
2807
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2808
|
+
className,
|
|
2809
|
+
children: [
|
|
2810
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2811
|
+
"path",
|
|
2812
|
+
{
|
|
2813
|
+
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",
|
|
2814
|
+
stroke: "currentColor",
|
|
2815
|
+
strokeLinecap: "round",
|
|
2816
|
+
strokeLinejoin: "round"
|
|
2817
|
+
}
|
|
2818
|
+
),
|
|
2819
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
2820
|
+
"path",
|
|
2821
|
+
{
|
|
2822
|
+
d: "M13.5 4.5H19.5V10.5M19.5 4.5L9.75 14.25",
|
|
2823
|
+
stroke: "currentColor",
|
|
2824
|
+
strokeLinecap: "round",
|
|
2825
|
+
strokeLinejoin: "round"
|
|
2826
|
+
}
|
|
2827
|
+
)
|
|
2828
|
+
]
|
|
2829
|
+
}
|
|
2830
|
+
);
|
|
2831
|
+
},
|
|
2799
2832
|
// ----------------------------------- old ---------------------------------
|
|
2800
2833
|
// ** Status **
|
|
2801
2834
|
"plus-circle": ({ className, fill }) => {
|
package/dist/index.mjs
CHANGED
|
@@ -1,18 +1,18 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import "./chunk-MBLZYQCN.mjs";
|
|
3
|
-
import {
|
|
4
|
-
tree_default
|
|
5
|
-
} from "./chunk-G4G6YXZH.mjs";
|
|
6
2
|
import "./chunk-HIE2YRGA.mjs";
|
|
7
3
|
import {
|
|
8
4
|
tooltip_default
|
|
9
5
|
} from "./chunk-5KC3IFNR.mjs";
|
|
10
6
|
import "./chunk-ZMOAFSYE.mjs";
|
|
11
7
|
import "./chunk-WSIADHVC.mjs";
|
|
12
|
-
import "./chunk-
|
|
8
|
+
import "./chunk-MBLZYQCN.mjs";
|
|
13
9
|
import {
|
|
14
|
-
|
|
15
|
-
} from "./chunk-
|
|
10
|
+
tree_default
|
|
11
|
+
} from "./chunk-GDHLN463.mjs";
|
|
12
|
+
import "./chunk-3MY6LO7N.mjs";
|
|
13
|
+
import {
|
|
14
|
+
tabs_default
|
|
15
|
+
} from "./chunk-DW3BX4M2.mjs";
|
|
16
16
|
import "./chunk-RRAZM5D3.mjs";
|
|
17
17
|
import {
|
|
18
18
|
textarea_default
|
|
@@ -21,34 +21,40 @@ import "./chunk-LUWGOKLG.mjs";
|
|
|
21
21
|
import {
|
|
22
22
|
ToastProvider,
|
|
23
23
|
useToast
|
|
24
|
-
} from "./chunk-
|
|
24
|
+
} from "./chunk-6S6PH233.mjs";
|
|
25
25
|
import "./chunk-ZOTHPHXA.mjs";
|
|
26
26
|
import {
|
|
27
27
|
toast_default
|
|
28
|
-
} from "./chunk-
|
|
28
|
+
} from "./chunk-YMXYJUOP.mjs";
|
|
29
|
+
import "./chunk-LVFI2NOH.mjs";
|
|
30
|
+
import {
|
|
31
|
+
switch_default
|
|
32
|
+
} from "./chunk-AGE57VDD.mjs";
|
|
29
33
|
import "./chunk-DX3KXNP6.mjs";
|
|
30
34
|
import {
|
|
31
35
|
definition_table_default
|
|
32
36
|
} from "./chunk-BH3I4LIZ.mjs";
|
|
33
37
|
import {
|
|
34
38
|
table_default
|
|
35
|
-
} from "./chunk-
|
|
36
|
-
import "./chunk-3MY6LO7N.mjs";
|
|
37
|
-
import {
|
|
38
|
-
tabs_default
|
|
39
|
-
} from "./chunk-DW3BX4M2.mjs";
|
|
39
|
+
} from "./chunk-DQHNPDVN.mjs";
|
|
40
40
|
import "./chunk-QCEKPS7U.mjs";
|
|
41
41
|
import {
|
|
42
42
|
select_default
|
|
43
|
-
} from "./chunk-
|
|
44
|
-
import "./chunk-
|
|
43
|
+
} from "./chunk-KWHCUAFU.mjs";
|
|
44
|
+
import "./chunk-MZ76AA76.mjs";
|
|
45
45
|
import {
|
|
46
|
-
|
|
47
|
-
} from "./chunk-
|
|
46
|
+
skeleton_default
|
|
47
|
+
} from "./chunk-6PN3DGOE.mjs";
|
|
48
48
|
import "./chunk-OLQOLLKG.mjs";
|
|
49
49
|
import {
|
|
50
50
|
starRating_default
|
|
51
|
-
} from "./chunk-
|
|
51
|
+
} from "./chunk-OXJX5G3O.mjs";
|
|
52
|
+
import "./chunk-4VWG4726.mjs";
|
|
53
|
+
import {
|
|
54
|
+
timePicker_default
|
|
55
|
+
} from "./chunk-4S4AAZFC.mjs";
|
|
56
|
+
import "./chunk-FZYZSMSS.mjs";
|
|
57
|
+
import "./chunk-RKHH3CUS.mjs";
|
|
52
58
|
import "./chunk-TPFN22HR.mjs";
|
|
53
59
|
import {
|
|
54
60
|
radio_default
|
|
@@ -56,50 +62,41 @@ import {
|
|
|
56
62
|
import "./chunk-NNVGYR5T.mjs";
|
|
57
63
|
import {
|
|
58
64
|
useGlobalModal
|
|
59
|
-
} from "./chunk-
|
|
60
|
-
import
|
|
61
|
-
GlobalModalProvider
|
|
62
|
-
} from "./chunk-Q5MFMWG7.mjs";
|
|
63
|
-
import {
|
|
64
|
-
modal_default
|
|
65
|
-
} from "./chunk-I4LNWIIV.mjs";
|
|
66
|
-
import "./chunk-4VWG4726.mjs";
|
|
65
|
+
} from "./chunk-RH3AHG52.mjs";
|
|
66
|
+
import "./chunk-7B7LRG5J.mjs";
|
|
67
67
|
import {
|
|
68
|
-
|
|
69
|
-
} from "./chunk-
|
|
70
|
-
import "./chunk-
|
|
71
|
-
import "./chunk-RKHH3CUS.mjs";
|
|
68
|
+
pagination_default
|
|
69
|
+
} from "./chunk-TE5JU3WA.mjs";
|
|
70
|
+
import "./chunk-F3HENRVM.mjs";
|
|
72
71
|
import {
|
|
73
72
|
datePicker_default
|
|
74
|
-
} from "./chunk-
|
|
73
|
+
} from "./chunk-SX3JDFTH.mjs";
|
|
74
|
+
import "./chunk-3IBJXQTJ.mjs";
|
|
75
75
|
import {
|
|
76
76
|
day_default
|
|
77
77
|
} from "./chunk-XZYQFBCT.mjs";
|
|
78
|
-
import "./chunk-3IBJXQTJ.mjs";
|
|
79
78
|
import "./chunk-7MVEAQ7Z.mjs";
|
|
80
79
|
import {
|
|
81
80
|
list_default
|
|
82
81
|
} from "./chunk-NGRGAY42.mjs";
|
|
83
82
|
import {
|
|
84
83
|
listItem_default
|
|
85
|
-
} from "./chunk-
|
|
86
|
-
import "./chunk-7B7LRG5J.mjs";
|
|
84
|
+
} from "./chunk-MTT24BLX.mjs";
|
|
87
85
|
import {
|
|
88
|
-
|
|
89
|
-
} from "./chunk-
|
|
90
|
-
import "./chunk-F3HENRVM.mjs";
|
|
91
|
-
import "./chunk-32GA3YW4.mjs";
|
|
86
|
+
GlobalModalProvider
|
|
87
|
+
} from "./chunk-R2XKPG4K.mjs";
|
|
92
88
|
import {
|
|
93
|
-
|
|
94
|
-
} from "./chunk-
|
|
95
|
-
import "./chunk-
|
|
89
|
+
modal_default
|
|
90
|
+
} from "./chunk-EVJ46M3U.mjs";
|
|
91
|
+
import "./chunk-QZ3LVYJW.mjs";
|
|
92
|
+
import "./chunk-MGEWSREV.mjs";
|
|
96
93
|
import {
|
|
97
|
-
|
|
98
|
-
} from "./chunk-
|
|
94
|
+
chip_default
|
|
95
|
+
} from "./chunk-V2YH54JQ.mjs";
|
|
99
96
|
import "./chunk-RLXOHILK.mjs";
|
|
100
97
|
import {
|
|
101
98
|
fileUpload_default
|
|
102
|
-
} from "./chunk-
|
|
99
|
+
} from "./chunk-OC5C42CB.mjs";
|
|
103
100
|
import "./chunk-7VOQKIIK.mjs";
|
|
104
101
|
import {
|
|
105
102
|
progress_default
|
|
@@ -107,16 +104,12 @@ import {
|
|
|
107
104
|
import "./chunk-2GCSFWHD.mjs";
|
|
108
105
|
import {
|
|
109
106
|
input_default
|
|
110
|
-
} from "./chunk-
|
|
111
|
-
import "./chunk-
|
|
112
|
-
import "./chunk-QZ3LVYJW.mjs";
|
|
107
|
+
} from "./chunk-EJ4GDC6K.mjs";
|
|
108
|
+
import "./chunk-32GA3YW4.mjs";
|
|
113
109
|
import {
|
|
114
|
-
|
|
115
|
-
} from "./chunk-
|
|
110
|
+
drawer_default
|
|
111
|
+
} from "./chunk-ZFC5O2V3.mjs";
|
|
116
112
|
import "./chunk-3OCNT22V.mjs";
|
|
117
|
-
import {
|
|
118
|
-
simpleBarChart_default
|
|
119
|
-
} from "./chunk-6WD32ERF.mjs";
|
|
120
113
|
import {
|
|
121
114
|
areaChart_default
|
|
122
115
|
} from "./chunk-LH6Z7SDZ.mjs";
|
|
@@ -134,34 +127,41 @@ import {
|
|
|
134
127
|
import {
|
|
135
128
|
radarChart_default
|
|
136
129
|
} from "./chunk-U7SYKG2C.mjs";
|
|
130
|
+
import {
|
|
131
|
+
simpleBarChart_default
|
|
132
|
+
} from "./chunk-6WD32ERF.mjs";
|
|
133
|
+
import {
|
|
134
|
+
checkbox_default
|
|
135
|
+
} from "./chunk-3DCUMRYP.mjs";
|
|
137
136
|
import "./chunk-SE5TU755.mjs";
|
|
138
137
|
import {
|
|
139
138
|
backdrop_default
|
|
140
139
|
} from "./chunk-4X35QQTI.mjs";
|
|
140
|
+
import "./chunk-KYIODWXL.mjs";
|
|
141
|
+
import {
|
|
142
|
+
breadcrumb_default
|
|
143
|
+
} from "./chunk-4IEHQI5B.mjs";
|
|
141
144
|
import "./chunk-MY5U63QO.mjs";
|
|
145
|
+
import {
|
|
146
|
+
text_button_default
|
|
147
|
+
} from "./chunk-NDNIAALB.mjs";
|
|
142
148
|
import {
|
|
143
149
|
button_group_default
|
|
144
150
|
} from "./chunk-5VTYO3RF.mjs";
|
|
145
151
|
import {
|
|
146
152
|
button_default
|
|
147
|
-
} from "./chunk-
|
|
153
|
+
} from "./chunk-SKX5QPUD.mjs";
|
|
148
154
|
import {
|
|
149
155
|
icon_button_default
|
|
150
|
-
} from "./chunk-
|
|
156
|
+
} from "./chunk-BBRO35V3.mjs";
|
|
151
157
|
import "./chunk-6WSACUIB.mjs";
|
|
152
|
-
import "./chunk-LXHUO6VM.mjs";
|
|
153
158
|
import "./chunk-SZL743JC.mjs";
|
|
154
|
-
import
|
|
155
|
-
text_button_default
|
|
156
|
-
} from "./chunk-NDNIAALB.mjs";
|
|
157
|
-
import {
|
|
158
|
-
chip_default
|
|
159
|
-
} from "./chunk-MYUAX3Z5.mjs";
|
|
159
|
+
import "./chunk-LXHUO6VM.mjs";
|
|
160
160
|
import "./chunk-ZYIIXWVY.mjs";
|
|
161
161
|
import {
|
|
162
162
|
Icon_default,
|
|
163
163
|
iconTemplate
|
|
164
|
-
} from "./chunk-
|
|
164
|
+
} from "./chunk-6AID2NLT.mjs";
|
|
165
165
|
import "./chunk-NMSDSEBD.mjs";
|
|
166
166
|
import {
|
|
167
167
|
accordion_default
|
|
@@ -172,8 +172,8 @@ import {
|
|
|
172
172
|
import "./chunk-7DLOYKVC.mjs";
|
|
173
173
|
import {
|
|
174
174
|
avatar_default
|
|
175
|
-
} from "./chunk-
|
|
176
|
-
import "./chunk-
|
|
175
|
+
} from "./chunk-HFOHFBZH.mjs";
|
|
176
|
+
import "./chunk-P5L4YI54.mjs";
|
|
177
177
|
import "./chunk-3V4HT2K5.mjs";
|
|
178
178
|
import "./chunk-27Y6K5NK.mjs";
|
|
179
179
|
import "./chunk-E3G5QXSH.mjs";
|