@carto/meridian-ds 0.1.1-alpha.1 → 0.1.1-alpha.2
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/dist/Alert-DyuvFDkP.cjs +4 -0
- package/dist/Alert-_PI5QbXW.js +127 -0
- package/dist/TablePaginationActions-B7ycFqaM.cjs +9 -0
- package/dist/{Alert-BawVDNyY.js → TablePaginationActions-OJyfVTms.js} +730 -311
- package/dist/components/index.cjs +1 -1
- package/dist/components/index.js +31 -31
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.js +25 -23
- package/dist/types/components/atoms/Button.d.ts +1 -1
- package/dist/types/components/atoms/Typography.d.ts +1 -1
- package/dist/types/theme/carto-theme.d.ts +3 -3
- package/dist/types/theme/sections/components/buttons.d.ts.map +1 -1
- package/dist/types/theme/sections/components/data-display.d.ts.map +1 -1
- package/dist/types/theme/sections/typography.d.ts +3 -3
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.styled.d.ts +8 -8
- package/dist/types/widgets/SkeletonWidgets.d.ts +4 -4
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.d.ts +4 -1
- package/dist/types/widgets/TableWidgetUI/TableWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts +2 -1
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts.map +1 -1
- package/dist/types/widgets/legend/LegendWidgetUI.styles.d.ts +1 -1
- package/dist/widgets/index.cjs +10 -10
- package/dist/widgets/index.js +1260 -1255
- package/package.json +1 -1
- package/dist/Alert-CrvY-jFA.cjs +0 -4
- package/dist/theme-constants-DL1946wP.js +0 -544
- package/dist/theme-constants-PqPZ2w1q.cjs +0 -9
package/dist/theme/index.js
CHANGED
|
@@ -1,12 +1,11 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { jsxs as
|
|
1
|
+
import { responsiveFontSizes as N, createTheme as V } from "@mui/material";
|
|
2
|
+
import { jsxs as j, Fragment as Z, jsx as u } from "react/jsx-runtime";
|
|
3
3
|
import { alpha as b } from "@mui/material/styles";
|
|
4
|
-
import { I as n,
|
|
5
|
-
import U from "@mui/material/TablePagination/TablePaginationActions";
|
|
4
|
+
import { T as K, a as U, I as n, b as r, c as g, g as a, A as C, B as s, S as k } from "../TablePaginationActions-OJyfVTms.js";
|
|
6
5
|
import q from "@mui/icons-material/Cancel";
|
|
7
6
|
import { A as f } from "../arrow-drop-icon-Dau5xh-6.js";
|
|
8
7
|
import { c as p } from "../paletteUtils-BEwZhrLg.js";
|
|
9
|
-
import { g as
|
|
8
|
+
import { g as Co } from "../paletteUtils-BEwZhrLg.js";
|
|
10
9
|
import Q from "@mui/icons-material/CheckCircleOutlined";
|
|
11
10
|
import { ExpandMoreOutlined as _ } from "@mui/icons-material";
|
|
12
11
|
const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1 2.1S9.9 9.16 9.9 8s.94-2.1 2.1-2.1m0 9c2.97 0 6.1 1.46 6.1 2.1v1.1H5.9V17c0-.64 3.13-2.1 6.1-2.1M12 4C9.79 4 8 5.79 8 8s1.79 4 4 4 4-1.79 4-4-1.79-4-4-4zm0 9c-2.67 0-8 1.34-8 4v3h16v-3c0-2.66-5.33-4-8-4z", m = "50%", S = 0.5, Y = {
|
|
@@ -129,9 +128,9 @@ const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1
|
|
|
129
128
|
variant: "outlined",
|
|
130
129
|
size: "small"
|
|
131
130
|
},
|
|
132
|
-
labelDisplayedRows: ({ from: o, to: i, count: v }) => /* @__PURE__ */ Z
|
|
131
|
+
labelDisplayedRows: ({ from: o, to: i, count: v }) => /* @__PURE__ */ j(Z, { children: [
|
|
133
132
|
/* @__PURE__ */ u(
|
|
134
|
-
|
|
133
|
+
K,
|
|
135
134
|
{
|
|
136
135
|
component: "span",
|
|
137
136
|
variant: "inherit",
|
|
@@ -515,7 +514,7 @@ const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1
|
|
|
515
514
|
})
|
|
516
515
|
}
|
|
517
516
|
}
|
|
518
|
-
}, I = a(2), l = a(3), e = a(4), d = a(6),
|
|
517
|
+
}, I = a(2), l = a(3), e = a(4), d = a(6), w = a(0.5), J = {
|
|
519
518
|
// Button Base
|
|
520
519
|
MuiButtonBase: {
|
|
521
520
|
defaultProps: {
|
|
@@ -841,7 +840,7 @@ const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1
|
|
|
841
840
|
padding: o.spacing(0, 1),
|
|
842
841
|
color: o.palette.text.secondary,
|
|
843
842
|
border: "none",
|
|
844
|
-
borderRadius:
|
|
843
|
+
borderRadius: w,
|
|
845
844
|
transition: "background-color 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms",
|
|
846
845
|
"&:hover": {
|
|
847
846
|
backgroundColor: o.palette.action.hover
|
|
@@ -891,25 +890,25 @@ const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1
|
|
|
891
890
|
boxShadow: o.shadows[1],
|
|
892
891
|
backgroundColor: o.palette.background.paper,
|
|
893
892
|
"& .MuiToggleButtonGroup-grouped:not(:first-of-type), &.Mui-Selected, & .MuiToggleButtonGroup-grouped:not(:last-of-type)": {
|
|
894
|
-
borderRadius:
|
|
893
|
+
borderRadius: w
|
|
895
894
|
},
|
|
896
895
|
".MuiDivider-root": {
|
|
897
|
-
"&.
|
|
896
|
+
"&.MuiDivider-vertical": {
|
|
898
897
|
height: d,
|
|
899
898
|
margin: o.spacing(0, 1),
|
|
900
899
|
marginLeft: o.spacing(0.5)
|
|
901
900
|
},
|
|
902
|
-
"&.
|
|
901
|
+
"&.MuiDivider-horizontal": {
|
|
903
902
|
width: d,
|
|
904
903
|
margin: o.spacing(1, 0),
|
|
905
904
|
marginTop: o.spacing(0.5)
|
|
906
905
|
}
|
|
907
906
|
},
|
|
908
907
|
".MuiToggleButton-sizeSmall": {
|
|
909
|
-
"& + .MuiDivider-root.
|
|
908
|
+
"& + .MuiDivider-root.MuiDivider-vertical": {
|
|
910
909
|
height: e
|
|
911
910
|
},
|
|
912
|
-
"& + .MuiDivider-root.
|
|
911
|
+
"& + .MuiDivider-root.MuiDivider-horizontal": {
|
|
913
912
|
width: e
|
|
914
913
|
}
|
|
915
914
|
}
|
|
@@ -926,6 +925,9 @@ const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1
|
|
|
926
925
|
"&:first-of-type:not(.MuiDivider-root)": {
|
|
927
926
|
marginLeft: o.spacing(1)
|
|
928
927
|
},
|
|
928
|
+
"&:last-of-type:not(.MuiDivider-root)": {
|
|
929
|
+
marginLeft: 0
|
|
930
|
+
},
|
|
929
931
|
"&.MuiToggleButton-sizeSmall:not(.MuiDivider-root)": {
|
|
930
932
|
height: l,
|
|
931
933
|
margin: o.spacing(0.5),
|
|
@@ -943,14 +945,14 @@ const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1
|
|
|
943
945
|
marginBottom: o.spacing(0.5),
|
|
944
946
|
"&:last-of-type": {
|
|
945
947
|
marginBottom: o.spacing(1)
|
|
948
|
+
},
|
|
949
|
+
"&:not(:first-of-type)": {
|
|
950
|
+
marginTop: 0
|
|
946
951
|
}
|
|
947
952
|
},
|
|
948
953
|
"&.MuiToggleButton-sizeSmall": {
|
|
949
954
|
width: l,
|
|
950
955
|
margin: o.spacing(0.5),
|
|
951
|
-
"&:not(:first-of-type)": {
|
|
952
|
-
marginTop: 0
|
|
953
|
-
},
|
|
954
956
|
"&:last-of-type": {
|
|
955
957
|
marginBottom: o.spacing(0.5)
|
|
956
958
|
}
|
|
@@ -1026,7 +1028,7 @@ const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1
|
|
|
1026
1028
|
})
|
|
1027
1029
|
}
|
|
1028
1030
|
}
|
|
1029
|
-
}, M = 2.25, y = 3,
|
|
1031
|
+
}, M = 2.25, y = 3, B = 2, z = 3, O = 4, T = {
|
|
1030
1032
|
root: ({ ownerState: o, theme: i }) => ({
|
|
1031
1033
|
padding: i.spacing(0.5),
|
|
1032
1034
|
...o.size === "small" && {
|
|
@@ -1726,7 +1728,7 @@ const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1
|
|
|
1726
1728
|
styleOverrides: {
|
|
1727
1729
|
root: ({ theme: o }) => ({
|
|
1728
1730
|
width: o.spacing(z),
|
|
1729
|
-
height: o.spacing(
|
|
1731
|
+
height: o.spacing(B),
|
|
1730
1732
|
padding: 0,
|
|
1731
1733
|
overflow: "visible",
|
|
1732
1734
|
"& + .MuiTypography-root": {
|
|
@@ -1782,7 +1784,7 @@ const $ = 1, c = 0.5, x = $ + c, X = "M12 5.9c1.16 0 2.1.94 2.1 2.1s-.94 2.1-2.1
|
|
|
1782
1784
|
}),
|
|
1783
1785
|
input: ({ theme: o }) => ({
|
|
1784
1786
|
width: o.spacing(z),
|
|
1785
|
-
height: o.spacing(
|
|
1787
|
+
height: o.spacing(B),
|
|
1786
1788
|
left: 0
|
|
1787
1789
|
}),
|
|
1788
1790
|
track: ({ ownerState: o, theme: i }) => ({
|
|
@@ -2660,7 +2662,7 @@ const to = {
|
|
|
2660
2662
|
...ao,
|
|
2661
2663
|
...no
|
|
2662
2664
|
}
|
|
2663
|
-
},
|
|
2665
|
+
}, fo = N(V(po));
|
|
2664
2666
|
export {
|
|
2665
2667
|
C as APPBAR_SIZE,
|
|
2666
2668
|
s as BREAKPOINTS,
|
|
@@ -2669,7 +2671,7 @@ export {
|
|
|
2669
2671
|
g as ICON_SIZE_SMALL,
|
|
2670
2672
|
k as SPACING,
|
|
2671
2673
|
po as cartoThemeOptions,
|
|
2672
|
-
|
|
2674
|
+
Co as getCartoColorStylePropsForItem,
|
|
2673
2675
|
a as getSpacing,
|
|
2674
|
-
|
|
2676
|
+
fo as theme
|
|
2675
2677
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
declare const Button: (props: import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
3
|
-
}, "
|
|
3
|
+
}, "style" | "className" | "classes" | "color" | "children" | "sx" | "variant" | "tabIndex" | "href" | "disabled" | "action" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "fullWidth" | "disableElevation" | "endIcon" | "startIcon"> & {
|
|
4
4
|
component?: import('react').ElementType;
|
|
5
5
|
} & import('react').RefAttributes<HTMLButtonElement>) => React.ReactNode | null;
|
|
6
6
|
export default Button;
|
|
@@ -7,7 +7,7 @@ export type TypographyProps = MUITypographyProps<React.ElementType, {
|
|
|
7
7
|
declare const Typography: (props: {
|
|
8
8
|
weight?: CartoFontWeight;
|
|
9
9
|
italic?: boolean;
|
|
10
|
-
} & import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<any, "
|
|
10
|
+
} & import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<any, "p" | "style" | "className" | "classes" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "align" | "children" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping" | "weight" | "italic"> & {
|
|
11
11
|
component?: import('react').ElementType;
|
|
12
12
|
} & import('react').RefAttributes<HTMLElement>) => React.ReactNode | null;
|
|
13
13
|
export default Typography;
|
|
@@ -1718,11 +1718,11 @@ export declare const cartoThemeOptions: {
|
|
|
1718
1718
|
h4?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1719
1719
|
h5?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1720
1720
|
h6?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1721
|
+
overline?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1722
|
+
body2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1723
|
+
body1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1721
1724
|
subtitle1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1722
1725
|
subtitle2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1723
|
-
body1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1724
|
-
body2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1725
|
-
overline?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1726
1726
|
fontFamily?: import('react').CSSProperties["fontFamily"];
|
|
1727
1727
|
fontSize?: number | undefined;
|
|
1728
1728
|
fontWeightLight?: import('react').CSSProperties["fontWeight"];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"buttons.d.ts","sourceRoot":"","sources":["../../../../../src/theme/sections/components/buttons.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAQtD,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,
|
|
1
|
+
{"version":3,"file":"buttons.d.ts","sourceRoot":"","sources":["../../../../../src/theme/sections/components/buttons.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,UAAU,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAQtD,eAAO,MAAM,gBAAgB,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAujBvD,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-display.d.ts","sourceRoot":"","sources":["../../../../../src/theme/sections/components/data-display.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAMxD,OAAO,
|
|
1
|
+
{"version":3,"file":"data-display.d.ts","sourceRoot":"","sources":["../../../../../src/theme/sections/components/data-display.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAS,UAAU,EAAE,MAAM,sBAAsB,CAAA;AAMxD,OAAO,EAAE,KAAK,EAAE,MAAM,eAAe,CAAA;AAarC,eAAO,MAAM,oBAAoB,EAAE,OAAO,CAAC,UAAU,CAAC,KAAK,CAAC,CAkiB3D,CAAA"}
|
|
@@ -1689,11 +1689,11 @@ export declare const themeTypography: {
|
|
|
1689
1689
|
h4?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1690
1690
|
h5?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1691
1691
|
h6?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1692
|
+
overline?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1693
|
+
body2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1694
|
+
body1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1692
1695
|
subtitle1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1693
1696
|
subtitle2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1694
|
-
body1?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1695
|
-
body2?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1696
|
-
overline?: import('@mui/material/styles/createTypography').CSSProperties | undefined;
|
|
1697
1697
|
fontFamily?: import('react').CSSProperties["fontFamily"];
|
|
1698
1698
|
fontSize?: number | undefined;
|
|
1699
1699
|
fontWeightLight?: import('react').CSSProperties["fontWeight"];
|
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
export declare const CategoriesWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').GridOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
2
2
|
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
3
|
-
}, "
|
|
3
|
+
}, "p" | "style" | "className" | "classes" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "direction" | "columns" | "container" | "children" | "sx" | "spacing" | "wrap" | "xs" | "sm" | "md" | "lg" | "xl" | "item" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
4
4
|
export declare const CategoryItemGroup: import('@emotion/styled').StyledComponent<import('@mui/material').GridOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
5
5
|
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
6
|
-
}, "
|
|
6
|
+
}, "p" | "style" | "className" | "classes" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "direction" | "columns" | "container" | "children" | "sx" | "spacing" | "wrap" | "xs" | "sm" | "md" | "lg" | "xl" | "item" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
7
7
|
selectable?: boolean;
|
|
8
8
|
name?: string;
|
|
9
9
|
unselected?: boolean;
|
|
10
10
|
}, {}, {}>;
|
|
11
11
|
export declare const OptionsSelectedBar: import('@emotion/styled').StyledComponent<import('@mui/material').GridOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
12
12
|
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
13
|
-
}, "
|
|
13
|
+
}, "p" | "style" | "className" | "classes" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "direction" | "columns" | "container" | "children" | "sx" | "spacing" | "wrap" | "xs" | "sm" | "md" | "lg" | "xl" | "item" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
14
14
|
export declare const ProgressBar: import('@emotion/styled').StyledComponent<import('@mui/material').GridOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
15
15
|
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
16
|
-
}, "
|
|
16
|
+
}, "p" | "style" | "className" | "classes" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "direction" | "columns" | "container" | "children" | "sx" | "spacing" | "wrap" | "xs" | "sm" | "md" | "lg" | "xl" | "item" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
17
17
|
export declare const CategoryLabelWrapper: import('@emotion/styled').StyledComponent<import('@mui/material').GridOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
18
18
|
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
19
|
-
}, "
|
|
19
|
+
}, "p" | "style" | "className" | "classes" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "direction" | "columns" | "container" | "children" | "sx" | "spacing" | "wrap" | "xs" | "sm" | "md" | "lg" | "xl" | "item" | "columnSpacing" | "rowSpacing" | "zeroMinWidth"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
20
20
|
isSelectable: boolean;
|
|
21
21
|
}, {}, {}>;
|
|
22
22
|
export declare const CategoryLabel: import('@emotion/styled').StyledComponent<{
|
|
23
23
|
weight?: import('../../components/atoms/Typography').CartoFontWeight;
|
|
24
24
|
italic?: boolean;
|
|
25
|
-
} & import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<any, "
|
|
25
|
+
} & import('@mui/material').TypographyOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<any, "p" | "style" | "className" | "classes" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "align" | "children" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping" | "weight" | "italic"> & {
|
|
26
26
|
component?: import('react').ElementType;
|
|
27
27
|
} & import('react').RefAttributes<HTMLElement> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
28
28
|
export declare const LinkAsButton: import('@emotion/styled').StyledComponent<import('@mui/material').LinkOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, "ref"> & {
|
|
29
29
|
ref?: ((instance: HTMLAnchorElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLAnchorElement> | null | undefined;
|
|
30
|
-
}, "
|
|
30
|
+
}, "p" | "style" | "className" | "classes" | "border" | "borderTop" | "borderRight" | "borderBottom" | "borderLeft" | "borderColor" | "borderRadius" | "display" | "displayPrint" | "overflow" | "textOverflow" | "visibility" | "whiteSpace" | "flexBasis" | "flexDirection" | "flexWrap" | "justifyContent" | "alignItems" | "alignContent" | "order" | "flex" | "flexGrow" | "flexShrink" | "alignSelf" | "justifyItems" | "justifySelf" | "gap" | "columnGap" | "rowGap" | "gridColumn" | "gridRow" | "gridAutoFlow" | "gridAutoColumns" | "gridAutoRows" | "gridTemplateColumns" | "gridTemplateRows" | "gridTemplateAreas" | "gridArea" | "bgcolor" | "color" | "zIndex" | "position" | "top" | "right" | "bottom" | "left" | "boxShadow" | "width" | "maxWidth" | "minWidth" | "height" | "maxHeight" | "minHeight" | "boxSizing" | "m" | "mt" | "mr" | "mb" | "ml" | "mx" | "my" | "pt" | "pr" | "pb" | "pl" | "px" | "py" | "margin" | "marginTop" | "marginRight" | "marginBottom" | "marginLeft" | "marginX" | "marginY" | "marginInline" | "marginInlineStart" | "marginInlineEnd" | "marginBlock" | "marginBlockStart" | "marginBlockEnd" | "padding" | "paddingTop" | "paddingRight" | "paddingBottom" | "paddingLeft" | "paddingX" | "paddingY" | "paddingInline" | "paddingInlineStart" | "paddingInlineEnd" | "paddingBlock" | "paddingBlockStart" | "paddingBlockEnd" | "typography" | "fontFamily" | "fontSize" | "fontStyle" | "fontWeight" | "letterSpacing" | "lineHeight" | "textAlign" | "textTransform" | "align" | "children" | "gutterBottom" | "noWrap" | "paragraph" | "sx" | "variant" | "variantMapping" | "underline" | "TypographyClasses"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
31
31
|
export declare const CategoriesRoot: import('@emotion/styled').StyledComponent<import('@mui/system').BoxOwnProps<import('@mui/material').Theme> & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
32
32
|
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
33
33
|
}, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
34
34
|
export declare const HiddenButton: import('@emotion/styled').StyledComponent<import('@mui/material').ButtonOwnProps & Omit<import('@mui/material').ButtonBaseOwnProps, "classes"> & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "ref"> & {
|
|
35
35
|
ref?: ((instance: HTMLButtonElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLButtonElement> | null | undefined;
|
|
36
|
-
}, "
|
|
36
|
+
}, "style" | "className" | "classes" | "color" | "children" | "sx" | "variant" | "tabIndex" | "href" | "disabled" | "action" | "size" | "centerRipple" | "disableRipple" | "disableTouchRipple" | "focusRipple" | "focusVisibleClassName" | "LinkComponent" | "onFocusVisible" | "TouchRippleProps" | "touchRippleRef" | "disableFocusRipple" | "fullWidth" | "disableElevation" | "endIcon" | "startIcon"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
37
37
|
//# sourceMappingURL=CategoryWidgetUI.styled.d.ts.map
|
|
@@ -7,14 +7,14 @@ export declare const SkeletonGraphGrid: import('@emotion/styled').StyledComponen
|
|
|
7
7
|
}, keyof import('@mui/system').BoxOwnProps<import('@mui/material').Theme>> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
8
8
|
export declare const SkeletonBarItem: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
9
9
|
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
10
|
-
}, "
|
|
10
|
+
}, "style" | "className" | "classes" | "width" | "height" | "animation" | "children" | "sx" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
11
11
|
export declare const SkeletonThinBarItem: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
12
12
|
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
13
|
-
}, "
|
|
13
|
+
}, "style" | "className" | "classes" | "width" | "height" | "animation" | "children" | "sx" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
14
14
|
export declare const SkeletonMask: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
15
15
|
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
16
|
-
}, "
|
|
16
|
+
}, "style" | "className" | "classes" | "width" | "height" | "animation" | "children" | "sx" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
17
17
|
export declare const SkeletonSolid: import('@emotion/styled').StyledComponent<import('@mui/material').SkeletonOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
|
|
18
18
|
ref?: ((instance: HTMLSpanElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLSpanElement> | null | undefined;
|
|
19
|
-
}, "
|
|
19
|
+
}, "style" | "className" | "classes" | "width" | "height" | "animation" | "children" | "sx" | "variant"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme>, {}, {}>;
|
|
20
20
|
//# sourceMappingURL=SkeletonWidgets.d.ts.map
|
|
@@ -4,6 +4,7 @@ export type TableColumn = {
|
|
|
4
4
|
headerName?: string;
|
|
5
5
|
align?: TableCellProps['align'];
|
|
6
6
|
component?: (value: unknown) => JSX.Element;
|
|
7
|
+
formatter?: (value: unknown) => string;
|
|
7
8
|
};
|
|
8
9
|
export type TableWidgetUIProps<T extends Record<string, unknown> = Record<string, unknown>> = {
|
|
9
10
|
columns: TableColumn[];
|
|
@@ -21,10 +22,12 @@ export type TableWidgetUIProps<T extends Record<string, unknown> = Record<string
|
|
|
21
22
|
rowsPerPageOptions?: number[];
|
|
22
23
|
onSetRowsPerPage?: (rowsPerPage: number) => void;
|
|
23
24
|
onRowClick?: (row: T) => void;
|
|
25
|
+
onRowMouseEnter?: (row: T) => void;
|
|
26
|
+
onRowMouseLeave?: (row: T) => void;
|
|
24
27
|
height?: number | string;
|
|
25
28
|
dense?: boolean;
|
|
26
29
|
isLoading?: boolean;
|
|
27
30
|
lastPageTooltip?: string;
|
|
28
31
|
};
|
|
29
|
-
export default function TableWidgetUI<T extends Record<string, unknown> = Record<string, unknown>>({ columns, rows, sorting, sortBy, sortDirection, onSetSortBy, onSetSortDirection, pagination, totalCount, page, onSetPage, rowsPerPage, rowsPerPageOptions, onSetRowsPerPage, onRowClick, height, dense, isLoading, lastPageTooltip, }: TableWidgetUIProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
32
|
+
export default function TableWidgetUI<T extends Record<string, unknown> = Record<string, unknown>>({ columns, rows, sorting, sortBy, sortDirection, onSetSortBy, onSetSortDirection, pagination, totalCount, page, onSetPage, rowsPerPage, rowsPerPageOptions, onSetRowsPerPage, onRowClick, onRowMouseEnter, onRowMouseLeave, height, dense, isLoading, lastPageTooltip, }: TableWidgetUIProps<T>): import("react/jsx-runtime").JSX.Element;
|
|
30
33
|
//# sourceMappingURL=TableWidgetUI.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/TableWidgetUI/TableWidgetUI.tsx"],"names":[],"mappings":"AAEA,OAAO,EAWL,cAAc,EACf,MAAM,eAAe,CAAA;
|
|
1
|
+
{"version":3,"file":"TableWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/TableWidgetUI/TableWidgetUI.tsx"],"names":[],"mappings":"AAEA,OAAO,EAWL,cAAc,EACf,MAAM,eAAe,CAAA;AA2CtB,MAAM,MAAM,WAAW,GAAG;IACxB,KAAK,EAAE,MAAM,CAAA;IACb,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,KAAK,CAAC,EAAE,cAAc,CAAC,OAAO,CAAC,CAAA;IAC/B,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,GAAG,CAAC,OAAO,CAAA;IAC3C,SAAS,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,MAAM,CAAA;CACvC,CAAA;AAED,MAAM,MAAM,kBAAkB,CAC5B,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IACzD;IACF,OAAO,EAAE,WAAW,EAAE,CAAA;IACtB,IAAI,EAAE,CAAC,EAAE,CAAA;IACT,OAAO,CAAC,EAAE,OAAO,CAAA;IACjB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,aAAa,CAAC,EAAE,KAAK,GAAG,MAAM,CAAA;IAC9B,WAAW,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAA;IACrC,kBAAkB,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,IAAI,CAAA;IAChD,UAAU,CAAC,EAAE,OAAO,CAAA;IACpB,UAAU,CAAC,EAAE,MAAM,CAAA;IACnB,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,SAAS,CAAC,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAA;IAClC,WAAW,CAAC,EAAE,MAAM,CAAA;IACpB,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAA;IAC7B,gBAAgB,CAAC,EAAE,CAAC,WAAW,EAAE,MAAM,KAAK,IAAI,CAAA;IAChD,UAAU,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAA;IAC7B,eAAe,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAA;IAClC,eAAe,CAAC,EAAE,CAAC,GAAG,EAAE,CAAC,KAAK,IAAI,CAAA;IAClC,MAAM,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;IACxB,KAAK,CAAC,EAAE,OAAO,CAAA;IACf,SAAS,CAAC,EAAE,OAAO,CAAA;IACnB,eAAe,CAAC,EAAE,MAAM,CAAA;CACzB,CAAA;AAID,MAAM,CAAC,OAAO,UAAU,aAAa,CACnC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAC3D,EACA,OAAO,EACP,IAAI,EACJ,OAAe,EACf,MAAM,EACN,aAAqB,EACrB,WAAsB,EACtB,kBAA6B,EAC7B,UAAkB,EAClB,UAAU,EACV,IAAI,EACJ,SAAoB,EACpB,WAAyB,EACzB,kBAAgC,EAChC,gBAA2B,EAC3B,UAAqB,EACrB,eAAe,EACf,eAAe,EACf,MAAM,EACN,KAAa,EACb,SAAS,EACT,eAAe,GAChB,EAAE,kBAAkB,CAAC,CAAC,CAAC,2CA4GvB"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeSeriesWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.tsx"],"names":[],"mappings":"AAUA,OAAO,EAKL,uBAAuB,EAGxB,MAAM,mBAAmB,CAAA;AAS1B,iBAAS,kBAAkB,CAAC,EAC1B,IAAmD,EACnD,
|
|
1
|
+
{"version":3,"file":"TimeSeriesWidgetUI.d.ts","sourceRoot":"","sources":["../../../../src/widgets/TimeSeriesWidgetUI/TimeSeriesWidgetUI.tsx"],"names":[],"mappings":"AAUA,OAAO,EAKL,uBAAuB,EAGxB,MAAM,mBAAmB,CAAA;AAS1B,iBAAS,kBAAkB,CAAC,EAC1B,IAAmD,EACnD,UAAU,EACV,QAAQ,EACR,cAAkB,EAClB,SAAwC,EACxC,mBAAmB,EACnB,OAAc,EACd,gBAA0C,EAC1C,SAAqD,EACrD,MAAM,EACN,SAAS,EACT,YAAmB,EACnB,SAAgB,EAChB,UAAiB,EACjB,gBAAgB,EAChB,UAAU,EACV,gBAAgB,EAChB,kBAAkB,EAClB,kBAAkB,EAClB,0BAA0B,EAC1B,SAAiB,EACjB,MAAM,EACN,QAAgB,EAChB,OAAO,EACP,MAAM,EACN,SAAiB,EACjB,OAAwD,EACxD,UAAU,EACV,SAAmB,GACpB,EAAE,uBAAuB,2CA4EzB;AAED,eAAe,kBAAkB,CAAA"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
import { TimeSeriesWidgetUIProps } from '../timeSeriesUtils';
|
|
2
2
|
export declare const CHART_HEIGHT_DEFAULT: number;
|
|
3
3
|
export declare const CHART_HEIGHT_FITHEIGHT = "100%";
|
|
4
|
-
export default function TimeSeriesChart({ chartType, formatter, timeAxisSplitNumber, tooltip, tooltipFormatter, data, series, categories, height: heightProp, fitHeight, animation, filterable, selectedCategories, onCategoryClick, yAxisType, }: Required<Pick<TimeSeriesWidgetUIProps, 'chartType' | 'formatter' | 'tooltip' | 'tooltipFormatter' | 'data' | '
|
|
4
|
+
export default function TimeSeriesChart({ chartType, formatter, timeAxisSplitNumber, tooltip, tooltipFormatter, data, series, categories, height: heightProp, fitHeight, animation, filterable, selectedCategories, onCategoryClick, yAxisType, }: Required<Pick<TimeSeriesWidgetUIProps, 'chartType' | 'formatter' | 'tooltip' | 'tooltipFormatter' | 'data' | 'selectedCategories' | 'fitHeight' | 'animation' | 'filterable' | 'yAxisType'>> & {
|
|
5
|
+
categories?: string[];
|
|
5
6
|
timeAxisSplitNumber?: number;
|
|
6
7
|
height?: string;
|
|
7
8
|
onCategoryClick?: (category: string) => void;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TimeSeriesChart.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAI5D,eAAO,MAAM,oBAAoB,QAAe,CAAA;AAChD,eAAO,MAAM,sBAAsB,SAAS,CAAA;AAM5C,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,SAAS,EACT,SAAS,EACT,mBAAmB,EACnB,OAAO,EACP,gBAAgB,EAChB,IAAI,EACJ,MAAM,EACN,UAAU,EACV,MAAM,EAAE,UAAU,EAClB,SAAS,EACT,SAAS,EACT,UAAU,EACV,kBAAkB,EAClB,eAAe,EACf,SAAS,GACV,EAAE,QAAQ,CACT,IAAI,CACF,uBAAuB,EACrB,WAAW,GACX,WAAW,GACX,SAAS,GACT,kBAAkB,GAClB,MAAM,GACN,
|
|
1
|
+
{"version":3,"file":"TimeSeriesChart.d.ts","sourceRoot":"","sources":["../../../../../src/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.tsx"],"names":[],"mappings":"AAcA,OAAO,EAAE,uBAAuB,EAAE,MAAM,oBAAoB,CAAA;AAI5D,eAAO,MAAM,oBAAoB,QAAe,CAAA;AAChD,eAAO,MAAM,sBAAsB,SAAS,CAAA;AAM5C,MAAM,CAAC,OAAO,UAAU,eAAe,CAAC,EACtC,SAAS,EACT,SAAS,EACT,mBAAmB,EACnB,OAAO,EACP,gBAAgB,EAChB,IAAI,EACJ,MAAM,EACN,UAAU,EACV,MAAM,EAAE,UAAU,EAClB,SAAS,EACT,SAAS,EACT,UAAU,EACV,kBAAkB,EAClB,eAAe,EACf,SAAS,GACV,EAAE,QAAQ,CACT,IAAI,CACF,uBAAuB,EACrB,WAAW,GACX,WAAW,GACX,SAAS,GACT,kBAAkB,GAClB,MAAM,GACN,oBAAoB,GACpB,WAAW,GACX,WAAW,GACX,YAAY,GACZ,WAAW,CACd,CACF,GAAG;IACF,UAAU,CAAC,EAAE,MAAM,EAAE,CAAA;IACrB,mBAAmB,CAAC,EAAE,MAAM,CAAA;IAC5B,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,eAAe,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,IAAI,CAAA;IAC5C,MAAM,EAAE;QACN,IAAI,EAAE,MAAM,EAAE,EAAE,CAAA;QAChB,KAAK,EAAE,MAAM,CAAA;QACb,IAAI,EAAE,MAAM,CAAA;KACb,EAAE,CAAA;CACJ,2CAkSA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
export declare const LEGEND_WIDTH = 240;
|
|
2
2
|
export declare const LegendRoot: import('@emotion/styled').StyledComponent<import('@mui/material').PaperOwnProps & import('@mui/material/OverridableComponent').CommonProps & Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
|
|
3
3
|
ref?: ((instance: HTMLDivElement | null) => void | import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import('react').DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import('react').RefObject<HTMLDivElement> | null | undefined;
|
|
4
|
-
}, "
|
|
4
|
+
}, "style" | "className" | "classes" | "children" | "sx" | "variant" | "elevation" | "square"> & import('@mui/system').MUIStyledCommonProps<import('@mui/material').Theme> & {
|
|
5
5
|
component?: import('react').ElementType;
|
|
6
6
|
} & {
|
|
7
7
|
collapsed: boolean;
|