@undefine-ui/design-system 2.4.0 → 2.5.0
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/README.md +4 -3
- package/dist/index.cjs +445 -290
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +11 -2
- package/dist/index.d.ts +11 -2
- package/dist/index.js +442 -290
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -31,6 +31,7 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
31
31
|
var index_exports = {};
|
|
32
32
|
__export(index_exports, {
|
|
33
33
|
AnimatedLogo: () => AnimatedLogo,
|
|
34
|
+
BellNotification: () => BellNotification,
|
|
34
35
|
CheckboxDefault: () => CheckboxDefault,
|
|
35
36
|
CheckboxIndeterminate: () => CheckboxIndeterminate,
|
|
36
37
|
CheckboxSelect: () => CheckboxSelect,
|
|
@@ -45,6 +46,7 @@ __export(index_exports, {
|
|
|
45
46
|
Icon: () => Icon,
|
|
46
47
|
InfoCircleFill: () => InfoCircleFill,
|
|
47
48
|
InfoCircleOutline: () => InfoCircleOutline,
|
|
49
|
+
KeyCommand: () => KeyCommand,
|
|
48
50
|
Loader: () => Loader,
|
|
49
51
|
LoadingScreen: () => LoadingScreen,
|
|
50
52
|
LocalStorageAvailable: () => LocalStorageAvailable,
|
|
@@ -66,6 +68,7 @@ __export(index_exports, {
|
|
|
66
68
|
RadioSelect: () => RadioSelect,
|
|
67
69
|
STORAGE_KEY: () => STORAGE_KEY,
|
|
68
70
|
Search: () => Search,
|
|
71
|
+
Settings: () => Settings,
|
|
69
72
|
SettingsConsumer: () => SettingsConsumer,
|
|
70
73
|
SettingsContext: () => SettingsContext,
|
|
71
74
|
SettingsProvider: () => SettingsProvider,
|
|
@@ -1895,6 +1898,7 @@ var import_Box = __toESM(require("@mui/material/Box"), 1);
|
|
|
1895
1898
|
// src/components/Icon/components/index.ts
|
|
1896
1899
|
var components_exports = {};
|
|
1897
1900
|
__export(components_exports, {
|
|
1901
|
+
BellNotification: () => BellNotification,
|
|
1898
1902
|
CheckboxDefault: () => CheckboxDefault,
|
|
1899
1903
|
CheckboxIndeterminate: () => CheckboxIndeterminate,
|
|
1900
1904
|
CheckboxSelect: () => CheckboxSelect,
|
|
@@ -1905,6 +1909,7 @@ __export(components_exports, {
|
|
|
1905
1909
|
EyeClosed: () => EyeClosed,
|
|
1906
1910
|
InfoCircleFill: () => InfoCircleFill,
|
|
1907
1911
|
InfoCircleOutline: () => InfoCircleOutline,
|
|
1912
|
+
KeyCommand: () => KeyCommand,
|
|
1908
1913
|
Loader: () => Loader,
|
|
1909
1914
|
LongArrowUpLeftSolid: () => LongArrowUpLeftSolid,
|
|
1910
1915
|
NavArrowDown: () => NavArrowDown,
|
|
@@ -1913,6 +1918,7 @@ __export(components_exports, {
|
|
|
1913
1918
|
RadioDefault: () => RadioDefault,
|
|
1914
1919
|
RadioSelect: () => RadioSelect,
|
|
1915
1920
|
Search: () => Search,
|
|
1921
|
+
Settings: () => Settings,
|
|
1916
1922
|
Trash: () => Trash,
|
|
1917
1923
|
UserFill: () => UserFill,
|
|
1918
1924
|
UserOutline: () => UserOutline,
|
|
@@ -2124,10 +2130,46 @@ var Search = (props) => {
|
|
|
2124
2130
|
);
|
|
2125
2131
|
};
|
|
2126
2132
|
|
|
2127
|
-
// src/components/Icon/components/
|
|
2133
|
+
// src/components/Icon/components/Settings.tsx
|
|
2128
2134
|
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
2129
|
-
var
|
|
2135
|
+
var Settings = (props) => {
|
|
2130
2136
|
return /* @__PURE__ */ (0, import_jsx_runtime8.jsxs)(
|
|
2137
|
+
"svg",
|
|
2138
|
+
{
|
|
2139
|
+
width: "20",
|
|
2140
|
+
height: "20",
|
|
2141
|
+
viewBox: "0 0 20 20",
|
|
2142
|
+
fill: "none",
|
|
2143
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2144
|
+
...props,
|
|
2145
|
+
children: [
|
|
2146
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
2147
|
+
"path",
|
|
2148
|
+
{
|
|
2149
|
+
fillRule: "evenodd",
|
|
2150
|
+
clipRule: "evenodd",
|
|
2151
|
+
d: "M10 8.125C8.96447 8.125 8.125 8.96447 8.125 10C8.125 11.0355 8.96447 11.875 10 11.875C11.0355 11.875 11.875 11.0355 11.875 10C11.875 8.96447 11.0355 8.125 10 8.125ZM6.875 10C6.875 8.27411 8.27411 6.875 10 6.875C11.7259 6.875 13.125 8.27411 13.125 10C13.125 11.7259 11.7259 13.125 10 13.125C8.27411 13.125 6.875 11.7259 6.875 10Z",
|
|
2152
|
+
fill: "currentColor"
|
|
2153
|
+
}
|
|
2154
|
+
),
|
|
2155
|
+
/* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
2156
|
+
"path",
|
|
2157
|
+
{
|
|
2158
|
+
fillRule: "evenodd",
|
|
2159
|
+
clipRule: "evenodd",
|
|
2160
|
+
d: "M8.54648 1.50744C8.61873 1.23287 8.86698 1.0415 9.1509 1.0415H10.7795C11.0636 1.0415 11.3119 1.23302 11.384 1.50773L11.8237 3.18159L13.4384 3.84563L14.594 2.85804C14.842 2.64609 15.2113 2.66055 15.442 2.89123L17.1087 4.5579C17.3385 4.78768 17.3538 5.15522 17.144 5.40338L16.1605 6.56656L16.8096 8.13414L18.4874 8.56078C18.7645 8.63123 18.9584 8.88068 18.9584 9.16654L18.9583 10.8142C18.9583 11.0987 18.7661 11.3474 18.4907 11.419L16.8034 11.858L16.1534 13.4278L17.1435 14.5957C17.3538 14.8438 17.3387 15.2118 17.1087 15.4418L15.442 17.1084C15.2073 17.3432 14.8299 17.3535 14.5828 17.1318L14.5365 17.0904C14.5065 17.0637 14.4631 17.025 14.4099 16.9778C14.3033 16.8832 14.1576 16.7546 14.0007 16.6181C13.8074 16.4497 13.609 16.2799 13.4475 16.1467L11.8661 16.8016L11.4393 18.4866C11.369 18.7639 11.1195 18.9582 10.8334 18.9582H9.16675C8.88051 18.9582 8.63086 18.7637 8.56077 18.4862L8.13536 16.8017L6.59908 16.1697L5.39492 17.151C5.14637 17.3535 4.78486 17.3352 4.55814 17.1084L2.89147 15.4418C2.65723 15.2075 2.64644 14.8312 2.86688 14.5839L3.86722 13.4618L3.20983 11.9023L1.50214 11.4361C1.23031 11.3619 1.04175 11.115 1.04175 10.8332V9.1665C1.04175 8.87605 1.24185 8.62387 1.52471 8.55786L3.18677 8.16998L3.82628 6.59763L2.84833 5.39395C2.64638 5.14537 2.66501 4.78436 2.89147 4.5579L4.55814 2.89123C4.79219 2.65718 5.16813 2.64619 5.41545 2.86617L6.54109 3.86735L8.09816 3.21098L8.54648 1.50744ZM9.6327 2.2915L9.22874 3.82651C9.17938 4.01404 9.04578 4.16804 8.86709 4.24336L6.6632 5.17239C6.44116 5.26599 6.1851 5.22361 6.00505 5.06348L5.02519 4.19195L4.17393 5.04321L5.02963 6.09644C5.17345 6.27345 5.20943 6.51475 5.1235 6.72602L4.22278 8.94058C4.14634 9.12851 3.98344 9.26765 3.78587 9.31376L2.29175 9.66244V10.3559L3.83228 10.7765C4.01741 10.827 4.16906 10.9598 4.2436 11.1367L5.17246 13.3402C5.26616 13.5625 5.22358 13.8188 5.06307 13.9989L4.19267 14.9752L5.04285 15.8254L6.09788 14.9656C6.27564 14.8207 6.51844 14.7848 6.7305 14.8721L8.90205 15.7654C9.08516 15.8408 9.22175 15.9984 9.27024 16.1904L9.65353 17.7082H10.347L10.7313 16.1907C10.7798 15.9994 10.9157 15.8422 11.0981 15.7667L13.3069 14.852C13.5062 14.7695 13.734 14.7956 13.9095 14.921C14.1231 15.0737 14.5113 15.4052 14.8214 15.6752C14.8739 15.7209 14.9251 15.7657 14.9741 15.8086L15.8178 14.9649L14.9533 13.9452C14.8018 13.7666 14.763 13.5183 14.8526 13.3019L15.7675 11.0924C15.8425 10.9114 15.998 10.776 16.1876 10.7267L17.7083 10.331L17.7084 9.65246L16.198 9.26839C16.007 9.21981 15.85 9.08393 15.7746 8.90179L14.8599 6.69296C14.7704 6.47687 14.8091 6.2289 14.9601 6.05029L15.8183 5.03528L14.9668 4.18376L13.96 5.0441C13.7818 5.19646 13.5332 5.23619 13.3163 5.147L11.0605 4.21932C10.8793 4.14479 10.7435 3.98958 10.6937 3.80006L10.2975 2.2915H9.6327Z",
|
|
2161
|
+
fill: "currentColor"
|
|
2162
|
+
}
|
|
2163
|
+
)
|
|
2164
|
+
]
|
|
2165
|
+
}
|
|
2166
|
+
);
|
|
2167
|
+
};
|
|
2168
|
+
|
|
2169
|
+
// src/components/Icon/components/UserFill.tsx
|
|
2170
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
2171
|
+
var UserFill = (props) => {
|
|
2172
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
2131
2173
|
"svg",
|
|
2132
2174
|
{
|
|
2133
2175
|
width: "19",
|
|
@@ -2137,14 +2179,14 @@ var UserFill = (props) => {
|
|
|
2137
2179
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2138
2180
|
...props,
|
|
2139
2181
|
children: [
|
|
2140
|
-
/* @__PURE__ */ (0,
|
|
2182
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
2141
2183
|
"path",
|
|
2142
2184
|
{
|
|
2143
2185
|
d: "M9.33333 10.6667C12.2788 10.6667 14.6667 8.2788 14.6667 5.33333C14.6667 2.38781 12.2788 0 9.33333 0C6.38781 0 4 2.38781 4 5.33333C4 8.2788 6.38781 10.6667 9.33333 10.6667Z",
|
|
2144
2186
|
fill: "currentColor"
|
|
2145
2187
|
}
|
|
2146
2188
|
),
|
|
2147
|
-
/* @__PURE__ */ (0,
|
|
2189
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
2148
2190
|
"path",
|
|
2149
2191
|
{
|
|
2150
2192
|
d: "M0 23.3334V22C0 16.8454 4.17868 12.6667 9.33333 12.6667C14.488 12.6667 18.6667 16.8454 18.6667 22V23.3334",
|
|
@@ -2157,9 +2199,9 @@ var UserFill = (props) => {
|
|
|
2157
2199
|
};
|
|
2158
2200
|
|
|
2159
2201
|
// src/components/Icon/components/EyeClosed.tsx
|
|
2160
|
-
var
|
|
2202
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
2161
2203
|
var EyeClosed = (props) => {
|
|
2162
|
-
return /* @__PURE__ */ (0,
|
|
2204
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
2163
2205
|
"svg",
|
|
2164
2206
|
{
|
|
2165
2207
|
width: "24",
|
|
@@ -2169,7 +2211,7 @@ var EyeClosed = (props) => {
|
|
|
2169
2211
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2170
2212
|
...props,
|
|
2171
2213
|
children: [
|
|
2172
|
-
/* @__PURE__ */ (0,
|
|
2214
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
2173
2215
|
"path",
|
|
2174
2216
|
{
|
|
2175
2217
|
d: "M19.4996 16L17.0244 12.6038",
|
|
@@ -2179,7 +2221,7 @@ var EyeClosed = (props) => {
|
|
|
2179
2221
|
strokeLinejoin: "round"
|
|
2180
2222
|
}
|
|
2181
2223
|
),
|
|
2182
|
-
/* @__PURE__ */ (0,
|
|
2224
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
2183
2225
|
"path",
|
|
2184
2226
|
{
|
|
2185
2227
|
d: "M12 17.5V14",
|
|
@@ -2189,7 +2231,7 @@ var EyeClosed = (props) => {
|
|
|
2189
2231
|
strokeLinejoin: "round"
|
|
2190
2232
|
}
|
|
2191
2233
|
),
|
|
2192
|
-
/* @__PURE__ */ (0,
|
|
2234
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
2193
2235
|
"path",
|
|
2194
2236
|
{
|
|
2195
2237
|
d: "M4.5 16L6.96895 12.6124",
|
|
@@ -2199,7 +2241,7 @@ var EyeClosed = (props) => {
|
|
|
2199
2241
|
strokeLinejoin: "round"
|
|
2200
2242
|
}
|
|
2201
2243
|
),
|
|
2202
|
-
/* @__PURE__ */ (0,
|
|
2244
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
2203
2245
|
"path",
|
|
2204
2246
|
{
|
|
2205
2247
|
d: "M3 8C6.6 16 17.4 16 21 8",
|
|
@@ -2214,10 +2256,68 @@ var EyeClosed = (props) => {
|
|
|
2214
2256
|
);
|
|
2215
2257
|
};
|
|
2216
2258
|
|
|
2259
|
+
// src/components/Icon/components/KeyCommand.tsx
|
|
2260
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
2261
|
+
var KeyCommand = (props) => {
|
|
2262
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
2263
|
+
"svg",
|
|
2264
|
+
{
|
|
2265
|
+
width: "14",
|
|
2266
|
+
height: "14",
|
|
2267
|
+
viewBox: "0 0 14 14",
|
|
2268
|
+
fill: "none",
|
|
2269
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2270
|
+
...props,
|
|
2271
|
+
children: [
|
|
2272
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
2273
|
+
"path",
|
|
2274
|
+
{
|
|
2275
|
+
d: "M5.25 3.5V10.5",
|
|
2276
|
+
stroke: "currentColor",
|
|
2277
|
+
strokeWidth: "1.5",
|
|
2278
|
+
strokeLinecap: "round",
|
|
2279
|
+
strokeLinejoin: "round"
|
|
2280
|
+
}
|
|
2281
|
+
),
|
|
2282
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
2283
|
+
"path",
|
|
2284
|
+
{
|
|
2285
|
+
d: "M8.75 3.5V10.5",
|
|
2286
|
+
stroke: "currentColor",
|
|
2287
|
+
strokeWidth: "1.5",
|
|
2288
|
+
strokeLinecap: "round",
|
|
2289
|
+
strokeLinejoin: "round"
|
|
2290
|
+
}
|
|
2291
|
+
),
|
|
2292
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
2293
|
+
"path",
|
|
2294
|
+
{
|
|
2295
|
+
d: "M5.25 3.5C5.25 2.5335 4.4665 1.75 3.5 1.75C2.5335 1.75 1.75 2.5335 1.75 3.5C1.75 4.4665 2.5335 5.25 3.5 5.25H10.5C11.4665 5.25 12.25 4.4665 12.25 3.5C12.25 2.5335 11.4665 1.75 10.5 1.75C9.5335 1.75 8.75 2.5335 8.75 3.5",
|
|
2296
|
+
stroke: "currentColor",
|
|
2297
|
+
strokeWidth: "1.5",
|
|
2298
|
+
strokeLinecap: "round",
|
|
2299
|
+
strokeLinejoin: "round"
|
|
2300
|
+
}
|
|
2301
|
+
),
|
|
2302
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
2303
|
+
"path",
|
|
2304
|
+
{
|
|
2305
|
+
d: "M5.25 10.5C5.25 11.4665 4.4665 12.25 3.5 12.25C2.5335 12.25 1.75 11.4665 1.75 10.5C1.75 9.5335 2.5335 8.75 3.5 8.75H10.5C11.4665 8.75 12.25 9.5335 12.25 10.5C12.25 11.4665 11.4665 12.25 10.5 12.25C9.5335 12.25 8.75 11.4665 8.75 10.5",
|
|
2306
|
+
stroke: "currentColor",
|
|
2307
|
+
strokeWidth: "1.5",
|
|
2308
|
+
strokeLinecap: "round",
|
|
2309
|
+
strokeLinejoin: "round"
|
|
2310
|
+
}
|
|
2311
|
+
)
|
|
2312
|
+
]
|
|
2313
|
+
}
|
|
2314
|
+
);
|
|
2315
|
+
};
|
|
2316
|
+
|
|
2217
2317
|
// src/components/Icon/components/XMarkSolid.tsx
|
|
2218
|
-
var
|
|
2318
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
2219
2319
|
var XMarkSolid = (props) => {
|
|
2220
|
-
return /* @__PURE__ */ (0,
|
|
2320
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
2221
2321
|
"svg",
|
|
2222
2322
|
{
|
|
2223
2323
|
width: "24",
|
|
@@ -2226,7 +2326,7 @@ var XMarkSolid = (props) => {
|
|
|
2226
2326
|
fill: "none",
|
|
2227
2327
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2228
2328
|
...props,
|
|
2229
|
-
children: /* @__PURE__ */ (0,
|
|
2329
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
2230
2330
|
"path",
|
|
2231
2331
|
{
|
|
2232
2332
|
d: "M12 1.25C17.9371 1.25 22.75 6.06294 22.75 12C22.75 17.9371 17.9371 22.75 12 22.75C6.06294 22.75 1.25 17.9371 1.25 12C1.25 6.06294 6.06294 1.25 12 1.25ZM15.3584 8.6416C15.0655 8.34871 14.5907 8.34871 14.2979 8.6416L12 10.9395L9.70117 8.6416C9.40827 8.34876 8.9335 8.34873 8.64062 8.6416C8.34811 8.9345 8.34791 9.40937 8.64062 9.70215L10.9395 12L8.64062 14.2979C8.34791 14.5906 8.34811 15.0655 8.64062 15.3584C8.9335 15.6513 9.40827 15.6512 9.70117 15.3584L12 13.0605L14.2979 15.3584C14.5907 15.6513 15.0655 15.6513 15.3584 15.3584C15.6512 15.0655 15.6512 14.5907 15.3584 14.2979L13.0605 12L15.3584 9.70215C15.6512 9.4093 15.6512 8.93451 15.3584 8.6416Z",
|
|
@@ -2238,9 +2338,9 @@ var XMarkSolid = (props) => {
|
|
|
2238
2338
|
};
|
|
2239
2339
|
|
|
2240
2340
|
// src/components/Icon/components/CloudUpload.tsx
|
|
2241
|
-
var
|
|
2341
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
2242
2342
|
var CloudUpload = (props) => {
|
|
2243
|
-
return /* @__PURE__ */ (0,
|
|
2343
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
2244
2344
|
"svg",
|
|
2245
2345
|
{
|
|
2246
2346
|
width: "32",
|
|
@@ -2250,7 +2350,7 @@ var CloudUpload = (props) => {
|
|
|
2250
2350
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2251
2351
|
...props,
|
|
2252
2352
|
children: [
|
|
2253
|
-
/* @__PURE__ */ (0,
|
|
2353
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2254
2354
|
"path",
|
|
2255
2355
|
{
|
|
2256
2356
|
d: "M16.0007 29.3333V17.3333M16.0007 17.3333L20.6673 21.9999M16.0007 17.3333L11.334 21.9999",
|
|
@@ -2260,7 +2360,7 @@ var CloudUpload = (props) => {
|
|
|
2260
2360
|
strokeLinejoin: "round"
|
|
2261
2361
|
}
|
|
2262
2362
|
),
|
|
2263
|
-
/* @__PURE__ */ (0,
|
|
2363
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
2264
2364
|
"path",
|
|
2265
2365
|
{
|
|
2266
2366
|
d: "M26.6673 23.4764C28.6589 22.6963 30.6673 20.9186 30.6673 17.3334C30.6673 12.0001 26.2229 10.6667 24.0006 10.6667C24.0006 8.00008 24.0006 2.66675 16.0007 2.66675C8.00065 2.66675 8.00065 8.00008 8.00065 10.6667C5.77843 10.6667 1.33398 12.0001 1.33398 17.3334C1.33398 20.9186 3.34235 22.6963 5.33399 23.4764",
|
|
@@ -2276,9 +2376,9 @@ var CloudUpload = (props) => {
|
|
|
2276
2376
|
};
|
|
2277
2377
|
|
|
2278
2378
|
// src/components/Icon/components/UserOutline.tsx
|
|
2279
|
-
var
|
|
2379
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
2280
2380
|
var UserOutline = (props) => {
|
|
2281
|
-
return /* @__PURE__ */ (0,
|
|
2381
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
2282
2382
|
"svg",
|
|
2283
2383
|
{
|
|
2284
2384
|
width: "32",
|
|
@@ -2288,7 +2388,7 @@ var UserOutline = (props) => {
|
|
|
2288
2388
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2289
2389
|
...props,
|
|
2290
2390
|
children: [
|
|
2291
|
-
/* @__PURE__ */ (0,
|
|
2391
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2292
2392
|
"path",
|
|
2293
2393
|
{
|
|
2294
2394
|
fillRule: "evenodd",
|
|
@@ -2297,7 +2397,7 @@ var UserOutline = (props) => {
|
|
|
2297
2397
|
fill: "currentColor"
|
|
2298
2398
|
}
|
|
2299
2399
|
),
|
|
2300
|
-
/* @__PURE__ */ (0,
|
|
2400
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
2301
2401
|
"path",
|
|
2302
2402
|
{
|
|
2303
2403
|
fillRule: "evenodd",
|
|
@@ -2312,9 +2412,9 @@ var UserOutline = (props) => {
|
|
|
2312
2412
|
};
|
|
2313
2413
|
|
|
2314
2414
|
// src/components/Icon/components/RadioSelect.tsx
|
|
2315
|
-
var
|
|
2415
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
2316
2416
|
var RadioSelect = (props) => {
|
|
2317
|
-
return /* @__PURE__ */ (0,
|
|
2417
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
2318
2418
|
"svg",
|
|
2319
2419
|
{
|
|
2320
2420
|
width: "17",
|
|
@@ -2323,15 +2423,15 @@ var RadioSelect = (props) => {
|
|
|
2323
2423
|
fill: "none",
|
|
2324
2424
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2325
2425
|
...props,
|
|
2326
|
-
children: /* @__PURE__ */ (0,
|
|
2426
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { x: "2.5", y: "2", width: "12", height: "12", rx: "6", stroke: "currentColor", strokeWidth: "4" })
|
|
2327
2427
|
}
|
|
2328
2428
|
);
|
|
2329
2429
|
};
|
|
2330
2430
|
|
|
2331
2431
|
// src/components/Icon/components/RadioDefault.tsx
|
|
2332
|
-
var
|
|
2432
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
2333
2433
|
var RadioDefault = (props) => {
|
|
2334
|
-
return /* @__PURE__ */ (0,
|
|
2434
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
2335
2435
|
"svg",
|
|
2336
2436
|
{
|
|
2337
2437
|
width: "16",
|
|
@@ -2340,15 +2440,15 @@ var RadioDefault = (props) => {
|
|
|
2340
2440
|
fill: "none",
|
|
2341
2441
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2342
2442
|
...props,
|
|
2343
|
-
children: /* @__PURE__ */ (0,
|
|
2443
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { x: "0.5", y: "0.5", width: "15", height: "15", rx: "7.5", stroke: "currentColor" })
|
|
2344
2444
|
}
|
|
2345
2445
|
);
|
|
2346
2446
|
};
|
|
2347
2447
|
|
|
2348
2448
|
// src/components/Icon/components/NavArrowDown.tsx
|
|
2349
|
-
var
|
|
2449
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
2350
2450
|
var NavArrowDown = (props) => {
|
|
2351
|
-
return /* @__PURE__ */ (0,
|
|
2451
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
2352
2452
|
"svg",
|
|
2353
2453
|
{
|
|
2354
2454
|
width: "16",
|
|
@@ -2358,7 +2458,7 @@ var NavArrowDown = (props) => {
|
|
|
2358
2458
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2359
2459
|
...props,
|
|
2360
2460
|
children: [
|
|
2361
|
-
/* @__PURE__ */ (0,
|
|
2461
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2362
2462
|
"path",
|
|
2363
2463
|
{
|
|
2364
2464
|
d: "M4 6L8 10L12 6",
|
|
@@ -2368,7 +2468,7 @@ var NavArrowDown = (props) => {
|
|
|
2368
2468
|
strokeLinejoin: "round"
|
|
2369
2469
|
}
|
|
2370
2470
|
),
|
|
2371
|
-
/* @__PURE__ */ (0,
|
|
2471
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
2372
2472
|
"path",
|
|
2373
2473
|
{
|
|
2374
2474
|
fillRule: "evenodd",
|
|
@@ -2383,9 +2483,9 @@ var NavArrowDown = (props) => {
|
|
|
2383
2483
|
};
|
|
2384
2484
|
|
|
2385
2485
|
// src/components/Icon/components/NavArrowLeft.tsx
|
|
2386
|
-
var
|
|
2486
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
2387
2487
|
var NavArrowLeft = (props) => {
|
|
2388
|
-
return /* @__PURE__ */ (0,
|
|
2488
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2389
2489
|
"svg",
|
|
2390
2490
|
{
|
|
2391
2491
|
width: "25",
|
|
@@ -2394,7 +2494,7 @@ var NavArrowLeft = (props) => {
|
|
|
2394
2494
|
fill: "none",
|
|
2395
2495
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2396
2496
|
...props,
|
|
2397
|
-
children: /* @__PURE__ */ (0,
|
|
2497
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
2398
2498
|
"path",
|
|
2399
2499
|
{
|
|
2400
2500
|
fillRule: "evenodd",
|
|
@@ -2408,9 +2508,9 @@ var NavArrowLeft = (props) => {
|
|
|
2408
2508
|
};
|
|
2409
2509
|
|
|
2410
2510
|
// src/components/Icon/components/NavArrowRight.tsx
|
|
2411
|
-
var
|
|
2511
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
2412
2512
|
var NavArrowRight = (props) => {
|
|
2413
|
-
return /* @__PURE__ */ (0,
|
|
2513
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2414
2514
|
"svg",
|
|
2415
2515
|
{
|
|
2416
2516
|
width: "25",
|
|
@@ -2419,7 +2519,7 @@ var NavArrowRight = (props) => {
|
|
|
2419
2519
|
fill: "none",
|
|
2420
2520
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2421
2521
|
...props,
|
|
2422
|
-
children: /* @__PURE__ */ (0,
|
|
2522
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
2423
2523
|
"path",
|
|
2424
2524
|
{
|
|
2425
2525
|
fillRule: "evenodd",
|
|
@@ -2433,9 +2533,9 @@ var NavArrowRight = (props) => {
|
|
|
2433
2533
|
};
|
|
2434
2534
|
|
|
2435
2535
|
// src/components/Icon/components/ClipboardCheck.tsx
|
|
2436
|
-
var
|
|
2536
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
2437
2537
|
var ClipboardCheck = (props) => {
|
|
2438
|
-
return /* @__PURE__ */ (0,
|
|
2538
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
2439
2539
|
"svg",
|
|
2440
2540
|
{
|
|
2441
2541
|
width: "24",
|
|
@@ -2445,7 +2545,7 @@ var ClipboardCheck = (props) => {
|
|
|
2445
2545
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2446
2546
|
...props,
|
|
2447
2547
|
children: [
|
|
2448
|
-
/* @__PURE__ */ (0,
|
|
2548
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2449
2549
|
"path",
|
|
2450
2550
|
{
|
|
2451
2551
|
fillRule: "evenodd",
|
|
@@ -2454,7 +2554,7 @@ var ClipboardCheck = (props) => {
|
|
|
2454
2554
|
fill: "currentColor"
|
|
2455
2555
|
}
|
|
2456
2556
|
),
|
|
2457
|
-
/* @__PURE__ */ (0,
|
|
2557
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2458
2558
|
"path",
|
|
2459
2559
|
{
|
|
2460
2560
|
fillRule: "evenodd",
|
|
@@ -2463,7 +2563,7 @@ var ClipboardCheck = (props) => {
|
|
|
2463
2563
|
fill: "currentColor"
|
|
2464
2564
|
}
|
|
2465
2565
|
),
|
|
2466
|
-
/* @__PURE__ */ (0,
|
|
2566
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2467
2567
|
"path",
|
|
2468
2568
|
{
|
|
2469
2569
|
fillRule: "evenodd",
|
|
@@ -2472,7 +2572,7 @@ var ClipboardCheck = (props) => {
|
|
|
2472
2572
|
fill: "currentColor"
|
|
2473
2573
|
}
|
|
2474
2574
|
),
|
|
2475
|
-
/* @__PURE__ */ (0,
|
|
2575
|
+
/* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
2476
2576
|
"path",
|
|
2477
2577
|
{
|
|
2478
2578
|
fillRule: "evenodd",
|
|
@@ -2487,9 +2587,9 @@ var ClipboardCheck = (props) => {
|
|
|
2487
2587
|
};
|
|
2488
2588
|
|
|
2489
2589
|
// src/components/Icon/components/CheckboxSelect.tsx
|
|
2490
|
-
var
|
|
2590
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
2491
2591
|
var CheckboxSelect = (props) => {
|
|
2492
|
-
return /* @__PURE__ */ (0,
|
|
2592
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(
|
|
2493
2593
|
"svg",
|
|
2494
2594
|
{
|
|
2495
2595
|
width: "24",
|
|
@@ -2499,14 +2599,14 @@ var CheckboxSelect = (props) => {
|
|
|
2499
2599
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2500
2600
|
...props,
|
|
2501
2601
|
children: [
|
|
2502
|
-
/* @__PURE__ */ (0,
|
|
2602
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2503
2603
|
"path",
|
|
2504
2604
|
{
|
|
2505
2605
|
d: "M0 8C0 3.58172 3.58172 0 8 0H16C20.4183 0 24 3.58172 24 8V16C24 20.4183 20.4183 24 16 24H8C3.58172 24 0 20.4183 0 16V8Z",
|
|
2506
2606
|
fill: "currentColor"
|
|
2507
2607
|
}
|
|
2508
2608
|
),
|
|
2509
|
-
/* @__PURE__ */ (0,
|
|
2609
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
|
|
2510
2610
|
"path",
|
|
2511
2611
|
{
|
|
2512
2612
|
d: "M6.16602 12.8333L9.49935 16.1666L17.8327 7.83331",
|
|
@@ -2522,9 +2622,9 @@ var CheckboxSelect = (props) => {
|
|
|
2522
2622
|
};
|
|
2523
2623
|
|
|
2524
2624
|
// src/components/Icon/components/InfoCircleFill.tsx
|
|
2525
|
-
var
|
|
2625
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
2526
2626
|
var InfoCircleFill = (props) => {
|
|
2527
|
-
return /* @__PURE__ */ (0,
|
|
2627
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2528
2628
|
"svg",
|
|
2529
2629
|
{
|
|
2530
2630
|
width: "20",
|
|
@@ -2533,7 +2633,7 @@ var InfoCircleFill = (props) => {
|
|
|
2533
2633
|
fill: "none",
|
|
2534
2634
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2535
2635
|
...props,
|
|
2536
|
-
children: /* @__PURE__ */ (0,
|
|
2636
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
|
|
2537
2637
|
"path",
|
|
2538
2638
|
{
|
|
2539
2639
|
d: "M10.001 1.04199C14.9485 1.04199 18.959 5.05245 18.959 10C18.959 14.9476 14.9485 18.958 10.001 18.958C5.05343 18.958 1.04297 14.9476 1.04297 10C1.04297 5.05245 5.05343 1.04199 10.001 1.04199ZM10.001 8.95801C9.65591 8.95801 9.37615 9.23798 9.37598 9.58301V13.75C9.37598 14.0952 9.6558 14.375 10.001 14.375C10.3462 14.375 10.626 14.0952 10.626 13.75V9.58301C10.6258 9.23798 10.346 8.95801 10.001 8.95801ZM10.4277 5.78418C10.1712 5.55335 9.77583 5.5746 9.54492 5.83105L9.53613 5.84082C9.30564 6.09736 9.32667 6.49185 9.58301 6.72266C9.83958 6.95357 10.2349 6.93333 10.4658 6.67676L10.4736 6.66699C10.7045 6.41042 10.6843 6.01508 10.4277 5.78418Z",
|
|
@@ -2545,9 +2645,9 @@ var InfoCircleFill = (props) => {
|
|
|
2545
2645
|
};
|
|
2546
2646
|
|
|
2547
2647
|
// src/components/Icon/components/CheckboxDefault.tsx
|
|
2548
|
-
var
|
|
2648
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
2549
2649
|
var CheckboxDefault = (props) => {
|
|
2550
|
-
return /* @__PURE__ */ (0,
|
|
2650
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
2551
2651
|
"svg",
|
|
2552
2652
|
{
|
|
2553
2653
|
width: "24",
|
|
@@ -2556,7 +2656,7 @@ var CheckboxDefault = (props) => {
|
|
|
2556
2656
|
fill: "none",
|
|
2557
2657
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2558
2658
|
...props,
|
|
2559
|
-
children: /* @__PURE__ */ (0,
|
|
2659
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
2560
2660
|
"path",
|
|
2561
2661
|
{
|
|
2562
2662
|
d: "M8 0.5H16C20.1421 0.5 23.5 3.85786 23.5 8V16C23.5 20.1421 20.1421 23.5 16 23.5H8C3.85786 23.5 0.5 20.1421 0.5 16V8C0.5 3.85786 3.85786 0.5 8 0.5Z",
|
|
@@ -2567,10 +2667,62 @@ var CheckboxDefault = (props) => {
|
|
|
2567
2667
|
);
|
|
2568
2668
|
};
|
|
2569
2669
|
|
|
2670
|
+
// src/components/Icon/components/BellNotification.tsx
|
|
2671
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
2672
|
+
var BellNotification = (props) => {
|
|
2673
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
2674
|
+
"svg",
|
|
2675
|
+
{
|
|
2676
|
+
width: "20",
|
|
2677
|
+
height: "20",
|
|
2678
|
+
viewBox: "0 0 20 20",
|
|
2679
|
+
fill: "none",
|
|
2680
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2681
|
+
...props,
|
|
2682
|
+
children: [
|
|
2683
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2684
|
+
"path",
|
|
2685
|
+
{
|
|
2686
|
+
"fill-rule": "evenodd",
|
|
2687
|
+
"clip-rule": "evenodd",
|
|
2688
|
+
d: "M15.8333 2.29167C14.7978 2.29167 13.9583 3.13114 13.9583 4.16667C13.9583 5.20221 14.7978 6.04167 15.8333 6.04167C16.8688 6.04167 17.7083 5.20221 17.7083 4.16667C17.7083 3.13114 16.8688 2.29167 15.8333 2.29167ZM12.7083 4.16667C12.7083 2.44078 14.1074 1.04167 15.8333 1.04167C17.5592 1.04167 18.9583 2.44078 18.9583 4.16667C18.9583 5.89256 17.5592 7.29167 15.8333 7.29167C14.1074 7.29167 12.7083 5.89256 12.7083 4.16667Z",
|
|
2689
|
+
fill: "currentColor"
|
|
2690
|
+
}
|
|
2691
|
+
),
|
|
2692
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2693
|
+
"path",
|
|
2694
|
+
{
|
|
2695
|
+
"fill-rule": "evenodd",
|
|
2696
|
+
"clip-rule": "evenodd",
|
|
2697
|
+
d: "M8.24472 16.9594C8.5433 16.7862 8.92576 16.8878 9.09896 17.1864C9.19052 17.3442 9.32195 17.4753 9.48009 17.5664C9.63822 17.6574 9.81751 17.7054 10 17.7054C10.1825 17.7054 10.3618 17.6574 10.5199 17.5664C10.678 17.4753 10.8095 17.3442 10.901 17.1864C11.0742 16.8878 11.4567 16.7862 11.7553 16.9594C12.0538 17.1326 12.1555 17.515 11.9823 17.8136C11.7808 18.1609 11.4917 18.4491 11.1438 18.6495C10.7959 18.8499 10.4015 18.9554 10 18.9554C9.59852 18.9554 9.20409 18.8499 8.8562 18.6495C8.5083 18.4491 8.21915 18.1609 8.01771 17.8136C7.84451 17.515 7.94614 17.1326 8.24472 16.9594Z",
|
|
2698
|
+
fill: "currentColor"
|
|
2699
|
+
}
|
|
2700
|
+
),
|
|
2701
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2702
|
+
"path",
|
|
2703
|
+
{
|
|
2704
|
+
"fill-rule": "evenodd",
|
|
2705
|
+
"clip-rule": "evenodd",
|
|
2706
|
+
d: "M6.00852 2.80131C7.05984 1.6799 8.49468 1.04167 10 1.04167C10.3186 1.04167 10.6344 1.07029 10.9442 1.12616C11.2839 1.18741 11.5097 1.51244 11.4484 1.85214C11.3872 2.19184 11.0621 2.41757 10.7224 2.35633C10.4852 2.31355 10.2437 2.29167 10 2.29167C8.85318 2.29167 7.74449 2.77725 6.92044 3.65623C6.09511 4.53658 5.62501 5.73873 5.62501 7.00001C5.62501 10.1968 4.98221 12.2965 4.30648 13.6179C4.15838 13.9075 4.00921 14.1587 3.86573 14.375H10C10.3452 14.375 10.625 14.6548 10.625 15C10.625 15.3452 10.3452 15.625 10 15.625H2.50001C2.22808 15.625 1.98735 15.4492 1.90463 15.1901C1.82262 14.9333 1.91459 14.6531 2.13216 14.4947L2.13943 14.4891C2.14888 14.4816 2.16687 14.4669 2.19221 14.4443C2.24287 14.3993 2.32305 14.3229 2.42334 14.21C2.62359 13.9845 2.90581 13.6115 3.19355 13.0488C3.76782 11.9258 4.37501 10.0255 4.37501 7.00001C4.37501 5.43231 4.95848 3.92135 6.00852 2.80131Z",
|
|
2707
|
+
fill: "currentColor"
|
|
2708
|
+
}
|
|
2709
|
+
),
|
|
2710
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
2711
|
+
"path",
|
|
2712
|
+
{
|
|
2713
|
+
d: "M15.6937 13.6179C15.8418 13.9075 15.9909 14.1587 16.1344 14.375H10.0001C9.65496 14.375 9.37514 14.6548 9.37514 15C9.37514 15.3452 9.65496 15.625 10.0001 15.625H17.5001C17.7721 15.625 18.0128 15.4492 18.0955 15.1901C18.1775 14.9333 18.0856 14.6531 17.868 14.4947L17.8607 14.4891C17.8513 14.4816 17.8333 14.4669 17.8079 14.4443C17.7573 14.3993 17.6771 14.3229 17.5768 14.21C17.3766 13.9845 17.0943 13.6115 16.8066 13.0488C16.3746 12.2039 15.9239 10.9191 15.7271 9.04612C15.6523 8.33332 14.4002 8.37434 14.483 9.16668C14.6937 11.1836 15.1843 12.6219 15.6937 13.6179Z",
|
|
2714
|
+
fill: "currentColor"
|
|
2715
|
+
}
|
|
2716
|
+
)
|
|
2717
|
+
]
|
|
2718
|
+
}
|
|
2719
|
+
);
|
|
2720
|
+
};
|
|
2721
|
+
|
|
2570
2722
|
// src/components/Icon/components/InfoCircleOutline.tsx
|
|
2571
|
-
var
|
|
2723
|
+
var import_jsx_runtime25 = require("react/jsx-runtime");
|
|
2572
2724
|
var InfoCircleOutline = (props) => {
|
|
2573
|
-
return /* @__PURE__ */ (0,
|
|
2725
|
+
return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
|
|
2574
2726
|
"svg",
|
|
2575
2727
|
{
|
|
2576
2728
|
width: "16",
|
|
@@ -2580,8 +2732,8 @@ var InfoCircleOutline = (props) => {
|
|
|
2580
2732
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2581
2733
|
...props,
|
|
2582
2734
|
children: [
|
|
2583
|
-
/* @__PURE__ */ (0,
|
|
2584
|
-
/* @__PURE__ */ (0,
|
|
2735
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsxs)("g", { "clip-path": "url(#clip0_1881_10590)", children: [
|
|
2736
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2585
2737
|
"path",
|
|
2586
2738
|
{
|
|
2587
2739
|
fillRule: "evenodd",
|
|
@@ -2590,7 +2742,7 @@ var InfoCircleOutline = (props) => {
|
|
|
2590
2742
|
fill: "currentColor"
|
|
2591
2743
|
}
|
|
2592
2744
|
),
|
|
2593
|
-
/* @__PURE__ */ (0,
|
|
2745
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2594
2746
|
"path",
|
|
2595
2747
|
{
|
|
2596
2748
|
fillRule: "evenodd",
|
|
@@ -2599,7 +2751,7 @@ var InfoCircleOutline = (props) => {
|
|
|
2599
2751
|
fill: "currentColor"
|
|
2600
2752
|
}
|
|
2601
2753
|
),
|
|
2602
|
-
/* @__PURE__ */ (0,
|
|
2754
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
|
|
2603
2755
|
"path",
|
|
2604
2756
|
{
|
|
2605
2757
|
fillRule: "evenodd",
|
|
@@ -2609,16 +2761,16 @@ var InfoCircleOutline = (props) => {
|
|
|
2609
2761
|
}
|
|
2610
2762
|
)
|
|
2611
2763
|
] }),
|
|
2612
|
-
/* @__PURE__ */ (0,
|
|
2764
|
+
/* @__PURE__ */ (0, import_jsx_runtime25.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("clipPath", { id: "clip0_1881_10590", children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("rect", { width: "16", height: "16", fill: "white" }) }) })
|
|
2613
2765
|
]
|
|
2614
2766
|
}
|
|
2615
2767
|
);
|
|
2616
2768
|
};
|
|
2617
2769
|
|
|
2618
2770
|
// src/components/Icon/components/LongArrowUpLeftSolid.tsx
|
|
2619
|
-
var
|
|
2771
|
+
var import_jsx_runtime26 = require("react/jsx-runtime");
|
|
2620
2772
|
var LongArrowUpLeftSolid = (props) => {
|
|
2621
|
-
return /* @__PURE__ */ (0,
|
|
2773
|
+
return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
|
|
2622
2774
|
"svg",
|
|
2623
2775
|
{
|
|
2624
2776
|
width: "24",
|
|
@@ -2628,7 +2780,7 @@ var LongArrowUpLeftSolid = (props) => {
|
|
|
2628
2780
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2629
2781
|
...props,
|
|
2630
2782
|
children: [
|
|
2631
|
-
/* @__PURE__ */ (0,
|
|
2783
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2632
2784
|
"path",
|
|
2633
2785
|
{
|
|
2634
2786
|
fillRule: "evenodd",
|
|
@@ -2637,7 +2789,7 @@ var LongArrowUpLeftSolid = (props) => {
|
|
|
2637
2789
|
fill: "currentColor"
|
|
2638
2790
|
}
|
|
2639
2791
|
),
|
|
2640
|
-
/* @__PURE__ */ (0,
|
|
2792
|
+
/* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
|
|
2641
2793
|
"path",
|
|
2642
2794
|
{
|
|
2643
2795
|
fillRule: "evenodd",
|
|
@@ -2652,9 +2804,9 @@ var LongArrowUpLeftSolid = (props) => {
|
|
|
2652
2804
|
};
|
|
2653
2805
|
|
|
2654
2806
|
// src/components/Icon/components/CheckboxIndeterminate.tsx
|
|
2655
|
-
var
|
|
2807
|
+
var import_jsx_runtime27 = require("react/jsx-runtime");
|
|
2656
2808
|
var CheckboxIndeterminate = (props) => {
|
|
2657
|
-
return /* @__PURE__ */ (0,
|
|
2809
|
+
return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
|
|
2658
2810
|
"svg",
|
|
2659
2811
|
{
|
|
2660
2812
|
width: "24",
|
|
@@ -2664,14 +2816,14 @@ var CheckboxIndeterminate = (props) => {
|
|
|
2664
2816
|
xmlns: "http://www.w3.org/2000/svg",
|
|
2665
2817
|
...props,
|
|
2666
2818
|
children: [
|
|
2667
|
-
/* @__PURE__ */ (0,
|
|
2819
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
|
|
2668
2820
|
"path",
|
|
2669
2821
|
{
|
|
2670
2822
|
d: "M0 8C0 3.58172 3.58172 0 8 0H16C20.4183 0 24 3.58172 24 8V16C24 20.4183 20.4183 24 16 24H8C3.58172 24 0 20.4183 0 16V8Z",
|
|
2671
2823
|
fill: "currentColor"
|
|
2672
2824
|
}
|
|
2673
2825
|
),
|
|
2674
|
-
/* @__PURE__ */ (0,
|
|
2826
|
+
/* @__PURE__ */ (0, import_jsx_runtime27.jsx)("path", { d: "M6 12H18", stroke: "white", strokeWidth: "1.5", strokeLinecap: "round" })
|
|
2675
2827
|
]
|
|
2676
2828
|
}
|
|
2677
2829
|
);
|
|
@@ -2683,10 +2835,10 @@ var iconClasses = {
|
|
|
2683
2835
|
};
|
|
2684
2836
|
|
|
2685
2837
|
// src/components/Icon/icon.tsx
|
|
2686
|
-
var
|
|
2838
|
+
var import_jsx_runtime28 = require("react/jsx-runtime");
|
|
2687
2839
|
var Icon = ({ icon: icon2, className, ...props }) => {
|
|
2688
2840
|
const IconComponent = components_exports[icon2];
|
|
2689
|
-
return /* @__PURE__ */ (0,
|
|
2841
|
+
return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
|
|
2690
2842
|
import_Box.default,
|
|
2691
2843
|
{
|
|
2692
2844
|
component: IconComponent,
|
|
@@ -2697,7 +2849,7 @@ var Icon = ({ icon: icon2, className, ...props }) => {
|
|
|
2697
2849
|
};
|
|
2698
2850
|
|
|
2699
2851
|
// src/theme/core/components/alert.tsx
|
|
2700
|
-
var
|
|
2852
|
+
var import_jsx_runtime29 = require("react/jsx-runtime");
|
|
2701
2853
|
var COLORS2 = ["info", "success", "warning", "error"];
|
|
2702
2854
|
function styleColors2(ownerState, styles) {
|
|
2703
2855
|
const outputStyle = COLORS2.reduce((acc, color) => {
|
|
@@ -2715,10 +2867,10 @@ var MuiAlert = {
|
|
|
2715
2867
|
defaultProps: {
|
|
2716
2868
|
variant: "standard",
|
|
2717
2869
|
iconMapping: {
|
|
2718
|
-
error: /* @__PURE__ */ (0,
|
|
2719
|
-
info: /* @__PURE__ */ (0,
|
|
2720
|
-
success: /* @__PURE__ */ (0,
|
|
2721
|
-
warning: /* @__PURE__ */ (0,
|
|
2870
|
+
error: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { icon: "InfoCircleFill" }),
|
|
2871
|
+
info: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { icon: "InfoCircleFill" }),
|
|
2872
|
+
success: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { icon: "InfoCircleFill" }),
|
|
2873
|
+
warning: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(Icon, { icon: "InfoCircleFill" })
|
|
2722
2874
|
}
|
|
2723
2875
|
},
|
|
2724
2876
|
/** **************************************
|
|
@@ -2927,7 +3079,7 @@ var badge = { MuiBadge };
|
|
|
2927
3079
|
|
|
2928
3080
|
// src/theme/core/components/radio.tsx
|
|
2929
3081
|
var import_Radio = require("@mui/material/Radio");
|
|
2930
|
-
var
|
|
3082
|
+
var import_jsx_runtime30 = require("react/jsx-runtime");
|
|
2931
3083
|
var MuiRadio = {
|
|
2932
3084
|
/** **************************************
|
|
2933
3085
|
* DEFAULT PROPS
|
|
@@ -2936,8 +3088,8 @@ var MuiRadio = {
|
|
|
2936
3088
|
color: "default",
|
|
2937
3089
|
size: "small",
|
|
2938
3090
|
disableRipple: true,
|
|
2939
|
-
icon: /* @__PURE__ */ (0,
|
|
2940
|
-
checkedIcon: /* @__PURE__ */ (0,
|
|
3091
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { icon: "RadioDefault" }),
|
|
3092
|
+
checkedIcon: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Icon, { icon: "RadioSelect" })
|
|
2941
3093
|
},
|
|
2942
3094
|
/** **************************************
|
|
2943
3095
|
* STYLE
|
|
@@ -3240,13 +3392,13 @@ var MuiDrawer = {
|
|
|
3240
3392
|
var drawer = { MuiDrawer };
|
|
3241
3393
|
|
|
3242
3394
|
// src/theme/core/components/select.tsx
|
|
3243
|
-
var
|
|
3395
|
+
var import_jsx_runtime31 = require("react/jsx-runtime");
|
|
3244
3396
|
var MuiSelect = {
|
|
3245
3397
|
/** **************************************
|
|
3246
3398
|
* DEFAULT PROPS
|
|
3247
3399
|
*************************************** */
|
|
3248
3400
|
defaultProps: {
|
|
3249
|
-
IconComponent: () => /* @__PURE__ */ (0,
|
|
3401
|
+
IconComponent: () => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: "NavArrowDown", sx: { width: 18, height: 18, position: "absolute", right: 10 } })
|
|
3250
3402
|
}
|
|
3251
3403
|
};
|
|
3252
3404
|
var MuiNativeSelect = {
|
|
@@ -3254,7 +3406,7 @@ var MuiNativeSelect = {
|
|
|
3254
3406
|
* DEFAULT PROPS
|
|
3255
3407
|
*************************************** */
|
|
3256
3408
|
defaultProps: {
|
|
3257
|
-
IconComponent: () => /* @__PURE__ */ (0,
|
|
3409
|
+
IconComponent: () => /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Icon, { icon: "NavArrowDown", sx: { width: 18, height: 18, position: "absolute", right: 10 } })
|
|
3258
3410
|
}
|
|
3259
3411
|
};
|
|
3260
3412
|
var select = { MuiSelect, MuiNativeSelect };
|
|
@@ -3262,13 +3414,13 @@ var select = { MuiSelect, MuiNativeSelect };
|
|
|
3262
3414
|
// src/theme/core/components/rating.tsx
|
|
3263
3415
|
var import_Rating = require("@mui/material/Rating");
|
|
3264
3416
|
var import_SvgIcon = __toESM(require("@mui/material/SvgIcon"), 1);
|
|
3265
|
-
var
|
|
3266
|
-
var RatingIcon = (props) => /* @__PURE__ */ (0,
|
|
3417
|
+
var import_jsx_runtime32 = require("react/jsx-runtime");
|
|
3418
|
+
var RatingIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_SvgIcon.default, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)("path", { d: "M17.56,21 C17.4000767,21.0006435 17.2423316,20.9629218 17.1,20.89 L12,18.22 L6.9,20.89 C6.56213339,21.067663 6.15259539,21.0374771 5.8444287,20.8121966 C5.53626201,20.5869161 5.38323252,20.2058459 5.45,19.83 L6.45,14.2 L2.33,10.2 C2.06805623,9.93860108 1.9718844,9.55391377 2.08,9.2 C2.19824414,8.83742187 2.51242293,8.57366684 2.89,8.52 L8.59,7.69 L11.1,2.56 C11.2670864,2.21500967 11.6166774,1.99588989 12,1.99588989 C12.3833226,1.99588989 12.7329136,2.21500967 12.9,2.56 L15.44,7.68 L21.14,8.51 C21.5175771,8.56366684 21.8317559,8.82742187 21.95,9.19 C22.0581156,9.54391377 21.9619438,9.92860108 21.7,10.19 L17.58,14.19 L18.58,19.82 C18.652893,20.2027971 18.4967826,20.5930731 18.18,20.82 C17.9989179,20.9468967 17.7808835,21.010197 17.56,21 L17.56,21 Z" }) });
|
|
3267
3419
|
var MuiRating = {
|
|
3268
3420
|
/** **************************************
|
|
3269
3421
|
* DEFAULT PROPS
|
|
3270
3422
|
*************************************** */
|
|
3271
|
-
defaultProps: { emptyIcon: /* @__PURE__ */ (0,
|
|
3423
|
+
defaultProps: { emptyIcon: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(RatingIcon, {}), icon: /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(RatingIcon, {}) },
|
|
3272
3424
|
/** **************************************
|
|
3273
3425
|
* STYLE
|
|
3274
3426
|
*************************************** */
|
|
@@ -3393,7 +3545,7 @@ var slider = {
|
|
|
3393
3545
|
// src/theme/core/components/button.tsx
|
|
3394
3546
|
var import_Button = require("@mui/material/Button");
|
|
3395
3547
|
var import_styles12 = require("@mui/material/styles");
|
|
3396
|
-
var
|
|
3548
|
+
var import_jsx_runtime33 = require("react/jsx-runtime");
|
|
3397
3549
|
var spin = import_styles12.keyframes`
|
|
3398
3550
|
0% {
|
|
3399
3551
|
transform: rotate(0deg);
|
|
@@ -3513,7 +3665,7 @@ var MuiButton = {
|
|
|
3513
3665
|
variant: "outlined",
|
|
3514
3666
|
disableElevation: true,
|
|
3515
3667
|
disableRipple: true,
|
|
3516
|
-
loadingIndicator: /* @__PURE__ */ (0,
|
|
3668
|
+
loadingIndicator: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Icon, { icon: "Loader" })
|
|
3517
3669
|
},
|
|
3518
3670
|
/** **************************************
|
|
3519
3671
|
* VARIANTS
|
|
@@ -4067,7 +4219,7 @@ var timeline = { MuiTimelineDot, MuiTimelineConnector };
|
|
|
4067
4219
|
|
|
4068
4220
|
// src/theme/core/components/checkbox.tsx
|
|
4069
4221
|
var import_Checkbox2 = require("@mui/material/Checkbox");
|
|
4070
|
-
var
|
|
4222
|
+
var import_jsx_runtime34 = require("react/jsx-runtime");
|
|
4071
4223
|
var MuiCheckbox = {
|
|
4072
4224
|
/** **************************************
|
|
4073
4225
|
* DEFAULT PROPS
|
|
@@ -4076,9 +4228,9 @@ var MuiCheckbox = {
|
|
|
4076
4228
|
color: "default",
|
|
4077
4229
|
size: "small",
|
|
4078
4230
|
disableRipple: true,
|
|
4079
|
-
icon: /* @__PURE__ */ (0,
|
|
4080
|
-
checkedIcon: /* @__PURE__ */ (0,
|
|
4081
|
-
indeterminateIcon: /* @__PURE__ */ (0,
|
|
4231
|
+
icon: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { icon: "CheckboxDefault" }),
|
|
4232
|
+
checkedIcon: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { icon: "CheckboxSelect" }),
|
|
4233
|
+
indeterminateIcon: /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(Icon, { icon: "CheckboxIndeterminate" })
|
|
4082
4234
|
},
|
|
4083
4235
|
/** **************************************
|
|
4084
4236
|
* STYLE
|
|
@@ -4621,7 +4773,7 @@ var import_ListItemIcon = require("@mui/material/ListItemIcon");
|
|
|
4621
4773
|
var import_CircularProgress = require("@mui/material/CircularProgress");
|
|
4622
4774
|
var import_FormControlLabel = require("@mui/material/FormControlLabel");
|
|
4623
4775
|
var import_SvgIcon2 = __toESM(require("@mui/material/SvgIcon"), 1);
|
|
4624
|
-
var
|
|
4776
|
+
var import_jsx_runtime35 = require("react/jsx-runtime");
|
|
4625
4777
|
var MuiDataGrid = {
|
|
4626
4778
|
/** **************************************
|
|
4627
4779
|
* DEFAULT PROPS
|
|
@@ -4629,9 +4781,9 @@ var MuiDataGrid = {
|
|
|
4629
4781
|
defaultProps: {
|
|
4630
4782
|
slots: {
|
|
4631
4783
|
/* Column */
|
|
4632
|
-
columnSortedAscendingIcon: (props) => /* @__PURE__ */ (0,
|
|
4633
|
-
columnSortedDescendingIcon: (props) => /* @__PURE__ */ (0,
|
|
4634
|
-
columnUnsortedIcon: (props) => /* @__PURE__ */ (0,
|
|
4784
|
+
columnSortedAscendingIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridArrowUpIcon, { sx: { color: "text.primary" }, ...props }),
|
|
4785
|
+
columnSortedDescendingIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridArrowDownIcon, { sx: { color: "text.primary" }, ...props }),
|
|
4786
|
+
columnUnsortedIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4635
4787
|
DataGridArrowUpIcon,
|
|
4636
4788
|
{
|
|
4637
4789
|
fontSize: props.fontSize,
|
|
@@ -4639,26 +4791,26 @@ var MuiDataGrid = {
|
|
|
4639
4791
|
sx: { color: "text.disabled" }
|
|
4640
4792
|
}
|
|
4641
4793
|
),
|
|
4642
|
-
columnMenuIcon: (props) => /* @__PURE__ */ (0,
|
|
4643
|
-
columnMenuSortAscendingIcon: (props) => /* @__PURE__ */ (0,
|
|
4644
|
-
columnMenuSortDescendingIcon: (props) => /* @__PURE__ */ (0,
|
|
4645
|
-
columnMenuFilterIcon: (props) => /* @__PURE__ */ (0,
|
|
4646
|
-
columnMenuHideIcon: (props) => /* @__PURE__ */ (0,
|
|
4647
|
-
columnMenuManageColumnsIcon: (props) => /* @__PURE__ */ (0,
|
|
4648
|
-
columnSelectorIcon: (props) => /* @__PURE__ */ (0,
|
|
4794
|
+
columnMenuIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridMoreIcon, { width: 20, ...props }),
|
|
4795
|
+
columnMenuSortAscendingIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridArrowUpIcon, { ...props }),
|
|
4796
|
+
columnMenuSortDescendingIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridArrowDownIcon, { ...props }),
|
|
4797
|
+
columnMenuFilterIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridFilterIcon, { ...props }),
|
|
4798
|
+
columnMenuHideIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridEyeCloseIcon, { ...props }),
|
|
4799
|
+
columnMenuManageColumnsIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridEyeIcon, { ...props }),
|
|
4800
|
+
columnSelectorIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridEyeIcon, { ...props }),
|
|
4649
4801
|
/* Filter */
|
|
4650
|
-
filterPanelDeleteIcon: (props) => /* @__PURE__ */ (0,
|
|
4651
|
-
openFilterButtonIcon: (props) => /* @__PURE__ */ (0,
|
|
4652
|
-
columnFilteredIcon: (props) => /* @__PURE__ */ (0,
|
|
4802
|
+
filterPanelDeleteIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridCloseIcon, { ...props }),
|
|
4803
|
+
openFilterButtonIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridFilterIcon, { ...props }),
|
|
4804
|
+
columnFilteredIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridFilterIcon, { sx: { width: 16, color: "text.primary" }, ...props }),
|
|
4653
4805
|
/* Density */
|
|
4654
|
-
densityCompactIcon: (props) => /* @__PURE__ */ (0,
|
|
4655
|
-
densityStandardIcon: (props) => /* @__PURE__ */ (0,
|
|
4656
|
-
densityComfortableIcon: (props) => /* @__PURE__ */ (0,
|
|
4806
|
+
densityCompactIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridDensityCompactIcon, { ...props }),
|
|
4807
|
+
densityStandardIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridDensityStandardIcon, { ...props }),
|
|
4808
|
+
densityComfortableIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridDensityComfortableIcon, { ...props }),
|
|
4657
4809
|
/* Export */
|
|
4658
|
-
exportIcon: (props) => /* @__PURE__ */ (0,
|
|
4810
|
+
exportIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridExportIcon, { ...props }),
|
|
4659
4811
|
/* Quick Filter */
|
|
4660
|
-
quickFilterIcon: (props) => /* @__PURE__ */ (0,
|
|
4661
|
-
quickFilterClearIcon: (props) => /* @__PURE__ */ (0,
|
|
4812
|
+
quickFilterIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridSearchIcon, { sx: { width: 24, height: 24, color: "text.secondary" }, ...props }),
|
|
4813
|
+
quickFilterClearIcon: (props) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(DataGridCloseIcon, { ...props })
|
|
4662
4814
|
},
|
|
4663
4815
|
slotProps: {
|
|
4664
4816
|
basePopper: { placement: "bottom-end" },
|
|
@@ -4808,15 +4960,15 @@ var MuiDataGrid = {
|
|
|
4808
4960
|
}
|
|
4809
4961
|
};
|
|
4810
4962
|
var dataGrid = { MuiDataGrid };
|
|
4811
|
-
var DataGridArrowUpIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
4812
|
-
/* @__PURE__ */ (0,
|
|
4963
|
+
var DataGridArrowUpIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: [
|
|
4964
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4813
4965
|
"path",
|
|
4814
4966
|
{
|
|
4815
4967
|
fill: "currentColor",
|
|
4816
4968
|
d: "m8.303 11.596l3.327-3.431a.499.499 0 0 1 .74 0l6.43 6.63c.401.414.158 1.205-.37 1.205h-5.723z"
|
|
4817
4969
|
}
|
|
4818
4970
|
),
|
|
4819
|
-
/* @__PURE__ */ (0,
|
|
4971
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4820
4972
|
"path",
|
|
4821
4973
|
{
|
|
4822
4974
|
fill: "currentColor",
|
|
@@ -4825,15 +4977,15 @@ var DataGridArrowUpIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runti
|
|
|
4825
4977
|
}
|
|
4826
4978
|
)
|
|
4827
4979
|
] });
|
|
4828
|
-
var DataGridArrowDownIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
4829
|
-
/* @__PURE__ */ (0,
|
|
4980
|
+
var DataGridArrowDownIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: [
|
|
4981
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4830
4982
|
"path",
|
|
4831
4983
|
{
|
|
4832
4984
|
fill: "currentColor",
|
|
4833
4985
|
d: "m8.303 12.404l3.327 3.431c.213.22.527.22.74 0l6.43-6.63C19.201 8.79 18.958 8 18.43 8h-5.723z"
|
|
4834
4986
|
}
|
|
4835
4987
|
),
|
|
4836
|
-
/* @__PURE__ */ (0,
|
|
4988
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4837
4989
|
"path",
|
|
4838
4990
|
{
|
|
4839
4991
|
fill: "currentColor",
|
|
@@ -4842,15 +4994,15 @@ var DataGridArrowDownIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_run
|
|
|
4842
4994
|
}
|
|
4843
4995
|
)
|
|
4844
4996
|
] });
|
|
4845
|
-
var DataGridFilterIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
4997
|
+
var DataGridFilterIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4846
4998
|
"path",
|
|
4847
4999
|
{
|
|
4848
5000
|
fill: "currentColor",
|
|
4849
5001
|
d: "M19 3H5c-1.414 0-2.121 0-2.56.412C2 3.824 2 4.488 2 5.815v.69c0 1.037 0 1.556.26 1.986c.26.43.733.698 1.682 1.232l2.913 1.64c.636.358.955.537 1.183.735c.474.411.766.895.898 1.49c.064.284.064.618.064 1.285v2.67c0 .909 0 1.364.252 1.718c.252.355.7.53 1.594.88c1.879.734 2.818 1.101 3.486.683c.668-.417.668-1.372.668-3.282v-2.67c0-.666 0-1 .064-1.285a2.68 2.68 0 0 1 .899-1.49c.227-.197.546-.376 1.182-.735l2.913-1.64c.948-.533 1.423-.8 1.682-1.23c.26-.43.26-.95.26-1.988v-.69c0-1.326 0-1.99-.44-2.402C21.122 3 20.415 3 19 3"
|
|
4850
5002
|
}
|
|
4851
5003
|
) });
|
|
4852
|
-
var DataGridExportIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
4853
|
-
/* @__PURE__ */ (0,
|
|
5004
|
+
var DataGridExportIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: [
|
|
5005
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4854
5006
|
"path",
|
|
4855
5007
|
{
|
|
4856
5008
|
fill: "currentColor",
|
|
@@ -4859,7 +5011,7 @@ var DataGridExportIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
4859
5011
|
clipRule: "evenodd"
|
|
4860
5012
|
}
|
|
4861
5013
|
),
|
|
4862
|
-
/* @__PURE__ */ (0,
|
|
5014
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4863
5015
|
"path",
|
|
4864
5016
|
{
|
|
4865
5017
|
fill: "currentColor",
|
|
@@ -4867,9 +5019,9 @@ var DataGridExportIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtim
|
|
|
4867
5019
|
}
|
|
4868
5020
|
)
|
|
4869
5021
|
] });
|
|
4870
|
-
var DataGridEyeIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
4871
|
-
/* @__PURE__ */ (0,
|
|
4872
|
-
/* @__PURE__ */ (0,
|
|
5022
|
+
var DataGridEyeIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: [
|
|
5023
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { fill: "currentColor", d: "M9.75 12a2.25 2.25 0 1 1 4.5 0a2.25 2.25 0 0 1-4.5 0" }),
|
|
5024
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4873
5025
|
"path",
|
|
4874
5026
|
{
|
|
4875
5027
|
fill: "currentColor",
|
|
@@ -4879,7 +5031,7 @@ var DataGridEyeIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime32
|
|
|
4879
5031
|
}
|
|
4880
5032
|
)
|
|
4881
5033
|
] });
|
|
4882
|
-
var DataGridEyeCloseIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
5034
|
+
var DataGridEyeCloseIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4883
5035
|
"path",
|
|
4884
5036
|
{
|
|
4885
5037
|
fill: "currentColor",
|
|
@@ -4888,23 +5040,23 @@ var DataGridEyeCloseIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runt
|
|
|
4888
5040
|
clipRule: "evenodd"
|
|
4889
5041
|
}
|
|
4890
5042
|
) });
|
|
4891
|
-
var DataGridSearchIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
5043
|
+
var DataGridSearchIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4892
5044
|
"path",
|
|
4893
5045
|
{
|
|
4894
5046
|
fill: "currentColor",
|
|
4895
5047
|
d: "m20.71 19.29l-3.4-3.39A7.92 7.92 0 0 0 19 11a8 8 0 1 0-8 8a7.92 7.92 0 0 0 4.9-1.69l3.39 3.4a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42M5 11a6 6 0 1 1 6 6a6 6 0 0 1-6-6"
|
|
4896
5048
|
}
|
|
4897
5049
|
) });
|
|
4898
|
-
var DataGridCloseIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
5050
|
+
var DataGridCloseIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4899
5051
|
"path",
|
|
4900
5052
|
{
|
|
4901
5053
|
fill: "currentColor",
|
|
4902
5054
|
d: "m13.41 12l4.3-4.29a1 1 0 1 0-1.42-1.42L12 10.59l-4.29-4.3a1 1 0 0 0-1.42 1.42l4.3 4.29l-4.3 4.29a1 1 0 0 0 0 1.42a1 1 0 0 0 1.42 0l4.29-4.3l4.29 4.3a1 1 0 0 0 1.42 0a1 1 0 0 0 0-1.42Z"
|
|
4903
5055
|
}
|
|
4904
5056
|
) });
|
|
4905
|
-
var DataGridMoreIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
4906
|
-
/* @__PURE__ */ (0,
|
|
4907
|
-
/* @__PURE__ */ (0,
|
|
5057
|
+
var DataGridMoreIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { fill: "none", children: [
|
|
5058
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z" }),
|
|
5059
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4908
5060
|
"path",
|
|
4909
5061
|
{
|
|
4910
5062
|
fill: "currentColor",
|
|
@@ -4912,16 +5064,16 @@ var DataGridMoreIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime3
|
|
|
4912
5064
|
}
|
|
4913
5065
|
)
|
|
4914
5066
|
] }) });
|
|
4915
|
-
var DataGridDensityCompactIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
5067
|
+
var DataGridDensityCompactIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4916
5068
|
"path",
|
|
4917
5069
|
{
|
|
4918
5070
|
fill: "currentColor",
|
|
4919
5071
|
d: "M4 15.5q-.425 0-.712-.288T3 14.5V14q0-.425.288-.712T4 13h16q.425 0 .713.288T21 14v.5q0 .425-.288.713T20 15.5zM4 11q-.425 0-.712-.288T3 10v-.5q0-.425.288-.712T4 8.5h16q.425 0 .713.288T21 9.5v.5q0 .425-.288.713T20 11zm0-4.5q-.425 0-.712-.288T3 5.5V5q0-.425.288-.712T4 4h16q.425 0 .713.288T21 5v.5q0 .425-.288.713T20 6.5zM4 20q-.425 0-.712-.288T3 19v-.5q0-.425.288-.712T4 17.5h16q.425 0 .713.288T21 18.5v.5q0 .425-.288.713T20 20z"
|
|
4920
5072
|
}
|
|
4921
5073
|
) });
|
|
4922
|
-
var DataGridDensityComfortableIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
4923
|
-
/* @__PURE__ */ (0,
|
|
4924
|
-
/* @__PURE__ */ (0,
|
|
5074
|
+
var DataGridDensityComfortableIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { fill: "none", fillRule: "evenodd", children: [
|
|
5075
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z" }),
|
|
5076
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4925
5077
|
"path",
|
|
4926
5078
|
{
|
|
4927
5079
|
fill: "currentColor",
|
|
@@ -4929,9 +5081,9 @@ var DataGridDensityComfortableIcon = ({ ...props }) => /* @__PURE__ */ (0, impor
|
|
|
4929
5081
|
}
|
|
4930
5082
|
)
|
|
4931
5083
|
] }) });
|
|
4932
|
-
var DataGridDensityStandardIcon = ({ ...props }) => /* @__PURE__ */ (0,
|
|
4933
|
-
/* @__PURE__ */ (0,
|
|
4934
|
-
/* @__PURE__ */ (0,
|
|
5084
|
+
var DataGridDensityStandardIcon = ({ ...props }) => /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(import_SvgIcon2.default, { sx: { width: 20, height: 20, ...props.sx }, ...props, children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)("g", { fill: "none", children: [
|
|
5085
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)("path", { d: "M24 0v24H0V0zM12.593 23.258l-.011.002l-.071.035l-.02.004l-.014-.004l-.071-.035c-.01-.004-.019-.001-.024.005l-.004.01l-.017.428l.005.02l.01.013l.104.074l.015.004l.012-.004l.104-.074l.012-.016l.004-.017l-.017-.427c-.002-.01-.009-.017-.017-.018m.265-.113l-.013.002l-.185.093l-.01.01l-.003.011l.018.43l.005.012l.008.007l.201.093c.012.004.023 0 .029-.008l.004-.014l-.034-.614c-.003-.012-.01-.02-.02-.022m-.715.002a.023.023 0 0 0-.027.006l-.006.014l-.034.614c0 .012.007.02.017.024l.015-.002l.201-.093l.01-.008l.004-.011l.017-.43l-.003-.012l-.01-.01z" }),
|
|
5086
|
+
/* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
|
|
4935
5087
|
"path",
|
|
4936
5088
|
{
|
|
4937
5089
|
fill: "currentColor",
|
|
@@ -5091,12 +5243,12 @@ var buttonGroup = { MuiButtonGroup };
|
|
|
5091
5243
|
// src/theme/core/components/autocomplete.tsx
|
|
5092
5244
|
var import_SvgIcon3 = require("@mui/material/SvgIcon");
|
|
5093
5245
|
var import_Autocomplete3 = require("@mui/material/Autocomplete");
|
|
5094
|
-
var
|
|
5246
|
+
var import_jsx_runtime36 = require("react/jsx-runtime");
|
|
5095
5247
|
var MuiAutocomplete = {
|
|
5096
5248
|
/** **************************************
|
|
5097
5249
|
* DEFAULT PROPS
|
|
5098
5250
|
*************************************** */
|
|
5099
|
-
defaultProps: { popupIcon: /* @__PURE__ */ (0,
|
|
5251
|
+
defaultProps: { popupIcon: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Icon, { icon: "NavArrowDown" }) },
|
|
5100
5252
|
/** **************************************
|
|
5101
5253
|
* STYLE
|
|
5102
5254
|
*************************************** */
|
|
@@ -5223,37 +5375,37 @@ var toggleButton = { MuiToggleButton, MuiToggleButtonGroup };
|
|
|
5223
5375
|
var import_Button2 = require("@mui/material/Button");
|
|
5224
5376
|
var import_SvgIcon4 = __toESM(require("@mui/material/SvgIcon"), 1);
|
|
5225
5377
|
var import_DialogActions = require("@mui/material/DialogActions");
|
|
5226
|
-
var
|
|
5227
|
-
var PickerSwitchIcon = (props) => /* @__PURE__ */ (0,
|
|
5378
|
+
var import_jsx_runtime37 = require("react/jsx-runtime");
|
|
5379
|
+
var PickerSwitchIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_SvgIcon4.default, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
5228
5380
|
"path",
|
|
5229
5381
|
{
|
|
5230
5382
|
fill: "currentColor",
|
|
5231
5383
|
d: "M12 15.5a1 1 0 0 1-.71-.29l-4-4a1 1 0 1 1 1.42-1.42L12 13.1l3.3-3.18a1 1 0 1 1 1.38 1.44l-4 3.86a1 1 0 0 1-.68.28"
|
|
5232
5384
|
}
|
|
5233
5385
|
) });
|
|
5234
|
-
var PickerLeftIcon = (props) => /* @__PURE__ */ (0,
|
|
5386
|
+
var PickerLeftIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_SvgIcon4.default, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
5235
5387
|
"path",
|
|
5236
5388
|
{
|
|
5237
5389
|
fill: "currentColor",
|
|
5238
5390
|
d: "M13.83 19a1 1 0 0 1-.78-.37l-4.83-6a1 1 0 0 1 0-1.27l5-6a1 1 0 0 1 1.54 1.28L10.29 12l4.32 5.36a1 1 0 0 1-.78 1.64"
|
|
5239
5391
|
}
|
|
5240
5392
|
) });
|
|
5241
|
-
var PickerRightIcon = (props) => /* @__PURE__ */ (0,
|
|
5393
|
+
var PickerRightIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_SvgIcon4.default, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
5242
5394
|
"path",
|
|
5243
5395
|
{
|
|
5244
5396
|
fill: "currentColor",
|
|
5245
5397
|
d: "M10 19a1 1 0 0 1-.64-.23a1 1 0 0 1-.13-1.41L13.71 12L9.39 6.63a1 1 0 0 1 .15-1.41a1 1 0 0 1 1.46.15l4.83 6a1 1 0 0 1 0 1.27l-5 6A1 1 0 0 1 10 19"
|
|
5246
5398
|
}
|
|
5247
5399
|
) });
|
|
5248
|
-
var PickerCalendarIcon = (props) => /* @__PURE__ */ (0,
|
|
5249
|
-
/* @__PURE__ */ (0,
|
|
5400
|
+
var PickerCalendarIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_SvgIcon4.default, { ...props, children: [
|
|
5401
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
5250
5402
|
"path",
|
|
5251
5403
|
{
|
|
5252
5404
|
fill: "currentColor",
|
|
5253
5405
|
d: "M6.96 2c.418 0 .756.31.756.692V4.09c.67-.012 1.422-.012 2.268-.012h4.032c.846 0 1.597 0 2.268.012V2.692c0-.382.338-.692.756-.692s.756.31.756.692V4.15c1.45.106 2.403.368 3.103 1.008c.7.641.985 1.513 1.101 2.842v1H2V8c.116-1.329.401-2.2 1.101-2.842c.7-.64 1.652-.902 3.103-1.008V2.692c0-.382.339-.692.756-.692"
|
|
5254
5406
|
}
|
|
5255
5407
|
),
|
|
5256
|
-
/* @__PURE__ */ (0,
|
|
5408
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
5257
5409
|
"path",
|
|
5258
5410
|
{
|
|
5259
5411
|
fill: "currentColor",
|
|
@@ -5261,9 +5413,9 @@ var PickerCalendarIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime34.jsx
|
|
|
5261
5413
|
opacity: "0.5"
|
|
5262
5414
|
}
|
|
5263
5415
|
),
|
|
5264
|
-
/* @__PURE__ */ (0,
|
|
5416
|
+
/* @__PURE__ */ (0, import_jsx_runtime37.jsx)("path", { fill: "currentColor", d: "M18 16.5a1.5 1.5 0 1 1-3 0a1.5 1.5 0 0 1 3 0" })
|
|
5265
5417
|
] });
|
|
5266
|
-
var PickerClockIcon = (props) => /* @__PURE__ */ (0,
|
|
5418
|
+
var PickerClockIcon = (props) => /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_SvgIcon4.default, { ...props, children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
|
|
5267
5419
|
"path",
|
|
5268
5420
|
{
|
|
5269
5421
|
fill: "currentColor",
|
|
@@ -5605,12 +5757,12 @@ var shouldSkipGeneratingVar = (keys) => {
|
|
|
5605
5757
|
|
|
5606
5758
|
// src/theme/color-scheme-script.tsx
|
|
5607
5759
|
var import_InitColorSchemeScript = __toESM(require("@mui/material/InitColorSchemeScript"), 1);
|
|
5608
|
-
var
|
|
5760
|
+
var import_jsx_runtime38 = require("react/jsx-runtime");
|
|
5609
5761
|
var schemeConfig = {
|
|
5610
5762
|
modeStorageKey: "theme-mode",
|
|
5611
5763
|
defaultMode: defaultSettings.colorScheme
|
|
5612
5764
|
};
|
|
5613
|
-
var getInitColorSchemeScript = /* @__PURE__ */ (0,
|
|
5765
|
+
var getInitColorSchemeScript = /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
|
|
5614
5766
|
import_InitColorSchemeScript.default,
|
|
5615
5767
|
{
|
|
5616
5768
|
modeStorageKey: schemeConfig.modeStorageKey,
|
|
@@ -5633,18 +5785,18 @@ var import__8 = require("@fontsource/geist/500.css");
|
|
|
5633
5785
|
var import__9 = require("@fontsource/geist/600.css");
|
|
5634
5786
|
var import__10 = require("@fontsource/geist/700.css");
|
|
5635
5787
|
var import_satoshi = require("./satoshi-4X3TX4PE.css");
|
|
5636
|
-
var
|
|
5788
|
+
var import_jsx_runtime39 = require("react/jsx-runtime");
|
|
5637
5789
|
var ThemeProvider = ({ children }) => {
|
|
5638
5790
|
const settings = useSettings();
|
|
5639
5791
|
const theme = createTheme(settings);
|
|
5640
|
-
return /* @__PURE__ */ (0,
|
|
5792
|
+
return /* @__PURE__ */ (0, import_jsx_runtime39.jsxs)(
|
|
5641
5793
|
import_styles31.ThemeProvider,
|
|
5642
5794
|
{
|
|
5643
5795
|
theme,
|
|
5644
5796
|
defaultMode: schemeConfig.defaultMode,
|
|
5645
5797
|
modeStorageKey: schemeConfig.modeStorageKey,
|
|
5646
5798
|
children: [
|
|
5647
|
-
/* @__PURE__ */ (0,
|
|
5799
|
+
/* @__PURE__ */ (0, import_jsx_runtime39.jsx)(import_CssBaseline.default, {}),
|
|
5648
5800
|
children
|
|
5649
5801
|
]
|
|
5650
5802
|
}
|
|
@@ -5654,7 +5806,7 @@ var ThemeProvider = ({ children }) => {
|
|
|
5654
5806
|
// src/components/Logo/index.tsx
|
|
5655
5807
|
var import_Link = __toESM(require("@mui/material/Link"), 1);
|
|
5656
5808
|
var import_Box2 = __toESM(require("@mui/material/Box"), 1);
|
|
5657
|
-
var
|
|
5809
|
+
var import_jsx_runtime40 = require("react/jsx-runtime");
|
|
5658
5810
|
var LOGO_MAP = {
|
|
5659
5811
|
full: {
|
|
5660
5812
|
black: "https://res.cloudinary.com/dvbtbsinu/image/upload/v1763077834/define-agency/logos/logo-black-full_mjngwu.png",
|
|
@@ -5682,7 +5834,7 @@ var Logo = ({
|
|
|
5682
5834
|
const type = isFull ? "full" : "single";
|
|
5683
5835
|
const color = isWhite ? "white" : isBlack ? "black" : "default";
|
|
5684
5836
|
const logoImg = src ?? LOGO_MAP[type][color];
|
|
5685
|
-
const logo = /* @__PURE__ */ (0,
|
|
5837
|
+
const logo = /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5686
5838
|
import_Box2.default,
|
|
5687
5839
|
{
|
|
5688
5840
|
component: "img",
|
|
@@ -5695,10 +5847,10 @@ var Logo = ({
|
|
|
5695
5847
|
if (disableLink) {
|
|
5696
5848
|
return logo;
|
|
5697
5849
|
}
|
|
5698
|
-
return /* @__PURE__ */ (0,
|
|
5850
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_Link.default, { component: LinkComponent, href, sx: { display: "contents" }, children: logo });
|
|
5699
5851
|
};
|
|
5700
5852
|
var AnimatedLogo = () => {
|
|
5701
|
-
return /* @__PURE__ */ (0,
|
|
5853
|
+
return /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
|
|
5702
5854
|
"svg",
|
|
5703
5855
|
{
|
|
5704
5856
|
width: "120",
|
|
@@ -5707,7 +5859,7 @@ var AnimatedLogo = () => {
|
|
|
5707
5859
|
fill: "none",
|
|
5708
5860
|
xmlns: "http://www.w3.org/2000/svg",
|
|
5709
5861
|
children: [
|
|
5710
|
-
/* @__PURE__ */ (0,
|
|
5862
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("style", { children: `
|
|
5711
5863
|
@keyframes fadeIn {
|
|
5712
5864
|
from {
|
|
5713
5865
|
opacity: 0;
|
|
@@ -5768,7 +5920,7 @@ var AnimatedLogo = () => {
|
|
|
5768
5920
|
transform-origin: center;
|
|
5769
5921
|
}
|
|
5770
5922
|
` }),
|
|
5771
|
-
/* @__PURE__ */ (0,
|
|
5923
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5772
5924
|
"rect",
|
|
5773
5925
|
{
|
|
5774
5926
|
className: "background-rect",
|
|
@@ -5779,7 +5931,7 @@ var AnimatedLogo = () => {
|
|
|
5779
5931
|
fill: "white"
|
|
5780
5932
|
}
|
|
5781
5933
|
),
|
|
5782
|
-
/* @__PURE__ */ (0,
|
|
5934
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5783
5935
|
"path",
|
|
5784
5936
|
{
|
|
5785
5937
|
className: "bars",
|
|
@@ -5787,7 +5939,7 @@ var AnimatedLogo = () => {
|
|
|
5787
5939
|
fill: "#5E30EB"
|
|
5788
5940
|
}
|
|
5789
5941
|
),
|
|
5790
|
-
/* @__PURE__ */ (0,
|
|
5942
|
+
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
5791
5943
|
"path",
|
|
5792
5944
|
{
|
|
5793
5945
|
className: "d-letter",
|
|
@@ -5807,7 +5959,7 @@ var import_x_data_grid2 = require("@mui/x-data-grid");
|
|
|
5807
5959
|
// src/components/Table/components/TableNoRows.tsx
|
|
5808
5960
|
var import_Box3 = __toESM(require("@mui/material/Box"), 1);
|
|
5809
5961
|
var import_styles32 = require("@mui/material/styles");
|
|
5810
|
-
var
|
|
5962
|
+
var import_jsx_runtime41 = require("react/jsx-runtime");
|
|
5811
5963
|
var StyledGridOverlay = (0, import_styles32.styled)("div")(({ theme }) => ({
|
|
5812
5964
|
display: "flex",
|
|
5813
5965
|
flexDirection: "column",
|
|
@@ -5817,7 +5969,7 @@ var StyledGridOverlay = (0, import_styles32.styled)("div")(({ theme }) => ({
|
|
|
5817
5969
|
height: "100%"
|
|
5818
5970
|
}));
|
|
5819
5971
|
var TableNoRows = ({ noRowsTitle = "No Rows" }) => {
|
|
5820
|
-
return /* @__PURE__ */ (0,
|
|
5972
|
+
return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(StyledGridOverlay, { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_Box3.default, { sx: { mt: 1 }, children: noRowsTitle }) });
|
|
5821
5973
|
};
|
|
5822
5974
|
var TableNoRows_default = TableNoRows;
|
|
5823
5975
|
|
|
@@ -5827,7 +5979,7 @@ var import_Typography2 = __toESM(require("@mui/material/Typography"), 1);
|
|
|
5827
5979
|
var import_Pagination = __toESM(require("@mui/material/Pagination"), 1);
|
|
5828
5980
|
var import_PaginationItem2 = __toESM(require("@mui/material/PaginationItem"), 1);
|
|
5829
5981
|
var import_x_data_grid = require("@mui/x-data-grid");
|
|
5830
|
-
var
|
|
5982
|
+
var import_jsx_runtime42 = require("react/jsx-runtime");
|
|
5831
5983
|
var TablePagination = () => {
|
|
5832
5984
|
const apiRef = (0, import_x_data_grid.useGridApiContext)();
|
|
5833
5985
|
const page = (0, import_x_data_grid.useGridSelector)(apiRef, import_x_data_grid.gridPageSelector);
|
|
@@ -5836,7 +5988,7 @@ var TablePagination = () => {
|
|
|
5836
5988
|
const rowCount = (0, import_x_data_grid.useGridSelector)(apiRef, import_x_data_grid.gridRowCountSelector);
|
|
5837
5989
|
const from = page * pageSize + 1;
|
|
5838
5990
|
const to = Math.min((page + 1) * pageSize, rowCount);
|
|
5839
|
-
return /* @__PURE__ */ (0,
|
|
5991
|
+
return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
5840
5992
|
import_Stack.default,
|
|
5841
5993
|
{
|
|
5842
5994
|
direction: "row",
|
|
@@ -5845,14 +5997,14 @@ var TablePagination = () => {
|
|
|
5845
5997
|
width: 1,
|
|
5846
5998
|
p: 1.5,
|
|
5847
5999
|
children: [
|
|
5848
|
-
/* @__PURE__ */ (0,
|
|
6000
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(
|
|
5849
6001
|
import_Stack.default,
|
|
5850
6002
|
{
|
|
5851
6003
|
direction: { xs: "column", md: "row" },
|
|
5852
6004
|
alignItems: { xs: "flex-start", md: "center" },
|
|
5853
6005
|
spacing: 2,
|
|
5854
6006
|
children: [
|
|
5855
|
-
/* @__PURE__ */ (0,
|
|
6007
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
|
|
5856
6008
|
import_Pagination.default,
|
|
5857
6009
|
{
|
|
5858
6010
|
size: "medium",
|
|
@@ -5864,17 +6016,17 @@ var TablePagination = () => {
|
|
|
5864
6016
|
showFirstButton: true,
|
|
5865
6017
|
showLastButton: true,
|
|
5866
6018
|
onChange: (_, value) => apiRef.current.setPage(value - 1),
|
|
5867
|
-
renderItem: (item) => /* @__PURE__ */ (0,
|
|
6019
|
+
renderItem: (item) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_PaginationItem2.default, { ...item })
|
|
5868
6020
|
}
|
|
5869
6021
|
),
|
|
5870
|
-
/* @__PURE__ */ (0,
|
|
6022
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_Stack.default, { direction: "row", alignItems: "center", spacing: 1, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_Typography2.default, { variant: "body2", color: "text.secondary", children: [
|
|
5871
6023
|
pageSize,
|
|
5872
6024
|
" Items per page"
|
|
5873
6025
|
] }) })
|
|
5874
6026
|
]
|
|
5875
6027
|
}
|
|
5876
6028
|
),
|
|
5877
|
-
/* @__PURE__ */ (0,
|
|
6029
|
+
/* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_Typography2.default, { variant: "body2", color: "text.secondary", children: [
|
|
5878
6030
|
`${from} \u2013 ${to} of ${rowCount !== -1 ? rowCount : `more than ${to}`} items`,
|
|
5879
6031
|
" "
|
|
5880
6032
|
] })
|
|
@@ -5884,10 +6036,10 @@ var TablePagination = () => {
|
|
|
5884
6036
|
};
|
|
5885
6037
|
|
|
5886
6038
|
// src/components/Table/Table.tsx
|
|
5887
|
-
var
|
|
6039
|
+
var import_jsx_runtime43 = require("react/jsx-runtime");
|
|
5888
6040
|
var Table = (props) => {
|
|
5889
6041
|
const { data, showToolbar = false, ...rest } = props;
|
|
5890
|
-
return /* @__PURE__ */ (0,
|
|
6042
|
+
return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_Box4.default, { children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
|
|
5891
6043
|
import_x_data_grid2.DataGrid,
|
|
5892
6044
|
{
|
|
5893
6045
|
rowHeight: 64,
|
|
@@ -5936,9 +6088,9 @@ var import_FormHelperText = __toESM(require("@mui/material/FormHelperText"), 1);
|
|
|
5936
6088
|
// src/components/Upload/components/Placeholder.tsx
|
|
5937
6089
|
var import_Stack2 = __toESM(require("@mui/material/Stack"), 1);
|
|
5938
6090
|
var import_Box5 = __toESM(require("@mui/material/Box"), 1);
|
|
5939
|
-
var
|
|
6091
|
+
var import_jsx_runtime44 = require("react/jsx-runtime");
|
|
5940
6092
|
var UploadPlaceholder = ({ hasError, ...rest }) => {
|
|
5941
|
-
return /* @__PURE__ */ (0,
|
|
6093
|
+
return /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
5942
6094
|
import_Box5.default,
|
|
5943
6095
|
{
|
|
5944
6096
|
sx: {
|
|
@@ -5949,7 +6101,7 @@ var UploadPlaceholder = ({ hasError, ...rest }) => {
|
|
|
5949
6101
|
},
|
|
5950
6102
|
...rest,
|
|
5951
6103
|
children: [
|
|
5952
|
-
/* @__PURE__ */ (0,
|
|
6104
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5953
6105
|
Icon,
|
|
5954
6106
|
{
|
|
5955
6107
|
icon: "CloudUpload",
|
|
@@ -5960,10 +6112,10 @@ var UploadPlaceholder = ({ hasError, ...rest }) => {
|
|
|
5960
6112
|
}
|
|
5961
6113
|
}
|
|
5962
6114
|
),
|
|
5963
|
-
/* @__PURE__ */ (0,
|
|
5964
|
-
/* @__PURE__ */ (0,
|
|
6115
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_Stack2.default, { spacing: 1, sx: { textAlign: "center", mt: 2 }, children: [
|
|
6116
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_Box5.default, { sx: { typography: "h8" }, children: [
|
|
5965
6117
|
"Drag files here or",
|
|
5966
|
-
/* @__PURE__ */ (0,
|
|
6118
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
|
|
5967
6119
|
import_Box5.default,
|
|
5968
6120
|
{
|
|
5969
6121
|
component: "span",
|
|
@@ -5976,7 +6128,7 @@ var UploadPlaceholder = ({ hasError, ...rest }) => {
|
|
|
5976
6128
|
}
|
|
5977
6129
|
)
|
|
5978
6130
|
] }),
|
|
5979
|
-
/* @__PURE__ */ (0,
|
|
6131
|
+
/* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(
|
|
5980
6132
|
import_Box5.default,
|
|
5981
6133
|
{
|
|
5982
6134
|
sx: {
|
|
@@ -6031,12 +6183,12 @@ var fileData = (file) => {
|
|
|
6031
6183
|
};
|
|
6032
6184
|
|
|
6033
6185
|
// src/components/Upload/components/RejectionFiles.tsx
|
|
6034
|
-
var
|
|
6186
|
+
var import_jsx_runtime45 = require("react/jsx-runtime");
|
|
6035
6187
|
var RejectionFiles = ({ files }) => {
|
|
6036
6188
|
if (!files.length) {
|
|
6037
6189
|
return null;
|
|
6038
6190
|
}
|
|
6039
|
-
return /* @__PURE__ */ (0,
|
|
6191
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
|
|
6040
6192
|
import_Paper2.default,
|
|
6041
6193
|
{
|
|
6042
6194
|
variant: "outlined",
|
|
@@ -6051,13 +6203,13 @@ var RejectionFiles = ({ files }) => {
|
|
|
6051
6203
|
},
|
|
6052
6204
|
children: files.map(({ file, errors }) => {
|
|
6053
6205
|
const { path, size } = fileData(file);
|
|
6054
|
-
return /* @__PURE__ */ (0,
|
|
6055
|
-
/* @__PURE__ */ (0,
|
|
6206
|
+
return /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_Box6.default, { sx: { my: 1 }, children: [
|
|
6207
|
+
/* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_Typography3.default, { variant: "subtitle2", noWrap: true, children: [
|
|
6056
6208
|
path,
|
|
6057
6209
|
" - ",
|
|
6058
6210
|
size ? fData(size) : ""
|
|
6059
6211
|
] }),
|
|
6060
|
-
errors.map((error2) => /* @__PURE__ */ (0,
|
|
6212
|
+
errors.map((error2) => /* @__PURE__ */ (0, import_jsx_runtime45.jsxs)(import_Box6.default, { component: "span", sx: { typography: "caption" }, children: [
|
|
6061
6213
|
"- ",
|
|
6062
6214
|
error2.message
|
|
6063
6215
|
] }, error2.code))
|
|
@@ -6070,9 +6222,9 @@ var RejectionFiles = ({ files }) => {
|
|
|
6070
6222
|
// src/components/Upload/components/UploadProgress.tsx
|
|
6071
6223
|
var import_Box7 = __toESM(require("@mui/material/Box"), 1);
|
|
6072
6224
|
var import_CircularProgress2 = __toESM(require("@mui/material/CircularProgress"), 1);
|
|
6073
|
-
var
|
|
6225
|
+
var import_jsx_runtime46 = require("react/jsx-runtime");
|
|
6074
6226
|
var UploadProgress = ({ progress: progress2 = 20 }) => {
|
|
6075
|
-
return /* @__PURE__ */ (0,
|
|
6227
|
+
return /* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(
|
|
6076
6228
|
import_Box7.default,
|
|
6077
6229
|
{
|
|
6078
6230
|
sx: {
|
|
@@ -6083,8 +6235,8 @@ var UploadProgress = ({ progress: progress2 = 20 }) => {
|
|
|
6083
6235
|
height: "100%"
|
|
6084
6236
|
},
|
|
6085
6237
|
children: [
|
|
6086
|
-
/* @__PURE__ */ (0,
|
|
6087
|
-
/* @__PURE__ */ (0,
|
|
6238
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsxs)(import_Box7.default, { sx: { position: "relative", display: "inline-flex" }, children: [
|
|
6239
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
6088
6240
|
import_CircularProgress2.default,
|
|
6089
6241
|
{
|
|
6090
6242
|
variant: "determinate",
|
|
@@ -6097,7 +6249,7 @@ var UploadProgress = ({ progress: progress2 = 20 }) => {
|
|
|
6097
6249
|
}
|
|
6098
6250
|
}
|
|
6099
6251
|
),
|
|
6100
|
-
/* @__PURE__ */ (0,
|
|
6252
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
6101
6253
|
import_CircularProgress2.default,
|
|
6102
6254
|
{
|
|
6103
6255
|
variant: "determinate",
|
|
@@ -6109,7 +6261,7 @@ var UploadProgress = ({ progress: progress2 = 20 }) => {
|
|
|
6109
6261
|
}
|
|
6110
6262
|
}
|
|
6111
6263
|
),
|
|
6112
|
-
/* @__PURE__ */ (0,
|
|
6264
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
|
|
6113
6265
|
import_Box7.default,
|
|
6114
6266
|
{
|
|
6115
6267
|
sx: {
|
|
@@ -6122,11 +6274,11 @@ var UploadProgress = ({ progress: progress2 = 20 }) => {
|
|
|
6122
6274
|
alignItems: "center",
|
|
6123
6275
|
justifyContent: "center"
|
|
6124
6276
|
},
|
|
6125
|
-
children: /* @__PURE__ */ (0,
|
|
6277
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_Box7.default, { sx: { typography: "h6", color: "common.black" }, children: `${Math.round(progress2)}` })
|
|
6126
6278
|
}
|
|
6127
6279
|
)
|
|
6128
6280
|
] }),
|
|
6129
|
-
/* @__PURE__ */ (0,
|
|
6281
|
+
/* @__PURE__ */ (0, import_jsx_runtime46.jsx)(import_Box7.default, { sx: { mt: 2, typography: "h6" }, children: "Uploading" })
|
|
6130
6282
|
]
|
|
6131
6283
|
}
|
|
6132
6284
|
);
|
|
@@ -6140,11 +6292,11 @@ var import_IconButton3 = __toESM(require("@mui/material/IconButton"), 1);
|
|
|
6140
6292
|
// src/components/Upload/components/SingleFilePreview.tsx
|
|
6141
6293
|
var import_Box8 = __toESM(require("@mui/material/Box"), 1);
|
|
6142
6294
|
var import_IconButton2 = __toESM(require("@mui/material/IconButton"), 1);
|
|
6143
|
-
var
|
|
6295
|
+
var import_jsx_runtime47 = require("react/jsx-runtime");
|
|
6144
6296
|
var SingleFilePreview = ({ file }) => {
|
|
6145
6297
|
const fileName = typeof file === "string" ? file : file.name;
|
|
6146
6298
|
const previewUrl = typeof file === "string" ? file : URL.createObjectURL(file);
|
|
6147
|
-
const renderImg = /* @__PURE__ */ (0,
|
|
6299
|
+
const renderImg = /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6148
6300
|
import_Box8.default,
|
|
6149
6301
|
{
|
|
6150
6302
|
component: "img",
|
|
@@ -6158,7 +6310,7 @@ var SingleFilePreview = ({ file }) => {
|
|
|
6158
6310
|
}
|
|
6159
6311
|
}
|
|
6160
6312
|
);
|
|
6161
|
-
return /* @__PURE__ */ (0,
|
|
6313
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6162
6314
|
import_Box8.default,
|
|
6163
6315
|
{
|
|
6164
6316
|
sx: {
|
|
@@ -6174,7 +6326,7 @@ var SingleFilePreview = ({ file }) => {
|
|
|
6174
6326
|
);
|
|
6175
6327
|
};
|
|
6176
6328
|
var DeleteButton = ({ sx, ...rest }) => {
|
|
6177
|
-
return /* @__PURE__ */ (0,
|
|
6329
|
+
return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
|
|
6178
6330
|
import_IconButton2.default,
|
|
6179
6331
|
{
|
|
6180
6332
|
size: "small",
|
|
@@ -6193,13 +6345,13 @@ var DeleteButton = ({ sx, ...rest }) => {
|
|
|
6193
6345
|
...sx
|
|
6194
6346
|
},
|
|
6195
6347
|
...rest,
|
|
6196
|
-
children: /* @__PURE__ */ (0,
|
|
6348
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Icon, { icon: "XMark", sx: { width: 18, height: 18 } })
|
|
6197
6349
|
}
|
|
6198
6350
|
);
|
|
6199
6351
|
};
|
|
6200
6352
|
|
|
6201
6353
|
// src/components/Upload/components/MultiFilePreview.tsx
|
|
6202
|
-
var
|
|
6354
|
+
var import_jsx_runtime48 = require("react/jsx-runtime");
|
|
6203
6355
|
var MultiFilePreview = ({ files, onRemove }) => {
|
|
6204
6356
|
const scrollRef = (0, import_react10.useRef)(null);
|
|
6205
6357
|
const handleScroll = (direction) => {
|
|
@@ -6213,8 +6365,8 @@ var MultiFilePreview = ({ files, onRemove }) => {
|
|
|
6213
6365
|
}
|
|
6214
6366
|
};
|
|
6215
6367
|
const showNavigation = files.length > 2;
|
|
6216
|
-
return /* @__PURE__ */ (0,
|
|
6217
|
-
showNavigation && /* @__PURE__ */ (0,
|
|
6368
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_Box9.default, { sx: { position: "relative", width: 1 }, children: [
|
|
6369
|
+
showNavigation && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
6218
6370
|
import_IconButton3.default,
|
|
6219
6371
|
{
|
|
6220
6372
|
size: "small",
|
|
@@ -6231,10 +6383,10 @@ var MultiFilePreview = ({ files, onRemove }) => {
|
|
|
6231
6383
|
bgcolor: (theme) => varAlpha(theme.vars.palette.common.whiteChannel, 1)
|
|
6232
6384
|
}
|
|
6233
6385
|
},
|
|
6234
|
-
children: /* @__PURE__ */ (0,
|
|
6386
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "NavArrowLeft", width: 20 })
|
|
6235
6387
|
}
|
|
6236
6388
|
),
|
|
6237
|
-
/* @__PURE__ */ (0,
|
|
6389
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
6238
6390
|
import_Box9.default,
|
|
6239
6391
|
{
|
|
6240
6392
|
ref: scrollRef,
|
|
@@ -6253,7 +6405,7 @@ var MultiFilePreview = ({ files, onRemove }) => {
|
|
|
6253
6405
|
children: files.map((file, index) => {
|
|
6254
6406
|
const fileName = typeof file === "string" ? file : file.name;
|
|
6255
6407
|
const previewUrl = typeof file === "string" ? file : URL.createObjectURL(file);
|
|
6256
|
-
return /* @__PURE__ */ (0,
|
|
6408
|
+
return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
|
|
6257
6409
|
import_Box9.default,
|
|
6258
6410
|
{
|
|
6259
6411
|
sx: {
|
|
@@ -6265,7 +6417,7 @@ var MultiFilePreview = ({ files, onRemove }) => {
|
|
|
6265
6417
|
flexShrink: 0
|
|
6266
6418
|
},
|
|
6267
6419
|
children: [
|
|
6268
|
-
/* @__PURE__ */ (0,
|
|
6420
|
+
/* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
6269
6421
|
import_Box9.default,
|
|
6270
6422
|
{
|
|
6271
6423
|
component: "img",
|
|
@@ -6279,7 +6431,7 @@ var MultiFilePreview = ({ files, onRemove }) => {
|
|
|
6279
6431
|
}
|
|
6280
6432
|
}
|
|
6281
6433
|
),
|
|
6282
|
-
onRemove && /* @__PURE__ */ (0,
|
|
6434
|
+
onRemove && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
6283
6435
|
DeleteButton,
|
|
6284
6436
|
{
|
|
6285
6437
|
onClick: (e) => {
|
|
@@ -6295,7 +6447,7 @@ var MultiFilePreview = ({ files, onRemove }) => {
|
|
|
6295
6447
|
})
|
|
6296
6448
|
}
|
|
6297
6449
|
),
|
|
6298
|
-
showNavigation && /* @__PURE__ */ (0,
|
|
6450
|
+
showNavigation && /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
|
|
6299
6451
|
import_IconButton3.default,
|
|
6300
6452
|
{
|
|
6301
6453
|
size: "small",
|
|
@@ -6312,14 +6464,14 @@ var MultiFilePreview = ({ files, onRemove }) => {
|
|
|
6312
6464
|
bgcolor: (theme) => varAlpha(theme.vars.palette.common.whiteChannel, 1)
|
|
6313
6465
|
}
|
|
6314
6466
|
},
|
|
6315
|
-
children: /* @__PURE__ */ (0,
|
|
6467
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Icon, { icon: "NavArrowRight", width: 20 })
|
|
6316
6468
|
}
|
|
6317
6469
|
)
|
|
6318
6470
|
] });
|
|
6319
6471
|
};
|
|
6320
6472
|
|
|
6321
6473
|
// src/components/Upload/Upload.tsx
|
|
6322
|
-
var
|
|
6474
|
+
var import_jsx_runtime49 = require("react/jsx-runtime");
|
|
6323
6475
|
var Upload = ({
|
|
6324
6476
|
sx,
|
|
6325
6477
|
value,
|
|
@@ -6346,19 +6498,19 @@ var Upload = ({
|
|
|
6346
6498
|
const hasError = isDragReject || !!error2;
|
|
6347
6499
|
const renderContent = () => {
|
|
6348
6500
|
if (isUploading) {
|
|
6349
|
-
return /* @__PURE__ */ (0,
|
|
6501
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(UploadProgress, { progress: uploadProgress });
|
|
6350
6502
|
}
|
|
6351
6503
|
if (hasFile) {
|
|
6352
|
-
return /* @__PURE__ */ (0,
|
|
6504
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(SingleFilePreview, { file: value });
|
|
6353
6505
|
}
|
|
6354
6506
|
if (hasFiles) {
|
|
6355
|
-
return /* @__PURE__ */ (0,
|
|
6507
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(MultiFilePreview, { files: value, onRemove });
|
|
6356
6508
|
}
|
|
6357
|
-
return /* @__PURE__ */ (0,
|
|
6509
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(UploadPlaceholder, { hasError });
|
|
6358
6510
|
};
|
|
6359
6511
|
const shouldShowDropzone = !hasFile && !hasFiles && !isUploading;
|
|
6360
|
-
return /* @__PURE__ */ (0,
|
|
6361
|
-
/* @__PURE__ */ (0,
|
|
6512
|
+
return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_Box10.default, { sx: { width: 1, position: "relative", ...sx }, children: [
|
|
6513
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
|
|
6362
6514
|
import_Box10.default,
|
|
6363
6515
|
{
|
|
6364
6516
|
...shouldShowDropzone ? getRootProps() : {},
|
|
@@ -6397,51 +6549,51 @@ var Upload = ({
|
|
|
6397
6549
|
}
|
|
6398
6550
|
},
|
|
6399
6551
|
children: [
|
|
6400
|
-
shouldShowDropzone && /* @__PURE__ */ (0,
|
|
6552
|
+
shouldShowDropzone && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)("input", { ...getInputProps() }),
|
|
6401
6553
|
renderContent()
|
|
6402
6554
|
]
|
|
6403
6555
|
}
|
|
6404
6556
|
),
|
|
6405
|
-
hasFile && !isUploading && /* @__PURE__ */ (0,
|
|
6406
|
-
hasFiles && /* @__PURE__ */ (0,
|
|
6407
|
-
onRemoveAll && /* @__PURE__ */ (0,
|
|
6557
|
+
hasFile && !isUploading && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(DeleteButton, { onClick: onDelete }),
|
|
6558
|
+
hasFiles && /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(import_Stack3.default, { direction: "row", spacing: 2, sx: { mt: 2 }, children: [
|
|
6559
|
+
onRemoveAll && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6408
6560
|
import_Button3.default,
|
|
6409
6561
|
{
|
|
6410
6562
|
variant: "outlined",
|
|
6411
6563
|
color: "inherit",
|
|
6412
6564
|
size: "small",
|
|
6413
6565
|
onClick: onRemoveAll,
|
|
6414
|
-
startIcon: /* @__PURE__ */ (0,
|
|
6566
|
+
startIcon: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: "Trash", sx: { width: 14, height: 14 } }),
|
|
6415
6567
|
children: "Remove all"
|
|
6416
6568
|
}
|
|
6417
6569
|
),
|
|
6418
|
-
onUpload && /* @__PURE__ */ (0,
|
|
6570
|
+
onUpload && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
|
|
6419
6571
|
import_Button3.default,
|
|
6420
6572
|
{
|
|
6421
6573
|
variant: "contained",
|
|
6422
6574
|
size: "small",
|
|
6423
6575
|
onClick: onUpload,
|
|
6424
|
-
startIcon: /* @__PURE__ */ (0,
|
|
6576
|
+
startIcon: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Icon, { icon: "CloudUpload", sx: { width: 14, height: 14 } }),
|
|
6425
6577
|
children: "Upload files"
|
|
6426
6578
|
}
|
|
6427
6579
|
)
|
|
6428
6580
|
] }),
|
|
6429
|
-
helperText && /* @__PURE__ */ (0,
|
|
6430
|
-
/* @__PURE__ */ (0,
|
|
6581
|
+
helperText && /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_FormHelperText.default, { error: !!error2, sx: { color: "text.body", fontWeight: 500, mt: 1 }, children: helperText }),
|
|
6582
|
+
/* @__PURE__ */ (0, import_jsx_runtime49.jsx)(RejectionFiles, { files: [...fileRejections] })
|
|
6431
6583
|
] });
|
|
6432
6584
|
};
|
|
6433
6585
|
|
|
6434
6586
|
// src/components/HookForm/Form.tsx
|
|
6435
6587
|
var import_react_hook_form = require("react-hook-form");
|
|
6436
6588
|
var import_Box11 = __toESM(require("@mui/material/Box"), 1);
|
|
6437
|
-
var
|
|
6589
|
+
var import_jsx_runtime50 = require("react/jsx-runtime");
|
|
6438
6590
|
var Form = ({
|
|
6439
6591
|
children,
|
|
6440
6592
|
onSubmit,
|
|
6441
6593
|
methods,
|
|
6442
6594
|
...rest
|
|
6443
6595
|
}) => {
|
|
6444
|
-
return /* @__PURE__ */ (0,
|
|
6596
|
+
return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_react_hook_form.FormProvider, { ...methods, children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
|
|
6445
6597
|
import_Box11.default,
|
|
6446
6598
|
{
|
|
6447
6599
|
component: "form",
|
|
@@ -6470,7 +6622,7 @@ var import_FormLabel = __toESM(require("@mui/material/FormLabel"), 1);
|
|
|
6470
6622
|
var import_FormControl = __toESM(require("@mui/material/FormControl"), 1);
|
|
6471
6623
|
var import_FormHelperText2 = __toESM(require("@mui/material/FormHelperText"), 1);
|
|
6472
6624
|
var import_FormControlLabel2 = __toESM(require("@mui/material/FormControlLabel"), 1);
|
|
6473
|
-
var
|
|
6625
|
+
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
6474
6626
|
var RHFSwitch = ({
|
|
6475
6627
|
name,
|
|
6476
6628
|
description,
|
|
@@ -6482,16 +6634,16 @@ var RHFSwitch = ({
|
|
|
6482
6634
|
}) => {
|
|
6483
6635
|
const { control } = (0, import_react_hook_form2.useFormContext)();
|
|
6484
6636
|
const baseAriaLabel = `Switch ${name}`;
|
|
6485
|
-
return /* @__PURE__ */ (0,
|
|
6637
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
6486
6638
|
import_react_hook_form2.Controller,
|
|
6487
6639
|
{
|
|
6488
6640
|
name,
|
|
6489
6641
|
control,
|
|
6490
|
-
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0,
|
|
6491
|
-
/* @__PURE__ */ (0,
|
|
6642
|
+
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_Box12.default, { sx: slotProps?.wrap, children: [
|
|
6643
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
6492
6644
|
import_FormControlLabel2.default,
|
|
6493
6645
|
{
|
|
6494
|
-
control: /* @__PURE__ */ (0,
|
|
6646
|
+
control: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
6495
6647
|
import_Switch2.default,
|
|
6496
6648
|
{
|
|
6497
6649
|
...field,
|
|
@@ -6506,9 +6658,9 @@ var RHFSwitch = ({
|
|
|
6506
6658
|
}
|
|
6507
6659
|
}
|
|
6508
6660
|
),
|
|
6509
|
-
label: /* @__PURE__ */ (0,
|
|
6510
|
-
/* @__PURE__ */ (0,
|
|
6511
|
-
description && /* @__PURE__ */ (0,
|
|
6661
|
+
label: /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(import_Stack4.default, { children: [
|
|
6662
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_Typography4.default, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: label }),
|
|
6663
|
+
description && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_Typography4.default, { variant: "body2", color: "textBody", children: description })
|
|
6512
6664
|
] }),
|
|
6513
6665
|
sx: {
|
|
6514
6666
|
alignItems: description ? "flex-start" : "center",
|
|
@@ -6517,7 +6669,7 @@ var RHFSwitch = ({
|
|
|
6517
6669
|
...other
|
|
6518
6670
|
}
|
|
6519
6671
|
),
|
|
6520
|
-
(!!error2 || helperText) && /* @__PURE__ */ (0,
|
|
6672
|
+
(!!error2 || helperText) && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
6521
6673
|
import_FormHelperText2.default,
|
|
6522
6674
|
{
|
|
6523
6675
|
error: !!error2,
|
|
@@ -6540,19 +6692,19 @@ var RHFMultiSwitch = ({
|
|
|
6540
6692
|
}) => {
|
|
6541
6693
|
const { control } = (0, import_react_hook_form2.useFormContext)();
|
|
6542
6694
|
const getSelected = (currentValues, optionValue) => currentValues.includes(optionValue) ? currentValues.filter((value) => value !== optionValue) : [...currentValues, optionValue];
|
|
6543
|
-
return /* @__PURE__ */ (0,
|
|
6695
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
6544
6696
|
import_react_hook_form2.Controller,
|
|
6545
6697
|
{
|
|
6546
6698
|
name,
|
|
6547
6699
|
control,
|
|
6548
|
-
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0,
|
|
6700
|
+
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
|
|
6549
6701
|
import_FormControl.default,
|
|
6550
6702
|
{
|
|
6551
6703
|
component: "fieldset",
|
|
6552
6704
|
sx: slotProps?.formControl?.sx,
|
|
6553
6705
|
...slotProps?.formControl,
|
|
6554
6706
|
children: [
|
|
6555
|
-
label && /* @__PURE__ */ (0,
|
|
6707
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
6556
6708
|
import_FormLabel.default,
|
|
6557
6709
|
{
|
|
6558
6710
|
component: "legend",
|
|
@@ -6561,12 +6713,12 @@ var RHFMultiSwitch = ({
|
|
|
6561
6713
|
children: label
|
|
6562
6714
|
}
|
|
6563
6715
|
),
|
|
6564
|
-
/* @__PURE__ */ (0,
|
|
6716
|
+
/* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_FormGroup.default, { ...other, children: options.map((option) => {
|
|
6565
6717
|
const itemAriaLabel = option.label || `Option ${option.value}`;
|
|
6566
|
-
return /* @__PURE__ */ (0,
|
|
6718
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
6567
6719
|
import_FormControlLabel2.default,
|
|
6568
6720
|
{
|
|
6569
|
-
control: /* @__PURE__ */ (0,
|
|
6721
|
+
control: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
6570
6722
|
import_Switch2.default,
|
|
6571
6723
|
{
|
|
6572
6724
|
checked: (field.value || []).includes(option.value),
|
|
@@ -6589,7 +6741,7 @@ var RHFMultiSwitch = ({
|
|
|
6589
6741
|
option.value
|
|
6590
6742
|
);
|
|
6591
6743
|
}) }),
|
|
6592
|
-
(!!error2 || helperText) && /* @__PURE__ */ (0,
|
|
6744
|
+
(!!error2 || helperText) && /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_FormHelperText2.default, { error: !!error2, sx: { mx: 0 }, ...slotProps?.formHelperText, children: error2 ? error2?.message : helperText })
|
|
6593
6745
|
]
|
|
6594
6746
|
}
|
|
6595
6747
|
)
|
|
@@ -6599,10 +6751,10 @@ var RHFMultiSwitch = ({
|
|
|
6599
6751
|
|
|
6600
6752
|
// src/components/HookForm/RHFUpload.tsx
|
|
6601
6753
|
var import_react_hook_form3 = require("react-hook-form");
|
|
6602
|
-
var
|
|
6754
|
+
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
6603
6755
|
var RHFUpload = ({ name, multiple, helperText, ...rest }) => {
|
|
6604
6756
|
const { control, setValue } = (0, import_react_hook_form3.useFormContext)();
|
|
6605
|
-
return /* @__PURE__ */ (0,
|
|
6757
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
6606
6758
|
import_react_hook_form3.Controller,
|
|
6607
6759
|
{
|
|
6608
6760
|
name,
|
|
@@ -6630,7 +6782,7 @@ var RHFUpload = ({ name, multiple, helperText, ...rest }) => {
|
|
|
6630
6782
|
const onRemoveAll = () => {
|
|
6631
6783
|
setValue(name, [], { shouldValidate: true });
|
|
6632
6784
|
};
|
|
6633
|
-
return /* @__PURE__ */ (0,
|
|
6785
|
+
return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
|
|
6634
6786
|
Upload,
|
|
6635
6787
|
{
|
|
6636
6788
|
multiple,
|
|
@@ -6655,16 +6807,16 @@ var import_react_hook_form4 = require("react-hook-form");
|
|
|
6655
6807
|
var import_IconButton4 = __toESM(require("@mui/material/IconButton"), 1);
|
|
6656
6808
|
var import_InputAdornment2 = __toESM(require("@mui/material/InputAdornment"), 1);
|
|
6657
6809
|
var import_TextField2 = __toESM(require("@mui/material/TextField"), 1);
|
|
6658
|
-
var
|
|
6810
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
6659
6811
|
var RHFTextField = ({ name, helperText, type, slotProps, ...rest }) => {
|
|
6660
6812
|
const { control } = (0, import_react_hook_form4.useFormContext)();
|
|
6661
6813
|
const passwordVisibility = useBoolean();
|
|
6662
|
-
return /* @__PURE__ */ (0,
|
|
6814
|
+
return /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
6663
6815
|
import_react_hook_form4.Controller,
|
|
6664
6816
|
{
|
|
6665
6817
|
name,
|
|
6666
6818
|
control,
|
|
6667
|
-
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0,
|
|
6819
|
+
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
6668
6820
|
import_TextField2.default,
|
|
6669
6821
|
{
|
|
6670
6822
|
...field,
|
|
@@ -6685,7 +6837,7 @@ var RHFTextField = ({ name, helperText, type, slotProps, ...rest }) => {
|
|
|
6685
6837
|
input: {
|
|
6686
6838
|
...slotProps?.input,
|
|
6687
6839
|
...type === "password" && {
|
|
6688
|
-
endAdornment: /* @__PURE__ */ (0,
|
|
6840
|
+
endAdornment: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_InputAdornment2.default, { position: "end", children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(import_IconButton4.default, { edge: "end", onClick: passwordVisibility.onToggle, children: /* @__PURE__ */ (0, import_jsx_runtime53.jsx)(
|
|
6689
6841
|
Icon,
|
|
6690
6842
|
{
|
|
6691
6843
|
icon: passwordVisibility.value ? "EyeClosed" : "Eye",
|
|
@@ -6712,7 +6864,7 @@ var import_FormLabel2 = __toESM(require("@mui/material/FormLabel"), 1);
|
|
|
6712
6864
|
var import_RadioGroup = __toESM(require("@mui/material/RadioGroup"), 1);
|
|
6713
6865
|
var import_FormControl2 = __toESM(require("@mui/material/FormControl"), 1);
|
|
6714
6866
|
var import_FormHelperText3 = __toESM(require("@mui/material/FormHelperText"), 1);
|
|
6715
|
-
var
|
|
6867
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
6716
6868
|
var RHFRadioGroup = ({
|
|
6717
6869
|
name,
|
|
6718
6870
|
label,
|
|
@@ -6724,13 +6876,13 @@ var RHFRadioGroup = ({
|
|
|
6724
6876
|
const { control } = (0, import_react_hook_form5.useFormContext)();
|
|
6725
6877
|
const labelledby = `${name}-radio-buttons-group-label`;
|
|
6726
6878
|
const ariaLabel = (val) => `Radio ${val}`;
|
|
6727
|
-
return /* @__PURE__ */ (0,
|
|
6879
|
+
return /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
6728
6880
|
import_react_hook_form5.Controller,
|
|
6729
6881
|
{
|
|
6730
6882
|
name,
|
|
6731
6883
|
control,
|
|
6732
|
-
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0,
|
|
6733
|
-
label && /* @__PURE__ */ (0,
|
|
6884
|
+
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_FormControl2.default, { component: "fieldset", sx: slotProps?.wrap, children: [
|
|
6885
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
6734
6886
|
import_FormLabel2.default,
|
|
6735
6887
|
{
|
|
6736
6888
|
id: labelledby,
|
|
@@ -6740,11 +6892,11 @@ var RHFRadioGroup = ({
|
|
|
6740
6892
|
children: label
|
|
6741
6893
|
}
|
|
6742
6894
|
),
|
|
6743
|
-
/* @__PURE__ */ (0,
|
|
6895
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_RadioGroup.default, { ...field, "aria-labelledby": labelledby, ...other, children: options.map((option) => /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
6744
6896
|
import_FormControlLabel3.default,
|
|
6745
6897
|
{
|
|
6746
6898
|
value: option.value,
|
|
6747
|
-
control: /* @__PURE__ */ (0,
|
|
6899
|
+
control: /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
|
|
6748
6900
|
import_Radio2.default,
|
|
6749
6901
|
{
|
|
6750
6902
|
...slotProps?.radio,
|
|
@@ -6756,9 +6908,9 @@ var RHFRadioGroup = ({
|
|
|
6756
6908
|
}
|
|
6757
6909
|
}
|
|
6758
6910
|
),
|
|
6759
|
-
label: /* @__PURE__ */ (0,
|
|
6760
|
-
/* @__PURE__ */ (0,
|
|
6761
|
-
option?.description && /* @__PURE__ */ (0,
|
|
6911
|
+
label: /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(import_Stack5.default, { children: [
|
|
6912
|
+
/* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_Typography5.default, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: option.label }),
|
|
6913
|
+
option?.description && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_Typography5.default, { variant: "body2", color: "textBody", children: option?.description })
|
|
6762
6914
|
] }),
|
|
6763
6915
|
sx: {
|
|
6764
6916
|
alignItems: option?.description ? "flex-start" : "center"
|
|
@@ -6766,7 +6918,7 @@ var RHFRadioGroup = ({
|
|
|
6766
6918
|
},
|
|
6767
6919
|
option.value
|
|
6768
6920
|
)) }),
|
|
6769
|
-
(!!error2 || helperText) && /* @__PURE__ */ (0,
|
|
6921
|
+
(!!error2 || helperText) && /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(import_FormHelperText3.default, { error: !!error2, sx: { mx: 0 }, ...slotProps?.formHelperText, children: error2 ? error2?.message : helperText })
|
|
6770
6922
|
] })
|
|
6771
6923
|
}
|
|
6772
6924
|
);
|
|
@@ -6776,7 +6928,7 @@ var RHFRadioGroup = ({
|
|
|
6776
6928
|
var import_react_hook_form6 = require("react-hook-form");
|
|
6777
6929
|
var import_TextField3 = __toESM(require("@mui/material/TextField"), 1);
|
|
6778
6930
|
var import_Autocomplete4 = __toESM(require("@mui/material/Autocomplete"), 1);
|
|
6779
|
-
var
|
|
6931
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
6780
6932
|
var RHFAutocomplete = ({
|
|
6781
6933
|
name,
|
|
6782
6934
|
label,
|
|
@@ -6787,12 +6939,12 @@ var RHFAutocomplete = ({
|
|
|
6787
6939
|
...other
|
|
6788
6940
|
}) => {
|
|
6789
6941
|
const { control, setValue } = (0, import_react_hook_form6.useFormContext)();
|
|
6790
|
-
return /* @__PURE__ */ (0,
|
|
6942
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
6791
6943
|
import_react_hook_form6.Controller,
|
|
6792
6944
|
{
|
|
6793
6945
|
name,
|
|
6794
6946
|
control,
|
|
6795
|
-
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0,
|
|
6947
|
+
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
6796
6948
|
import_Autocomplete4.default,
|
|
6797
6949
|
{
|
|
6798
6950
|
...field,
|
|
@@ -6801,7 +6953,7 @@ var RHFAutocomplete = ({
|
|
|
6801
6953
|
setValue(name, newValue, { shouldValidate: true });
|
|
6802
6954
|
handleChange?.(newValue);
|
|
6803
6955
|
},
|
|
6804
|
-
renderInput: (params) => /* @__PURE__ */ (0,
|
|
6956
|
+
renderInput: (params) => /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
6805
6957
|
import_TextField3.default,
|
|
6806
6958
|
{
|
|
6807
6959
|
label,
|
|
@@ -6830,7 +6982,7 @@ var import_FormLabel3 = __toESM(require("@mui/material/FormLabel"), 1);
|
|
|
6830
6982
|
var import_FormControl3 = __toESM(require("@mui/material/FormControl"), 1);
|
|
6831
6983
|
var import_FormHelperText4 = __toESM(require("@mui/material/FormHelperText"), 1);
|
|
6832
6984
|
var import_FormControlLabel4 = __toESM(require("@mui/material/FormControlLabel"), 1);
|
|
6833
|
-
var
|
|
6985
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
6834
6986
|
var RHFCheckbox = ({
|
|
6835
6987
|
name,
|
|
6836
6988
|
description,
|
|
@@ -6842,16 +6994,16 @@ var RHFCheckbox = ({
|
|
|
6842
6994
|
}) => {
|
|
6843
6995
|
const { control } = (0, import_react_hook_form7.useFormContext)();
|
|
6844
6996
|
const baseAriaLabel = `Checkbox for ${name}`;
|
|
6845
|
-
return /* @__PURE__ */ (0,
|
|
6997
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
6846
6998
|
import_react_hook_form7.Controller,
|
|
6847
6999
|
{
|
|
6848
7000
|
name,
|
|
6849
7001
|
control,
|
|
6850
|
-
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0,
|
|
6851
|
-
/* @__PURE__ */ (0,
|
|
7002
|
+
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_Box13.default, { sx: slotProps?.wrap, children: [
|
|
7003
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
6852
7004
|
import_FormControlLabel4.default,
|
|
6853
7005
|
{
|
|
6854
|
-
control: /* @__PURE__ */ (0,
|
|
7006
|
+
control: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
6855
7007
|
import_Checkbox3.default,
|
|
6856
7008
|
{
|
|
6857
7009
|
...field,
|
|
@@ -6866,9 +7018,9 @@ var RHFCheckbox = ({
|
|
|
6866
7018
|
}
|
|
6867
7019
|
}
|
|
6868
7020
|
),
|
|
6869
|
-
label: /* @__PURE__ */ (0,
|
|
6870
|
-
/* @__PURE__ */ (0,
|
|
6871
|
-
description && /* @__PURE__ */ (0,
|
|
7021
|
+
label: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_Stack6.default, { children: [
|
|
7022
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_Typography6.default, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: label }),
|
|
7023
|
+
description && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_Typography6.default, { variant: "body2", color: "textBody", children: description })
|
|
6872
7024
|
] }),
|
|
6873
7025
|
sx: {
|
|
6874
7026
|
alignItems: description ? "flex-start" : "center",
|
|
@@ -6877,7 +7029,7 @@ var RHFCheckbox = ({
|
|
|
6877
7029
|
...other
|
|
6878
7030
|
}
|
|
6879
7031
|
),
|
|
6880
|
-
(!!error2 || helperText) && /* @__PURE__ */ (0,
|
|
7032
|
+
(!!error2 || helperText) && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_FormHelperText4.default, { error: !!error2, ...slotProps?.formHelperText, children: error2 ? error2?.message : helperText })
|
|
6881
7033
|
] })
|
|
6882
7034
|
}
|
|
6883
7035
|
);
|
|
@@ -6893,13 +7045,13 @@ var RHFMultiCheckbox = ({
|
|
|
6893
7045
|
}) => {
|
|
6894
7046
|
const { control } = (0, import_react_hook_form7.useFormContext)();
|
|
6895
7047
|
const getSelected = (currentValues, optionValue) => currentValues.includes(optionValue) ? currentValues.filter((value) => value !== optionValue) : [...currentValues, optionValue];
|
|
6896
|
-
return /* @__PURE__ */ (0,
|
|
7048
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
6897
7049
|
import_react_hook_form7.Controller,
|
|
6898
7050
|
{
|
|
6899
7051
|
name,
|
|
6900
7052
|
control,
|
|
6901
7053
|
defaultValue: [],
|
|
6902
|
-
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0,
|
|
7054
|
+
render: ({ field, fieldState: { error: error2 } }) => /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(
|
|
6903
7055
|
import_FormControl3.default,
|
|
6904
7056
|
{
|
|
6905
7057
|
component: "fieldset",
|
|
@@ -6907,7 +7059,7 @@ var RHFMultiCheckbox = ({
|
|
|
6907
7059
|
sx: slotProps?.formControl?.sx,
|
|
6908
7060
|
...slotProps?.formControl,
|
|
6909
7061
|
children: [
|
|
6910
|
-
label && /* @__PURE__ */ (0,
|
|
7062
|
+
label && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
6911
7063
|
import_FormLabel3.default,
|
|
6912
7064
|
{
|
|
6913
7065
|
component: "legend",
|
|
@@ -6916,12 +7068,12 @@ var RHFMultiCheckbox = ({
|
|
|
6916
7068
|
children: label
|
|
6917
7069
|
}
|
|
6918
7070
|
),
|
|
6919
|
-
/* @__PURE__ */ (0,
|
|
7071
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_FormGroup2.default, { row, ...other, children: options.map((option) => {
|
|
6920
7072
|
const itemAriaLabel = option.label || `Option ${option.value}`;
|
|
6921
|
-
return /* @__PURE__ */ (0,
|
|
7073
|
+
return /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
6922
7074
|
import_FormControlLabel4.default,
|
|
6923
7075
|
{
|
|
6924
|
-
control: /* @__PURE__ */ (0,
|
|
7076
|
+
control: /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
6925
7077
|
import_Checkbox3.default,
|
|
6926
7078
|
{
|
|
6927
7079
|
checked: (field.value || []).includes(option.value),
|
|
@@ -6939,9 +7091,9 @@ var RHFMultiCheckbox = ({
|
|
|
6939
7091
|
}
|
|
6940
7092
|
}
|
|
6941
7093
|
),
|
|
6942
|
-
label: /* @__PURE__ */ (0,
|
|
6943
|
-
/* @__PURE__ */ (0,
|
|
6944
|
-
option?.description && /* @__PURE__ */ (0,
|
|
7094
|
+
label: /* @__PURE__ */ (0, import_jsx_runtime56.jsxs)(import_Stack6.default, { children: [
|
|
7095
|
+
/* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_Typography6.default, { variant: "bodyMd", color: "textHeader", fontWeight: 500, children: option.label }),
|
|
7096
|
+
option?.description && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(import_Typography6.default, { variant: "body2", color: "textBody", children: option?.description })
|
|
6945
7097
|
] }),
|
|
6946
7098
|
sx: {
|
|
6947
7099
|
alignItems: option?.description ? "flex-start" : "center"
|
|
@@ -6950,7 +7102,7 @@ var RHFMultiCheckbox = ({
|
|
|
6950
7102
|
option.value
|
|
6951
7103
|
);
|
|
6952
7104
|
}) }),
|
|
6953
|
-
(!!error2 || helperText) && /* @__PURE__ */ (0,
|
|
7105
|
+
(!!error2 || helperText) && /* @__PURE__ */ (0, import_jsx_runtime56.jsx)(
|
|
6954
7106
|
import_FormHelperText4.default,
|
|
6955
7107
|
{
|
|
6956
7108
|
sx: { mx: 0, ...slotProps?.formHelperText?.sx },
|
|
@@ -6979,17 +7131,17 @@ var Field = {
|
|
|
6979
7131
|
// src/components/CopyButton/index.tsx
|
|
6980
7132
|
var import_Tooltip2 = __toESM(require("@mui/material/Tooltip"), 1);
|
|
6981
7133
|
var import_IconButton5 = __toESM(require("@mui/material/IconButton"), 1);
|
|
6982
|
-
var
|
|
7134
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
6983
7135
|
var CopyButton = ({ text: text2, size = "small" }) => {
|
|
6984
7136
|
const { copy, isCopied } = useCopyToClipboard();
|
|
6985
|
-
return /* @__PURE__ */ (0,
|
|
7137
|
+
return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(import_Tooltip2.default, { title: isCopied ? "Copied" : "Copy", children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
|
|
6986
7138
|
import_IconButton5.default,
|
|
6987
7139
|
{
|
|
6988
7140
|
size,
|
|
6989
7141
|
onClick: () => copy(text2),
|
|
6990
7142
|
"aria-label": "copy token",
|
|
6991
7143
|
sx: { color: "icon.black" },
|
|
6992
|
-
children: /* @__PURE__ */ (0,
|
|
7144
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Icon, { icon: isCopied ? "ClipboardCheck" : "Copy", sx: { width: 20, height: 20 } })
|
|
6993
7145
|
}
|
|
6994
7146
|
) });
|
|
6995
7147
|
};
|
|
@@ -6998,9 +7150,9 @@ var CopyButton = ({ text: text2, size = "small" }) => {
|
|
|
6998
7150
|
var import_Portal = __toESM(require("@mui/material/Portal"), 1);
|
|
6999
7151
|
var import_Box14 = __toESM(require("@mui/material/Box"), 1);
|
|
7000
7152
|
var import_LinearProgress = __toESM(require("@mui/material/LinearProgress"), 1);
|
|
7001
|
-
var
|
|
7153
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
7002
7154
|
var LoadingScreen = ({ portal, sx, ...rest }) => {
|
|
7003
|
-
const content = /* @__PURE__ */ (0,
|
|
7155
|
+
const content = /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
7004
7156
|
import_Box14.default,
|
|
7005
7157
|
{
|
|
7006
7158
|
sx: {
|
|
@@ -7014,16 +7166,16 @@ var LoadingScreen = ({ portal, sx, ...rest }) => {
|
|
|
7014
7166
|
...sx
|
|
7015
7167
|
},
|
|
7016
7168
|
...rest,
|
|
7017
|
-
children: /* @__PURE__ */ (0,
|
|
7169
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_LinearProgress.default, { color: "primary", sx: { width: 1, maxWidth: 360 } })
|
|
7018
7170
|
}
|
|
7019
7171
|
);
|
|
7020
7172
|
if (portal) {
|
|
7021
|
-
return /* @__PURE__ */ (0,
|
|
7173
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_Portal.default, { children: content });
|
|
7022
7174
|
}
|
|
7023
7175
|
return content;
|
|
7024
7176
|
};
|
|
7025
7177
|
var SplashScreen = ({ portal, sx, ...rest }) => {
|
|
7026
|
-
const content = /* @__PURE__ */ (0,
|
|
7178
|
+
const content = /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
7027
7179
|
import_Box14.default,
|
|
7028
7180
|
{
|
|
7029
7181
|
sx: {
|
|
@@ -7040,17 +7192,18 @@ var SplashScreen = ({ portal, sx, ...rest }) => {
|
|
|
7040
7192
|
...sx
|
|
7041
7193
|
},
|
|
7042
7194
|
...rest,
|
|
7043
|
-
children: /* @__PURE__ */ (0,
|
|
7195
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(AnimatedLogo, {})
|
|
7044
7196
|
}
|
|
7045
7197
|
);
|
|
7046
7198
|
if (portal) {
|
|
7047
|
-
return /* @__PURE__ */ (0,
|
|
7199
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(import_Portal.default, { children: content });
|
|
7048
7200
|
}
|
|
7049
7201
|
return content;
|
|
7050
7202
|
};
|
|
7051
7203
|
// Annotate the CommonJS export names for ESM import in node:
|
|
7052
7204
|
0 && (module.exports = {
|
|
7053
7205
|
AnimatedLogo,
|
|
7206
|
+
BellNotification,
|
|
7054
7207
|
CheckboxDefault,
|
|
7055
7208
|
CheckboxIndeterminate,
|
|
7056
7209
|
CheckboxSelect,
|
|
@@ -7065,6 +7218,7 @@ var SplashScreen = ({ portal, sx, ...rest }) => {
|
|
|
7065
7218
|
Icon,
|
|
7066
7219
|
InfoCircleFill,
|
|
7067
7220
|
InfoCircleOutline,
|
|
7221
|
+
KeyCommand,
|
|
7068
7222
|
Loader,
|
|
7069
7223
|
LoadingScreen,
|
|
7070
7224
|
LocalStorageAvailable,
|
|
@@ -7086,6 +7240,7 @@ var SplashScreen = ({ portal, sx, ...rest }) => {
|
|
|
7086
7240
|
RadioSelect,
|
|
7087
7241
|
STORAGE_KEY,
|
|
7088
7242
|
Search,
|
|
7243
|
+
Settings,
|
|
7089
7244
|
SettingsConsumer,
|
|
7090
7245
|
SettingsContext,
|
|
7091
7246
|
SettingsProvider,
|