@redsift/table 10.3.0-muiv5-alpha.4 → 10.3.0-muiv5-alpha.6
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/CONTRIBUTING.md +0 -4
- package/index.js +149 -132
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -2,7 +2,7 @@ import { GRID_DETAIL_PANEL_TOGGLE_COL_DEF, getGridNumericOperators as getGridNum
|
|
|
2
2
|
export { getGridBooleanOperators, getGridDateOperators, getGridSingleSelectOperators } from '@mui/x-data-grid-pro';
|
|
3
3
|
import * as React from 'react';
|
|
4
4
|
import React__default, { Children, isValidElement, cloneElement, useLayoutEffect, useEffect, useRef, forwardRef, useContext, useState, useCallback, createElement, useMemo } from 'react';
|
|
5
|
-
import { Icon, baseContainer, Theme, AppContainerContext, useTheme as useTheme$4, useId as useId$2, partitionComponents, isComponent, Flexbox, TextField as TextField$2,
|
|
5
|
+
import { Icon, baseContainer, Theme, AppContainerContext, useTheme as useTheme$4, useId as useId$2, IconButton as IconButton$2, Button, partitionComponents, isComponent, Flexbox, TextField as TextField$2, Switch, Text, ButtonsColorPalette, Checkbox, LinkButton, ThemeProvider as ThemeProvider$4, RedsiftColorBlueN, RedsiftColorNeutralXDarkGrey, RedsiftColorNeutralWhite, Shield } from '@redsift/design-system';
|
|
6
6
|
import { mdiSync, mdiFilterVariant, mdiViewColumn, mdiChevronUp, mdiChevronDown, mdiViewHeadline, mdiViewSequential, mdiViewStream, mdiChevronRight, mdiTrayArrowDown } from '@redsift/icons';
|
|
7
7
|
import emStyled from '@emotion/styled';
|
|
8
8
|
import { Global, ThemeContext as ThemeContext$3, keyframes } from '@emotion/react';
|
|
@@ -3624,7 +3624,7 @@ function _objectWithoutPropertiesLoose(source, excluded) {
|
|
|
3624
3624
|
return target;
|
|
3625
3625
|
}
|
|
3626
3626
|
|
|
3627
|
-
const _excluded$
|
|
3627
|
+
const _excluded$S = ["values", "unit", "step"];
|
|
3628
3628
|
const sortBreakpointsValues = values => {
|
|
3629
3629
|
const breakpointsAsArray = Object.keys(values).map(key => ({
|
|
3630
3630
|
key,
|
|
@@ -3659,7 +3659,7 @@ function createBreakpoints(breakpoints) {
|
|
|
3659
3659
|
unit = 'px',
|
|
3660
3660
|
step = 5
|
|
3661
3661
|
} = breakpoints,
|
|
3662
|
-
other = _objectWithoutPropertiesLoose(breakpoints, _excluded$
|
|
3662
|
+
other = _objectWithoutPropertiesLoose(breakpoints, _excluded$S);
|
|
3663
3663
|
const sortedValues = sortBreakpointsValues(values);
|
|
3664
3664
|
const keys = Object.keys(sortedValues);
|
|
3665
3665
|
function up(key) {
|
|
@@ -4688,7 +4688,7 @@ const styleFunctionSx = unstable_createStyleFunctionSx();
|
|
|
4688
4688
|
styleFunctionSx.filterProps = ['sx'];
|
|
4689
4689
|
var styleFunctionSx$1 = styleFunctionSx;
|
|
4690
4690
|
|
|
4691
|
-
const _excluded$
|
|
4691
|
+
const _excluded$R = ["breakpoints", "palette", "spacing", "shape"];
|
|
4692
4692
|
function createTheme$1(options = {}, ...args) {
|
|
4693
4693
|
const {
|
|
4694
4694
|
breakpoints: breakpointsInput = {},
|
|
@@ -4696,7 +4696,7 @@ function createTheme$1(options = {}, ...args) {
|
|
|
4696
4696
|
spacing: spacingInput,
|
|
4697
4697
|
shape: shapeInput = {}
|
|
4698
4698
|
} = options,
|
|
4699
|
-
other = _objectWithoutPropertiesLoose(options, _excluded$
|
|
4699
|
+
other = _objectWithoutPropertiesLoose(options, _excluded$R);
|
|
4700
4700
|
const breakpoints = createBreakpoints(breakpointsInput);
|
|
4701
4701
|
const spacing = createSpacing(spacingInput);
|
|
4702
4702
|
let muiTheme = deepmerge({
|
|
@@ -4764,7 +4764,7 @@ process.env.NODE_ENV !== "production" ? GlobalStyles$1.propTypes /* remove-propt
|
|
|
4764
4764
|
themeId: PropTypes.string
|
|
4765
4765
|
} : void 0;
|
|
4766
4766
|
|
|
4767
|
-
const _excluded$
|
|
4767
|
+
const _excluded$Q = ["sx"];
|
|
4768
4768
|
const splitProps = props => {
|
|
4769
4769
|
var _props$theme$unstable, _props$theme;
|
|
4770
4770
|
const result = {
|
|
@@ -4785,7 +4785,7 @@ function extendSxProp(props) {
|
|
|
4785
4785
|
const {
|
|
4786
4786
|
sx: inSx
|
|
4787
4787
|
} = props,
|
|
4788
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
4788
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$Q);
|
|
4789
4789
|
const {
|
|
4790
4790
|
systemProps,
|
|
4791
4791
|
otherProps
|
|
@@ -4811,7 +4811,7 @@ function extendSxProp(props) {
|
|
|
4811
4811
|
|
|
4812
4812
|
function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}
|
|
4813
4813
|
|
|
4814
|
-
const _excluded$
|
|
4814
|
+
const _excluded$P = ["className", "component"];
|
|
4815
4815
|
function createBox(options = {}) {
|
|
4816
4816
|
const {
|
|
4817
4817
|
themeId,
|
|
@@ -4829,7 +4829,7 @@ function createBox(options = {}) {
|
|
|
4829
4829
|
className,
|
|
4830
4830
|
component = 'div'
|
|
4831
4831
|
} = _extendSxProp,
|
|
4832
|
-
other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$
|
|
4832
|
+
other = _objectWithoutPropertiesLoose(_extendSxProp, _excluded$P);
|
|
4833
4833
|
return /*#__PURE__*/jsxRuntimeExports.jsx(BoxRoot, _extends$1({
|
|
4834
4834
|
as: component,
|
|
4835
4835
|
ref: ref,
|
|
@@ -4840,7 +4840,7 @@ function createBox(options = {}) {
|
|
|
4840
4840
|
return Box;
|
|
4841
4841
|
}
|
|
4842
4842
|
|
|
4843
|
-
const _excluded$
|
|
4843
|
+
const _excluded$O = ["variant"];
|
|
4844
4844
|
function isEmpty$3(string) {
|
|
4845
4845
|
return string.length === 0;
|
|
4846
4846
|
}
|
|
@@ -4854,7 +4854,7 @@ function propsToClassKey(props) {
|
|
|
4854
4854
|
const {
|
|
4855
4855
|
variant
|
|
4856
4856
|
} = props,
|
|
4857
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
4857
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$O);
|
|
4858
4858
|
let classKey = variant || '';
|
|
4859
4859
|
Object.keys(other).sort().forEach(key => {
|
|
4860
4860
|
if (key === 'color') {
|
|
@@ -4866,7 +4866,7 @@ function propsToClassKey(props) {
|
|
|
4866
4866
|
return classKey;
|
|
4867
4867
|
}
|
|
4868
4868
|
|
|
4869
|
-
const _excluded$
|
|
4869
|
+
const _excluded$N = ["name", "slot", "skipVariantsResolver", "skipSx", "overridesResolver"];
|
|
4870
4870
|
function isEmpty$2(obj) {
|
|
4871
4871
|
return Object.keys(obj).length === 0;
|
|
4872
4872
|
}
|
|
@@ -4961,7 +4961,7 @@ function createStyled(input = {}) {
|
|
|
4961
4961
|
skipSx: inputSkipSx,
|
|
4962
4962
|
overridesResolver
|
|
4963
4963
|
} = inputOptions,
|
|
4964
|
-
options = _objectWithoutPropertiesLoose(inputOptions, _excluded$
|
|
4964
|
+
options = _objectWithoutPropertiesLoose(inputOptions, _excluded$N);
|
|
4965
4965
|
|
|
4966
4966
|
// if skipVariantsResolver option is defined, take the value, otherwise, true for root and false for other slots.
|
|
4967
4967
|
const skipVariantsResolver = inputSkipVariantsResolver !== undefined ? inputSkipVariantsResolver : componentSlot && componentSlot !== 'Root' || false;
|
|
@@ -5638,7 +5638,7 @@ const green = {
|
|
|
5638
5638
|
};
|
|
5639
5639
|
var green$1 = green;
|
|
5640
5640
|
|
|
5641
|
-
const _excluded$
|
|
5641
|
+
const _excluded$M = ["mode", "contrastThreshold", "tonalOffset"];
|
|
5642
5642
|
const light = {
|
|
5643
5643
|
// The colors used to style the text.
|
|
5644
5644
|
text: {
|
|
@@ -5807,7 +5807,7 @@ function createPalette(palette) {
|
|
|
5807
5807
|
contrastThreshold = 3,
|
|
5808
5808
|
tonalOffset = 0.2
|
|
5809
5809
|
} = palette,
|
|
5810
|
-
other = _objectWithoutPropertiesLoose(palette, _excluded$
|
|
5810
|
+
other = _objectWithoutPropertiesLoose(palette, _excluded$M);
|
|
5811
5811
|
const primary = palette.primary || getDefaultPrimary(mode);
|
|
5812
5812
|
const secondary = palette.secondary || getDefaultSecondary(mode);
|
|
5813
5813
|
const error = palette.error || getDefaultError(mode);
|
|
@@ -5931,7 +5931,7 @@ const theme2 = createTheme({ palette: {
|
|
|
5931
5931
|
return paletteOutput;
|
|
5932
5932
|
}
|
|
5933
5933
|
|
|
5934
|
-
const _excluded$
|
|
5934
|
+
const _excluded$L = ["fontFamily", "fontSize", "fontWeightLight", "fontWeightRegular", "fontWeightMedium", "fontWeightBold", "htmlFontSize", "allVariants", "pxToRem"];
|
|
5935
5935
|
function round$2(value) {
|
|
5936
5936
|
return Math.round(value * 1e5) / 1e5;
|
|
5937
5937
|
}
|
|
@@ -5962,7 +5962,7 @@ function createTypography(palette, typography) {
|
|
|
5962
5962
|
allVariants,
|
|
5963
5963
|
pxToRem: pxToRem2
|
|
5964
5964
|
} = _ref,
|
|
5965
|
-
other = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
5965
|
+
other = _objectWithoutPropertiesLoose(_ref, _excluded$L);
|
|
5966
5966
|
if (process.env.NODE_ENV !== 'production') {
|
|
5967
5967
|
if (typeof fontSize !== 'number') {
|
|
5968
5968
|
console.error('MUI: `fontSize` is required to be a number.');
|
|
@@ -6029,7 +6029,7 @@ function createShadow(...px) {
|
|
|
6029
6029
|
const shadows = ['none', createShadow(0, 2, 1, -1, 0, 1, 1, 0, 0, 1, 3, 0), createShadow(0, 3, 1, -2, 0, 2, 2, 0, 0, 1, 5, 0), createShadow(0, 3, 3, -2, 0, 3, 4, 0, 0, 1, 8, 0), createShadow(0, 2, 4, -1, 0, 4, 5, 0, 0, 1, 10, 0), createShadow(0, 3, 5, -1, 0, 5, 8, 0, 0, 1, 14, 0), createShadow(0, 3, 5, -1, 0, 6, 10, 0, 0, 1, 18, 0), createShadow(0, 4, 5, -2, 0, 7, 10, 1, 0, 2, 16, 1), createShadow(0, 5, 5, -3, 0, 8, 10, 1, 0, 3, 14, 2), createShadow(0, 5, 6, -3, 0, 9, 12, 1, 0, 3, 16, 2), createShadow(0, 6, 6, -3, 0, 10, 14, 1, 0, 4, 18, 3), createShadow(0, 6, 7, -4, 0, 11, 15, 1, 0, 4, 20, 3), createShadow(0, 7, 8, -4, 0, 12, 17, 2, 0, 5, 22, 4), createShadow(0, 7, 8, -4, 0, 13, 19, 2, 0, 5, 24, 4), createShadow(0, 7, 9, -4, 0, 14, 21, 2, 0, 5, 26, 4), createShadow(0, 8, 9, -5, 0, 15, 22, 2, 0, 6, 28, 5), createShadow(0, 8, 10, -5, 0, 16, 24, 2, 0, 6, 30, 5), createShadow(0, 8, 11, -5, 0, 17, 26, 2, 0, 6, 32, 5), createShadow(0, 9, 11, -5, 0, 18, 28, 2, 0, 7, 34, 6), createShadow(0, 9, 12, -6, 0, 19, 29, 2, 0, 7, 36, 6), createShadow(0, 10, 13, -6, 0, 20, 31, 3, 0, 8, 38, 7), createShadow(0, 10, 13, -6, 0, 21, 33, 3, 0, 8, 40, 7), createShadow(0, 10, 14, -6, 0, 22, 35, 3, 0, 8, 42, 7), createShadow(0, 11, 14, -7, 0, 23, 36, 3, 0, 9, 44, 8), createShadow(0, 11, 15, -7, 0, 24, 38, 3, 0, 9, 46, 8)];
|
|
6030
6030
|
var shadows$1 = shadows;
|
|
6031
6031
|
|
|
6032
|
-
const _excluded$
|
|
6032
|
+
const _excluded$K = ["duration", "easing", "delay"];
|
|
6033
6033
|
// Follow https://material.google.com/motion/duration-easing.html#duration-easing-natural-easing-curves
|
|
6034
6034
|
// to learn the context in which each easing should be used.
|
|
6035
6035
|
const easing = {
|
|
@@ -6080,7 +6080,7 @@ function createTransitions(inputTransitions) {
|
|
|
6080
6080
|
easing: easingOption = mergedEasing.easeInOut,
|
|
6081
6081
|
delay = 0
|
|
6082
6082
|
} = options,
|
|
6083
|
-
other = _objectWithoutPropertiesLoose(options, _excluded$
|
|
6083
|
+
other = _objectWithoutPropertiesLoose(options, _excluded$K);
|
|
6084
6084
|
if (process.env.NODE_ENV !== 'production') {
|
|
6085
6085
|
const isString = value => typeof value === 'string';
|
|
6086
6086
|
// IE11 support, replace with Number.isNaN
|
|
@@ -6127,7 +6127,7 @@ const zIndex = {
|
|
|
6127
6127
|
};
|
|
6128
6128
|
var zIndex$1 = zIndex;
|
|
6129
6129
|
|
|
6130
|
-
const _excluded$
|
|
6130
|
+
const _excluded$J = ["breakpoints", "mixins", "spacing", "palette", "transitions", "typography", "shape"];
|
|
6131
6131
|
function createTheme(options = {}, ...args) {
|
|
6132
6132
|
const {
|
|
6133
6133
|
mixins: mixinsInput = {},
|
|
@@ -6135,7 +6135,7 @@ function createTheme(options = {}, ...args) {
|
|
|
6135
6135
|
transitions: transitionsInput = {},
|
|
6136
6136
|
typography: typographyInput = {}
|
|
6137
6137
|
} = options,
|
|
6138
|
-
other = _objectWithoutPropertiesLoose(options, _excluded$
|
|
6138
|
+
other = _objectWithoutPropertiesLoose(options, _excluded$J);
|
|
6139
6139
|
if (options.vars) {
|
|
6140
6140
|
throw new Error(process.env.NODE_ENV !== "production" ? `MUI: \`vars\` is a private field used for CSS variables support.
|
|
6141
6141
|
Please use another name.` : formatMuiErrorMessage(18));
|
|
@@ -6226,12 +6226,12 @@ const styled = createStyled({
|
|
|
6226
6226
|
});
|
|
6227
6227
|
var styled$1 = styled;
|
|
6228
6228
|
|
|
6229
|
-
const _excluded$
|
|
6229
|
+
const _excluded$I = ["theme"];
|
|
6230
6230
|
function ThemeProvider$1(_ref) {
|
|
6231
6231
|
let {
|
|
6232
6232
|
theme: themeInput
|
|
6233
6233
|
} = _ref,
|
|
6234
|
-
props = _objectWithoutPropertiesLoose(_ref, _excluded$
|
|
6234
|
+
props = _objectWithoutPropertiesLoose(_ref, _excluded$I);
|
|
6235
6235
|
const scopedTheme = themeInput[THEME_ID];
|
|
6236
6236
|
return /*#__PURE__*/jsxRuntimeExports.jsx(ThemeProvider$2, _extends$1({}, props, {
|
|
6237
6237
|
themeId: scopedTheme ? THEME_ID : undefined,
|
|
@@ -6455,7 +6455,7 @@ function mergeSlotProps(parameters) {
|
|
|
6455
6455
|
};
|
|
6456
6456
|
}
|
|
6457
6457
|
|
|
6458
|
-
const _excluded$
|
|
6458
|
+
const _excluded$H = ["elementType", "externalSlotProps", "ownerState"];
|
|
6459
6459
|
/**
|
|
6460
6460
|
* @ignore - do not document.
|
|
6461
6461
|
* Builds the props to be passed into the slot of an unstyled component.
|
|
@@ -6471,7 +6471,7 @@ function useSlotProps(parameters) {
|
|
|
6471
6471
|
externalSlotProps,
|
|
6472
6472
|
ownerState
|
|
6473
6473
|
} = parameters,
|
|
6474
|
-
rest = _objectWithoutPropertiesLoose(parameters, _excluded$
|
|
6474
|
+
rest = _objectWithoutPropertiesLoose(parameters, _excluded$H);
|
|
6475
6475
|
const resolvedComponentsProps = resolveComponentProps(externalSlotProps, ownerState);
|
|
6476
6476
|
const {
|
|
6477
6477
|
props: mergedProps,
|
|
@@ -8687,7 +8687,7 @@ function getPopperUtilityClass(slot) {
|
|
|
8687
8687
|
}
|
|
8688
8688
|
generateUtilityClasses('MuiPopper', ['root']);
|
|
8689
8689
|
|
|
8690
|
-
const _excluded$
|
|
8690
|
+
const _excluded$G = ["anchorEl", "children", "direction", "disablePortal", "modifiers", "open", "placement", "popperOptions", "popperRef", "slotProps", "slots", "TransitionProps", "ownerState"],
|
|
8691
8691
|
_excluded2$3 = ["anchorEl", "children", "container", "direction", "disablePortal", "keepMounted", "modifiers", "open", "placement", "popperOptions", "popperRef", "style", "transition", "slotProps", "slots"];
|
|
8692
8692
|
function flipPlacement(placement, direction) {
|
|
8693
8693
|
if (direction === 'ltr') {
|
|
@@ -8740,7 +8740,7 @@ const PopperTooltip = /*#__PURE__*/React.forwardRef(function PopperTooltip(props
|
|
|
8740
8740
|
// @ts-ignore internal logic
|
|
8741
8741
|
// prevent from spreading to DOM, it can come from the parent component e.g. Select.
|
|
8742
8742
|
} = props,
|
|
8743
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
8743
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$G);
|
|
8744
8744
|
const tooltipRef = React.useRef(null);
|
|
8745
8745
|
const ownRef = useForkRef(tooltipRef, forwardedRef);
|
|
8746
8746
|
const popperRef = React.useRef(null);
|
|
@@ -9267,7 +9267,7 @@ function getModalUtilityClass(slot) {
|
|
|
9267
9267
|
}
|
|
9268
9268
|
generateUtilityClasses('MuiModal', ['root', 'hidden', 'backdrop']);
|
|
9269
9269
|
|
|
9270
|
-
const _excluded$
|
|
9270
|
+
const _excluded$F = ["children", "closeAfterTransition", "container", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "manager", "onBackdropClick", "onClose", "onKeyDown", "open", "onTransitionEnter", "onTransitionExited", "slotProps", "slots"];
|
|
9271
9271
|
const useUtilityClasses$o = ownerState => {
|
|
9272
9272
|
const {
|
|
9273
9273
|
open,
|
|
@@ -9336,7 +9336,7 @@ const Modal$2 = /*#__PURE__*/React.forwardRef(function Modal(props, forwardedRef
|
|
|
9336
9336
|
slotProps = {},
|
|
9337
9337
|
slots = {}
|
|
9338
9338
|
} = props,
|
|
9339
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
9339
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$F);
|
|
9340
9340
|
// TODO: `modal`` must change its type in this file to match the type of methods
|
|
9341
9341
|
// provided by `ModalManager`
|
|
9342
9342
|
const manager = managerProp;
|
|
@@ -9626,7 +9626,7 @@ process.env.NODE_ENV !== "production" ? Modal$2.propTypes /* remove-proptypes */
|
|
|
9626
9626
|
} : void 0;
|
|
9627
9627
|
var ModalUnstyled = Modal$2;
|
|
9628
9628
|
|
|
9629
|
-
const _excluded$
|
|
9629
|
+
const _excluded$E = ["onChange", "maxRows", "minRows", "style", "value"];
|
|
9630
9630
|
function getStyleValue(value) {
|
|
9631
9631
|
return parseInt(value, 10) || 0;
|
|
9632
9632
|
}
|
|
@@ -9668,7 +9668,7 @@ const TextareaAutosize = /*#__PURE__*/React.forwardRef(function TextareaAutosize
|
|
|
9668
9668
|
style,
|
|
9669
9669
|
value
|
|
9670
9670
|
} = props,
|
|
9671
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
9671
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$E);
|
|
9672
9672
|
const {
|
|
9673
9673
|
current: isControlled
|
|
9674
9674
|
} = React.useRef(value != null);
|
|
@@ -9962,7 +9962,7 @@ function getInputBaseUtilityClass(slot) {
|
|
|
9962
9962
|
const inputBaseClasses = generateUtilityClasses('MuiInputBase', ['root', 'formControl', 'focused', 'disabled', 'adornedStart', 'adornedEnd', 'error', 'sizeSmall', 'multiline', 'colorSecondary', 'fullWidth', 'hiddenLabel', 'readOnly', 'input', 'inputSizeSmall', 'inputMultiline', 'inputTypeSearch', 'inputAdornedStart', 'inputAdornedEnd', 'inputHiddenLabel']);
|
|
9963
9963
|
var inputBaseClasses$1 = inputBaseClasses;
|
|
9964
9964
|
|
|
9965
|
-
const _excluded$
|
|
9965
|
+
const _excluded$D = ["aria-describedby", "autoComplete", "autoFocus", "className", "color", "components", "componentsProps", "defaultValue", "disabled", "disableInjectingGlobalStyles", "endAdornment", "error", "fullWidth", "id", "inputComponent", "inputProps", "inputRef", "margin", "maxRows", "minRows", "multiline", "name", "onBlur", "onChange", "onClick", "onFocus", "onKeyDown", "onKeyUp", "placeholder", "readOnly", "renderSuffix", "rows", "size", "slotProps", "slots", "startAdornment", "type", "value"];
|
|
9966
9966
|
const rootOverridesResolver = (props, styles) => {
|
|
9967
9967
|
const {
|
|
9968
9968
|
ownerState
|
|
@@ -10193,7 +10193,7 @@ const InputBase = /*#__PURE__*/React.forwardRef(function InputBase(inProps, ref)
|
|
|
10193
10193
|
type = 'text',
|
|
10194
10194
|
value: valueProp
|
|
10195
10195
|
} = props,
|
|
10196
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
10196
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$D);
|
|
10197
10197
|
const value = inputPropsProp.value != null ? inputPropsProp.value : valueProp;
|
|
10198
10198
|
const {
|
|
10199
10199
|
current: isControlled
|
|
@@ -10655,7 +10655,7 @@ function getInputUtilityClass(slot) {
|
|
|
10655
10655
|
const inputClasses = _extends$1({}, inputBaseClasses$1, generateUtilityClasses('MuiInput', ['root', 'underline', 'input']));
|
|
10656
10656
|
var inputClasses$1 = inputClasses;
|
|
10657
10657
|
|
|
10658
|
-
const _excluded$
|
|
10658
|
+
const _excluded$C = ["disableUnderline", "components", "componentsProps", "fullWidth", "inputComponent", "multiline", "slotProps", "slots", "type"];
|
|
10659
10659
|
const useUtilityClasses$m = ownerState => {
|
|
10660
10660
|
const {
|
|
10661
10661
|
classes,
|
|
@@ -10768,7 +10768,7 @@ const Input = /*#__PURE__*/React.forwardRef(function Input(inProps, ref) {
|
|
|
10768
10768
|
slots = {},
|
|
10769
10769
|
type = 'text'
|
|
10770
10770
|
} = props,
|
|
10771
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
10771
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$C);
|
|
10772
10772
|
const classes = useUtilityClasses$m(props);
|
|
10773
10773
|
const ownerState = {
|
|
10774
10774
|
disableUnderline
|
|
@@ -10991,7 +10991,7 @@ function getFilledInputUtilityClass(slot) {
|
|
|
10991
10991
|
const filledInputClasses = _extends$1({}, inputBaseClasses$1, generateUtilityClasses('MuiFilledInput', ['root', 'underline', 'input']));
|
|
10992
10992
|
var filledInputClasses$1 = filledInputClasses;
|
|
10993
10993
|
|
|
10994
|
-
const _excluded$
|
|
10994
|
+
const _excluded$B = ["disableUnderline", "components", "componentsProps", "fullWidth", "hiddenLabel", "inputComponent", "multiline", "slotProps", "slots", "type"];
|
|
10995
10995
|
const useUtilityClasses$l = ownerState => {
|
|
10996
10996
|
const {
|
|
10997
10997
|
classes,
|
|
@@ -11175,7 +11175,7 @@ const FilledInput = /*#__PURE__*/React.forwardRef(function FilledInput(inProps,
|
|
|
11175
11175
|
slots = {},
|
|
11176
11176
|
type = 'text'
|
|
11177
11177
|
} = props,
|
|
11178
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11178
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$B);
|
|
11179
11179
|
const ownerState = _extends$1({}, props, {
|
|
11180
11180
|
fullWidth,
|
|
11181
11181
|
inputComponent,
|
|
@@ -11406,7 +11406,7 @@ FilledInput.muiName = 'Input';
|
|
|
11406
11406
|
var FilledInput$1 = FilledInput;
|
|
11407
11407
|
|
|
11408
11408
|
var _span$2;
|
|
11409
|
-
const _excluded$
|
|
11409
|
+
const _excluded$A = ["children", "classes", "className", "label", "notched"];
|
|
11410
11410
|
const NotchedOutlineRoot$1 = styled$1('fieldset')({
|
|
11411
11411
|
textAlign: 'left',
|
|
11412
11412
|
position: 'absolute',
|
|
@@ -11479,7 +11479,7 @@ function NotchedOutline(props) {
|
|
|
11479
11479
|
label,
|
|
11480
11480
|
notched
|
|
11481
11481
|
} = props,
|
|
11482
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11482
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$A);
|
|
11483
11483
|
const withLabel = label != null && label !== '';
|
|
11484
11484
|
const ownerState = _extends$1({}, props, {
|
|
11485
11485
|
notched,
|
|
@@ -11536,7 +11536,7 @@ function getOutlinedInputUtilityClass(slot) {
|
|
|
11536
11536
|
const outlinedInputClasses = _extends$1({}, inputBaseClasses$1, generateUtilityClasses('MuiOutlinedInput', ['root', 'notchedOutline', 'input']));
|
|
11537
11537
|
var outlinedInputClasses$1 = outlinedInputClasses;
|
|
11538
11538
|
|
|
11539
|
-
const _excluded$
|
|
11539
|
+
const _excluded$z = ["components", "fullWidth", "inputComponent", "label", "multiline", "notched", "slots", "type"];
|
|
11540
11540
|
const useUtilityClasses$k = ownerState => {
|
|
11541
11541
|
const {
|
|
11542
11542
|
classes
|
|
@@ -11655,7 +11655,7 @@ const OutlinedInput = /*#__PURE__*/React.forwardRef(function OutlinedInput(inPro
|
|
|
11655
11655
|
slots = {},
|
|
11656
11656
|
type = 'text'
|
|
11657
11657
|
} = props,
|
|
11658
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11658
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$z);
|
|
11659
11659
|
const classes = useUtilityClasses$k(props);
|
|
11660
11660
|
const muiFormControl = useFormControl();
|
|
11661
11661
|
const fcs = formControlState({
|
|
@@ -11876,7 +11876,7 @@ function getFormLabelUtilityClasses(slot) {
|
|
|
11876
11876
|
const formLabelClasses = generateUtilityClasses('MuiFormLabel', ['root', 'colorSecondary', 'focused', 'disabled', 'error', 'filled', 'required', 'asterisk']);
|
|
11877
11877
|
var formLabelClasses$1 = formLabelClasses;
|
|
11878
11878
|
|
|
11879
|
-
const _excluded$
|
|
11879
|
+
const _excluded$y = ["children", "className", "color", "component", "disabled", "error", "filled", "focused", "required"];
|
|
11880
11880
|
const useUtilityClasses$j = ownerState => {
|
|
11881
11881
|
const {
|
|
11882
11882
|
classes,
|
|
@@ -11941,7 +11941,7 @@ const FormLabel = /*#__PURE__*/React.forwardRef(function FormLabel(inProps, ref)
|
|
|
11941
11941
|
className,
|
|
11942
11942
|
component = 'label'
|
|
11943
11943
|
} = props,
|
|
11944
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
11944
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$y);
|
|
11945
11945
|
const muiFormControl = useFormControl();
|
|
11946
11946
|
const fcs = formControlState({
|
|
11947
11947
|
props,
|
|
@@ -12032,7 +12032,7 @@ function getInputLabelUtilityClasses(slot) {
|
|
|
12032
12032
|
}
|
|
12033
12033
|
generateUtilityClasses('MuiInputLabel', ['root', 'focused', 'disabled', 'error', 'required', 'asterisk', 'formControl', 'sizeSmall', 'shrink', 'animated', 'standard', 'filled', 'outlined']);
|
|
12034
12034
|
|
|
12035
|
-
const _excluded$
|
|
12035
|
+
const _excluded$x = ["disableAnimation", "margin", "shrink", "variant", "className"];
|
|
12036
12036
|
const useUtilityClasses$i = ownerState => {
|
|
12037
12037
|
const {
|
|
12038
12038
|
classes,
|
|
@@ -12134,7 +12134,7 @@ const InputLabel = /*#__PURE__*/React.forwardRef(function InputLabel(inProps, re
|
|
|
12134
12134
|
shrink: shrinkProp,
|
|
12135
12135
|
className
|
|
12136
12136
|
} = props,
|
|
12137
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12137
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$x);
|
|
12138
12138
|
const muiFormControl = useFormControl();
|
|
12139
12139
|
let shrink = shrinkProp;
|
|
12140
12140
|
if (typeof shrink === 'undefined' && muiFormControl) {
|
|
@@ -12237,7 +12237,7 @@ function getFormControlUtilityClasses(slot) {
|
|
|
12237
12237
|
}
|
|
12238
12238
|
generateUtilityClasses('MuiFormControl', ['root', 'marginNone', 'marginNormal', 'marginDense', 'fullWidth', 'disabled']);
|
|
12239
12239
|
|
|
12240
|
-
const _excluded$
|
|
12240
|
+
const _excluded$w = ["children", "className", "color", "component", "disabled", "error", "focused", "fullWidth", "hiddenLabel", "margin", "required", "size", "variant"];
|
|
12241
12241
|
const useUtilityClasses$h = ownerState => {
|
|
12242
12242
|
const {
|
|
12243
12243
|
classes,
|
|
@@ -12323,7 +12323,7 @@ const FormControl = /*#__PURE__*/React.forwardRef(function FormControl(inProps,
|
|
|
12323
12323
|
size = 'medium',
|
|
12324
12324
|
variant = 'outlined'
|
|
12325
12325
|
} = props,
|
|
12326
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12326
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$w);
|
|
12327
12327
|
const ownerState = _extends$1({}, props, {
|
|
12328
12328
|
color,
|
|
12329
12329
|
component,
|
|
@@ -12519,7 +12519,7 @@ const formHelperTextClasses = generateUtilityClasses('MuiFormHelperText', ['root
|
|
|
12519
12519
|
var formHelperTextClasses$1 = formHelperTextClasses;
|
|
12520
12520
|
|
|
12521
12521
|
var _span$1;
|
|
12522
|
-
const _excluded$
|
|
12522
|
+
const _excluded$v = ["children", "className", "component", "disabled", "error", "filled", "focused", "margin", "required", "variant"];
|
|
12523
12523
|
const useUtilityClasses$g = ownerState => {
|
|
12524
12524
|
const {
|
|
12525
12525
|
classes,
|
|
@@ -12578,7 +12578,7 @@ const FormHelperText = /*#__PURE__*/React.forwardRef(function FormHelperText(inP
|
|
|
12578
12578
|
className,
|
|
12579
12579
|
component = 'p'
|
|
12580
12580
|
} = props,
|
|
12581
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12581
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$v);
|
|
12582
12582
|
const muiFormControl = useFormControl();
|
|
12583
12583
|
const fcs = formControlState({
|
|
12584
12584
|
props,
|
|
@@ -12684,7 +12684,7 @@ function getListUtilityClass(slot) {
|
|
|
12684
12684
|
}
|
|
12685
12685
|
generateUtilityClasses('MuiList', ['root', 'padding', 'dense', 'subheader']);
|
|
12686
12686
|
|
|
12687
|
-
const _excluded$
|
|
12687
|
+
const _excluded$u = ["children", "className", "component", "dense", "disablePadding", "subheader"];
|
|
12688
12688
|
const useUtilityClasses$f = ownerState => {
|
|
12689
12689
|
const {
|
|
12690
12690
|
classes,
|
|
@@ -12732,7 +12732,7 @@ const List = /*#__PURE__*/React.forwardRef(function List(inProps, ref) {
|
|
|
12732
12732
|
disablePadding = false,
|
|
12733
12733
|
subheader
|
|
12734
12734
|
} = props,
|
|
12735
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12735
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$u);
|
|
12736
12736
|
const context = React.useMemo(() => ({
|
|
12737
12737
|
dense
|
|
12738
12738
|
}), [dense]);
|
|
@@ -12799,7 +12799,7 @@ process.env.NODE_ENV !== "production" ? List.propTypes /* remove-proptypes */ =
|
|
|
12799
12799
|
} : void 0;
|
|
12800
12800
|
var List$1 = List;
|
|
12801
12801
|
|
|
12802
|
-
const _excluded$
|
|
12802
|
+
const _excluded$t = ["actions", "autoFocus", "autoFocusItem", "children", "className", "disabledItemsFocusable", "disableListWrap", "onKeyDown", "variant"];
|
|
12803
12803
|
function nextItem(list, item, disableListWrap) {
|
|
12804
12804
|
if (list === item) {
|
|
12805
12805
|
return list.firstChild;
|
|
@@ -12881,7 +12881,7 @@ const MenuList = /*#__PURE__*/React.forwardRef(function MenuList(props, ref) {
|
|
|
12881
12881
|
onKeyDown,
|
|
12882
12882
|
variant = 'selectedMenu'
|
|
12883
12883
|
} = props,
|
|
12884
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
12884
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$t);
|
|
12885
12885
|
const listRef = React.useRef(null);
|
|
12886
12886
|
const textCriteriaRef = React.useRef({
|
|
12887
12887
|
keys: [],
|
|
@@ -14071,7 +14071,7 @@ function getTransitionProps(props, options) {
|
|
|
14071
14071
|
};
|
|
14072
14072
|
}
|
|
14073
14073
|
|
|
14074
|
-
const _excluded$
|
|
14074
|
+
const _excluded$s = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
|
|
14075
14075
|
function getScale$1(value) {
|
|
14076
14076
|
return `scale(${value}, ${value ** 2})`;
|
|
14077
14077
|
}
|
|
@@ -14115,7 +14115,7 @@ const Grow = /*#__PURE__*/React.forwardRef(function Grow(props, ref) {
|
|
|
14115
14115
|
// eslint-disable-next-line react/prop-types
|
|
14116
14116
|
TransitionComponent = Transition$1
|
|
14117
14117
|
} = props,
|
|
14118
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14118
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$s);
|
|
14119
14119
|
const timer = React.useRef();
|
|
14120
14120
|
const autoTimeout = React.useRef();
|
|
14121
14121
|
const theme = useTheme();
|
|
@@ -14319,7 +14319,7 @@ process.env.NODE_ENV !== "production" ? Grow.propTypes /* remove-proptypes */ =
|
|
|
14319
14319
|
Grow.muiSupportAuto = true;
|
|
14320
14320
|
var Grow$1 = Grow;
|
|
14321
14321
|
|
|
14322
|
-
const _excluded$
|
|
14322
|
+
const _excluded$r = ["addEndListener", "appear", "children", "easing", "in", "onEnter", "onEntered", "onEntering", "onExit", "onExited", "onExiting", "style", "timeout", "TransitionComponent"];
|
|
14323
14323
|
const styles = {
|
|
14324
14324
|
entering: {
|
|
14325
14325
|
opacity: 1
|
|
@@ -14356,7 +14356,7 @@ const Fade = /*#__PURE__*/React.forwardRef(function Fade(props, ref) {
|
|
|
14356
14356
|
// eslint-disable-next-line react/prop-types
|
|
14357
14357
|
TransitionComponent = Transition$1
|
|
14358
14358
|
} = props,
|
|
14359
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14359
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$r);
|
|
14360
14360
|
const nodeRef = React.useRef(null);
|
|
14361
14361
|
const handleRef = useForkRef(nodeRef, children.ref, ref);
|
|
14362
14362
|
const normalizedTransitionCallback = callback => maybeIsAppearing => {
|
|
@@ -14517,7 +14517,7 @@ function getBackdropUtilityClass(slot) {
|
|
|
14517
14517
|
}
|
|
14518
14518
|
generateUtilityClasses('MuiBackdrop', ['root', 'invisible']);
|
|
14519
14519
|
|
|
14520
|
-
const _excluded$
|
|
14520
|
+
const _excluded$q = ["children", "className", "component", "components", "componentsProps", "invisible", "open", "slotProps", "slots", "TransitionComponent", "transitionDuration"];
|
|
14521
14521
|
const useUtilityClasses$e = ownerState => {
|
|
14522
14522
|
const {
|
|
14523
14523
|
classes,
|
|
@@ -14572,7 +14572,7 @@ const Backdrop = /*#__PURE__*/React.forwardRef(function Backdrop(inProps, ref) {
|
|
|
14572
14572
|
TransitionComponent = Fade$1,
|
|
14573
14573
|
transitionDuration
|
|
14574
14574
|
} = props,
|
|
14575
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14575
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$q);
|
|
14576
14576
|
const ownerState = _extends$1({}, props, {
|
|
14577
14577
|
component,
|
|
14578
14578
|
invisible
|
|
@@ -14693,7 +14693,7 @@ process.env.NODE_ENV !== "production" ? Backdrop.propTypes /* remove-proptypes *
|
|
|
14693
14693
|
} : void 0;
|
|
14694
14694
|
var Backdrop$1 = Backdrop;
|
|
14695
14695
|
|
|
14696
|
-
const _excluded$
|
|
14696
|
+
const _excluded$p = ["BackdropComponent", "BackdropProps", "classes", "className", "closeAfterTransition", "children", "container", "component", "components", "componentsProps", "disableAutoFocus", "disableEnforceFocus", "disableEscapeKeyDown", "disablePortal", "disableRestoreFocus", "disableScrollLock", "hideBackdrop", "keepMounted", "onBackdropClick", "onClose", "open", "slotProps", "slots", "theme"];
|
|
14697
14697
|
const ModalRoot = styled$1('div', {
|
|
14698
14698
|
name: 'MuiModal',
|
|
14699
14699
|
slot: 'Root',
|
|
@@ -14772,7 +14772,7 @@ const Modal = /*#__PURE__*/React.forwardRef(function Modal(inProps, ref) {
|
|
|
14772
14772
|
// eslint-disable-next-line react/prop-types
|
|
14773
14773
|
theme
|
|
14774
14774
|
} = props,
|
|
14775
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
14775
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$p);
|
|
14776
14776
|
const [exited, setExited] = React.useState(true);
|
|
14777
14777
|
const commonProps = {
|
|
14778
14778
|
container,
|
|
@@ -14996,7 +14996,7 @@ function getPaperUtilityClass(slot) {
|
|
|
14996
14996
|
}
|
|
14997
14997
|
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']);
|
|
14998
14998
|
|
|
14999
|
-
const _excluded$
|
|
14999
|
+
const _excluded$o = ["className", "component", "elevation", "square", "variant"];
|
|
15000
15000
|
const useUtilityClasses$d = ownerState => {
|
|
15001
15001
|
const {
|
|
15002
15002
|
square,
|
|
@@ -15051,7 +15051,7 @@ const Paper = /*#__PURE__*/React.forwardRef(function Paper(inProps, ref) {
|
|
|
15051
15051
|
square = false,
|
|
15052
15052
|
variant = 'elevation'
|
|
15053
15053
|
} = props,
|
|
15054
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
15054
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$o);
|
|
15055
15055
|
const ownerState = _extends$1({}, props, {
|
|
15056
15056
|
component,
|
|
15057
15057
|
elevation,
|
|
@@ -15132,7 +15132,7 @@ function getPopoverUtilityClass(slot) {
|
|
|
15132
15132
|
}
|
|
15133
15133
|
generateUtilityClasses('MuiPopover', ['root', 'paper']);
|
|
15134
15134
|
|
|
15135
|
-
const _excluded$
|
|
15135
|
+
const _excluded$n = ["onEntering"],
|
|
15136
15136
|
_excluded2$2 = ["action", "anchorEl", "anchorOrigin", "anchorPosition", "anchorReference", "children", "className", "container", "elevation", "marginThreshold", "open", "PaperProps", "slots", "slotProps", "transformOrigin", "TransitionComponent", "transitionDuration", "TransitionProps"],
|
|
15137
15137
|
_excluded3 = ["slotProps"];
|
|
15138
15138
|
function getOffsetTop(rect, vertical) {
|
|
@@ -15229,7 +15229,7 @@ const Popover = /*#__PURE__*/React.forwardRef(function Popover(inProps, ref) {
|
|
|
15229
15229
|
onEntering
|
|
15230
15230
|
} = {}
|
|
15231
15231
|
} = props,
|
|
15232
|
-
TransitionProps = _objectWithoutPropertiesLoose(props.TransitionProps, _excluded$
|
|
15232
|
+
TransitionProps = _objectWithoutPropertiesLoose(props.TransitionProps, _excluded$n),
|
|
15233
15233
|
other = _objectWithoutPropertiesLoose(props, _excluded2$2);
|
|
15234
15234
|
const externalPaperSlotProps = (_slotProps$paper = slotProps == null ? void 0 : slotProps.paper) != null ? _slotProps$paper : PaperPropsProp;
|
|
15235
15235
|
const paperRef = React.useRef();
|
|
@@ -15635,7 +15635,7 @@ function getMenuUtilityClass(slot) {
|
|
|
15635
15635
|
}
|
|
15636
15636
|
generateUtilityClasses('MuiMenu', ['root', 'paper', 'list']);
|
|
15637
15637
|
|
|
15638
|
-
const _excluded$
|
|
15638
|
+
const _excluded$m = ["onEntering"],
|
|
15639
15639
|
_excluded2$1 = ["autoFocus", "children", "disableAutoFocusItem", "MenuListProps", "onClose", "open", "PaperProps", "PopoverClasses", "transitionDuration", "TransitionProps", "variant"];
|
|
15640
15640
|
const RTL_ORIGIN = {
|
|
15641
15641
|
vertical: 'top',
|
|
@@ -15702,7 +15702,7 @@ const Menu = /*#__PURE__*/React.forwardRef(function Menu(inProps, ref) {
|
|
|
15702
15702
|
} = {},
|
|
15703
15703
|
variant = 'selectedMenu'
|
|
15704
15704
|
} = props,
|
|
15705
|
-
TransitionProps = _objectWithoutPropertiesLoose(props.TransitionProps, _excluded$
|
|
15705
|
+
TransitionProps = _objectWithoutPropertiesLoose(props.TransitionProps, _excluded$m),
|
|
15706
15706
|
other = _objectWithoutPropertiesLoose(props, _excluded2$1);
|
|
15707
15707
|
const theme = useTheme();
|
|
15708
15708
|
const isRtl = theme.direction === 'rtl';
|
|
@@ -15892,7 +15892,7 @@ function getNativeSelectUtilityClasses(slot) {
|
|
|
15892
15892
|
const nativeSelectClasses = generateUtilityClasses('MuiNativeSelect', ['root', 'select', 'multiple', 'filled', 'outlined', 'standard', 'disabled', 'icon', 'iconOpen', 'iconFilled', 'iconOutlined', 'iconStandard', 'nativeInput', 'error']);
|
|
15893
15893
|
var nativeSelectClasses$1 = nativeSelectClasses;
|
|
15894
15894
|
|
|
15895
|
-
const _excluded$
|
|
15895
|
+
const _excluded$l = ["className", "disabled", "error", "IconComponent", "inputRef", "variant"];
|
|
15896
15896
|
const useUtilityClasses$a = ownerState => {
|
|
15897
15897
|
const {
|
|
15898
15898
|
classes,
|
|
@@ -16021,7 +16021,7 @@ const NativeSelectInput = /*#__PURE__*/React.forwardRef(function NativeSelectInp
|
|
|
16021
16021
|
inputRef,
|
|
16022
16022
|
variant = 'standard'
|
|
16023
16023
|
} = props,
|
|
16024
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16024
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$l);
|
|
16025
16025
|
const ownerState = _extends$1({}, props, {
|
|
16026
16026
|
disabled,
|
|
16027
16027
|
variant,
|
|
@@ -16106,7 +16106,7 @@ const selectClasses = generateUtilityClasses('MuiSelect', ['select', 'multiple',
|
|
|
16106
16106
|
var selectClasses$1 = selectClasses;
|
|
16107
16107
|
|
|
16108
16108
|
var _span;
|
|
16109
|
-
const _excluded$
|
|
16109
|
+
const _excluded$k = ["aria-describedby", "aria-label", "autoFocus", "autoWidth", "children", "className", "defaultOpen", "defaultValue", "disabled", "displayEmpty", "error", "IconComponent", "inputRef", "labelId", "MenuProps", "multiple", "name", "onBlur", "onChange", "onClose", "onFocus", "onOpen", "open", "readOnly", "renderValue", "SelectDisplayProps", "tabIndex", "type", "value", "variant"];
|
|
16110
16110
|
const SelectSelect = styled$1('div', {
|
|
16111
16111
|
name: 'MuiSelect',
|
|
16112
16112
|
slot: 'Select',
|
|
@@ -16228,7 +16228,7 @@ const SelectInput = /*#__PURE__*/React.forwardRef(function SelectInput(props, re
|
|
|
16228
16228
|
value: valueProp,
|
|
16229
16229
|
variant = 'standard'
|
|
16230
16230
|
} = props,
|
|
16231
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16231
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$k);
|
|
16232
16232
|
const [value, setValueState] = useControlled({
|
|
16233
16233
|
controlled: valueProp,
|
|
16234
16234
|
default: defaultValue,
|
|
@@ -16739,7 +16739,7 @@ function getSvgIconUtilityClass(slot) {
|
|
|
16739
16739
|
}
|
|
16740
16740
|
generateUtilityClasses('MuiSvgIcon', ['root', 'colorPrimary', 'colorSecondary', 'colorAction', 'colorError', 'colorDisabled', 'fontSizeInherit', 'fontSizeSmall', 'fontSizeMedium', 'fontSizeLarge']);
|
|
16741
16741
|
|
|
16742
|
-
const _excluded$
|
|
16742
|
+
const _excluded$j = ["children", "className", "color", "component", "fontSize", "htmlColor", "inheritViewBox", "titleAccess", "viewBox"];
|
|
16743
16743
|
const useUtilityClasses$8 = ownerState => {
|
|
16744
16744
|
const {
|
|
16745
16745
|
color,
|
|
@@ -16805,7 +16805,7 @@ const SvgIcon = /*#__PURE__*/React.forwardRef(function SvgIcon(inProps, ref) {
|
|
|
16805
16805
|
titleAccess,
|
|
16806
16806
|
viewBox = '0 0 24 24'
|
|
16807
16807
|
} = props,
|
|
16808
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16808
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$j);
|
|
16809
16809
|
const ownerState = _extends$1({}, props, {
|
|
16810
16810
|
color,
|
|
16811
16811
|
component,
|
|
@@ -16931,7 +16931,7 @@ var ArrowDropDownIcon = createSvgIcon( /*#__PURE__*/jsxRuntimeExports.jsx("path"
|
|
|
16931
16931
|
d: "M7 10l5 5 5-5z"
|
|
16932
16932
|
}), 'ArrowDropDown');
|
|
16933
16933
|
|
|
16934
|
-
const _excluded$
|
|
16934
|
+
const _excluded$i = ["autoWidth", "children", "classes", "className", "defaultOpen", "displayEmpty", "IconComponent", "id", "input", "inputProps", "label", "labelId", "MenuProps", "multiple", "native", "onClose", "onOpen", "open", "renderValue", "SelectDisplayProps", "variant"];
|
|
16935
16935
|
const useUtilityClasses$7 = ownerState => {
|
|
16936
16936
|
const {
|
|
16937
16937
|
classes
|
|
@@ -16975,7 +16975,7 @@ const Select = /*#__PURE__*/React.forwardRef(function Select(inProps, ref) {
|
|
|
16975
16975
|
SelectDisplayProps,
|
|
16976
16976
|
variant: variantProp = 'outlined'
|
|
16977
16977
|
} = props,
|
|
16978
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
16978
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$i);
|
|
16979
16979
|
const inputComponent = native ? NativeSelectInput$1 : SelectInput$1;
|
|
16980
16980
|
const muiFormControl = useFormControl();
|
|
16981
16981
|
const fcs = formControlState({
|
|
@@ -17198,7 +17198,7 @@ function getTextFieldUtilityClass(slot) {
|
|
|
17198
17198
|
}
|
|
17199
17199
|
generateUtilityClasses('MuiTextField', ['root']);
|
|
17200
17200
|
|
|
17201
|
-
const _excluded$
|
|
17201
|
+
const _excluded$h = ["autoComplete", "autoFocus", "children", "className", "color", "defaultValue", "disabled", "error", "FormHelperTextProps", "fullWidth", "helperText", "id", "InputLabelProps", "inputProps", "InputProps", "inputRef", "label", "maxRows", "minRows", "multiline", "name", "onBlur", "onChange", "onClick", "onFocus", "placeholder", "required", "rows", "select", "SelectProps", "type", "value", "variant"];
|
|
17202
17202
|
const variantComponent = {
|
|
17203
17203
|
standard: Input$1,
|
|
17204
17204
|
filled: FilledInput$1,
|
|
@@ -17291,7 +17291,7 @@ const TextField = /*#__PURE__*/React.forwardRef(function TextField(inProps, ref)
|
|
|
17291
17291
|
value,
|
|
17292
17292
|
variant = 'outlined'
|
|
17293
17293
|
} = props,
|
|
17294
|
-
other = _objectWithoutPropertiesLoose(props, _excluded$
|
|
17294
|
+
other = _objectWithoutPropertiesLoose(props, _excluded$h);
|
|
17295
17295
|
const ownerState = _extends$1({}, props, {
|
|
17296
17296
|
autoFocus,
|
|
17297
17297
|
color,
|
|
@@ -21602,7 +21602,6 @@ const StyledTooltipContent = styled$3.div`
|
|
|
21602
21602
|
|
|
21603
21603
|
const COMPONENT_NAME$5 = 'TooltipContent';
|
|
21604
21604
|
const CLASSNAME$5 = 'redsift-tooltip-content';
|
|
21605
|
-
const DEFAULT_PROPS$4 = {};
|
|
21606
21605
|
|
|
21607
21606
|
/**
|
|
21608
21607
|
* The TooltipContent component.
|
|
@@ -21668,12 +21667,10 @@ const TooltipContent = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21668
21667
|
}, children)));
|
|
21669
21668
|
});
|
|
21670
21669
|
TooltipContent.className = CLASSNAME$5;
|
|
21671
|
-
TooltipContent.defaultProps = DEFAULT_PROPS$4;
|
|
21672
21670
|
TooltipContent.displayName = COMPONENT_NAME$5;
|
|
21673
21671
|
|
|
21674
21672
|
const COMPONENT_NAME$4 = 'TooltipTrigger';
|
|
21675
21673
|
const CLASSNAME$4 = 'redsift-tooltip-trigger';
|
|
21676
|
-
const DEFAULT_PROPS$3 = {};
|
|
21677
21674
|
|
|
21678
21675
|
/**
|
|
21679
21676
|
* The TooltipTrigger component.
|
|
@@ -21709,7 +21706,6 @@ const TooltipTrigger = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21709
21706
|
}, getReferenceProps(props)), children);
|
|
21710
21707
|
});
|
|
21711
21708
|
TooltipTrigger.className = CLASSNAME$4;
|
|
21712
|
-
TooltipTrigger.defaultProps = DEFAULT_PROPS$3;
|
|
21713
21709
|
TooltipTrigger.displayName = COMPONENT_NAME$4;
|
|
21714
21710
|
|
|
21715
21711
|
function useTooltip(_ref) {
|
|
@@ -21780,27 +21776,59 @@ function useTooltip(_ref) {
|
|
|
21780
21776
|
const ThemeContext = /*#__PURE__*/React__default.createContext(null);
|
|
21781
21777
|
const ThemeProvider = ThemeContext.Provider;
|
|
21782
21778
|
|
|
21779
|
+
const _excluded$g = ["tooltip", "tooltipProps", "tooltipTriggerProps", "tooltipContentProps"];
|
|
21780
|
+
const IconButtonWithTooltip = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
21781
|
+
let {
|
|
21782
|
+
tooltip,
|
|
21783
|
+
tooltipProps,
|
|
21784
|
+
tooltipTriggerProps,
|
|
21785
|
+
tooltipContentProps
|
|
21786
|
+
} = _ref,
|
|
21787
|
+
props = _objectWithoutProperties(_ref, _excluded$g);
|
|
21788
|
+
return /*#__PURE__*/React__default.createElement(Tooltip, tooltipProps, /*#__PURE__*/React__default.createElement(Tooltip.Trigger, tooltipTriggerProps, /*#__PURE__*/React__default.createElement(IconButton$2, _extends$2({
|
|
21789
|
+
"aria-label": tooltip
|
|
21790
|
+
}, props, {
|
|
21791
|
+
"aria-describedby": undefined,
|
|
21792
|
+
ref: ref
|
|
21793
|
+
}))), /*#__PURE__*/React__default.createElement(Tooltip.Content, tooltipContentProps, tooltip));
|
|
21794
|
+
});
|
|
21795
|
+
IconButtonWithTooltip.displayName = 'IconButton';
|
|
21796
|
+
|
|
21797
|
+
const _excluded$f = ["tooltip", "tooltipProps", "tooltipTriggerProps", "tooltipContentProps"];
|
|
21798
|
+
const ButtonWithTooltip = /*#__PURE__*/forwardRef((_ref, ref) => {
|
|
21799
|
+
let {
|
|
21800
|
+
tooltip,
|
|
21801
|
+
tooltipProps,
|
|
21802
|
+
tooltipTriggerProps,
|
|
21803
|
+
tooltipContentProps
|
|
21804
|
+
} = _ref,
|
|
21805
|
+
props = _objectWithoutProperties(_ref, _excluded$f);
|
|
21806
|
+
return /*#__PURE__*/React__default.createElement(Tooltip, tooltipProps, /*#__PURE__*/React__default.createElement(Tooltip.Trigger, tooltipTriggerProps, /*#__PURE__*/React__default.createElement(Button, _extends$2({
|
|
21807
|
+
"aria-label": tooltip
|
|
21808
|
+
}, props, {
|
|
21809
|
+
"aria-describedby": undefined,
|
|
21810
|
+
ref: ref
|
|
21811
|
+
}))), /*#__PURE__*/React__default.createElement(Tooltip.Content, tooltipContentProps, tooltip));
|
|
21812
|
+
});
|
|
21813
|
+
ButtonWithTooltip.displayName = 'Button';
|
|
21814
|
+
|
|
21783
21815
|
const COMPONENT_NAME$3 = 'Tooltip';
|
|
21784
21816
|
const CLASSNAME$3 = 'redsift-tooltip';
|
|
21785
|
-
const DEFAULT_PROPS$2 = {
|
|
21786
|
-
delay: 500,
|
|
21787
|
-
placement: TooltipPlacement.top
|
|
21788
|
-
};
|
|
21789
21817
|
|
|
21790
21818
|
/**
|
|
21791
21819
|
* The Tooltip component.
|
|
21792
21820
|
*/
|
|
21793
21821
|
const BaseTooltip = props => {
|
|
21794
21822
|
const {
|
|
21795
|
-
color,
|
|
21796
21823
|
children,
|
|
21824
|
+
color,
|
|
21797
21825
|
defaultOpen,
|
|
21798
|
-
delay,
|
|
21826
|
+
delay = 500,
|
|
21799
21827
|
isOpen,
|
|
21800
21828
|
onOpen,
|
|
21801
|
-
placement,
|
|
21802
|
-
tooltipId,
|
|
21829
|
+
placement = TooltipPlacement.top,
|
|
21803
21830
|
theme: propsTheme,
|
|
21831
|
+
tooltipId,
|
|
21804
21832
|
triggerClassName
|
|
21805
21833
|
} = props;
|
|
21806
21834
|
const theme = useTheme$4 ? useTheme$4(propsTheme) : undefined;
|
|
@@ -21825,11 +21853,13 @@ const BaseTooltip = props => {
|
|
|
21825
21853
|
}, trigger && isComponent('TooltipTrigger')(trigger) ? trigger : null, content && isComponent('TooltipContent')(content) ? content : null));
|
|
21826
21854
|
};
|
|
21827
21855
|
BaseTooltip.className = CLASSNAME$3;
|
|
21828
|
-
BaseTooltip.defaultProps = DEFAULT_PROPS$2;
|
|
21829
21856
|
BaseTooltip.displayName = COMPONENT_NAME$3;
|
|
21830
21857
|
const Tooltip = Object.assign(BaseTooltip, {
|
|
21831
21858
|
Trigger: TooltipTrigger,
|
|
21832
|
-
Content: TooltipContent
|
|
21859
|
+
Content: TooltipContent,
|
|
21860
|
+
Button: ButtonWithTooltip,
|
|
21861
|
+
IconButton: IconButtonWithTooltip,
|
|
21862
|
+
IconButtonLink: IconButtonWithTooltip
|
|
21833
21863
|
});
|
|
21834
21864
|
|
|
21835
21865
|
const useTooltipContext = () => {
|
|
@@ -21856,27 +21886,9 @@ const StyledGridToolbarFilterSemanticField = styled$3.form`
|
|
|
21856
21886
|
}
|
|
21857
21887
|
`;
|
|
21858
21888
|
|
|
21859
|
-
const _excluded$e = ["className", "
|
|
21889
|
+
const _excluded$e = ["className", "dateFormat", "defaultFilter", "defaultModel", "disablePower", "localeText", "nlpFilterConfig", "onFilterModelChange"];
|
|
21860
21890
|
const COMPONENT_NAME$2 = 'GridToolbarFilterSemanticField';
|
|
21861
21891
|
const CLASSNAME$2 = 'redsift-datagrid-toolbar-nlp-filter-field';
|
|
21862
|
-
const DEFAULT_PROPS$1 = {
|
|
21863
|
-
dateFormat: 'yyyy-mm-dd',
|
|
21864
|
-
defaultModel: 'gpt-4-0613',
|
|
21865
|
-
defaultFilter: {
|
|
21866
|
-
items: [],
|
|
21867
|
-
linkOperator: 'and'
|
|
21868
|
-
},
|
|
21869
|
-
disablePower: false,
|
|
21870
|
-
localeText: {
|
|
21871
|
-
textLabel: 'Semantic filtering',
|
|
21872
|
-
textPlaceholder: 'Describe here how you would like to filter this datagrid.',
|
|
21873
|
-
buttonAriaLabel: 'Submit',
|
|
21874
|
-
buttonText: 'Run',
|
|
21875
|
-
powerText: 'Power mode',
|
|
21876
|
-
powerTooltipContent: 'The Power mode can get better results but is slower.',
|
|
21877
|
-
errorText: 'Unable to find a valid filter, please try again with a more specific prompt.'
|
|
21878
|
-
}
|
|
21879
|
-
};
|
|
21880
21892
|
const DEFAULT_OPERATORS = {
|
|
21881
21893
|
string: ['contains', 'equals', 'startsWith', 'endsWith', 'isEmpty', 'isNotEmpty', 'isAnyOf'],
|
|
21882
21894
|
number: ['=', '!=', '>', '>=', '<', '<=', 'isEmpty', 'isNotEmpty', 'isAnyOf'],
|
|
@@ -21948,13 +21960,16 @@ const GridToolbarFilterSemanticField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21948
21960
|
const fieldRef = ref || useRef();
|
|
21949
21961
|
const {
|
|
21950
21962
|
className,
|
|
21963
|
+
dateFormat = 'yyyy-mm-dd',
|
|
21964
|
+
defaultFilter = {
|
|
21965
|
+
items: [],
|
|
21966
|
+
linkOperator: 'and'
|
|
21967
|
+
},
|
|
21968
|
+
defaultModel = 'gpt-4-0613',
|
|
21969
|
+
disablePower = false,
|
|
21970
|
+
localeText,
|
|
21951
21971
|
nlpFilterConfig,
|
|
21952
|
-
onFilterModelChange
|
|
21953
|
-
dateFormat = DEFAULT_PROPS$1.dateFormat,
|
|
21954
|
-
defaultModel = DEFAULT_PROPS$1.defaultModel,
|
|
21955
|
-
defaultFilter = DEFAULT_PROPS$1.defaultFilter,
|
|
21956
|
-
disablePower = DEFAULT_PROPS$1.disablePower,
|
|
21957
|
-
localeText
|
|
21972
|
+
onFilterModelChange
|
|
21958
21973
|
} = props,
|
|
21959
21974
|
forwardedProps = _objectWithoutProperties(props, _excluded$e);
|
|
21960
21975
|
const {
|
|
@@ -21965,7 +21980,15 @@ const GridToolbarFilterSemanticField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
21965
21980
|
powerText,
|
|
21966
21981
|
powerTooltipContent,
|
|
21967
21982
|
errorText
|
|
21968
|
-
} = _objectSpread2(
|
|
21983
|
+
} = _objectSpread2({
|
|
21984
|
+
textLabel: 'Semantic filtering',
|
|
21985
|
+
textPlaceholder: 'Describe here how you would like to filter this datagrid.',
|
|
21986
|
+
buttonAriaLabel: 'Submit',
|
|
21987
|
+
buttonText: 'Run',
|
|
21988
|
+
powerText: 'Power mode',
|
|
21989
|
+
powerTooltipContent: 'The Power mode can get better results but is slower.',
|
|
21990
|
+
errorText: 'Unable to find a valid filter, please try again with a more specific prompt.'
|
|
21991
|
+
}, localeText);
|
|
21969
21992
|
const [prompt, setPrompt] = useState('');
|
|
21970
21993
|
const modelRef = useRef(defaultModel);
|
|
21971
21994
|
const showErrorRef = useRef(false);
|
|
@@ -22034,7 +22057,6 @@ const GridToolbarFilterSemanticField = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
22034
22057
|
}, errorText));
|
|
22035
22058
|
});
|
|
22036
22059
|
GridToolbarFilterSemanticField.className = CLASSNAME$2;
|
|
22037
|
-
GridToolbarFilterSemanticField.defaultProps = DEFAULT_PROPS$1;
|
|
22038
22060
|
GridToolbarFilterSemanticField.displayName = COMPONENT_NAME$2;
|
|
22039
22061
|
|
|
22040
22062
|
/**
|
|
@@ -24838,13 +24860,9 @@ const ControlledPagination = _ref => {
|
|
|
24838
24860
|
};
|
|
24839
24861
|
|
|
24840
24862
|
const _excluded$1 = ["hideToolbar", "RenderedToolbar", "filterModel", "onFilterModelChange", "pagination", "paginationPlacement", "selectionStatus", "selectionStatusType", "setSelectionStatusType", "apiRef", "isRowSelectable", "page", "onPageChange", "pageSize", "onPageSizeChange", "rowsPerPageOptions", "paginationProps", "paginationMode", "rowCount"],
|
|
24841
|
-
_excluded2 = ["apiRef", "autoHeight", "className", "components", "componentsProps", "filterModel", "height", "hideToolbar", "initialState", "isRowSelectable", "license", "onFilterModelChange", "onPageChange", "onPageSizeChange", "
|
|
24863
|
+
_excluded2 = ["apiRef", "autoHeight", "className", "components", "componentsProps", "filterModel", "height", "hideToolbar", "initialState", "isPreviousData", "isRowSelectable", "license", "onFilterModelChange", "onPageChange", "onPageSizeChange", "onSelectionModelChange", "onSelectionStatusChange", "page", "pageSize", "pagination", "paginationMode", "paginationPlacement", "paginationProps", "rowCount", "rows", "rowsPerPageOptions", "selectionModel", "sx", "theme"];
|
|
24842
24864
|
const COMPONENT_NAME$1 = 'DataGrid';
|
|
24843
24865
|
const CLASSNAME$1 = 'redsift-datagrid';
|
|
24844
|
-
const DEFAULT_PROPS = {
|
|
24845
|
-
license: process.env.MUI_LICENSE_KEY,
|
|
24846
|
-
paginationPlacement: 'both'
|
|
24847
|
-
};
|
|
24848
24866
|
const Toolbar = _ref => {
|
|
24849
24867
|
let {
|
|
24850
24868
|
hideToolbar,
|
|
@@ -24914,26 +24932,26 @@ const DataGrid = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
24914
24932
|
height: propsHeight,
|
|
24915
24933
|
hideToolbar,
|
|
24916
24934
|
initialState,
|
|
24935
|
+
isPreviousData,
|
|
24917
24936
|
isRowSelectable,
|
|
24918
|
-
license,
|
|
24937
|
+
license = process.env.MUI_LICENSE_KEY,
|
|
24919
24938
|
onFilterModelChange: propsOnFilterModelChange,
|
|
24920
24939
|
onPageChange: propsOnPageChange,
|
|
24921
24940
|
onPageSizeChange: propsOnPageSizeChange,
|
|
24922
|
-
selectionModel: propsSelectionModel,
|
|
24923
24941
|
onSelectionModelChange,
|
|
24942
|
+
onSelectionStatusChange: propsOnSelectionStatusChange,
|
|
24924
24943
|
page: propsPage,
|
|
24925
24944
|
pageSize: propsPageSize,
|
|
24926
24945
|
pagination,
|
|
24927
|
-
|
|
24946
|
+
paginationMode = 'client',
|
|
24947
|
+
paginationPlacement = 'both',
|
|
24928
24948
|
paginationProps,
|
|
24949
|
+
rowCount,
|
|
24929
24950
|
rows,
|
|
24930
24951
|
rowsPerPageOptions,
|
|
24952
|
+
selectionModel: propsSelectionModel,
|
|
24931
24953
|
sx,
|
|
24932
|
-
theme: propsTheme
|
|
24933
|
-
paginationMode = 'client',
|
|
24934
|
-
rowCount,
|
|
24935
|
-
onSelectionStatusChange: propsOnSelectionStatusChange,
|
|
24936
|
-
isPreviousData
|
|
24954
|
+
theme: propsTheme
|
|
24937
24955
|
} = props,
|
|
24938
24956
|
forwardedProps = _objectWithoutProperties(props, _excluded2);
|
|
24939
24957
|
const theme = useTheme$4(propsTheme);
|
|
@@ -25227,7 +25245,6 @@ const DataGrid = /*#__PURE__*/forwardRef((props, ref) => {
|
|
|
25227
25245
|
})))));
|
|
25228
25246
|
});
|
|
25229
25247
|
DataGrid.className = CLASSNAME$1;
|
|
25230
|
-
DataGrid.defaultProps = DEFAULT_PROPS;
|
|
25231
25248
|
DataGrid.displayName = COMPONENT_NAME$1;
|
|
25232
25249
|
|
|
25233
25250
|
const StyledTextCell = styled$3.div`
|