local-operator-ui 0.7.4 → 0.8.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/out/main/index.jsc +0 -0
- package/out/preload/index.jsc +0 -0
- package/out/renderer/assets/clear-icon-with-text-Cu96UxOE.png +0 -0
- package/out/renderer/assets/{fonts-BAmz1ETd.js → fonts-DnoCbbVd.js} +127 -414
- package/out/renderer/assets/icon-tV2fhamD.png +0 -0
- package/out/renderer/assets/{index-CXyUnv28.js → index-Cu1qwMQ_.js} +1854 -282
- package/out/renderer/assets/{index-BpktHwp9.js → index-cc_xe9_G.js} +2 -2
- package/out/renderer/assets/{index-D4xePR3Q.js → index-qogN06h3.js} +2 -2
- package/out/renderer/assets/{installer-Bqr5u24x.js → installer-CdeVfdGR.js} +225 -88
- package/out/renderer/index.html +2 -2
- package/out/renderer/installer.html +2 -2
- package/package.json +1 -1
- package/out/renderer/assets/clear-icon-with-text-uwwUBaIu.png +0 -0
- package/out/renderer/assets/icon-ngVHF_bZ.png +0 -0
package/out/main/index.jsc
CHANGED
|
Binary file
|
package/out/preload/index.jsc
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -13459,7 +13459,7 @@ function getPaperUtilityClass(slot) {
|
|
|
13459
13459
|
return generateUtilityClass("MuiPaper", slot);
|
|
13460
13460
|
}
|
|
13461
13461
|
generateUtilityClasses("MuiPaper", ["root", "rounded", "outlined", "elevation", "elevation0", "elevation1", "elevation2", "elevation3", "elevation4", "elevation5", "elevation6", "elevation7", "elevation8", "elevation9", "elevation10", "elevation11", "elevation12", "elevation13", "elevation14", "elevation15", "elevation16", "elevation17", "elevation18", "elevation19", "elevation20", "elevation21", "elevation22", "elevation23", "elevation24"]);
|
|
13462
|
-
const useUtilityClasses$
|
|
13462
|
+
const useUtilityClasses$4 = (ownerState) => {
|
|
13463
13463
|
const {
|
|
13464
13464
|
square,
|
|
13465
13465
|
elevation,
|
|
@@ -13531,7 +13531,7 @@ const Paper = /* @__PURE__ */ reactExports.forwardRef(function Paper2(inProps, r
|
|
|
13531
13531
|
square,
|
|
13532
13532
|
variant
|
|
13533
13533
|
};
|
|
13534
|
-
const classes = useUtilityClasses$
|
|
13534
|
+
const classes = useUtilityClasses$4(ownerState);
|
|
13535
13535
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(PaperRoot, {
|
|
13536
13536
|
as: component,
|
|
13537
13537
|
ownerState,
|
|
@@ -13933,7 +13933,7 @@ function getButtonBaseUtilityClass(slot) {
|
|
|
13933
13933
|
return generateUtilityClass("MuiButtonBase", slot);
|
|
13934
13934
|
}
|
|
13935
13935
|
const buttonBaseClasses = generateUtilityClasses("MuiButtonBase", ["root", "disabled", "focusVisible"]);
|
|
13936
|
-
const useUtilityClasses$
|
|
13936
|
+
const useUtilityClasses$3 = (ownerState) => {
|
|
13937
13937
|
const {
|
|
13938
13938
|
disabled: disabled2,
|
|
13939
13939
|
focusVisible,
|
|
@@ -14150,7 +14150,7 @@ const ButtonBase = /* @__PURE__ */ reactExports.forwardRef(function ButtonBase2(
|
|
|
14150
14150
|
tabIndex,
|
|
14151
14151
|
focusVisible
|
|
14152
14152
|
};
|
|
14153
|
-
const classes = useUtilityClasses$
|
|
14153
|
+
const classes = useUtilityClasses$3(ownerState);
|
|
14154
14154
|
return /* @__PURE__ */ jsxRuntimeExports.jsxs(ButtonBaseRoot, {
|
|
14155
14155
|
as: ComponentProp,
|
|
14156
14156
|
className: clsx(classes.root, className),
|
|
@@ -14244,7 +14244,7 @@ const rotateAnimation = typeof circularRotateKeyframe !== "string" ? css$1`
|
|
|
14244
14244
|
const dashAnimation = typeof circularDashKeyframe !== "string" ? css$1`
|
|
14245
14245
|
animation: ${circularDashKeyframe} 1.4s ease-in-out infinite;
|
|
14246
14246
|
` : null;
|
|
14247
|
-
const useUtilityClasses$
|
|
14247
|
+
const useUtilityClasses$2 = (ownerState) => {
|
|
14248
14248
|
const {
|
|
14249
14249
|
classes,
|
|
14250
14250
|
variant,
|
|
@@ -14367,7 +14367,7 @@ const CircularProgress = /* @__PURE__ */ reactExports.forwardRef(function Circul
|
|
|
14367
14367
|
value,
|
|
14368
14368
|
variant
|
|
14369
14369
|
};
|
|
14370
|
-
const classes = useUtilityClasses$
|
|
14370
|
+
const classes = useUtilityClasses$2(ownerState);
|
|
14371
14371
|
const circleStyle = {};
|
|
14372
14372
|
const rootStyle = {};
|
|
14373
14373
|
const rootProps = {};
|
|
@@ -14424,7 +14424,7 @@ const v6Colors = {
|
|
|
14424
14424
|
textDisabled: true
|
|
14425
14425
|
};
|
|
14426
14426
|
const extendSxProp = internal_createExtendSxProp();
|
|
14427
|
-
const useUtilityClasses$
|
|
14427
|
+
const useUtilityClasses$1 = (ownerState) => {
|
|
14428
14428
|
const {
|
|
14429
14429
|
align,
|
|
14430
14430
|
gutterBottom,
|
|
@@ -14564,7 +14564,7 @@ const Typography = /* @__PURE__ */ reactExports.forwardRef(function Typography2(
|
|
|
14564
14564
|
variantMapping
|
|
14565
14565
|
};
|
|
14566
14566
|
const Component = component || (paragraph ? "p" : variantMapping[variant] || defaultVariantMapping[variant]) || "span";
|
|
14567
|
-
const classes = useUtilityClasses$
|
|
14567
|
+
const classes = useUtilityClasses$1(ownerState);
|
|
14568
14568
|
return /* @__PURE__ */ jsxRuntimeExports.jsx(TypographyRoot, {
|
|
14569
14569
|
as: Component,
|
|
14570
14570
|
ref,
|
|
@@ -14593,7 +14593,7 @@ function getButtonUtilityClass(slot) {
|
|
|
14593
14593
|
const buttonClasses = generateUtilityClasses("MuiButton", ["root", "text", "textInherit", "textPrimary", "textSecondary", "textSuccess", "textError", "textInfo", "textWarning", "outlined", "outlinedInherit", "outlinedPrimary", "outlinedSecondary", "outlinedSuccess", "outlinedError", "outlinedInfo", "outlinedWarning", "contained", "containedInherit", "containedPrimary", "containedSecondary", "containedSuccess", "containedError", "containedInfo", "containedWarning", "disableElevation", "focusVisible", "disabled", "colorInherit", "colorPrimary", "colorSecondary", "colorSuccess", "colorError", "colorInfo", "colorWarning", "textSizeSmall", "textSizeMedium", "textSizeLarge", "outlinedSizeSmall", "outlinedSizeMedium", "outlinedSizeLarge", "containedSizeSmall", "containedSizeMedium", "containedSizeLarge", "sizeMedium", "sizeSmall", "sizeLarge", "fullWidth", "startIcon", "endIcon", "icon", "iconSizeSmall", "iconSizeMedium", "iconSizeLarge", "loading", "loadingWrapper", "loadingIconPlaceholder", "loadingIndicator", "loadingPositionCenter", "loadingPositionStart", "loadingPositionEnd"]);
|
|
14594
14594
|
const ButtonGroupContext = /* @__PURE__ */ reactExports.createContext({});
|
|
14595
14595
|
const ButtonGroupButtonContext = /* @__PURE__ */ reactExports.createContext(void 0);
|
|
14596
|
-
const useUtilityClasses
|
|
14596
|
+
const useUtilityClasses = (ownerState) => {
|
|
14597
14597
|
const {
|
|
14598
14598
|
color: color2,
|
|
14599
14599
|
disableElevation,
|
|
@@ -15095,7 +15095,7 @@ const Button = /* @__PURE__ */ reactExports.forwardRef(function Button2(inProps,
|
|
|
15095
15095
|
type,
|
|
15096
15096
|
variant
|
|
15097
15097
|
};
|
|
15098
|
-
const classes = useUtilityClasses
|
|
15098
|
+
const classes = useUtilityClasses(ownerState);
|
|
15099
15099
|
const startIcon = (startIconProp || loading && loadingPosition === "start") && /* @__PURE__ */ jsxRuntimeExports.jsx(ButtonStartIcon, {
|
|
15100
15100
|
className: classes.startIcon,
|
|
15101
15101
|
ownerState,
|
|
@@ -15142,392 +15142,105 @@ const Button = /* @__PURE__ */ reactExports.forwardRef(function Button2(inProps,
|
|
|
15142
15142
|
children: [startIcon, loadingPosition !== "end" && loader, children, loadingPosition === "end" && loader, endIcon]
|
|
15143
15143
|
});
|
|
15144
15144
|
});
|
|
15145
|
-
|
|
15146
|
-
|
|
15147
|
-
|
|
15148
|
-
|
|
15149
|
-
|
|
15150
|
-
|
|
15151
|
-
|
|
15152
|
-
|
|
15153
|
-
|
|
15154
|
-
|
|
15155
|
-
|
|
15156
|
-
|
|
15157
|
-
|
|
15158
|
-
|
|
15159
|
-
|
|
15160
|
-
|
|
15161
|
-
|
|
15162
|
-
|
|
15163
|
-
|
|
15164
|
-
|
|
15165
|
-
|
|
15166
|
-
|
|
15167
|
-
|
|
15168
|
-
` : null;
|
|
15169
|
-
const indeterminate2Keyframe = keyframes`
|
|
15170
|
-
0% {
|
|
15171
|
-
left: -200%;
|
|
15172
|
-
right: 100%;
|
|
15173
|
-
}
|
|
15174
|
-
|
|
15175
|
-
60% {
|
|
15176
|
-
left: 107%;
|
|
15177
|
-
right: -8%;
|
|
15178
|
-
}
|
|
15179
|
-
|
|
15180
|
-
100% {
|
|
15181
|
-
left: 107%;
|
|
15182
|
-
right: -8%;
|
|
15183
|
-
}
|
|
15184
|
-
`;
|
|
15185
|
-
const indeterminate2Animation = typeof indeterminate2Keyframe !== "string" ? css$1`
|
|
15186
|
-
animation: ${indeterminate2Keyframe} 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) 1.15s infinite;
|
|
15187
|
-
` : null;
|
|
15188
|
-
const bufferKeyframe = keyframes`
|
|
15189
|
-
0% {
|
|
15190
|
-
opacity: 1;
|
|
15191
|
-
background-position: 0 -23px;
|
|
15192
|
-
}
|
|
15193
|
-
|
|
15194
|
-
60% {
|
|
15195
|
-
opacity: 0;
|
|
15196
|
-
background-position: 0 -23px;
|
|
15197
|
-
}
|
|
15198
|
-
|
|
15199
|
-
100% {
|
|
15200
|
-
opacity: 1;
|
|
15201
|
-
background-position: -200px -23px;
|
|
15145
|
+
/**
|
|
15146
|
+
* @license lucide-react v0.507.0 - ISC
|
|
15147
|
+
*
|
|
15148
|
+
* This source code is licensed under the ISC license.
|
|
15149
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
15150
|
+
*/
|
|
15151
|
+
const toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
15152
|
+
const toCamelCase = (string) => string.replace(
|
|
15153
|
+
/^([A-Z])|[\s-_]+(\w)/g,
|
|
15154
|
+
(match2, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()
|
|
15155
|
+
);
|
|
15156
|
+
const toPascalCase = (string) => {
|
|
15157
|
+
const camelCase = toCamelCase(string);
|
|
15158
|
+
return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);
|
|
15159
|
+
};
|
|
15160
|
+
const mergeClasses = (...classes) => classes.filter((className, index, array) => {
|
|
15161
|
+
return Boolean(className) && className.trim() !== "" && array.indexOf(className) === index;
|
|
15162
|
+
}).join(" ").trim();
|
|
15163
|
+
const hasA11yProp = (props) => {
|
|
15164
|
+
for (const prop in props) {
|
|
15165
|
+
if (prop.startsWith("aria-") || prop === "role" || prop === "title") {
|
|
15166
|
+
return true;
|
|
15167
|
+
}
|
|
15202
15168
|
}
|
|
15203
|
-
`;
|
|
15204
|
-
const bufferAnimation = typeof bufferKeyframe !== "string" ? css$1`
|
|
15205
|
-
animation: ${bufferKeyframe} 3s infinite linear;
|
|
15206
|
-
` : null;
|
|
15207
|
-
const useUtilityClasses = (ownerState) => {
|
|
15208
|
-
const {
|
|
15209
|
-
classes,
|
|
15210
|
-
variant,
|
|
15211
|
-
color: color2
|
|
15212
|
-
} = ownerState;
|
|
15213
|
-
const slots = {
|
|
15214
|
-
root: ["root", `color${capitalize$1(color2)}`, variant],
|
|
15215
|
-
dashed: ["dashed", `dashedColor${capitalize$1(color2)}`],
|
|
15216
|
-
bar1: ["bar", "bar1", `barColor${capitalize$1(color2)}`, (variant === "indeterminate" || variant === "query") && "bar1Indeterminate", variant === "determinate" && "bar1Determinate", variant === "buffer" && "bar1Buffer"],
|
|
15217
|
-
bar2: ["bar", "bar2", variant !== "buffer" && `barColor${capitalize$1(color2)}`, variant === "buffer" && `color${capitalize$1(color2)}`, (variant === "indeterminate" || variant === "query") && "bar2Indeterminate", variant === "buffer" && "bar2Buffer"]
|
|
15218
|
-
};
|
|
15219
|
-
return composeClasses(slots, getLinearProgressUtilityClass, classes);
|
|
15220
15169
|
};
|
|
15221
|
-
|
|
15222
|
-
|
|
15223
|
-
|
|
15224
|
-
|
|
15225
|
-
|
|
15170
|
+
/**
|
|
15171
|
+
* @license lucide-react v0.507.0 - ISC
|
|
15172
|
+
*
|
|
15173
|
+
* This source code is licensed under the ISC license.
|
|
15174
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
15175
|
+
*/
|
|
15176
|
+
var defaultAttributes = {
|
|
15177
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
15178
|
+
width: 24,
|
|
15179
|
+
height: 24,
|
|
15180
|
+
viewBox: "0 0 24 24",
|
|
15181
|
+
fill: "none",
|
|
15182
|
+
stroke: "currentColor",
|
|
15183
|
+
strokeWidth: 2,
|
|
15184
|
+
strokeLinecap: "round",
|
|
15185
|
+
strokeLinejoin: "round"
|
|
15226
15186
|
};
|
|
15227
|
-
|
|
15228
|
-
|
|
15229
|
-
|
|
15230
|
-
|
|
15231
|
-
|
|
15232
|
-
|
|
15233
|
-
|
|
15234
|
-
|
|
15235
|
-
|
|
15236
|
-
|
|
15237
|
-
|
|
15238
|
-
|
|
15239
|
-
|
|
15240
|
-
|
|
15241
|
-
|
|
15242
|
-
|
|
15243
|
-
|
|
15244
|
-
|
|
15245
|
-
|
|
15246
|
-
|
|
15247
|
-
|
|
15248
|
-
|
|
15249
|
-
|
|
15250
|
-
|
|
15251
|
-
|
|
15252
|
-
|
|
15253
|
-
|
|
15254
|
-
|
|
15255
|
-
})), {
|
|
15256
|
-
props: ({
|
|
15257
|
-
ownerState
|
|
15258
|
-
}) => ownerState.color === "inherit" && ownerState.variant !== "buffer",
|
|
15259
|
-
style: {
|
|
15260
|
-
"&::before": {
|
|
15261
|
-
content: '""',
|
|
15262
|
-
position: "absolute",
|
|
15263
|
-
left: 0,
|
|
15264
|
-
top: 0,
|
|
15265
|
-
right: 0,
|
|
15266
|
-
bottom: 0,
|
|
15267
|
-
backgroundColor: "currentColor",
|
|
15268
|
-
opacity: 0.3
|
|
15269
|
-
}
|
|
15270
|
-
}
|
|
15271
|
-
}, {
|
|
15272
|
-
props: {
|
|
15273
|
-
variant: "buffer"
|
|
15274
|
-
},
|
|
15275
|
-
style: {
|
|
15276
|
-
backgroundColor: "transparent"
|
|
15277
|
-
}
|
|
15278
|
-
}, {
|
|
15279
|
-
props: {
|
|
15280
|
-
variant: "query"
|
|
15281
|
-
},
|
|
15282
|
-
style: {
|
|
15283
|
-
transform: "rotate(180deg)"
|
|
15284
|
-
}
|
|
15285
|
-
}]
|
|
15286
|
-
})));
|
|
15287
|
-
const LinearProgressDashed = styled("span", {
|
|
15288
|
-
name: "MuiLinearProgress",
|
|
15289
|
-
slot: "Dashed",
|
|
15290
|
-
overridesResolver: (props, styles2) => {
|
|
15291
|
-
const {
|
|
15292
|
-
ownerState
|
|
15293
|
-
} = props;
|
|
15294
|
-
return [styles2.dashed, styles2[`dashedColor${capitalize$1(ownerState.color)}`]];
|
|
15295
|
-
}
|
|
15296
|
-
})(memoTheme(({
|
|
15297
|
-
theme
|
|
15298
|
-
}) => ({
|
|
15299
|
-
position: "absolute",
|
|
15300
|
-
marginTop: 0,
|
|
15301
|
-
height: "100%",
|
|
15302
|
-
width: "100%",
|
|
15303
|
-
backgroundSize: "10px 10px",
|
|
15304
|
-
backgroundPosition: "0 -23px",
|
|
15305
|
-
variants: [{
|
|
15306
|
-
props: {
|
|
15307
|
-
color: "inherit"
|
|
15308
|
-
},
|
|
15309
|
-
style: {
|
|
15310
|
-
opacity: 0.3,
|
|
15311
|
-
backgroundImage: `radial-gradient(currentColor 0%, currentColor 16%, transparent 42%)`
|
|
15312
|
-
}
|
|
15313
|
-
}, ...Object.entries(theme.palette).filter(createSimplePaletteValueFilter()).map(([color2]) => {
|
|
15314
|
-
const backgroundColor2 = getColorShade(theme, color2);
|
|
15315
|
-
return {
|
|
15316
|
-
props: {
|
|
15317
|
-
color: color2
|
|
15318
|
-
},
|
|
15319
|
-
style: {
|
|
15320
|
-
backgroundImage: `radial-gradient(${backgroundColor2} 0%, ${backgroundColor2} 16%, transparent 42%)`
|
|
15321
|
-
}
|
|
15322
|
-
};
|
|
15323
|
-
})]
|
|
15324
|
-
})), bufferAnimation || {
|
|
15325
|
-
// At runtime for Pigment CSS, `bufferAnimation` will be null and the generated keyframe will be used.
|
|
15326
|
-
animation: `${bufferKeyframe} 3s infinite linear`
|
|
15327
|
-
});
|
|
15328
|
-
const LinearProgressBar1 = styled("span", {
|
|
15329
|
-
name: "MuiLinearProgress",
|
|
15330
|
-
slot: "Bar1",
|
|
15331
|
-
overridesResolver: (props, styles2) => {
|
|
15332
|
-
const {
|
|
15333
|
-
ownerState
|
|
15334
|
-
} = props;
|
|
15335
|
-
return [styles2.bar, styles2.bar1, styles2[`barColor${capitalize$1(ownerState.color)}`], (ownerState.variant === "indeterminate" || ownerState.variant === "query") && styles2.bar1Indeterminate, ownerState.variant === "determinate" && styles2.bar1Determinate, ownerState.variant === "buffer" && styles2.bar1Buffer];
|
|
15336
|
-
}
|
|
15337
|
-
})(memoTheme(({
|
|
15338
|
-
theme
|
|
15339
|
-
}) => ({
|
|
15340
|
-
width: "100%",
|
|
15341
|
-
position: "absolute",
|
|
15342
|
-
left: 0,
|
|
15343
|
-
bottom: 0,
|
|
15344
|
-
top: 0,
|
|
15345
|
-
transition: "transform 0.2s linear",
|
|
15346
|
-
transformOrigin: "left",
|
|
15347
|
-
variants: [{
|
|
15348
|
-
props: {
|
|
15349
|
-
color: "inherit"
|
|
15350
|
-
},
|
|
15351
|
-
style: {
|
|
15352
|
-
backgroundColor: "currentColor"
|
|
15353
|
-
}
|
|
15354
|
-
}, ...Object.entries(theme.palette).filter(createSimplePaletteValueFilter()).map(([color2]) => ({
|
|
15355
|
-
props: {
|
|
15356
|
-
color: color2
|
|
15357
|
-
},
|
|
15358
|
-
style: {
|
|
15359
|
-
backgroundColor: (theme.vars || theme).palette[color2].main
|
|
15360
|
-
}
|
|
15361
|
-
})), {
|
|
15362
|
-
props: {
|
|
15363
|
-
variant: "determinate"
|
|
15364
|
-
},
|
|
15365
|
-
style: {
|
|
15366
|
-
transition: `transform .${TRANSITION_DURATION}s linear`
|
|
15367
|
-
}
|
|
15368
|
-
}, {
|
|
15369
|
-
props: {
|
|
15370
|
-
variant: "buffer"
|
|
15371
|
-
},
|
|
15372
|
-
style: {
|
|
15373
|
-
zIndex: 1,
|
|
15374
|
-
transition: `transform .${TRANSITION_DURATION}s linear`
|
|
15375
|
-
}
|
|
15376
|
-
}, {
|
|
15377
|
-
props: ({
|
|
15378
|
-
ownerState
|
|
15379
|
-
}) => ownerState.variant === "indeterminate" || ownerState.variant === "query",
|
|
15380
|
-
style: {
|
|
15381
|
-
width: "auto"
|
|
15382
|
-
}
|
|
15383
|
-
}, {
|
|
15384
|
-
props: ({
|
|
15385
|
-
ownerState
|
|
15386
|
-
}) => ownerState.variant === "indeterminate" || ownerState.variant === "query",
|
|
15387
|
-
style: indeterminate1Animation || {
|
|
15388
|
-
animation: `${indeterminate1Keyframe} 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite`
|
|
15389
|
-
}
|
|
15390
|
-
}]
|
|
15391
|
-
})));
|
|
15392
|
-
const LinearProgressBar2 = styled("span", {
|
|
15393
|
-
name: "MuiLinearProgress",
|
|
15394
|
-
slot: "Bar2",
|
|
15395
|
-
overridesResolver: (props, styles2) => {
|
|
15396
|
-
const {
|
|
15397
|
-
ownerState
|
|
15398
|
-
} = props;
|
|
15399
|
-
return [styles2.bar, styles2.bar2, styles2[`barColor${capitalize$1(ownerState.color)}`], (ownerState.variant === "indeterminate" || ownerState.variant === "query") && styles2.bar2Indeterminate, ownerState.variant === "buffer" && styles2.bar2Buffer];
|
|
15400
|
-
}
|
|
15401
|
-
})(memoTheme(({
|
|
15402
|
-
theme
|
|
15403
|
-
}) => ({
|
|
15404
|
-
width: "100%",
|
|
15405
|
-
position: "absolute",
|
|
15406
|
-
left: 0,
|
|
15407
|
-
bottom: 0,
|
|
15408
|
-
top: 0,
|
|
15409
|
-
transition: "transform 0.2s linear",
|
|
15410
|
-
transformOrigin: "left",
|
|
15411
|
-
variants: [...Object.entries(theme.palette).filter(createSimplePaletteValueFilter()).map(([color2]) => ({
|
|
15412
|
-
props: {
|
|
15413
|
-
color: color2
|
|
15414
|
-
},
|
|
15415
|
-
style: {
|
|
15416
|
-
"--LinearProgressBar2-barColor": (theme.vars || theme).palette[color2].main
|
|
15417
|
-
}
|
|
15418
|
-
})), {
|
|
15419
|
-
props: ({
|
|
15420
|
-
ownerState
|
|
15421
|
-
}) => ownerState.variant !== "buffer" && ownerState.color !== "inherit",
|
|
15422
|
-
style: {
|
|
15423
|
-
backgroundColor: "var(--LinearProgressBar2-barColor, currentColor)"
|
|
15424
|
-
}
|
|
15425
|
-
}, {
|
|
15426
|
-
props: ({
|
|
15427
|
-
ownerState
|
|
15428
|
-
}) => ownerState.variant !== "buffer" && ownerState.color === "inherit",
|
|
15429
|
-
style: {
|
|
15430
|
-
backgroundColor: "currentColor"
|
|
15431
|
-
}
|
|
15432
|
-
}, {
|
|
15433
|
-
props: {
|
|
15434
|
-
color: "inherit"
|
|
15435
|
-
},
|
|
15436
|
-
style: {
|
|
15437
|
-
opacity: 0.3
|
|
15438
|
-
}
|
|
15439
|
-
}, ...Object.entries(theme.palette).filter(createSimplePaletteValueFilter()).map(([color2]) => ({
|
|
15440
|
-
props: {
|
|
15441
|
-
color: color2,
|
|
15442
|
-
variant: "buffer"
|
|
15187
|
+
/**
|
|
15188
|
+
* @license lucide-react v0.507.0 - ISC
|
|
15189
|
+
*
|
|
15190
|
+
* This source code is licensed under the ISC license.
|
|
15191
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
15192
|
+
*/
|
|
15193
|
+
const Icon = reactExports.forwardRef(
|
|
15194
|
+
({
|
|
15195
|
+
color: color2 = "currentColor",
|
|
15196
|
+
size = 24,
|
|
15197
|
+
strokeWidth = 2,
|
|
15198
|
+
absoluteStrokeWidth,
|
|
15199
|
+
className = "",
|
|
15200
|
+
children,
|
|
15201
|
+
iconNode,
|
|
15202
|
+
...rest
|
|
15203
|
+
}, ref) => reactExports.createElement(
|
|
15204
|
+
"svg",
|
|
15205
|
+
{
|
|
15206
|
+
ref,
|
|
15207
|
+
...defaultAttributes,
|
|
15208
|
+
width: size,
|
|
15209
|
+
height: size,
|
|
15210
|
+
stroke: color2,
|
|
15211
|
+
strokeWidth: absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,
|
|
15212
|
+
className: mergeClasses("lucide", className),
|
|
15213
|
+
...!children && !hasA11yProp(rest) && { "aria-hidden": "true" },
|
|
15214
|
+
...rest
|
|
15443
15215
|
},
|
|
15444
|
-
|
|
15445
|
-
|
|
15446
|
-
|
|
15447
|
-
|
|
15448
|
-
|
|
15449
|
-
|
|
15450
|
-
|
|
15451
|
-
|
|
15452
|
-
|
|
15453
|
-
|
|
15454
|
-
|
|
15455
|
-
|
|
15456
|
-
|
|
15457
|
-
|
|
15458
|
-
|
|
15459
|
-
|
|
15460
|
-
|
|
15461
|
-
|
|
15462
|
-
|
|
15463
|
-
}
|
|
15464
|
-
|
|
15465
|
-
|
|
15466
|
-
|
|
15467
|
-
|
|
15468
|
-
|
|
15469
|
-
|
|
15470
|
-
|
|
15471
|
-
|
|
15472
|
-
value,
|
|
15473
|
-
valueBuffer,
|
|
15474
|
-
variant = "indeterminate",
|
|
15475
|
-
...other
|
|
15476
|
-
} = props;
|
|
15477
|
-
const ownerState = {
|
|
15478
|
-
...props,
|
|
15479
|
-
color: color2,
|
|
15480
|
-
variant
|
|
15481
|
-
};
|
|
15482
|
-
const classes = useUtilityClasses(ownerState);
|
|
15483
|
-
const isRtl = useRtl();
|
|
15484
|
-
const rootProps = {};
|
|
15485
|
-
const inlineStyles = {
|
|
15486
|
-
bar1: {},
|
|
15487
|
-
bar2: {}
|
|
15488
|
-
};
|
|
15489
|
-
if (variant === "determinate" || variant === "buffer") {
|
|
15490
|
-
if (value !== void 0) {
|
|
15491
|
-
rootProps["aria-valuenow"] = Math.round(value);
|
|
15492
|
-
rootProps["aria-valuemin"] = 0;
|
|
15493
|
-
rootProps["aria-valuemax"] = 100;
|
|
15494
|
-
let transform = value - 100;
|
|
15495
|
-
if (isRtl) {
|
|
15496
|
-
transform = -transform;
|
|
15497
|
-
}
|
|
15498
|
-
inlineStyles.bar1.transform = `translateX(${transform}%)`;
|
|
15499
|
-
}
|
|
15500
|
-
}
|
|
15501
|
-
if (variant === "buffer") {
|
|
15502
|
-
if (valueBuffer !== void 0) {
|
|
15503
|
-
let transform = (valueBuffer || 0) - 100;
|
|
15504
|
-
if (isRtl) {
|
|
15505
|
-
transform = -transform;
|
|
15506
|
-
}
|
|
15507
|
-
inlineStyles.bar2.transform = `translateX(${transform}%)`;
|
|
15508
|
-
}
|
|
15509
|
-
}
|
|
15510
|
-
return /* @__PURE__ */ jsxRuntimeExports.jsxs(LinearProgressRoot, {
|
|
15511
|
-
className: clsx(classes.root, className),
|
|
15512
|
-
ownerState,
|
|
15513
|
-
role: "progressbar",
|
|
15514
|
-
...rootProps,
|
|
15515
|
-
ref,
|
|
15516
|
-
...other,
|
|
15517
|
-
children: [variant === "buffer" ? /* @__PURE__ */ jsxRuntimeExports.jsx(LinearProgressDashed, {
|
|
15518
|
-
className: classes.dashed,
|
|
15519
|
-
ownerState
|
|
15520
|
-
}) : null, /* @__PURE__ */ jsxRuntimeExports.jsx(LinearProgressBar1, {
|
|
15521
|
-
className: classes.bar1,
|
|
15522
|
-
ownerState,
|
|
15523
|
-
style: inlineStyles.bar1
|
|
15524
|
-
}), variant === "determinate" ? null : /* @__PURE__ */ jsxRuntimeExports.jsx(LinearProgressBar2, {
|
|
15525
|
-
className: classes.bar2,
|
|
15526
|
-
ownerState,
|
|
15527
|
-
style: inlineStyles.bar2
|
|
15528
|
-
})]
|
|
15529
|
-
});
|
|
15530
|
-
});
|
|
15216
|
+
[
|
|
15217
|
+
...iconNode.map(([tag, attrs]) => reactExports.createElement(tag, attrs)),
|
|
15218
|
+
...Array.isArray(children) ? children : [children]
|
|
15219
|
+
]
|
|
15220
|
+
)
|
|
15221
|
+
);
|
|
15222
|
+
/**
|
|
15223
|
+
* @license lucide-react v0.507.0 - ISC
|
|
15224
|
+
*
|
|
15225
|
+
* This source code is licensed under the ISC license.
|
|
15226
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
15227
|
+
*/
|
|
15228
|
+
const createLucideIcon = (iconName, iconNode) => {
|
|
15229
|
+
const Component = reactExports.forwardRef(
|
|
15230
|
+
({ className, ...props }, ref) => reactExports.createElement(Icon, {
|
|
15231
|
+
ref,
|
|
15232
|
+
iconNode,
|
|
15233
|
+
className: mergeClasses(
|
|
15234
|
+
`lucide-${toKebabCase(toPascalCase(iconName))}`,
|
|
15235
|
+
`lucide-${iconName}`,
|
|
15236
|
+
className
|
|
15237
|
+
),
|
|
15238
|
+
...props
|
|
15239
|
+
})
|
|
15240
|
+
);
|
|
15241
|
+
Component.displayName = toPascalCase(iconName);
|
|
15242
|
+
return Component;
|
|
15243
|
+
};
|
|
15531
15244
|
/*!
|
|
15532
15245
|
* Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
|
|
15533
15246
|
* License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
|
|
@@ -30447,25 +30160,25 @@ export {
|
|
|
30447
30160
|
React as R,
|
|
30448
30161
|
Typography as S,
|
|
30449
30162
|
TransitionGroupContext as T,
|
|
30450
|
-
|
|
30451
|
-
|
|
30452
|
-
|
|
30453
|
-
|
|
30454
|
-
|
|
30455
|
-
|
|
30163
|
+
css$1 as U,
|
|
30164
|
+
keyframes as V,
|
|
30165
|
+
getPath as W,
|
|
30166
|
+
isFocusVisible as X,
|
|
30167
|
+
typographyClasses as Y,
|
|
30168
|
+
slotShouldForwardProp as Z,
|
|
30456
30169
|
_inheritsLoose as _,
|
|
30457
30170
|
reactExports as a,
|
|
30458
30171
|
faChevronUp as a$,
|
|
30459
30172
|
emphasize as a0,
|
|
30460
30173
|
Timeout as a1,
|
|
30461
|
-
|
|
30462
|
-
|
|
30463
|
-
|
|
30464
|
-
|
|
30465
|
-
|
|
30466
|
-
|
|
30467
|
-
|
|
30468
|
-
|
|
30174
|
+
createLucideIcon as a2,
|
|
30175
|
+
Button as a3,
|
|
30176
|
+
Box as a4,
|
|
30177
|
+
FontAwesomeIcon as a5,
|
|
30178
|
+
faExclamationTriangle as a6,
|
|
30179
|
+
DEFAULT_THEME as a7,
|
|
30180
|
+
faChevronLeft as a8,
|
|
30181
|
+
faChevronRight as a9,
|
|
30469
30182
|
faDownload as aA,
|
|
30470
30183
|
faFileAlt as aB,
|
|
30471
30184
|
faDesktop as aC,
|
|
@@ -30493,14 +30206,14 @@ export {
|
|
|
30493
30206
|
faPaperclip as aY,
|
|
30494
30207
|
faStop as aZ,
|
|
30495
30208
|
faPaperPlane as a_,
|
|
30496
|
-
|
|
30497
|
-
|
|
30498
|
-
|
|
30499
|
-
|
|
30500
|
-
|
|
30501
|
-
|
|
30502
|
-
|
|
30503
|
-
|
|
30209
|
+
faRobot as aa,
|
|
30210
|
+
faCheck as ab,
|
|
30211
|
+
faTimes as ac,
|
|
30212
|
+
faEraser as ad,
|
|
30213
|
+
faPen as ae,
|
|
30214
|
+
faFileImport as af,
|
|
30215
|
+
faUpload as ag,
|
|
30216
|
+
requireReact as ah,
|
|
30504
30217
|
faComment as ai,
|
|
30505
30218
|
faSave as aj,
|
|
30506
30219
|
faEdit as ak,
|
|
Binary file
|