@carto/meridian-ds 1.4.4-alpha-others.1 → 1.4.4-alpha-others.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/CHANGELOG.md +6 -0
- package/dist/Alert-D8jI1sG4.js +134 -0
- package/dist/Alert-zqtoWsBL.cjs +133 -0
- package/dist/ArrowDown-8fLj23Ge.cjs +31 -0
- package/dist/ArrowDown-CY_wMVJT.js +32 -0
- package/dist/MenuItem-Br2jY2lt.cjs +164 -0
- package/dist/MenuItem-CXnnE5lK.js +165 -0
- package/dist/OpenDiagonallyRight-5HZXh46V.js +59 -0
- package/dist/OpenDiagonallyRight-BrRyCV4Q.cjs +58 -0
- package/dist/SwatchSquare-DDi0beUM.js +51 -0
- package/dist/SwatchSquare-w-U8-O-P.cjs +50 -0
- package/dist/TablePaginationActions-CFGXm44W.cjs +5661 -0
- package/dist/{TablePaginationActions-WZ3P4O35.js → TablePaginationActions-KpTvhN4Y.js} +1086 -656
- package/dist/components/index.cjs +4403 -1
- package/dist/components/index.js +3235 -1857
- package/dist/custom-icons/index.cjs +5857 -1
- package/dist/custom-icons/index.js +2658 -2326
- package/dist/paletteUtils-B9ybmwiI.cjs +304 -0
- package/dist/paletteUtils-BHqJlHm9.js +288 -0
- package/dist/theme/index.cjs +3135 -1
- package/dist/theme/index.js +1050 -1011
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts +16 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialog.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogConfirmation.d.ts +16 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogConfirmation.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogContent.d.ts +10 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogContent.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogError.d.ts +8 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaDialog/CodeAreaDialogError.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaField.d.ts +4 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaField.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaFooter.d.ts +12 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaFooter.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaHeader.d.ts +9 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaHeader.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts +28 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaInput.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts +7 -0
- package/dist/types/components/organisms/CodeArea/CodeAreaTheme.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/index.d.ts +9 -0
- package/dist/types/components/organisms/CodeArea/index.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/types.d.ts +38 -0
- package/dist/types/components/organisms/CodeArea/types.d.ts.map +1 -0
- package/dist/types/components/organisms/CodeArea/utils.d.ts +5 -0
- package/dist/types/components/organisms/CodeArea/utils.d.ts.map +1 -0
- package/dist/types/components/organisms/index.d.ts +2 -0
- package/dist/types/components/organisms/index.d.ts.map +1 -1
- package/dist/types/localization/en.d.ts +6 -0
- package/dist/types/localization/en.d.ts.map +1 -1
- package/dist/types/localization/es.d.ts +6 -0
- package/dist/types/localization/es.d.ts.map +1 -1
- package/dist/types/localization/id.d.ts +6 -0
- package/dist/types/localization/id.d.ts.map +1 -1
- package/dist/types/localization/index.d.ts +18 -0
- package/dist/types/localization/index.d.ts.map +1 -1
- package/dist/types/utils/chartConstants.d.ts +3 -3
- package/dist/types/utils/chartConstants.d.ts.map +1 -1
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts +2 -2
- package/dist/types/widgets/CategoryWidgetUI/CategoryWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts +2 -2
- package/dist/types/widgets/PieWidgetUI/PieWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/PieWidgetUI/usePieCategories.d.ts +2 -2
- package/dist/types/widgets/PieWidgetUI/usePieCategories.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 -5
- package/dist/types/widgets/TimeSeriesWidgetUI/components/TimeSeriesChart.d.ts.map +1 -1
- package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.d.ts +7 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/timeSeriesUtils.d.ts.map +1 -1
- package/dist/types/widgets/TimeSeriesWidgetUI/types.d.ts +6 -0
- package/dist/types/widgets/TimeSeriesWidgetUI/types.d.ts.map +1 -0
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts +2 -2
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/ComparativeCategoryWidgetUI.d.ts.map +1 -1
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts +2 -2
- package/dist/types/widgets/comparative/ComparativeCategoryWidgetUI/transposeCategoryData.d.ts.map +1 -1
- package/dist/types/widgets/index.d.ts +1 -0
- package/dist/types/widgets/index.d.ts.map +1 -1
- package/dist/widgets/index.cjs +7192 -21
- package/dist/widgets/index.js +5182 -3806
- package/package.json +6 -1
- package/dist/Alert-BAvr1f31.js +0 -130
- package/dist/Alert-DPGMxifE.cjs +0 -4
- package/dist/ArrowDown-BD0WmQR3.cjs +0 -1
- package/dist/ArrowDown-CMhYkZ2p.js +0 -31
- package/dist/MenuItem-Cd34y6F3.js +0 -165
- package/dist/MenuItem-Dbss-WG1.cjs +0 -1
- package/dist/SwatchSquare-C34ayL4L.cjs +0 -1
- package/dist/SwatchSquare-CVpwEFFV.js +0 -48
- package/dist/TablePaginationActions-Bp1DCaIE.cjs +0 -9
- package/dist/paletteUtils-BEwZhrLg.js +0 -262
- package/dist/paletteUtils-DLQVT9qo.cjs +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carto/meridian-ds",
|
|
3
|
-
"version": "1.4.4-alpha-others.
|
|
3
|
+
"version": "1.4.4-alpha-others.2",
|
|
4
4
|
"description": "CARTO Meridian Design System",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -53,6 +53,7 @@
|
|
|
53
53
|
"@testing-library/dom": "^10.4.0",
|
|
54
54
|
"@testing-library/jest-dom": "^6.6.1",
|
|
55
55
|
"@testing-library/react": "^16.0.1",
|
|
56
|
+
"@types/codemirror": "^5.60.16",
|
|
56
57
|
"@types/geojson": "7946.0.14",
|
|
57
58
|
"@types/node": "22.10.2",
|
|
58
59
|
"@types/react": "^18.3.11",
|
|
@@ -64,6 +65,7 @@
|
|
|
64
65
|
"@vitejs/plugin-react-swc": "3.7.0",
|
|
65
66
|
"@vitest/coverage-istanbul": "^2.1.3",
|
|
66
67
|
"cartocolor": "5.0.2",
|
|
68
|
+
"codemirror": "^5.65.19",
|
|
67
69
|
"date-fns": "^2.29.1",
|
|
68
70
|
"echarts": "5.6.0",
|
|
69
71
|
"echarts-for-react": "3.0.2",
|
|
@@ -83,6 +85,7 @@
|
|
|
83
85
|
"lint-staged": "15.2.9",
|
|
84
86
|
"prettier": "3.3.3",
|
|
85
87
|
"react": "18.3.1",
|
|
88
|
+
"react-codemirror2": "^8.0.1",
|
|
86
89
|
"react-dom": "18.3.1",
|
|
87
90
|
"react-intl": "6.6.8",
|
|
88
91
|
"react-window": "1.8.11",
|
|
@@ -98,9 +101,11 @@
|
|
|
98
101
|
"@mui/material": ">=5.16.7",
|
|
99
102
|
"@mui/x-date-pickers": "^7.11.0",
|
|
100
103
|
"cartocolor": "5.0.2",
|
|
104
|
+
"codemirror": ">=5.65.19",
|
|
101
105
|
"echarts": ">=5.5.1",
|
|
102
106
|
"echarts-for-react": ">=3.0.2",
|
|
103
107
|
"react": ">=18.3.1",
|
|
108
|
+
"react-codemirror2": ">=8.0.1",
|
|
104
109
|
"react-dom": ">=18.3.1",
|
|
105
110
|
"react-intl": ">=6.6.8",
|
|
106
111
|
"react-window": ">=1.8.11"
|
package/dist/Alert-BAvr1f31.js
DELETED
|
@@ -1,130 +0,0 @@
|
|
|
1
|
-
import { jsx as l, jsxs as x } from "react/jsx-runtime";
|
|
2
|
-
import { b as d, T } from "./TablePaginationActions-WZ3P4O35.js";
|
|
3
|
-
import { styled as M, Alert as v, Fade as b, AlertTitle as I } from "@mui/material";
|
|
4
|
-
import { forwardRef as $, useState as k } from "react";
|
|
5
|
-
const D = M(v, {
|
|
6
|
-
shouldForwardProp: (r) => ![
|
|
7
|
-
"isNeutral",
|
|
8
|
-
"content",
|
|
9
|
-
"hasCloseButton",
|
|
10
|
-
"hasAction",
|
|
11
|
-
"hasTitle",
|
|
12
|
-
"isSticky"
|
|
13
|
-
].includes(r)
|
|
14
|
-
})(
|
|
15
|
-
({
|
|
16
|
-
isNeutral: r,
|
|
17
|
-
content: n,
|
|
18
|
-
hasCloseButton: i,
|
|
19
|
-
hasAction: o,
|
|
20
|
-
hasTitle: e,
|
|
21
|
-
isSticky: t,
|
|
22
|
-
theme: a
|
|
23
|
-
}) => ({
|
|
24
|
-
columnGap: a.spacing(1),
|
|
25
|
-
minHeight: a.spacing(6),
|
|
26
|
-
...o && {
|
|
27
|
-
display: "grid",
|
|
28
|
-
gridTemplateAreas: n === "inline" || i ? '"icon message actions"' : `
|
|
29
|
-
"icon message"
|
|
30
|
-
"icon actions"
|
|
31
|
-
`,
|
|
32
|
-
gridTemplateColumns: i ? `${d} 1fr ${a.spacing(3)}` : `${d}`
|
|
33
|
-
},
|
|
34
|
-
...r && {
|
|
35
|
-
backgroundColor: a.palette.default.background,
|
|
36
|
-
color: a.palette.text.primary
|
|
37
|
-
},
|
|
38
|
-
...t && {
|
|
39
|
-
borderRadius: 0
|
|
40
|
-
},
|
|
41
|
-
".MuiAlert-message": {
|
|
42
|
-
flex: 1,
|
|
43
|
-
paddingTop: e ? a.spacing(0.25) : a.spacing(0.5),
|
|
44
|
-
"& a": {
|
|
45
|
-
color: a.palette.primary.main,
|
|
46
|
-
textDecoration: "none",
|
|
47
|
-
"&:hover": {
|
|
48
|
-
textDecoration: "underline"
|
|
49
|
-
}
|
|
50
|
-
},
|
|
51
|
-
...o && {
|
|
52
|
-
gridArea: "message"
|
|
53
|
-
},
|
|
54
|
-
...r && {
|
|
55
|
-
"& :not(.MuiAlertTitle-root)": {
|
|
56
|
-
color: a.palette.text.secondary
|
|
57
|
-
},
|
|
58
|
-
a: {
|
|
59
|
-
color: `${a.palette.primary.main} !important`
|
|
60
|
-
}
|
|
61
|
-
}
|
|
62
|
-
},
|
|
63
|
-
".MuiAlert-icon": {
|
|
64
|
-
height: e ? a.spacing(2.5) : a.spacing(3),
|
|
65
|
-
marginRight: 0,
|
|
66
|
-
...o && {
|
|
67
|
-
gridArea: "icon"
|
|
68
|
-
},
|
|
69
|
-
...r && {
|
|
70
|
-
color: a.palette.text.primary
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
".MuiAlert-action": {
|
|
74
|
-
alignItems: n === "inline" && !i ? "center" : "flex-start",
|
|
75
|
-
margin: n === "block" && !i ? a.spacing(1.5, 0, 0.5) : 0,
|
|
76
|
-
marginLeft: n === "inline" || i ? "auto" : 0,
|
|
77
|
-
padding: 0,
|
|
78
|
-
...o && {
|
|
79
|
-
gridArea: "actions"
|
|
80
|
-
},
|
|
81
|
-
".MuiIconButton-root svg path": {
|
|
82
|
-
fill: i ? a.palette.text.secondary : void 0
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
})
|
|
86
|
-
);
|
|
87
|
-
function O({
|
|
88
|
-
title: r,
|
|
89
|
-
action: n,
|
|
90
|
-
severity: i = "neutral",
|
|
91
|
-
content: o = "inline",
|
|
92
|
-
variant: e = "standard",
|
|
93
|
-
children: t,
|
|
94
|
-
onClose: a,
|
|
95
|
-
open: s,
|
|
96
|
-
isSticky: p,
|
|
97
|
-
...g
|
|
98
|
-
}, u) {
|
|
99
|
-
const [f, m] = k(s ?? !0), A = a ? (y) => {
|
|
100
|
-
a(y), m(!1);
|
|
101
|
-
} : void 0, c = i === "neutral";
|
|
102
|
-
return /* @__PURE__ */ l(b, { in: s ?? f, appear: !1, children: /* @__PURE__ */ x(
|
|
103
|
-
D,
|
|
104
|
-
{
|
|
105
|
-
ref: u,
|
|
106
|
-
severity: c ? "info" : i,
|
|
107
|
-
isNeutral: c,
|
|
108
|
-
content: o,
|
|
109
|
-
action: n,
|
|
110
|
-
onClose: A,
|
|
111
|
-
hasCloseButton: !!a,
|
|
112
|
-
hasAction: !!n,
|
|
113
|
-
hasTitle: !!r,
|
|
114
|
-
isSticky: p,
|
|
115
|
-
variant: e,
|
|
116
|
-
"data-name": "alert",
|
|
117
|
-
"data-sticky": p,
|
|
118
|
-
"data-content": o,
|
|
119
|
-
...g,
|
|
120
|
-
children: [
|
|
121
|
-
r && /* @__PURE__ */ l(I, { children: r }),
|
|
122
|
-
/* @__PURE__ */ l(T, { variant: "caption", color: "inherit", component: "div", children: t })
|
|
123
|
-
]
|
|
124
|
-
}
|
|
125
|
-
) });
|
|
126
|
-
}
|
|
127
|
-
const E = $(O);
|
|
128
|
-
export {
|
|
129
|
-
E as A
|
|
130
|
-
};
|
package/dist/Alert-DPGMxifE.cjs
DELETED
|
@@ -1,4 +0,0 @@
|
|
|
1
|
-
"use strict";const o=require("react/jsx-runtime"),c=require("./TablePaginationActions-Bp1DCaIE.cjs"),l=require("@mui/material"),u=require("react"),T=l.styled(l.Alert,{shouldForwardProp:i=>!["isNeutral","content","hasCloseButton","hasAction","hasTitle","isSticky"].includes(i)})(({isNeutral:i,content:n,hasCloseButton:r,hasAction:e,hasTitle:t,isSticky:s,theme:a})=>({columnGap:a.spacing(1),minHeight:a.spacing(6),...e&&{display:"grid",gridTemplateAreas:n==="inline"||r?'"icon message actions"':`
|
|
2
|
-
"icon message"
|
|
3
|
-
"icon actions"
|
|
4
|
-
`,gridTemplateColumns:r?`${c.ICON_SIZE_MEDIUM} 1fr ${a.spacing(3)}`:`${c.ICON_SIZE_MEDIUM}`},...i&&{backgroundColor:a.palette.default.background,color:a.palette.text.primary},...s&&{borderRadius:0},".MuiAlert-message":{flex:1,paddingTop:t?a.spacing(.25):a.spacing(.5),"& a":{color:a.palette.primary.main,textDecoration:"none","&:hover":{textDecoration:"underline"}},...e&&{gridArea:"message"},...i&&{"& :not(.MuiAlertTitle-root)":{color:a.palette.text.secondary},a:{color:`${a.palette.primary.main} !important`}}},".MuiAlert-icon":{height:t?a.spacing(2.5):a.spacing(3),marginRight:0,...e&&{gridArea:"icon"},...i&&{color:a.palette.text.primary}},".MuiAlert-action":{alignItems:n==="inline"&&!r?"center":"flex-start",margin:n==="block"&&!r?a.spacing(1.5,0,.5):0,marginLeft:n==="inline"||r?"auto":0,padding:0,...e&&{gridArea:"actions"},".MuiIconButton-root svg path":{fill:r?a.palette.text.secondary:void 0}}}));function v({title:i,action:n,severity:r="neutral",content:e="inline",variant:t="standard",children:s,onClose:a,open:p,isSticky:d,...A},x){const[f,y]=u.useState(p??!0),m=a?I=>{a(I),y(!1)}:void 0,g=r==="neutral",M=p??f;return o.jsx(l.Fade,{in:M,appear:!1,children:o.jsxs(T,{ref:x,severity:g?"info":r,isNeutral:g,content:e,action:n,onClose:m,hasCloseButton:!!a,hasAction:!!n,hasTitle:!!i,isSticky:d,variant:t,"data-name":"alert","data-sticky":d,"data-content":e,...A,children:[i&&o.jsx(l.AlertTitle,{children:i}),o.jsx(c.Typography,{variant:"caption",color:"inherit",component:"div",children:s})]})})}const b=u.forwardRef(v);exports.Alert=b;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const o=require("react/jsx-runtime"),c=require("react"),l=require("@mui/material/utils"),i=()=>o.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",children:o.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M12 12.17 8.83 9l-1.41 1.41L12 15l4.59-4.59L15.17 9z",clipRule:"evenodd"})}),w=l.createSvgIcon(i(),"ArrowDown");function u({width:e,height:r,sx:n,...s},t){return o.jsx(w,{ref:t,viewBox:"0 0 24 24",sx:{width:e,height:r||e,...n},...s})}const v=c.forwardRef(u);exports.ArrowDown=v;
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as c } from "react";
|
|
3
|
-
import { createSvgIcon as w } from "@mui/material/utils";
|
|
4
|
-
const i = () => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ o(
|
|
5
|
-
"path",
|
|
6
|
-
{
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
fillRule: "evenodd",
|
|
9
|
-
d: "M12 12.17 8.83 9l-1.41 1.41L12 15l4.59-4.59L15.17 9z",
|
|
10
|
-
clipRule: "evenodd"
|
|
11
|
-
}
|
|
12
|
-
) }), s = w(i(), "ArrowDown");
|
|
13
|
-
function f({ width: r, height: n, sx: e, ...l }, t) {
|
|
14
|
-
return /* @__PURE__ */ o(
|
|
15
|
-
s,
|
|
16
|
-
{
|
|
17
|
-
ref: t,
|
|
18
|
-
viewBox: "0 0 24 24",
|
|
19
|
-
sx: {
|
|
20
|
-
width: r,
|
|
21
|
-
height: n || r,
|
|
22
|
-
...e
|
|
23
|
-
},
|
|
24
|
-
...l
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
const d = c(f);
|
|
29
|
-
export {
|
|
30
|
-
d as A
|
|
31
|
-
};
|
|
@@ -1,165 +0,0 @@
|
|
|
1
|
-
import { jsx as l } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as s } from "react";
|
|
3
|
-
import { styled as c, MenuItem as g } from "@mui/material";
|
|
4
|
-
const u = c(g, {
|
|
5
|
-
shouldForwardProp: (o) => !["subtitle", "destructive", "extended", "fixed", "iconColor"].includes(
|
|
6
|
-
o
|
|
7
|
-
)
|
|
8
|
-
})(
|
|
9
|
-
({
|
|
10
|
-
theme: o,
|
|
11
|
-
dense: t,
|
|
12
|
-
subtitle: r,
|
|
13
|
-
destructive: i,
|
|
14
|
-
extended: a,
|
|
15
|
-
fixed: p,
|
|
16
|
-
iconColor: n = "primary"
|
|
17
|
-
}) => ({
|
|
18
|
-
...r && {
|
|
19
|
-
pointerEvents: "none",
|
|
20
|
-
columnGap: 0,
|
|
21
|
-
...o.typography.caption,
|
|
22
|
-
fontWeight: 500,
|
|
23
|
-
color: o.palette.text.secondary,
|
|
24
|
-
".MuiListItemText-root .MuiTypography-root": {
|
|
25
|
-
...o.typography.caption,
|
|
26
|
-
fontWeight: 500,
|
|
27
|
-
color: o.palette.text.secondary
|
|
28
|
-
},
|
|
29
|
-
"&.MuiMenuItem-root": {
|
|
30
|
-
minHeight: o.spacing(3),
|
|
31
|
-
paddingTop: 0,
|
|
32
|
-
paddingBottom: 0,
|
|
33
|
-
marginTop: o.spacing(1),
|
|
34
|
-
"&:not(:first-of-type)": {
|
|
35
|
-
marginTop: o.spacing(2),
|
|
36
|
-
"&::before": {
|
|
37
|
-
content: '""',
|
|
38
|
-
position: "absolute",
|
|
39
|
-
top: o.spacing(-1),
|
|
40
|
-
left: 0,
|
|
41
|
-
right: 0,
|
|
42
|
-
height: 1,
|
|
43
|
-
backgroundColor: o.palette.divider
|
|
44
|
-
}
|
|
45
|
-
}
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
...n === "primary" && {
|
|
49
|
-
".MuiListItemIcon-root svg path": {
|
|
50
|
-
fill: o.palette.text.primary
|
|
51
|
-
},
|
|
52
|
-
"&.Mui-selected .MuiListItemIcon-root svg path": {
|
|
53
|
-
fill: o.palette.primary.main
|
|
54
|
-
},
|
|
55
|
-
'.MuiAutocomplete-listbox &[aria-selected="true"] svg path': {
|
|
56
|
-
fill: o.palette.primary.main
|
|
57
|
-
}
|
|
58
|
-
},
|
|
59
|
-
...i && {
|
|
60
|
-
color: o.palette.error.main,
|
|
61
|
-
".MuiTypography-root": {
|
|
62
|
-
color: o.palette.error.main
|
|
63
|
-
},
|
|
64
|
-
"svg, & .MuiSvgIcon-root": {
|
|
65
|
-
color: o.palette.error.main
|
|
66
|
-
},
|
|
67
|
-
".MuiListItemIcon-root svg path": {
|
|
68
|
-
fill: o.palette.error.main
|
|
69
|
-
},
|
|
70
|
-
"&.Mui-selected .MuiListItemIcon-root svg path": {
|
|
71
|
-
fill: o.palette.error.main
|
|
72
|
-
},
|
|
73
|
-
"&:hover": {
|
|
74
|
-
backgroundColor: o.palette.error.relatedLight
|
|
75
|
-
},
|
|
76
|
-
"&.Mui-selected": {
|
|
77
|
-
color: o.palette.error.main,
|
|
78
|
-
".MuiTypography-root": {
|
|
79
|
-
color: o.palette.error.main
|
|
80
|
-
},
|
|
81
|
-
"svg, & .MuiSvgIcon-root": {
|
|
82
|
-
color: o.palette.error.main
|
|
83
|
-
}
|
|
84
|
-
},
|
|
85
|
-
"&.Mui-disabled": {
|
|
86
|
-
color: o.palette.text.disabled,
|
|
87
|
-
".MuiTypography-root": {
|
|
88
|
-
color: o.palette.text.disabled
|
|
89
|
-
},
|
|
90
|
-
svg: {
|
|
91
|
-
color: o.palette.text.disabled
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
},
|
|
95
|
-
...a && {
|
|
96
|
-
"&.MuiButtonBase-root.MuiMenuItem-root": {
|
|
97
|
-
minHeight: o.spacing(6)
|
|
98
|
-
}
|
|
99
|
-
},
|
|
100
|
-
...p && {
|
|
101
|
-
"&.MuiMenuItem-root": {
|
|
102
|
-
position: "sticky",
|
|
103
|
-
top: 0,
|
|
104
|
-
left: 0,
|
|
105
|
-
bottom: 0,
|
|
106
|
-
right: 0,
|
|
107
|
-
zIndex: 2,
|
|
108
|
-
minHeight: o.spacing(6),
|
|
109
|
-
marginBottom: o.spacing(1),
|
|
110
|
-
padding: o.spacing(0.5, 1.5),
|
|
111
|
-
backgroundColor: `${o.palette.background.paper} !important`,
|
|
112
|
-
borderBottom: `1px solid ${o.palette.divider}`
|
|
113
|
-
},
|
|
114
|
-
".MuiAutocomplete-listbox &.MuiAutocomplete-option:first-of-type": {
|
|
115
|
-
minHeight: o.spacing(6),
|
|
116
|
-
marginTop: 0,
|
|
117
|
-
"&:hover": {
|
|
118
|
-
backgroundColor: o.palette.background.paper
|
|
119
|
-
}
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
|
-
...!p && {
|
|
123
|
-
".MuiList-root &:first-of-type": {
|
|
124
|
-
marginTop: o.spacing(1)
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
...t && {
|
|
128
|
-
"&.MuiButtonBase-root.MuiMenuItem-root": {
|
|
129
|
-
minHeight: o.spacing(3),
|
|
130
|
-
padding: o.spacing(0.25, 1.5)
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
})
|
|
134
|
-
);
|
|
135
|
-
function d({
|
|
136
|
-
disabled: o,
|
|
137
|
-
subtitle: t,
|
|
138
|
-
destructive: r,
|
|
139
|
-
extended: i,
|
|
140
|
-
fixed: a,
|
|
141
|
-
iconColor: p = "primary",
|
|
142
|
-
...n
|
|
143
|
-
}, e) {
|
|
144
|
-
return /* @__PURE__ */ l(
|
|
145
|
-
u,
|
|
146
|
-
{
|
|
147
|
-
"data-name": "menu-item",
|
|
148
|
-
...n,
|
|
149
|
-
ref: e,
|
|
150
|
-
disabled: o || t,
|
|
151
|
-
subtitle: t,
|
|
152
|
-
destructive: r,
|
|
153
|
-
extended: i,
|
|
154
|
-
fixed: a,
|
|
155
|
-
color: p,
|
|
156
|
-
"data-destructive": r,
|
|
157
|
-
"data-extended": i,
|
|
158
|
-
"data-fixed": a
|
|
159
|
-
}
|
|
160
|
-
);
|
|
161
|
-
}
|
|
162
|
-
const f = s(d);
|
|
163
|
-
export {
|
|
164
|
-
f as M
|
|
165
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const s=require("react/jsx-runtime"),c=require("react"),p=require("@mui/material"),u=p.styled(p.MenuItem,{shouldForwardProp:o=>!["subtitle","destructive","extended","fixed","iconColor"].includes(o)})(({theme:o,dense:t,subtitle:r,destructive:i,extended:a,fixed:e,iconColor:n="primary"})=>({...r&&{pointerEvents:"none",columnGap:0,...o.typography.caption,fontWeight:500,color:o.palette.text.secondary,".MuiListItemText-root .MuiTypography-root":{...o.typography.caption,fontWeight:500,color:o.palette.text.secondary},"&.MuiMenuItem-root":{minHeight:o.spacing(3),paddingTop:0,paddingBottom:0,marginTop:o.spacing(1),"&:not(:first-of-type)":{marginTop:o.spacing(2),"&::before":{content:'""',position:"absolute",top:o.spacing(-1),left:0,right:0,height:1,backgroundColor:o.palette.divider}}}},...n==="primary"&&{".MuiListItemIcon-root svg path":{fill:o.palette.text.primary},"&.Mui-selected .MuiListItemIcon-root svg path":{fill:o.palette.primary.main},'.MuiAutocomplete-listbox &[aria-selected="true"] svg path':{fill:o.palette.primary.main}},...i&&{color:o.palette.error.main,".MuiTypography-root":{color:o.palette.error.main},"svg, & .MuiSvgIcon-root":{color:o.palette.error.main},".MuiListItemIcon-root svg path":{fill:o.palette.error.main},"&.Mui-selected .MuiListItemIcon-root svg path":{fill:o.palette.error.main},"&:hover":{backgroundColor:o.palette.error.relatedLight},"&.Mui-selected":{color:o.palette.error.main,".MuiTypography-root":{color:o.palette.error.main},"svg, & .MuiSvgIcon-root":{color:o.palette.error.main}},"&.Mui-disabled":{color:o.palette.text.disabled,".MuiTypography-root":{color:o.palette.text.disabled},svg:{color:o.palette.text.disabled}}},...a&&{"&.MuiButtonBase-root.MuiMenuItem-root":{minHeight:o.spacing(6)}},...e&&{"&.MuiMenuItem-root":{position:"sticky",top:0,left:0,bottom:0,right:0,zIndex:2,minHeight:o.spacing(6),marginBottom:o.spacing(1),padding:o.spacing(.5,1.5),backgroundColor:`${o.palette.background.paper} !important`,borderBottom:`1px solid ${o.palette.divider}`},".MuiAutocomplete-listbox &.MuiAutocomplete-option:first-of-type":{minHeight:o.spacing(6),marginTop:0,"&:hover":{backgroundColor:o.palette.background.paper}}},...!e&&{".MuiList-root &:first-of-type":{marginTop:o.spacing(1)}},...t&&{"&.MuiButtonBase-root.MuiMenuItem-root":{minHeight:o.spacing(3),padding:o.spacing(.25,1.5)}}}));function g({disabled:o,subtitle:t,destructive:r,extended:i,fixed:a,iconColor:e="primary",...n},l){return s.jsx(u,{"data-name":"menu-item",...n,ref:l,disabled:o||t,subtitle:t,destructive:r,extended:i,fixed:a,color:e,"data-destructive":r,"data-extended":i,"data-fixed":a})}const d=c.forwardRef(g);exports.MenuItem=d;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";const e=require("react/jsx-runtime"),s=require("react"),a=require("@mui/material/utils"),l=()=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",children:e.jsx("path",{fill:"currentColor",fillRule:"evenodd",d:"M11 4a7 7 0 0 1 5.386 11.472l3.089 3.089-1.414 1.414-3.161-3.161A7 7 0 1 1 11 4m0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10",clipRule:"evenodd"})}),i=a.createSvgIcon(l(),"Search");function u({width:r,height:c,sx:n,...t},o){return e.jsx(i,{ref:o,viewBox:"0 0 24 24",sx:{width:r,height:c||r,...n},...t})}const S=s.forwardRef(u),h=()=>e.jsx("svg",{xmlns:"http://www.w3.org/2000/svg",fill:"none",children:e.jsx("rect",{x:4,y:4,fill:"currentColor",rx:2})}),x=a.createSvgIcon(h(),"SwatchSquare");function w({width:r,height:c,sx:n,...t},o){return e.jsx(x,{ref:o,viewBox:"0 0 24 24",sx:{width:r,height:c||r,...n},...t})}const g=s.forwardRef(w);exports.Search=S;exports.SwatchSquare=g;
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
import { jsx as o } from "react/jsx-runtime";
|
|
2
|
-
import { forwardRef as l } from "react";
|
|
3
|
-
import { createSvgIcon as a } from "@mui/material/utils";
|
|
4
|
-
const s = () => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ o(
|
|
5
|
-
"path",
|
|
6
|
-
{
|
|
7
|
-
fill: "currentColor",
|
|
8
|
-
fillRule: "evenodd",
|
|
9
|
-
d: "M11 4a7 7 0 0 1 5.386 11.472l3.089 3.089-1.414 1.414-3.161-3.161A7 7 0 1 1 11 4m0 2a5 5 0 1 0 0 10 5 5 0 0 0 0-10",
|
|
10
|
-
clipRule: "evenodd"
|
|
11
|
-
}
|
|
12
|
-
) }), i = a(s(), "Search");
|
|
13
|
-
function h({ width: r, height: e, sx: n, ...c }, t) {
|
|
14
|
-
return /* @__PURE__ */ o(
|
|
15
|
-
i,
|
|
16
|
-
{
|
|
17
|
-
ref: t,
|
|
18
|
-
viewBox: "0 0 24 24",
|
|
19
|
-
sx: {
|
|
20
|
-
width: r,
|
|
21
|
-
height: e || r,
|
|
22
|
-
...n
|
|
23
|
-
},
|
|
24
|
-
...c
|
|
25
|
-
}
|
|
26
|
-
);
|
|
27
|
-
}
|
|
28
|
-
const x = l(h), S = () => /* @__PURE__ */ o("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "none", children: /* @__PURE__ */ o("rect", { x: 4, y: 4, fill: "currentColor", rx: 2 }) }), f = a(S(), "SwatchSquare");
|
|
29
|
-
function w({ width: r, height: e, sx: n, ...c }, t) {
|
|
30
|
-
return /* @__PURE__ */ o(
|
|
31
|
-
f,
|
|
32
|
-
{
|
|
33
|
-
ref: t,
|
|
34
|
-
viewBox: "0 0 24 24",
|
|
35
|
-
sx: {
|
|
36
|
-
width: r,
|
|
37
|
-
height: e || r,
|
|
38
|
-
...n
|
|
39
|
-
},
|
|
40
|
-
...c
|
|
41
|
-
}
|
|
42
|
-
);
|
|
43
|
-
}
|
|
44
|
-
const m = l(w);
|
|
45
|
-
export {
|
|
46
|
-
x as S,
|
|
47
|
-
m as a
|
|
48
|
-
};
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";const he=require("react-is"),O=require("react/jsx-runtime"),k=require("@mui/material"),De=require("react"),oe=require("@mui/icons-material"),te=require("react-intl");function ve(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var re={exports:{}};/*
|
|
2
|
-
object-assign
|
|
3
|
-
(c) Sindre Sorhus
|
|
4
|
-
@license MIT
|
|
5
|
-
*/var W,ce;function qe(){if(ce)return W;ce=1;var e=Object.getOwnPropertySymbols,i=Object.prototype.hasOwnProperty,a=Object.prototype.propertyIsEnumerable;function n(r){if(r==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(r)}function d(){try{if(!Object.assign)return!1;var r=new String("abc");if(r[5]="de",Object.getOwnPropertyNames(r)[0]==="5")return!1;for(var s={},o=0;o<10;o++)s["_"+String.fromCharCode(o)]=o;var u=Object.getOwnPropertyNames(s).map(function(l){return s[l]});if(u.join("")!=="0123456789")return!1;var y={};return"abcdefghijklmnopqrst".split("").forEach(function(l){y[l]=l}),Object.keys(Object.assign({},y)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return W=d()?Object.assign:function(r,s){for(var o,u=n(r),y,l=1;l<arguments.length;l++){o=Object(arguments[l]);for(var T in o)i.call(o,T)&&(u[T]=o[T]);if(e){y=e(o);for(var M=0;M<y.length;M++)a.call(o,y[M])&&(u[y[M]]=o[y[M]])}}return u},W}var Z,ue;function ie(){if(ue)return Z;ue=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return Z=e,Z}var Y,_e;function Te(){return _e||(_e=1,Y=Function.call.bind(Object.prototype.hasOwnProperty)),Y}var J,le;function xe(){if(le)return J;le=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var i=ie(),a={},n=Te();e=function(r){var s="Warning: "+r;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function d(r,s,o,u,y){if(process.env.NODE_ENV!=="production"){for(var l in r)if(n(r,l)){var T;try{if(typeof r[l]!="function"){var M=Error((u||"React class")+": "+o+" type `"+l+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof r[l]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw M.name="Invariant Violation",M}T=r[l](s,l,u,o,null,i)}catch(P){T=P}if(T&&!(T instanceof Error)&&e((u||"React class")+": type specification of "+o+" `"+l+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof T+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),T instanceof Error&&!(T.message in a)){a[T.message]=!0;var E=y?y():"";e("Failed "+o+" type: "+T.message+(E??""))}}}}return d.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(a={})},J=d,J}var $,ye;function Ue(){if(ye)return $;ye=1;var e=he,i=qe(),a=ie(),n=Te(),d=xe(),r=function(){};process.env.NODE_ENV!=="production"&&(r=function(o){var u="Warning: "+o;typeof console<"u"&&console.error(u);try{throw new Error(u)}catch{}});function s(){return null}return $=function(o,u){var y=typeof Symbol=="function"&&Symbol.iterator,l="@@iterator";function T(t){var c=t&&(y&&t[y]||t[l]);if(typeof c=="function")return c}var M="<<anonymous>>",E={array:A("array"),bigint:A("bigint"),bool:A("boolean"),func:A("function"),number:A("number"),object:A("object"),string:A("string"),symbol:A("symbol"),any:G(),arrayOf:R,element:q(),elementType:z(),instanceOf:F,node:Oe(),objectOf:Ie,oneOf:Ae,oneOfType:Pe,shape:Re,exact:Be};function P(t,c){return t===c?t!==0||1/t===1/c:t!==t&&c!==c}function C(t,c){this.message=t,this.data=c&&typeof c=="object"?c:{},this.stack=""}C.prototype=Error.prototype;function L(t){if(process.env.NODE_ENV!=="production")var c={},g=0;function f(m,p,w,h,S,v,I){if(h=h||M,v=v||w,I!==a){if(u){var b=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use `PropTypes.checkPropTypes()` to call them. Read more at http://fb.me/use-check-prop-types");throw b.name="Invariant Violation",b}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var N=h+":"+w;!c[N]&&g<3&&(r("You are manually calling a React.PropTypes validation function for the `"+v+"` prop on `"+h+"`. This is deprecated and will throw in the standalone `prop-types` package. You may be seeing this warning due to a third-party PropTypes library. See https://fb.me/react-warning-dont-call-proptypes for details."),c[N]=!0,g++)}}return p[w]==null?m?p[w]===null?new C("The "+S+" `"+v+"` is marked as required "+("in `"+h+"`, but its value is `null`.")):new C("The "+S+" `"+v+"` is marked as required in "+("`"+h+"`, but its value is `undefined`.")):null:t(p,w,h,S,v)}var _=f.bind(null,!1);return _.isRequired=f.bind(null,!0),_}function A(t){function c(g,f,_,m,p,w){var h=g[f],S=B(h);if(S!==t){var v=x(h);return new C("Invalid "+m+" `"+p+"` of type "+("`"+v+"` supplied to `"+_+"`, expected ")+("`"+t+"`."),{expectedType:t})}return null}return L(c)}function G(){return L(s)}function R(t){function c(g,f,_,m,p){if(typeof t!="function")return new C("Property `"+p+"` of component `"+_+"` has invalid PropType notation inside arrayOf.");var w=g[f];if(!Array.isArray(w)){var h=B(w);return new C("Invalid "+m+" `"+p+"` of type "+("`"+h+"` supplied to `"+_+"`, expected an array."))}for(var S=0;S<w.length;S++){var v=t(w,S,_,m,p+"["+S+"]",a);if(v instanceof Error)return v}return null}return L(c)}function q(){function t(c,g,f,_,m){var p=c[g];if(!o(p)){var w=B(p);return new C("Invalid "+_+" `"+m+"` of type "+("`"+w+"` supplied to `"+f+"`, expected a single ReactElement."))}return null}return L(t)}function z(){function t(c,g,f,_,m){var p=c[g];if(!e.isValidElementType(p)){var w=B(p);return new C("Invalid "+_+" `"+m+"` of type "+("`"+w+"` supplied to `"+f+"`, expected a single ReactElement type."))}return null}return L(t)}function F(t){function c(g,f,_,m,p){if(!(g[f]instanceof t)){var w=t.name||M,h=Ne(g[f]);return new C("Invalid "+m+" `"+p+"` of type "+("`"+h+"` supplied to `"+_+"`, expected ")+("instance of `"+w+"`."))}return null}return L(c)}function Ae(t){if(!Array.isArray(t))return process.env.NODE_ENV!=="production"&&(arguments.length>1?r("Invalid arguments supplied to oneOf, expected an array, got "+arguments.length+" arguments. A common mistake is to write oneOf(x, y, z) instead of oneOf([x, y, z])."):r("Invalid argument supplied to oneOf, expected an array.")),s;function c(g,f,_,m,p){for(var w=g[f],h=0;h<t.length;h++)if(P(w,t[h]))return null;var S=JSON.stringify(t,function(I,b){var N=x(b);return N==="symbol"?String(b):b});return new C("Invalid "+m+" `"+p+"` of value `"+String(w)+"` "+("supplied to `"+_+"`, expected one of "+S+"."))}return L(c)}function Ie(t){function c(g,f,_,m,p){if(typeof t!="function")return new C("Property `"+p+"` of component `"+_+"` has invalid PropType notation inside objectOf.");var w=g[f],h=B(w);if(h!=="object")return new C("Invalid "+m+" `"+p+"` of type "+("`"+h+"` supplied to `"+_+"`, expected an object."));for(var S in w)if(n(w,S)){var v=t(w,S,_,m,p+"."+S,a);if(v instanceof Error)return v}return null}return L(c)}function Pe(t){if(!Array.isArray(t))return process.env.NODE_ENV!=="production"&&r("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var c=0;c<t.length;c++){var g=t[c];if(typeof g!="function")return r("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+Ge(g)+" at index "+c+"."),s}function f(_,m,p,w,h){for(var S=[],v=0;v<t.length;v++){var I=t[v],b=I(_,m,p,w,h,a);if(b==null)return null;b.data&&n(b.data,"expectedType")&&S.push(b.data.expectedType)}var N=S.length>0?", expected one of type ["+S.join(", ")+"]":"";return new C("Invalid "+w+" `"+h+"` supplied to "+("`"+p+"`"+N+"."))}return L(f)}function Oe(){function t(c,g,f,_,m){return K(c[g])?null:new C("Invalid "+_+" `"+m+"` supplied to "+("`"+f+"`, expected a ReactNode."))}return L(t)}function de(t,c,g,f,_){return new C((t||"React class")+": "+c+" type `"+g+"."+f+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+_+"`.")}function Re(t){function c(g,f,_,m,p){var w=g[f],h=B(w);if(h!=="object")return new C("Invalid "+m+" `"+p+"` of type `"+h+"` "+("supplied to `"+_+"`, expected `object`."));for(var S in t){var v=t[S];if(typeof v!="function")return de(_,m,p,S,x(v));var I=v(w,S,_,m,p+"."+S,a);if(I)return I}return null}return L(c)}function Be(t){function c(g,f,_,m,p){var w=g[f],h=B(w);if(h!=="object")return new C("Invalid "+m+" `"+p+"` of type `"+h+"` "+("supplied to `"+_+"`, expected `object`."));var S=i({},g[f],t);for(var v in S){var I=t[v];if(n(t,v)&&typeof I!="function")return de(_,m,p,v,x(I));if(!I)return new C("Invalid "+m+" `"+p+"` key `"+v+"` supplied to `"+_+"`.\nBad object: "+JSON.stringify(g[f],null," ")+`
|
|
6
|
-
Valid keys: `+JSON.stringify(Object.keys(t),null," "));var b=I(w,v,_,m,p+"."+v,a);if(b)return b}return null}return L(c)}function K(t){switch(typeof t){case"number":case"string":case"undefined":return!0;case"boolean":return!t;case"object":if(Array.isArray(t))return t.every(K);if(t===null||o(t))return!0;var c=T(t);if(c){var g=c.call(t),f;if(c!==t.entries){for(;!(f=g.next()).done;)if(!K(f.value))return!1}else for(;!(f=g.next()).done;){var _=f.value;if(_&&!K(_[1]))return!1}}else return!1;return!0;default:return!1}}function ke(t,c){return t==="symbol"?!0:c?c["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&c instanceof Symbol:!1}function B(t){var c=typeof t;return Array.isArray(t)?"array":t instanceof RegExp?"object":ke(c,t)?"symbol":c}function x(t){if(typeof t>"u"||t===null)return""+t;var c=B(t);if(c==="object"){if(t instanceof Date)return"date";if(t instanceof RegExp)return"regexp"}return c}function Ge(t){var c=x(t);switch(c){case"array":case"object":return"an "+c;case"boolean":case"date":case"regexp":return"a "+c;default:return c}}function Ne(t){return!t.constructor||!t.constructor.name?M:t.constructor.name}return E.checkPropTypes=d,E.resetWarningCache=d.resetWarningCache,E.PropTypes=E,E},$}var Q,pe;function He(){if(pe)return Q;pe=1;var e=ie();function i(){}function a(){}return a.resetWarningCache=i,Q=function(){function n(s,o,u,y,l,T){if(T!==e){var M=new Error("Calling PropTypes validators directly is not supported by the `prop-types` package. Use PropTypes.checkPropTypes() to call them. Read more at http://fb.me/use-check-prop-types");throw M.name="Invariant Violation",M}}n.isRequired=n;function d(){return n}var r={array:n,bigint:n,bool:n,func:n,number:n,object:n,string:n,symbol:n,any:n,arrayOf:d,element:n,elementType:n,instanceOf:d,node:n,objectOf:d,oneOf:d,oneOfType:d,shape:d,exact:d,checkPropTypes:a,resetWarningCache:i};return r.PropTypes=r,r},Q}if(process.env.NODE_ENV!=="production"){var Ke=he,je=!0;re.exports=Ue()(Ke.isElement,je)}else re.exports=He()();var Ve=re.exports;const U=ve(Ve),se=process.env.NODE_ENV!=="production"?U.oneOfType([U.number,U.string,U.object,U.array]):{};function ze(e,i,a=!0){if(e&&e.vars&&a){const n=`vars.${i}`.split(".").reduce((d,r)=>d&&d[r]?d[r]:null,e);if(n!=null)return n}return i.split(".").reduce((n,d)=>n&&n[d]!=null?n[d]:null,e)}const Se=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],Me=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],Fe=[...Se,...Me];function We(e,i,a,n){var d;const r=(d=ze(e,i,!1))!=null?d:a;return typeof r=="number"?s=>typeof s=="string"?s:(process.env.NODE_ENV!=="production"&&typeof s!="number"&&console.error(`MUI: Expected ${n} argument to be a number or a string, got ${s}.`),r*s):Array.isArray(r)?s=>typeof s=="string"?s:(process.env.NODE_ENV!=="production"&&(Number.isInteger(s)?s>r.length-1&&console.error([`MUI: The value provided (${s}) overflows.`,`The supported values are: ${JSON.stringify(r)}.`,`${s} > ${r.length-1}, you need to add the missing values.`].join(`
|
|
7
|
-
`)):console.error([`MUI: The \`theme.${i}\` array type cannot be combined with non integer values.You should either use an integer value that can be used as index, or define the \`theme.${i}\` as a number.`].join(`
|
|
8
|
-
`))),r[s]):typeof r=="function"?r:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${i}\` value (${r}) is invalid.`,"It should be a number, an array or a function."].join(`
|
|
9
|
-
`)),()=>{})}function Ze(e){return We(e,"spacing",8,"spacing")}process.env.NODE_ENV!=="production"&&Se.reduce((e,i)=>(e[i]=se,e),{});process.env.NODE_ENV!=="production"&&Me.reduce((e,i)=>(e[i]=se,e),{});process.env.NODE_ENV!=="production"&&Fe.reduce((e,i)=>(e[i]=se,e),{});function Ye(e=8){if(e.mui)return e;const i=Ze({spacing:e}),a=(...n)=>(process.env.NODE_ENV!=="production"&&(n.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${n.length}`)),(n.length===0?[1]:n).map(r=>{const s=i(r);return typeof s=="number"?`${s}px`:s}).join(" "));return a.mui=!0,a}const Ce=8,Je={XS:320,SM:600,MD:960,LG:1280,XL:1600},H=Ye(Ce),$e=H(1.5),Qe=H(2.25),Xe=H(3),en=H(6),nn=6e3,rn={regular:400,medium:500,strong:600};function an({italic:e,weight:i,style:a,children:n,...d},r){const s={fontWeight:rn[i],fontStyle:e?"italic":void 0};return O.jsx(k.Typography,{...d,ref:r,style:{...s,...a},"data-name":"typography",children:n})}const tn=De.forwardRef(an),sn={c4r:{button:{cancel:"Cancel",leave:"Leave",close:"Close",copy:"Copy"},form:{selectAll:"Select all",selectNone:"None",allSelected:"All selected",noneSelected:"None selected",selected:"selected",add:"Add",filesSelected:"{count, plural, one{# file} other{# files}} selected",dragPlaceholder:"Drag and drop your {count, plural, one{file} other{files}} or click to browse",dragActivePlaceholder:"Drop your {count, plural, one{file} other{files}} here...",pagination:{noMorePages:"No more pages",prevPage:"Previous page",nextPage:"Next page"},startDate:"Start date",endDate:"End date",showPassword:"Show password",hidePassword:"Hide password",clearSelection:"Clear selection",chooseDate:"Choose date",startDateCalendar:"Start date calendar",endDateCalendar:"End date calendar",time:"Time"},dialog:{confirmation:{title:"Are you sure you want to leave?",content:"The changes you made will not be saved."}},notifications:{copiedToClipboard:"Copied to clipboard"},widgets:{category:{apply:"Apply",unlock:"Unlock",lock:"Lock",clear:"Clear",noResults:"No results",noResultsMessage:`Your search "{searchValue}" didn't match with any value.`,cancel:"Cancel",searchInfo:"Search in {elements} elements",selectedItems:"{items, plural, one{# selected} other{# selected}}",all:"All",search:"Search"},bar:{all:"All",selectedItems:"{items, plural, one{# selected} other{# selected}}",clear:"Clear"},histogram:{all:"All",selectedItems:"{items} selected",clear:"Clear"},legend:{layerOptions:"Layer options",hide:"Hide",show:"Show",layer:"layer",opacity:"Opacity",hideLayer:"Hide layer",showLayer:"Show layer",open:"Open legend",close:"Close",collapse:"Collapse layer",expand:"Expand layer",zoomLevel:"Zoom level",zoomLevelTooltip:"This layer is only visible at certain zoom levels",lowerThan:"lower than",greaterThan:"greater than",and:"and",zoomNote:"Note: this layer will display at zoom levels",notSupported:"is not a known legend type",subtitles:{proportion:"Radius range by",icon:"Icon based on",strokeColor:"Stroke color based on",color:"Color based on"},max:"Max",min:"Min",maxCategories:"Legend limited to {n} categories"},range:{clear:"Clear",minLimit:"min limit",maxLimit:"max limit",minValue:"min value",maxValue:"max value"},table:{rowsPerPage:"Rows per page",of:"{from}–{to} of {count}",moreThan:"more than"},timeSeries:{speed:"Speed",clear:"Clear"},featureSelection:{drawPolygonMode:"Polygon",drawRectangleMode:"Rectangle",drawPolygonByDraggingMode:"Lasso tool",drawCircleFromCenterMode:"Circle",edit:"Edit mask",clickToEdit:"Click on the mask to edit it",clickToCreate:"Click on the map to create a mask",selectTool:"Select a {label}",selectMode:"Select a mode",chooseSelectionMode:"Choose a selection mode",applyMask:"Apply mask",clearMask:"Clear mask",remove:"Remove",polygon:"Polygon",point:"Point",lineString:"Line",invalid:"Invalid geometry"},pie:{clear:"Clear",selectedItems:"{items, plural, one{# selected} other{# selected}}",allSelected:"All"},chartLegend:{next:"Next page",prev:"Previous page"}}}},dn={c4r:{button:{cancel:"Cancelar",leave:"Salir",close:"Cerrar",copy:"Copiar"},form:{selectAll:"Seleccionar todos",selectNone:"Ninguno",allSelected:"Todos seleccionados",noneSelected:"Ninguno seleccionado",selected:"seleccionado",add:"Añadir",filesSelected:"{count, plural, one{# archivo} other{# archivos}} seleccionados",dragPlaceholder:"Arrastra y suelta {count, plural, one{tu archivo} other{tus archivos}} o pulsa para seleccionar",dragActivePlaceholder:"Suelta {count, plural, one{tu archivo} other{tus archivos}} aqui...",pagination:{noMorePages:"No más páginas",prevPage:"Página anterior",nextPage:"Página siguiente"},startDate:"Fecha de inicio",endDate:"Fecha de fin",showPassword:"Mostrar contraseña",hidePassword:"Ocultar contraseña",clearSelection:"Limpiar selección",chooseDate:"Elegir fecha",startDateCalendar:"Calendario de fecha de inicio",endDateCalendar:"Calendario de fecha de fin",time:"Hora"},dialog:{confirmation:{title:"¿Estás seguro de que quieres salir?",content:"Los cambios que has hecho no se guardarán."}},notifications:{copiedToClipboard:"Copiado al portapapeles"},widgets:{category:{apply:"Aplicar",unlock:"Desbloquear",lock:"Bloquear",clear:"Limpiar",noResults:"Sin resultados",noResultsMessage:'Su búsqueda "{searchValue}" no coincide con ningún valor.',cancel:"Cancelar",searchInfo:"Buscar en {elements} elementos",selectedItems:"{items, plural, one {# seleccionado} other {# seleccionados}}",all:"Todos",search:"Buscar"},bar:{all:"Todos",selectedItems:"{items, plural, one {# seleccionado} other {# seleccionados}}",clear:"Limpiar"},histogram:{all:"Todos",selectedItems:"{items} seleccionados",clear:"Limpiar"},legend:{layerOptions:"Opciones de capa",hide:"Ocultar",show:"Mostrar",layer:"capa",opacity:"Opacidad",hideLayer:"Ocultar capa",showLayer:"Mostrar capa",open:"Abrir leyenda",close:"Cerrar",collapse:"Colapsar capa",expand:"Expandir capa",zoomLevel:"Nivel de zoom",zoomLevelTooltip:"Esta capa solo es visible a ciertos niveles de zoom",lowerThan:"menor que",greaterThan:"mayor que",and:"y",zoomNote:"Nota: esta capa se mostrará a un nivel de zoom",notSupported:"no es un tipo de leyenda conocido",subtitles:{proportion:"Tamaño basado en",icon:"Icono basado en",strokeColor:"Color del borde basado en",color:"Color basado en"},max:"Max",min:"Min"},range:{clear:"Limpiar",minLimit:"Límite mínimo",maxLimit:"Límite máximo",minValue:"Valor mínimo",maxValue:"Valor máximo"},table:{rowsPerPage:"Filas por página",of:"{from}–{to} de {count}",moreThan:"más de"},timeSeries:{speed:"Velocidad",clear:"Limpiar"},featureSelection:{drawPolygonMode:"Polígono",drawRectangleMode:"Rectángulo",drawPolygonByDraggingMode:"Herramienta Lazo",drawCircleFromCenterMode:"Círculo",edit:"Editar máscara",clickToEdit:"Haga clic en la máscara para editarla",clickToCreate:"Haga clic en el mapa para crear una máscara",selectTool:"Seleccionar un {label}",selectMode:"Seleccionar un modo",chooseSelectionMode:"Elegir un modo de selección",applyMask:"Aplicar máscara",clearMask:"Limpiar máscara",remove:"Eliminar",polygon:"Polígono",point:"Punto",lineString:"Línea"},pie:{clear:"Limpiar",selectedItems:"{items, plural, one {# seleccionado} other {# seleccionados}}",allSelected:"Todos seleccionados"},chartLegend:{next:"Página siguiente",prev:"Página anterior"}}}},on={c4r:{button:{cancel:"Batal",leave:"Keluar",close:"Tutup",copy:"Salin"},form:{selectAll:"Select all",selectNone:"None",allSelected:"All selected",noneSelected:"None selected",selected:"selected",add:"Add",filesSelected:"{count, plural, one{# file} other{# files}} selected",dragPlaceholder:"Drag and drop your {count, plural, one{file} other{files}} or click to browse",dragActivePlaceholder:"Drop your {count, plural, one{file} other{files}} here...",pagination:{noMorePages:"No more pages",prevPage:"Previous page",nextPage:"Next page"},startDate:"Start date",endDate:"End date",showPassword:"Show password",hidePassword:"Hide password",clearSelection:"Clear selection",chooseDate:"Choose date",startDateCalendar:"Start date calendar",endDateCalendar:"End date calendar",time:"Time"},dialog:{confirmation:{title:"Are you sure you want to leave?",content:"The changes you made will not be saved."}},notifications:{copiedToClipboard:"Tersalin ke clipboard"},widgets:{category:{apply:"Terapkan",unlock:"Buka kunci",lock:"Kunci",clear:"Bersihkan",noResults:"Tidak ada hasil",noResultsMessage:"Pencarian Anda {searchValue} tidak cocok dengan nilai apa pun.",cancel:"Batal",searchInfo:"Cari dalam {elements} elemen",selectedItems:"{items, plural, one{# terpilih} other{# terpilih}}",all:"Semua",search:"Cari"},bar:{all:"Semua",selectedItems:"{items, plural, one{# terpilih} other{# terpilih}}",clear:"Bersihkan"},histogram:{all:"Semua",selectedItems:"{items} terpilih",clear:"Bersihkan"},legend:{layerOptions:"Opsi Layer",hide:"Sembunyikan",show:"Tampilkan",layer:"layer",opacity:"Opasitas",hideLayer:"Sembunyikan layer",showLayer:"Tampilkan layer",open:"Buka legenda",close:"Tutup",collapse:"Ciutkan layer",expand:"Perluas layer",zoomLevel:"Tingkat Zoom",zoomLevelTooltip:"Layer ini hanya terlihat pada tingkat zoom tertentu",lowerThan:"lebih rendah dari",greaterThan:"lebih tinggi dari",and:"dan",zoomNote:"Catatan: layer ini akan ditampilkan pada tingkat zoom",notSupported:"bukan jenis legenda yang dikenal",subtitles:{proportion:"Rentang radius berdasarkan",icon:"Ikon berdasarkan",strokeColor:"Warna garis berdasarkan",color:"Warna berdasarkan"},max:"Maks",min:"Min",maxCategories:"Legenda terbatas pada {n} kategori"},range:{clear:"Bersihkan",minLimit:"batas minimum",maxLimit:"batas maksimum",minValue:"nilai minimum",maxValue:"nilai maksimum"},table:{rowsPerPage:"Baris per halaman",of:"{from}–{to} dari {count}",moreThan:"lebih dari"},timeSeries:{speed:"Kecepatan",clear:"Bersihkan"},featureSelection:{drawPolygonMode:"Poligon",drawRectangleMode:"Persegi panjang",drawPolygonByDraggingMode:"Alat lasso",drawCircleFromCenterMode:"Lingkaran",edit:"Edit masker",clickToEdit:"Klik pada masker untuk mengeditnya",clickToCreate:"Klik pada peta untuk membuat masker",selectTool:"Pilih {label}",selectMode:"Pilih mode",chooseSelectionMode:"Pilih mode seleksi",applyMask:"Terapkan masker",clearMask:"Bersihkan masker",remove:"Hapus",polygon:"Poligon",point:"Titik",lineString:"Garis",invalid:"Geometri tidak valid"},pie:{clear:"Bersihkan",selectedItems:"{items, plural, one{# terpilih} other{# terpilih}}",allSelected:"Semua terpilih"},chartLegend:{next:"Next page",prev:"Previous page"}}}},fe={en:sn,es:dn,id:on};function cn(e){return Intl.getCanonicalLocales(e)}function V(e,i,a){if(a||arguments.length===2)for(var n=0,d=i.length,r;n<d;n++)(r||!(n in i))&&(r||(r=Array.prototype.slice.call(i,0,n)),r[n]=i[n]);return e.concat(r||Array.prototype.slice.call(i))}var X={supplemental:{languageMatching:{"written-new":[{paradigmLocales:{_locales:"en en_GB es es_419 pt_BR pt_PT"}},{$enUS:{_value:"AS+CA+GU+MH+MP+PH+PR+UM+US+VI"}},{$cnsar:{_value:"HK+MO"}},{$americas:{_value:"019"}},{$maghreb:{_value:"MA+DZ+TN+LY+MR+EH"}},{no:{_desired:"nb",_distance:"1"}},{bs:{_desired:"hr",_distance:"4"}},{bs:{_desired:"sh",_distance:"4"}},{hr:{_desired:"sh",_distance:"4"}},{sr:{_desired:"sh",_distance:"4"}},{aa:{_desired:"ssy",_distance:"4"}},{de:{_desired:"gsw",_distance:"4",_oneway:"true"}},{de:{_desired:"lb",_distance:"4",_oneway:"true"}},{no:{_desired:"da",_distance:"8"}},{nb:{_desired:"da",_distance:"8"}},{ru:{_desired:"ab",_distance:"30",_oneway:"true"}},{en:{_desired:"ach",_distance:"30",_oneway:"true"}},{nl:{_desired:"af",_distance:"20",_oneway:"true"}},{en:{_desired:"ak",_distance:"30",_oneway:"true"}},{en:{_desired:"am",_distance:"30",_oneway:"true"}},{es:{_desired:"ay",_distance:"20",_oneway:"true"}},{ru:{_desired:"az",_distance:"30",_oneway:"true"}},{ur:{_desired:"bal",_distance:"20",_oneway:"true"}},{ru:{_desired:"be",_distance:"20",_oneway:"true"}},{en:{_desired:"bem",_distance:"30",_oneway:"true"}},{hi:{_desired:"bh",_distance:"30",_oneway:"true"}},{en:{_desired:"bn",_distance:"30",_oneway:"true"}},{zh:{_desired:"bo",_distance:"20",_oneway:"true"}},{fr:{_desired:"br",_distance:"20",_oneway:"true"}},{es:{_desired:"ca",_distance:"20",_oneway:"true"}},{fil:{_desired:"ceb",_distance:"30",_oneway:"true"}},{en:{_desired:"chr",_distance:"20",_oneway:"true"}},{ar:{_desired:"ckb",_distance:"30",_oneway:"true"}},{fr:{_desired:"co",_distance:"20",_oneway:"true"}},{fr:{_desired:"crs",_distance:"20",_oneway:"true"}},{sk:{_desired:"cs",_distance:"20"}},{en:{_desired:"cy",_distance:"20",_oneway:"true"}},{en:{_desired:"ee",_distance:"30",_oneway:"true"}},{en:{_desired:"eo",_distance:"30",_oneway:"true"}},{es:{_desired:"eu",_distance:"20",_oneway:"true"}},{da:{_desired:"fo",_distance:"20",_oneway:"true"}},{nl:{_desired:"fy",_distance:"20",_oneway:"true"}},{en:{_desired:"ga",_distance:"20",_oneway:"true"}},{en:{_desired:"gaa",_distance:"30",_oneway:"true"}},{en:{_desired:"gd",_distance:"20",_oneway:"true"}},{es:{_desired:"gl",_distance:"20",_oneway:"true"}},{es:{_desired:"gn",_distance:"20",_oneway:"true"}},{hi:{_desired:"gu",_distance:"30",_oneway:"true"}},{en:{_desired:"ha",_distance:"30",_oneway:"true"}},{en:{_desired:"haw",_distance:"20",_oneway:"true"}},{fr:{_desired:"ht",_distance:"20",_oneway:"true"}},{ru:{_desired:"hy",_distance:"30",_oneway:"true"}},{en:{_desired:"ia",_distance:"30",_oneway:"true"}},{en:{_desired:"ig",_distance:"30",_oneway:"true"}},{en:{_desired:"is",_distance:"20",_oneway:"true"}},{id:{_desired:"jv",_distance:"20",_oneway:"true"}},{en:{_desired:"ka",_distance:"30",_oneway:"true"}},{fr:{_desired:"kg",_distance:"30",_oneway:"true"}},{ru:{_desired:"kk",_distance:"30",_oneway:"true"}},{en:{_desired:"km",_distance:"30",_oneway:"true"}},{en:{_desired:"kn",_distance:"30",_oneway:"true"}},{en:{_desired:"kri",_distance:"30",_oneway:"true"}},{tr:{_desired:"ku",_distance:"30",_oneway:"true"}},{ru:{_desired:"ky",_distance:"30",_oneway:"true"}},{it:{_desired:"la",_distance:"20",_oneway:"true"}},{en:{_desired:"lg",_distance:"30",_oneway:"true"}},{fr:{_desired:"ln",_distance:"30",_oneway:"true"}},{en:{_desired:"lo",_distance:"30",_oneway:"true"}},{en:{_desired:"loz",_distance:"30",_oneway:"true"}},{fr:{_desired:"lua",_distance:"30",_oneway:"true"}},{hi:{_desired:"mai",_distance:"20",_oneway:"true"}},{en:{_desired:"mfe",_distance:"30",_oneway:"true"}},{fr:{_desired:"mg",_distance:"30",_oneway:"true"}},{en:{_desired:"mi",_distance:"20",_oneway:"true"}},{en:{_desired:"ml",_distance:"30",_oneway:"true"}},{ru:{_desired:"mn",_distance:"30",_oneway:"true"}},{hi:{_desired:"mr",_distance:"30",_oneway:"true"}},{id:{_desired:"ms",_distance:"30",_oneway:"true"}},{en:{_desired:"mt",_distance:"30",_oneway:"true"}},{en:{_desired:"my",_distance:"30",_oneway:"true"}},{en:{_desired:"ne",_distance:"30",_oneway:"true"}},{nb:{_desired:"nn",_distance:"20"}},{no:{_desired:"nn",_distance:"20"}},{en:{_desired:"nso",_distance:"30",_oneway:"true"}},{en:{_desired:"ny",_distance:"30",_oneway:"true"}},{en:{_desired:"nyn",_distance:"30",_oneway:"true"}},{fr:{_desired:"oc",_distance:"20",_oneway:"true"}},{en:{_desired:"om",_distance:"30",_oneway:"true"}},{en:{_desired:"or",_distance:"30",_oneway:"true"}},{en:{_desired:"pa",_distance:"30",_oneway:"true"}},{en:{_desired:"pcm",_distance:"20",_oneway:"true"}},{en:{_desired:"ps",_distance:"30",_oneway:"true"}},{es:{_desired:"qu",_distance:"30",_oneway:"true"}},{de:{_desired:"rm",_distance:"20",_oneway:"true"}},{en:{_desired:"rn",_distance:"30",_oneway:"true"}},{fr:{_desired:"rw",_distance:"30",_oneway:"true"}},{hi:{_desired:"sa",_distance:"30",_oneway:"true"}},{en:{_desired:"sd",_distance:"30",_oneway:"true"}},{en:{_desired:"si",_distance:"30",_oneway:"true"}},{en:{_desired:"sn",_distance:"30",_oneway:"true"}},{en:{_desired:"so",_distance:"30",_oneway:"true"}},{en:{_desired:"sq",_distance:"30",_oneway:"true"}},{en:{_desired:"st",_distance:"30",_oneway:"true"}},{id:{_desired:"su",_distance:"20",_oneway:"true"}},{en:{_desired:"sw",_distance:"30",_oneway:"true"}},{en:{_desired:"ta",_distance:"30",_oneway:"true"}},{en:{_desired:"te",_distance:"30",_oneway:"true"}},{ru:{_desired:"tg",_distance:"30",_oneway:"true"}},{en:{_desired:"ti",_distance:"30",_oneway:"true"}},{ru:{_desired:"tk",_distance:"30",_oneway:"true"}},{en:{_desired:"tlh",_distance:"30",_oneway:"true"}},{en:{_desired:"tn",_distance:"30",_oneway:"true"}},{en:{_desired:"to",_distance:"30",_oneway:"true"}},{ru:{_desired:"tt",_distance:"30",_oneway:"true"}},{en:{_desired:"tum",_distance:"30",_oneway:"true"}},{zh:{_desired:"ug",_distance:"20",_oneway:"true"}},{ru:{_desired:"uk",_distance:"20",_oneway:"true"}},{en:{_desired:"ur",_distance:"30",_oneway:"true"}},{ru:{_desired:"uz",_distance:"30",_oneway:"true"}},{fr:{_desired:"wo",_distance:"30",_oneway:"true"}},{en:{_desired:"xh",_distance:"30",_oneway:"true"}},{en:{_desired:"yi",_distance:"30",_oneway:"true"}},{en:{_desired:"yo",_distance:"30",_oneway:"true"}},{zh:{_desired:"za",_distance:"20",_oneway:"true"}},{en:{_desired:"zu",_distance:"30",_oneway:"true"}},{ar:{_desired:"aao",_distance:"10",_oneway:"true"}},{ar:{_desired:"abh",_distance:"10",_oneway:"true"}},{ar:{_desired:"abv",_distance:"10",_oneway:"true"}},{ar:{_desired:"acm",_distance:"10",_oneway:"true"}},{ar:{_desired:"acq",_distance:"10",_oneway:"true"}},{ar:{_desired:"acw",_distance:"10",_oneway:"true"}},{ar:{_desired:"acx",_distance:"10",_oneway:"true"}},{ar:{_desired:"acy",_distance:"10",_oneway:"true"}},{ar:{_desired:"adf",_distance:"10",_oneway:"true"}},{ar:{_desired:"aeb",_distance:"10",_oneway:"true"}},{ar:{_desired:"aec",_distance:"10",_oneway:"true"}},{ar:{_desired:"afb",_distance:"10",_oneway:"true"}},{ar:{_desired:"ajp",_distance:"10",_oneway:"true"}},{ar:{_desired:"apc",_distance:"10",_oneway:"true"}},{ar:{_desired:"apd",_distance:"10",_oneway:"true"}},{ar:{_desired:"arq",_distance:"10",_oneway:"true"}},{ar:{_desired:"ars",_distance:"10",_oneway:"true"}},{ar:{_desired:"ary",_distance:"10",_oneway:"true"}},{ar:{_desired:"arz",_distance:"10",_oneway:"true"}},{ar:{_desired:"auz",_distance:"10",_oneway:"true"}},{ar:{_desired:"avl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayh",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayl",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayn",_distance:"10",_oneway:"true"}},{ar:{_desired:"ayp",_distance:"10",_oneway:"true"}},{ar:{_desired:"bbz",_distance:"10",_oneway:"true"}},{ar:{_desired:"pga",_distance:"10",_oneway:"true"}},{ar:{_desired:"shu",_distance:"10",_oneway:"true"}},{ar:{_desired:"ssh",_distance:"10",_oneway:"true"}},{az:{_desired:"azb",_distance:"10",_oneway:"true"}},{et:{_desired:"vro",_distance:"10",_oneway:"true"}},{ff:{_desired:"ffm",_distance:"10",_oneway:"true"}},{ff:{_desired:"fub",_distance:"10",_oneway:"true"}},{ff:{_desired:"fue",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuf",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuh",_distance:"10",_oneway:"true"}},{ff:{_desired:"fui",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuq",_distance:"10",_oneway:"true"}},{ff:{_desired:"fuv",_distance:"10",_oneway:"true"}},{gn:{_desired:"gnw",_distance:"10",_oneway:"true"}},{gn:{_desired:"gui",_distance:"10",_oneway:"true"}},{gn:{_desired:"gun",_distance:"10",_oneway:"true"}},{gn:{_desired:"nhd",_distance:"10",_oneway:"true"}},{iu:{_desired:"ikt",_distance:"10",_oneway:"true"}},{kln:{_desired:"enb",_distance:"10",_oneway:"true"}},{kln:{_desired:"eyo",_distance:"10",_oneway:"true"}},{kln:{_desired:"niq",_distance:"10",_oneway:"true"}},{kln:{_desired:"oki",_distance:"10",_oneway:"true"}},{kln:{_desired:"pko",_distance:"10",_oneway:"true"}},{kln:{_desired:"sgc",_distance:"10",_oneway:"true"}},{kln:{_desired:"tec",_distance:"10",_oneway:"true"}},{kln:{_desired:"tuy",_distance:"10",_oneway:"true"}},{kok:{_desired:"gom",_distance:"10",_oneway:"true"}},{kpe:{_desired:"gkp",_distance:"10",_oneway:"true"}},{luy:{_desired:"ida",_distance:"10",_oneway:"true"}},{luy:{_desired:"lkb",_distance:"10",_oneway:"true"}},{luy:{_desired:"lko",_distance:"10",_oneway:"true"}},{luy:{_desired:"lks",_distance:"10",_oneway:"true"}},{luy:{_desired:"lri",_distance:"10",_oneway:"true"}},{luy:{_desired:"lrm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lsm",_distance:"10",_oneway:"true"}},{luy:{_desired:"lto",_distance:"10",_oneway:"true"}},{luy:{_desired:"lts",_distance:"10",_oneway:"true"}},{luy:{_desired:"lwg",_distance:"10",_oneway:"true"}},{luy:{_desired:"nle",_distance:"10",_oneway:"true"}},{luy:{_desired:"nyd",_distance:"10",_oneway:"true"}},{luy:{_desired:"rag",_distance:"10",_oneway:"true"}},{lv:{_desired:"ltg",_distance:"10",_oneway:"true"}},{mg:{_desired:"bhr",_distance:"10",_oneway:"true"}},{mg:{_desired:"bjq",_distance:"10",_oneway:"true"}},{mg:{_desired:"bmm",_distance:"10",_oneway:"true"}},{mg:{_desired:"bzc",_distance:"10",_oneway:"true"}},{mg:{_desired:"msh",_distance:"10",_oneway:"true"}},{mg:{_desired:"skg",_distance:"10",_oneway:"true"}},{mg:{_desired:"tdx",_distance:"10",_oneway:"true"}},{mg:{_desired:"tkg",_distance:"10",_oneway:"true"}},{mg:{_desired:"txy",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmv",_distance:"10",_oneway:"true"}},{mg:{_desired:"xmw",_distance:"10",_oneway:"true"}},{mn:{_desired:"mvf",_distance:"10",_oneway:"true"}},{ms:{_desired:"bjn",_distance:"10",_oneway:"true"}},{ms:{_desired:"btj",_distance:"10",_oneway:"true"}},{ms:{_desired:"bve",_distance:"10",_oneway:"true"}},{ms:{_desired:"bvu",_distance:"10",_oneway:"true"}},{ms:{_desired:"coa",_distance:"10",_oneway:"true"}},{ms:{_desired:"dup",_distance:"10",_oneway:"true"}},{ms:{_desired:"hji",_distance:"10",_oneway:"true"}},{ms:{_desired:"id",_distance:"10",_oneway:"true"}},{ms:{_desired:"jak",_distance:"10",_oneway:"true"}},{ms:{_desired:"jax",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvb",_distance:"10",_oneway:"true"}},{ms:{_desired:"kvr",_distance:"10",_oneway:"true"}},{ms:{_desired:"kxd",_distance:"10",_oneway:"true"}},{ms:{_desired:"lce",_distance:"10",_oneway:"true"}},{ms:{_desired:"lcf",_distance:"10",_oneway:"true"}},{ms:{_desired:"liw",_distance:"10",_oneway:"true"}},{ms:{_desired:"max",_distance:"10",_oneway:"true"}},{ms:{_desired:"meo",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfa",_distance:"10",_oneway:"true"}},{ms:{_desired:"mfb",_distance:"10",_oneway:"true"}},{ms:{_desired:"min",_distance:"10",_oneway:"true"}},{ms:{_desired:"mqg",_distance:"10",_oneway:"true"}},{ms:{_desired:"msi",_distance:"10",_oneway:"true"}},{ms:{_desired:"mui",_distance:"10",_oneway:"true"}},{ms:{_desired:"orn",_distance:"10",_oneway:"true"}},{ms:{_desired:"ors",_distance:"10",_oneway:"true"}},{ms:{_desired:"pel",_distance:"10",_oneway:"true"}},{ms:{_desired:"pse",_distance:"10",_oneway:"true"}},{ms:{_desired:"tmw",_distance:"10",_oneway:"true"}},{ms:{_desired:"urk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkk",_distance:"10",_oneway:"true"}},{ms:{_desired:"vkt",_distance:"10",_oneway:"true"}},{ms:{_desired:"xmm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zlm",_distance:"10",_oneway:"true"}},{ms:{_desired:"zmi",_distance:"10",_oneway:"true"}},{ne:{_desired:"dty",_distance:"10",_oneway:"true"}},{om:{_desired:"gax",_distance:"10",_oneway:"true"}},{om:{_desired:"hae",_distance:"10",_oneway:"true"}},{om:{_desired:"orc",_distance:"10",_oneway:"true"}},{or:{_desired:"spv",_distance:"10",_oneway:"true"}},{ps:{_desired:"pbt",_distance:"10",_oneway:"true"}},{ps:{_desired:"pst",_distance:"10",_oneway:"true"}},{qu:{_desired:"qub",_distance:"10",_oneway:"true"}},{qu:{_desired:"qud",_distance:"10",_oneway:"true"}},{qu:{_desired:"quf",_distance:"10",_oneway:"true"}},{qu:{_desired:"qug",_distance:"10",_oneway:"true"}},{qu:{_desired:"quh",_distance:"10",_oneway:"true"}},{qu:{_desired:"quk",_distance:"10",_oneway:"true"}},{qu:{_desired:"qul",_distance:"10",_oneway:"true"}},{qu:{_desired:"qup",_distance:"10",_oneway:"true"}},{qu:{_desired:"qur",_distance:"10",_oneway:"true"}},{qu:{_desired:"qus",_distance:"10",_oneway:"true"}},{qu:{_desired:"quw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qux",_distance:"10",_oneway:"true"}},{qu:{_desired:"quy",_distance:"10",_oneway:"true"}},{qu:{_desired:"qva",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qve",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvi",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvj",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvm",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvs",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvw",_distance:"10",_oneway:"true"}},{qu:{_desired:"qvz",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qwh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qws",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxa",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxc",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxh",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxl",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxn",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxo",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxp",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxr",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxt",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxu",_distance:"10",_oneway:"true"}},{qu:{_desired:"qxw",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdc",_distance:"10",_oneway:"true"}},{sc:{_desired:"sdn",_distance:"10",_oneway:"true"}},{sc:{_desired:"sro",_distance:"10",_oneway:"true"}},{sq:{_desired:"aae",_distance:"10",_oneway:"true"}},{sq:{_desired:"aat",_distance:"10",_oneway:"true"}},{sq:{_desired:"aln",_distance:"10",_oneway:"true"}},{syr:{_desired:"aii",_distance:"10",_oneway:"true"}},{uz:{_desired:"uzs",_distance:"10",_oneway:"true"}},{yi:{_desired:"yih",_distance:"10",_oneway:"true"}},{zh:{_desired:"cdo",_distance:"10",_oneway:"true"}},{zh:{_desired:"cjy",_distance:"10",_oneway:"true"}},{zh:{_desired:"cpx",_distance:"10",_oneway:"true"}},{zh:{_desired:"czh",_distance:"10",_oneway:"true"}},{zh:{_desired:"czo",_distance:"10",_oneway:"true"}},{zh:{_desired:"gan",_distance:"10",_oneway:"true"}},{zh:{_desired:"hak",_distance:"10",_oneway:"true"}},{zh:{_desired:"hsn",_distance:"10",_oneway:"true"}},{zh:{_desired:"lzh",_distance:"10",_oneway:"true"}},{zh:{_desired:"mnp",_distance:"10",_oneway:"true"}},{zh:{_desired:"nan",_distance:"10",_oneway:"true"}},{zh:{_desired:"wuu",_distance:"10",_oneway:"true"}},{zh:{_desired:"yue",_distance:"10",_oneway:"true"}},{"*":{_desired:"*",_distance:"80"}},{"en-Latn":{_desired:"am-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"az-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"bn-Beng",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"bo-Tibt",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"hy-Armn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ka-Geor",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"km-Khmr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"kn-Knda",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"lo-Laoo",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ml-Mlym",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"my-Mymr",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ne-Deva",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"or-Orya",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"pa-Guru",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ps-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"sd-Arab",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"si-Sinh",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ta-Taml",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"te-Telu",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ti-Ethi",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"tk-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"ur-Arab",_distance:"10",_oneway:"true"}},{"ru-Cyrl":{_desired:"uz-Latn",_distance:"10",_oneway:"true"}},{"en-Latn":{_desired:"yi-Hebr",_distance:"10",_oneway:"true"}},{"sr-Cyrl":{_desired:"sr-Latn",_distance:"5"}},{"zh-Hans":{_desired:"za-Latn",_distance:"10",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"zh-Hant":{_desired:"zh-Hani",_distance:"20",_oneway:"true"}},{"ar-Arab":{_desired:"ar-Latn",_distance:"20",_oneway:"true"}},{"bn-Beng":{_desired:"bn-Latn",_distance:"20",_oneway:"true"}},{"gu-Gujr":{_desired:"gu-Latn",_distance:"20",_oneway:"true"}},{"hi-Deva":{_desired:"hi-Latn",_distance:"20",_oneway:"true"}},{"kn-Knda":{_desired:"kn-Latn",_distance:"20",_oneway:"true"}},{"ml-Mlym":{_desired:"ml-Latn",_distance:"20",_oneway:"true"}},{"mr-Deva":{_desired:"mr-Latn",_distance:"20",_oneway:"true"}},{"ta-Taml":{_desired:"ta-Latn",_distance:"20",_oneway:"true"}},{"te-Telu":{_desired:"te-Latn",_distance:"20",_oneway:"true"}},{"zh-Hans":{_desired:"zh-Latn",_distance:"20",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Latn",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hani",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ja-Jpan":{_desired:"ja-Hrkt",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Hira",_distance:"5",_oneway:"true"}},{"ja-Hrkt":{_desired:"ja-Kana",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hani",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Hang",_distance:"5",_oneway:"true"}},{"ko-Kore":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"ko-Hang":{_desired:"ko-Jamo",_distance:"5",_oneway:"true"}},{"*-*":{_desired:"*-*",_distance:"50"}},{"ar-*-$maghreb":{_desired:"ar-*-$maghreb",_distance:"4"}},{"ar-*-$!maghreb":{_desired:"ar-*-$!maghreb",_distance:"4"}},{"ar-*-*":{_desired:"ar-*-*",_distance:"5"}},{"en-*-$enUS":{_desired:"en-*-$enUS",_distance:"4"}},{"en-*-GB":{_desired:"en-*-$!enUS",_distance:"3"}},{"en-*-$!enUS":{_desired:"en-*-$!enUS",_distance:"4"}},{"en-*-*":{_desired:"en-*-*",_distance:"5"}},{"es-*-$americas":{_desired:"es-*-$americas",_distance:"4"}},{"es-*-$!americas":{_desired:"es-*-$!americas",_distance:"4"}},{"es-*-*":{_desired:"es-*-*",_distance:"5"}},{"pt-*-$americas":{_desired:"pt-*-$americas",_distance:"4"}},{"pt-*-$!americas":{_desired:"pt-*-$!americas",_distance:"4"}},{"pt-*-*":{_desired:"pt-*-*",_distance:"5"}},{"zh-Hant-$cnsar":{_desired:"zh-Hant-$cnsar",_distance:"4"}},{"zh-Hant-$!cnsar":{_desired:"zh-Hant-$!cnsar",_distance:"4"}},{"zh-Hant-*":{_desired:"zh-Hant-*",_distance:"5"}},{"*-*-*":{_desired:"*-*-*",_distance:"4"}}]}}},un={"001":["001","001-status-grouping","002","005","009","011","013","014","015","017","018","019","021","029","030","034","035","039","053","054","057","061","142","143","145","150","151","154","155","AC","AD","AE","AF","AG","AI","AL","AM","AO","AQ","AR","AS","AT","AU","AW","AX","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BL","BM","BN","BO","BQ","BR","BS","BT","BV","BW","BY","BZ","CA","CC","CD","CF","CG","CH","CI","CK","CL","CM","CN","CO","CP","CQ","CR","CU","CV","CW","CX","CY","CZ","DE","DG","DJ","DK","DM","DO","DZ","EA","EC","EE","EG","EH","ER","ES","ET","EU","EZ","FI","FJ","FK","FM","FO","FR","GA","GB","GD","GE","GF","GG","GH","GI","GL","GM","GN","GP","GQ","GR","GS","GT","GU","GW","GY","HK","HM","HN","HR","HT","HU","IC","ID","IE","IL","IM","IN","IO","IQ","IR","IS","IT","JE","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KY","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MF","MG","MH","MK","ML","MM","MN","MO","MP","MQ","MR","MS","MT","MU","MV","MW","MX","MY","MZ","NA","NC","NE","NF","NG","NI","NL","NO","NP","NR","NU","NZ","OM","PA","PE","PF","PG","PH","PK","PL","PM","PN","PR","PS","PT","PW","PY","QA","QO","RE","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SH","SI","SJ","SK","SL","SM","SN","SO","SR","SS","ST","SV","SX","SY","SZ","TA","TC","TD","TF","TG","TH","TJ","TK","TL","TM","TN","TO","TR","TT","TV","TW","TZ","UA","UG","UM","UN","US","UY","UZ","VA","VC","VE","VG","VI","VN","VU","WF","WS","XK","YE","YT","ZA","ZM","ZW"],"002":["002","002-status-grouping","011","014","015","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","DZ","EA","EG","EH","ER","ET","GA","GH","GM","GN","GQ","GW","IC","IO","KE","KM","LR","LS","LY","MA","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SD","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TN","TZ","UG","YT","ZA","ZM","ZW"],"003":["003","013","021","029","AG","AI","AW","BB","BL","BM","BQ","BS","BZ","CA","CR","CU","CW","DM","DO","GD","GL","GP","GT","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PM","PR","SV","SX","TC","TT","US","VC","VG","VI"],"005":["005","AR","BO","BR","BV","CL","CO","EC","FK","GF","GS","GY","PE","PY","SR","UY","VE"],"009":["009","053","054","057","061","AC","AQ","AS","AU","CC","CK","CP","CX","DG","FJ","FM","GU","HM","KI","MH","MP","NC","NF","NR","NU","NZ","PF","PG","PN","PW","QO","SB","TA","TK","TO","TV","UM","VU","WF","WS"],"011":["011","BF","BJ","CI","CV","GH","GM","GN","GW","LR","ML","MR","NE","NG","SH","SL","SN","TG"],"013":["013","BZ","CR","GT","HN","MX","NI","PA","SV"],"014":["014","BI","DJ","ER","ET","IO","KE","KM","MG","MU","MW","MZ","RE","RW","SC","SO","SS","TF","TZ","UG","YT","ZM","ZW"],"015":["015","DZ","EA","EG","EH","IC","LY","MA","SD","TN"],"017":["017","AO","CD","CF","CG","CM","GA","GQ","ST","TD"],"018":["018","BW","LS","NA","SZ","ZA"],"019":["003","005","013","019","019-status-grouping","021","029","419","AG","AI","AR","AW","BB","BL","BM","BO","BQ","BR","BS","BV","BZ","CA","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GL","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PM","PR","PY","SR","SV","SX","TC","TT","US","UY","VC","VE","VG","VI"],"021":["021","BM","CA","GL","PM","US"],"029":["029","AG","AI","AW","BB","BL","BQ","BS","CU","CW","DM","DO","GD","GP","HT","JM","KN","KY","LC","MF","MQ","MS","PR","SX","TC","TT","VC","VG","VI"],"030":["030","CN","HK","JP","KP","KR","MN","MO","TW"],"034":["034","AF","BD","BT","IN","IR","LK","MV","NP","PK"],"035":["035","BN","ID","KH","LA","MM","MY","PH","SG","TH","TL","VN"],"039":["039","AD","AL","BA","ES","GI","GR","HR","IT","ME","MK","MT","PT","RS","SI","SM","VA","XK"],"053":["053","AU","CC","CX","HM","NF","NZ"],"054":["054","FJ","NC","PG","SB","VU"],"057":["057","FM","GU","KI","MH","MP","NR","PW","UM"],"061":["061","AS","CK","NU","PF","PN","TK","TO","TV","WF","WS"],142:["030","034","035","142","143","145","AE","AF","AM","AZ","BD","BH","BN","BT","CN","CY","GE","HK","ID","IL","IN","IQ","IR","JO","JP","KG","KH","KP","KR","KW","KZ","LA","LB","LK","MM","MN","MO","MV","MY","NP","OM","PH","PK","PS","QA","SA","SG","SY","TH","TJ","TL","TM","TR","TW","UZ","VN","YE"],143:["143","KG","KZ","TJ","TM","UZ"],145:["145","AE","AM","AZ","BH","CY","GE","IL","IQ","JO","KW","LB","OM","PS","QA","SA","SY","TR","YE"],150:["039","150","151","154","155","AD","AL","AT","AX","BA","BE","BG","BY","CH","CQ","CZ","DE","DK","EE","ES","FI","FO","FR","GB","GG","GI","GR","HR","HU","IE","IM","IS","IT","JE","LI","LT","LU","LV","MC","MD","ME","MK","MT","NL","NO","PL","PT","RO","RS","RU","SE","SI","SJ","SK","SM","UA","VA","XK"],151:["151","BG","BY","CZ","HU","MD","PL","RO","RU","SK","UA"],154:["154","AX","CQ","DK","EE","FI","FO","GB","GG","IE","IM","IS","JE","LT","LV","NO","SE","SJ"],155:["155","AT","BE","CH","DE","FR","LI","LU","MC","NL"],202:["011","014","017","018","202","AO","BF","BI","BJ","BW","CD","CF","CG","CI","CM","CV","DJ","ER","ET","GA","GH","GM","GN","GQ","GW","IO","KE","KM","LR","LS","MG","ML","MR","MU","MW","MZ","NA","NE","NG","RE","RW","SC","SH","SL","SN","SO","SS","ST","SZ","TD","TF","TG","TZ","UG","YT","ZA","ZM","ZW"],419:["005","013","029","419","AG","AI","AR","AW","BB","BL","BO","BQ","BR","BS","BV","BZ","CL","CO","CR","CU","CW","DM","DO","EC","FK","GD","GF","GP","GS","GT","GY","HN","HT","JM","KN","KY","LC","MF","MQ","MS","MX","NI","PA","PE","PR","PY","SR","SV","SX","TC","TT","UY","VC","VE","VG","VI"],EU:["AT","BE","BG","CY","CZ","DE","DK","EE","ES","EU","FI","FR","GR","HR","HU","IE","IT","LT","LU","LV","MT","NL","PL","PT","RO","SE","SI","SK"],EZ:["AT","BE","CY","DE","EE","ES","EZ","FI","FR","GR","IE","IT","LT","LU","LV","MT","NL","PT","SI","SK"],QO:["AC","AQ","CP","DG","QO","TA"],UN:["AD","AE","AF","AG","AL","AM","AO","AR","AT","AU","AZ","BA","BB","BD","BE","BF","BG","BH","BI","BJ","BN","BO","BR","BS","BT","BW","BY","BZ","CA","CD","CF","CG","CH","CI","CL","CM","CN","CO","CR","CU","CV","CY","CZ","DE","DJ","DK","DM","DO","DZ","EC","EE","EG","ER","ES","ET","FI","FJ","FM","FR","GA","GB","GD","GE","GH","GM","GN","GQ","GR","GT","GW","GY","HN","HR","HT","HU","ID","IE","IL","IN","IQ","IR","IS","IT","JM","JO","JP","KE","KG","KH","KI","KM","KN","KP","KR","KW","KZ","LA","LB","LC","LI","LK","LR","LS","LT","LU","LV","LY","MA","MC","MD","ME","MG","MH","MK","ML","MM","MN","MR","MT","MU","MV","MW","MX","MY","MZ","NA","NE","NG","NI","NL","NO","NP","NR","NZ","OM","PA","PE","PG","PH","PK","PL","PT","PW","PY","QA","RO","RS","RU","RW","SA","SB","SC","SD","SE","SG","SI","SK","SL","SM","SN","SO","SR","SS","ST","SV","SY","SZ","TD","TG","TH","TJ","TL","TM","TN","TO","TR","TT","TV","TZ","UA","UG","UN","US","UY","UZ","VC","VE","VN","VU","WS","YE","ZA","ZM","ZW"]},Ee=/-u(?:-[0-9a-z]{2,8})+/gi;function D(e,i,a){if(a===void 0&&(a=Error),!e)throw new a(i)}var _n=838,ee;function ln(){var e,i;if(!ee){var a=(i=(e=X.supplemental.languageMatching["written-new"][0])===null||e===void 0?void 0:e.paradigmLocales)===null||i===void 0?void 0:i._locales.split(" "),n=X.supplemental.languageMatching["written-new"].slice(1,5),d=X.supplemental.languageMatching["written-new"].slice(5),r=d.map(function(s){var o=Object.keys(s)[0],u=s[o];return{supported:o,desired:u._desired,distance:+u._distance,oneway:u.oneway==="true"}},{});ee={matches:r,matchVariables:n.reduce(function(s,o){var u=Object.keys(o)[0],y=o[u];return s[u.slice(1)]=y._value.split("+"),s},{}),paradigmLocales:V(V([],a,!0),a.map(function(s){return new Intl.Locale(s.replace(/_/g,"-")).maximize().toString()}),!0)}}return ee}function j(e,i,a){var n=i.split("-"),d=n[0],r=n[1],s=n[2],o=!0;if(s&&s[0]==="$"){var u=s[1]!=="!",y=u?a[s.slice(1)]:a[s.slice(2)],l=y.map(function(T){return un[T]||[T]}).reduce(function(T,M){return V(V([],T,!0),M,!0)},[]);o&&(o=l.indexOf(e.region||"")>1==u)}else o&&(o=e.region?s==="*"||s===e.region:!0);return o&&(o=e.script?r==="*"||r===e.script:!0),o&&(o=e.language?d==="*"||d===e.language:!0),o}function we(e){return[e.language,e.script,e.region].filter(Boolean).join("-")}function ne(e,i,a){for(var n=0,d=a.matches;n<d.length;n++){var r=d[n],s=j(e,r.desired,a.matchVariables)&&j(i,r.supported,a.matchVariables);if(!r.oneway&&!s&&(s=j(e,r.supported,a.matchVariables)&&j(i,r.desired,a.matchVariables)),s){var o=r.distance*10;return a.paradigmLocales.indexOf(we(e))>-1!=a.paradigmLocales.indexOf(we(i))>-1?o-1:o}}throw new Error("No matching distance found")}function yn(e,i){var a=new Intl.Locale(e).maximize(),n=new Intl.Locale(i).maximize(),d={language:a.language,script:a.script||"",region:a.region||""},r={language:n.language,script:n.script||"",region:n.region||""},s=0,o=ln();return d.language!==r.language&&(s+=ne({language:a.language,script:"",region:""},{language:n.language,script:"",region:""},o)),d.script!==r.script&&(s+=ne({language:a.language,script:d.script,region:""},{language:n.language,script:d.script,region:""},o)),d.region!==r.region&&(s+=ne(d,r,o)),s}function pn(e,i,a){a===void 0&&(a=_n);var n=1/0,d={matchedDesiredLocale:"",distances:{}};return e.forEach(function(r,s){d.distances[r]||(d.distances[r]={}),i.forEach(function(o){var u=yn(r,o)+0+s*40;d.distances[r][o]=u,u<n&&(n=u,d.matchedDesiredLocale=r,d.matchedSupportedLocale=o)})}),n>=a&&(d.matchedDesiredLocale=void 0,d.matchedSupportedLocale=void 0),d}function fn(e,i,a){var n,d,r=[],s=i.reduce(function(u,y){var l=y.replace(Ee,"");return r.push(l),u[l]=y,u},{}),o=pn(r,e);return o.matchedSupportedLocale&&o.matchedDesiredLocale&&(n=o.matchedSupportedLocale,d=s[o.matchedDesiredLocale].slice(o.matchedDesiredLocale.length)||void 0),n?{locale:n,extension:d}:{locale:a()}}function wn(e,i){for(var a=i;;){if(e.indexOf(a)>-1)return a;var n=a.lastIndexOf("-");if(!~n)return;n>=2&&a[n-2]==="-"&&(n-=2),a=a.slice(0,n)}}function gn(e,i,a){for(var n={locale:""},d=0,r=i;d<r.length;d++){var s=r[d],o=s.replace(Ee,""),u=wn(e,o);if(u)return n.locale=u,s!==o&&(n.extension=s.slice(o.length,s.length)),n}return n.locale=a(),n}function mn(e,i){D(i.length===2,"key must have 2 elements");var a=e.length,n="-".concat(i,"-"),d=e.indexOf(n);if(d!==-1){for(var r=d+4,s=r,o=r,u=!1;!u;){var y=e.indexOf("-",o),l=void 0;y===-1?l=a-o:l=y-o,l===2?u=!0:y===-1?(s=a,u=!0):(s=y,o=y+1)}return e.slice(r,s)}if(n="-".concat(i),d=e.indexOf(n),d!==-1&&d+3===a)return""}function hn(e,i,a,n,d,r){var s=a.localeMatcher,o;s==="lookup"?o=gn(Array.from(e),i,r):o=fn(Array.from(e),i,r);for(var u=o.locale,y={locale:"",dataLocale:u},l="-u",T=0,M=n;T<M.length;T++){var E=M[T];D(u in d,"Missing locale data for ".concat(u));var P=d[u];D(typeof P=="object"&&P!==null,"locale data ".concat(E," must be an object"));var C=P[E];D(Array.isArray(C),"keyLocaleData for ".concat(E," must be an array"));var L=C[0];D(typeof L=="string"||L===null,"value must be string or null but got ".concat(typeof L," in key ").concat(E));var A="";if(o.extension){var G=mn(o.extension,E);G!==void 0&&(G!==""?~C.indexOf(G)&&(L=G,A="-".concat(E,"-").concat(L)):~G.indexOf("true")&&(L="true",A="-".concat(E)))}if(E in a){var R=a[E];D(typeof R=="string"||typeof R>"u"||R===null,"optionsValue must be String, Undefined or Null"),~C.indexOf(R)&&R!==L&&(L=R,A="")}y[E]=L,l+=A}if(l.length>2){var q=u.indexOf("-x-");if(q===-1)u=u+l;else{var z=u.slice(0,q),F=u.slice(q,u.length);u=z+l+F}u=Intl.getCanonicalLocales(u)[0]}return y.locale=u,y}function vn(e,i,a,n){return hn(i,cn(e),{localeMatcher:"best fit"},[],{},function(){return a}).locale}const ae="en";function Le(e,i=""){return Object.keys(e).reduce((a,n)=>{const d=e[n],r=i?`${i}.${n}`:n;return typeof d=="string"?a[r]=d:Object.assign(a,Le(d,r)),a},{})}function Tn(e,i){const a=Object.keys(i),n=vn([e],a,ae);return n||ae}const Sn=te.createIntlCache(),ge=new WeakMap,Mn=e=>{const i=(e==null?void 0:e.locale)||ae,a=Tn(i,fe),n={...fe[a]||{},...(e==null?void 0:e.messages)??{}},d=Le(n);return te.createIntl({locale:i,messages:d},Sn)},Cn=e=>{const i=ge.get(e);if(i)return i;const a=Mn(e);return ge.set(e,a),a};function be(e){return Cn(e)}const En=k.styled(k.Box)(({theme:e})=>({display:"flex",gap:e.spacing(.5),marginLeft:e.spacing(1)})),me=k.styled("div")(({theme:e})=>({"& .MuiIconButton-root:not(.Mui-disabled)":{color:e.palette.text.secondary}}));function Ln({count:e,page:i,rowsPerPage:a=10,onPageChange:n,lastPageTooltip:d}){const r=te.useIntl(),s=be(r),o=P=>{n(P,i-1)},u=P=>{n(P,i+1)},y=i===Math.ceil(e/a)-1,l=i===0,T=s.formatMessage({id:"c4r.form.pagination.prevPage"}),M=s.formatMessage({id:"c4r.form.pagination.nextPage"}),E=s.formatMessage({id:"c4r.form.pagination.noMorePages"});return O.jsxs(En,{children:[O.jsx(k.Tooltip,{title:l?E:T,children:O.jsx(me,{children:O.jsx(k.IconButton,{onClick:o,disabled:i===0,"aria-label":T,children:O.jsx(oe.KeyboardArrowLeftOutlined,{})})})}),O.jsx(k.Tooltip,{title:y?d??E:M,children:O.jsx(me,{children:O.jsx(k.IconButton,{onClick:u,disabled:i>=Math.ceil(e/a)-1,"aria-label":M.toLocaleLowerCase(),children:O.jsx(oe.KeyboardArrowRightOutlined,{})})})})]})}exports.APPBAR_SIZE=en;exports.BREAKPOINTS=Je;exports.ICON_SIZE_LARGE=Xe;exports.ICON_SIZE_MEDIUM=Qe;exports.ICON_SIZE_SMALL=$e;exports.NOTIFICATION_DURATION_IN_MS=nn;exports.SPACING=Ce;exports.TablePaginationActions=Ln;exports.Typography=tn;exports.getDefaultExportFromCjs=ve;exports.getSpacing=H;exports.useImperativeIntl=be;
|