@carto/meridian-ds 1.2.0-alpha.2 → 1.2.0-alpha.4
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 +1 -1
- package/dist/{Alert-DtATpSrk.cjs → Alert-Crox9VIQ.cjs} +1 -1
- package/dist/{Alert-D7txRuRX.js → Alert-I7hODOmU.js} +1 -1
- package/dist/{MenuItem-Zfhg5oVa.js → MenuItem-Cj_e0qJW.js} +1 -1
- package/dist/{MenuItem-CYprZ0gF.cjs → MenuItem-DidT4G9p.cjs} +1 -1
- package/dist/TablePaginationActions-DD9ldzb2.cjs +9 -0
- package/dist/{TablePaginationActions-27cy26WD.js → TablePaginationActions-c3pPClvX.js} +8 -29
- package/dist/components/index.cjs +5 -5
- package/dist/components/index.js +3022 -3449
- package/dist/theme/index.cjs +1 -1
- package/dist/theme/index.js +21 -19
- package/dist/types/components/molecules/Snackbar.d.ts +11 -0
- package/dist/types/components/molecules/Snackbar.d.ts.map +1 -0
- package/dist/types/components/molecules/index.d.ts +2 -0
- package/dist/types/components/molecules/index.d.ts.map +1 -1
- package/dist/types/components/organisms/index.d.ts +0 -2
- package/dist/types/components/organisms/index.d.ts.map +1 -1
- package/dist/types/localization/en.d.ts +0 -8
- package/dist/types/localization/en.d.ts.map +1 -1
- package/dist/types/localization/es.d.ts +1 -8
- package/dist/types/localization/es.d.ts.map +1 -1
- package/dist/types/localization/id.d.ts +1 -8
- package/dist/types/localization/id.d.ts.map +1 -1
- package/dist/types/localization/index.d.ts +2 -24
- package/dist/types/localization/index.d.ts.map +1 -1
- package/dist/types/theme/theme-constants.d.ts +1 -0
- package/dist/types/theme/theme-constants.d.ts.map +1 -1
- package/dist/types/theme/types.d.ts +0 -5
- package/dist/types/theme/types.d.ts.map +1 -1
- package/dist/widgets/index.cjs +1 -1
- package/dist/widgets/index.js +2 -2
- package/package.json +2 -3
- package/dist/TablePaginationActions-CoP0Ze6h.cjs +0 -9
- package/dist/types/components/organisms/Dialog/Dialog.d.ts +0 -4
- package/dist/types/components/organisms/Dialog/Dialog.d.ts.map +0 -1
- package/dist/types/components/organisms/Dialog/DialogAlert.d.ts +0 -4
- package/dist/types/components/organisms/Dialog/DialogAlert.d.ts.map +0 -1
- package/dist/types/components/organisms/Dialog/DialogConfirmation.d.ts +0 -4
- package/dist/types/components/organisms/Dialog/DialogConfirmation.d.ts.map +0 -1
- package/dist/types/components/organisms/Dialog/DialogContent.d.ts +0 -7
- package/dist/types/components/organisms/Dialog/DialogContent.d.ts.map +0 -1
- package/dist/types/components/organisms/Dialog/DialogFooter.d.ts +0 -7
- package/dist/types/components/organisms/Dialog/DialogFooter.d.ts.map +0 -1
- package/dist/types/components/organisms/Dialog/DialogHeader.d.ts +0 -4
- package/dist/types/components/organisms/Dialog/DialogHeader.d.ts.map +0 -1
- package/dist/types/components/organisms/Dialog/DialogPaper.d.ts +0 -32
- package/dist/types/components/organisms/Dialog/DialogPaper.d.ts.map +0 -1
- package/dist/types/components/organisms/Dialog/DialogStepper.d.ts +0 -3
- package/dist/types/components/organisms/Dialog/DialogStepper.d.ts.map +0 -1
- package/dist/types/components/organisms/Dialog/index.d.ts +0 -9
- package/dist/types/components/organisms/Dialog/index.d.ts.map +0 -1
- package/dist/types/components/organisms/Dialog/types.d.ts +0 -69
- package/dist/types/components/organisms/Dialog/types.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# CHANGELOG
|
|
2
2
|
|
|
3
|
-
- New
|
|
3
|
+
- New Snackbar component [#114](https://github.com/CartoDB/meridian-ds/pull/114)
|
|
4
4
|
- New IconButton component [#108](https://github.com/CartoDB/meridian-ds/pull/108)
|
|
5
5
|
- Update contributing documentation [#107](https://github.com/CartoDB/meridian-ds/pull/107)
|
|
6
6
|
- Custom Icons Update [#111](https://github.com/CartoDB/meridian-ds/pull/111)
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const o=require("react/jsx-runtime"),c=require("./TablePaginationActions-
|
|
1
|
+
"use strict";const o=require("react/jsx-runtime"),c=require("./TablePaginationActions-DD9ldzb2.cjs"),l=require("@mui/material"),g=require("react"),T=l.styled(l.Alert,{shouldForwardProp:r=>!["isNeutral","content","hasCloseButton","hasAction","hasTitle","isSticky"].includes(r)})(({isNeutral:r,content:n,hasCloseButton:a,hasAction:e,hasTitle:t,isSticky:s,theme:i})=>({columnGap:i.spacing(1),minHeight:i.spacing(6),...e&&{display:"grid",gridTemplateAreas:n==="inline"||a?'"icon message actions"':`
|
|
2
2
|
"icon message"
|
|
3
3
|
"icon actions"
|
|
4
4
|
`,gridTemplateColumns:a?`${c.ICON_SIZE_MEDIUM} 1fr ${i.spacing(3)}`:`${c.ICON_SIZE_MEDIUM}`},...r&&{backgroundColor:i.palette.default.background,color:i.palette.text.primary},...s&&{borderRadius:0},".MuiAlert-message":{flex:1,paddingTop:t?i.spacing(.25):i.spacing(.5),"& a":{color:i.palette.primary.main,textDecoration:"none","&:hover":{textDecoration:"underline"}},...e&&{gridArea:"message"},...r&&{"& :not(.MuiAlertTitle-root)":{color:i.palette.text.secondary},a:{color:`${i.palette.primary.main} !important`}}},".MuiAlert-icon":{height:t?i.spacing(2.5):i.spacing(3),marginRight:0,...e&&{gridArea:"icon"},...r&&{color:i.palette.text.primary}},".MuiAlert-action":{alignItems:n==="inline"&&!a?"center":"flex-start",margin:n==="block"&&!a?i.spacing(1.5,0,.5):0,marginLeft:n==="inline"||a?"auto":0,padding:0,...e&&{gridArea:"actions"},".MuiIconButton-root svg path":{fill:a?i.palette.text.secondary:void 0}}}));function v({title:r,action:n,severity:a="neutral",content:e="inline",variant:t="standard",children:s,onClose:i,open:p,isSticky:u,...A},x){const[f,y]=g.useState(p??!0),m=i?I=>{i(I),y(!1)}:void 0,d=a==="neutral",M=p??f;return o.jsx(l.Fade,{in:M,appear:!1,children:o.jsxs(T,{ref:x,severity:d?"info":a,isNeutral:d,content:e,action:n,onClose:m,hasCloseButton:!!i,hasAction:!!n,hasTitle:!!r,isSticky:u,variant:t,...A,children:[r&&o.jsx(l.AlertTitle,{children:r}),o.jsx(c.Typography,{variant:"caption",color:"inherit",component:"div",children:s})]})})}const b=g.forwardRef(v);exports.Alert=b;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { jsx as l, jsxs as x } from "react/jsx-runtime";
|
|
2
|
-
import { b as c, T } from "./TablePaginationActions-
|
|
2
|
+
import { b as c, T } from "./TablePaginationActions-c3pPClvX.js";
|
|
3
3
|
import { styled as M, Alert as v, Fade as b, AlertTitle as I } from "@mui/material";
|
|
4
4
|
import { forwardRef as $, useState as k } from "react";
|
|
5
5
|
const S = M(v, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as p from "react";
|
|
2
2
|
import { jsx as C, jsxs as Se } from "react/jsx-runtime";
|
|
3
|
-
import { P as a, _ as E } from "./TablePaginationActions-
|
|
3
|
+
import { P as a, _ as E } from "./TablePaginationActions-c3pPClvX.js";
|
|
4
4
|
import { useThemeProps as pe, styled as B, alpha as Le } from "@mui/material/styles";
|
|
5
5
|
import pt from "@mui/material/MenuItem";
|
|
6
6
|
import ht from "@mui/material/MenuList";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
"use strict";const Gt=require("react"),y=require("react/jsx-runtime"),s=require("./TablePaginationActions-
|
|
1
|
+
"use strict";const Gt=require("react"),y=require("react/jsx-runtime"),s=require("./TablePaginationActions-DD9ldzb2.cjs"),I=require("@mui/material/styles"),yt=require("@mui/material/MenuItem"),bt=require("@mui/material/MenuList"),Ze=require("@mui/material/IconButton"),Tt=require("@mui/material/Typography"),ve=require("@mui/material/utils"),rt=require("@mui/material");function Yt(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const f=Yt(Gt);function ne(e,t){if(e==null)return{};var n={};for(var o in e)if({}.hasOwnProperty.call(e,o)){if(t.includes(o))continue;n[o]=e[o]}return n}function xt(e){var t,n,o="";if(typeof e=="string"||typeof e=="number")o+=e;else if(typeof e=="object")if(Array.isArray(e)){var r=e.length;for(t=0;t<r;t++)e[t]&&(n=xt(e[t]))&&(o&&(o+=" "),o+=n)}else for(n in e)e[n]&&(o&&(o+=" "),o+=n);return o}function Q(){for(var e,t,n=0,o="",r=arguments.length;n<r;n++)(e=arguments[n])&&(t=xt(e))&&(o&&(o+=" "),o+=t);return o}const qt=f.createContext();process.env.NODE_ENV!=="production"&&(s.PropTypes.node,s.PropTypes.bool);const Ke=()=>{const e=f.useContext(qt);return e??!1};function Zt(e,t){typeof e=="function"?e(t):e&&(e.current=t)}const Xe=typeof window<"u"?f.useLayoutEffect:f.useEffect;let st=0;function Kt(e){const[t,n]=f.useState(e),o=e||t;return f.useEffect(()=>{t==null&&(st+=1,n(`mui-${st}`))},[t]),o}const Xt={...f},it=Xt.useId;function vt(e){if(it!==void 0){const t=it();return e??t}return Kt(e)}function _e({controlled:e,default:t,name:n,state:o="value"}){const{current:r}=f.useRef(e!==void 0),[i,a]=f.useState(t),u=r?e:i;if(process.env.NODE_ENV!=="production"){f.useEffect(()=>{r!==(e!==void 0)&&console.error([`MUI: A component is changing the ${r?"":"un"}controlled ${o} state of ${n} to be ${r?"un":""}controlled.`,"Elements should not switch from uncontrolled to controlled (or vice versa).",`Decide between using a controlled or uncontrolled ${n} element for the lifetime of the component.`,"The nature of the state is determined during the first render. It's considered controlled if the value is not `undefined`.","More info: https://fb.me/react-controlled-components"].join(`
|
|
2
2
|
`))},[o,n,e]);const{current:c}=f.useRef(t);f.useEffect(()=>{!r&&!Object.is(c,t)&&console.error([`MUI: A component is changing the default ${o} state of an uncontrolled ${n} after being initialized. To suppress this warning opt to use a controlled ${n}.`].join(`
|
|
3
3
|
`))},[JSON.stringify(t)])}const l=f.useCallback(c=>{r||a(c)},[]);return[u,l]}function te(e){const t=f.useRef(e);return Xe(()=>{t.current=e}),f.useRef((...n)=>(0,t.current)(...n)).current}function Fe(...e){return f.useMemo(()=>e.every(t=>t==null)?null:t=>{e.forEach(n=>{Zt(n,t)})},e)}function ge(e,t,n=void 0){const o={};for(const r in e){const i=e[r];let a="",u=!0;for(let l=0;l<i.length;l+=1){const c=i[l];c&&(a+=(u===!0?"":" ")+t(c),u=!1,n&&n[c]&&(a+=" "+n[c]))}o[r]=a}return o}const at=e=>e,Qt=()=>{let e=at;return{configure(t){e=t},generate(t){return e(t)},reset(){e=at}}},Jt=Qt(),en={active:"active",checked:"checked",completed:"completed",disabled:"disabled",error:"error",expanded:"expanded",focused:"focused",focusVisible:"focusVisible",open:"open",readOnly:"readOnly",required:"required",selected:"selected"};function ue(e,t,n="Mui"){const o=en[t];return o?`${n}-${o}`:`${Jt.generate(e)}-${t}`}function ye(e,t,n="Mui"){const o={};return t.forEach(r=>{o[r]=ue(e,r,n)}),o}function tn(e){return typeof e=="string"}function nn(e,t,n){return e===void 0||tn(e)?t:{...t,ownerState:{...t.ownerState,...n}}}function on(e,t=[]){if(e===void 0)return{};const n={};return Object.keys(e).filter(o=>o.match(/^on[A-Z]/)&&typeof e[o]=="function"&&!t.includes(o)).forEach(o=>{n[o]=e[o]}),n}function lt(e){if(e===void 0)return{};const t={};return Object.keys(e).filter(n=>!(n.match(/^on[A-Z]/)&&typeof e[n]=="function")).forEach(n=>{t[n]=e[n]}),t}function rn(e){const{getSlotProps:t,additionalProps:n,externalSlotProps:o,externalForwardedProps:r,className:i}=e;if(!t){const g=Q(n==null?void 0:n.className,i,r==null?void 0:r.className,o==null?void 0:o.className),d={...n==null?void 0:n.style,...r==null?void 0:r.style,...o==null?void 0:o.style},T={...n,...r,...o};return g.length>0&&(T.className=g),Object.keys(d).length>0&&(T.style=d),{props:T,internalRef:void 0}}const a=on({...r,...o}),u=lt(o),l=lt(r),c=t(a),m=Q(c==null?void 0:c.className,n==null?void 0:n.className,i,r==null?void 0:r.className,o==null?void 0:o.className),p={...c==null?void 0:c.style,...n==null?void 0:n.style,...r==null?void 0:r.style,...o==null?void 0:o.style},b={...c,...n,...l,...u};return m.length>0&&(b.className=m),Object.keys(p).length>0&&(b.style=p),{props:b,internalRef:c.ref}}function wt(e,t,n){return typeof e=="function"?e(t,n):e}function De(e){var p;const{elementType:t,externalSlotProps:n,ownerState:o,skipResolvingSlotProps:r=!1,...i}=e,a=r?{}:wt(n,o),{props:u,internalRef:l}=rn({...i,externalSlotProps:a}),c=Fe(l,a==null?void 0:a.ref,(p=e.additionalProps)==null?void 0:p.ref);return nn(t,{...u,ref:c},o)}const sn=["localeText"],je=f.createContext(null);process.env.NODE_ENV!=="production"&&(je.displayName="MuiPickersAdapterContext");const St=function(t){const{localeText:n}=t,o=ne(t,sn),{utils:r,localeText:i}=f.useContext(je)??{utils:void 0,localeText:void 0},a=I.useThemeProps({props:o,name:"MuiLocalizationProvider"}),{children:u,dateAdapter:l,dateFormats:c,dateLibInstance:m,adapterLocale:p,localeText:b}=a,g=f.useMemo(()=>s._extends({},b,i,n),[b,i,n]),d=f.useMemo(()=>{if(!l)return r||null;const E=new l({locale:p,formats:c,instance:m});if(!E.isMUIAdapter)throw new Error(["MUI X: The date adapter should be imported from `@mui/x-date-pickers` or `@mui/x-date-pickers-pro`, not from `@date-io`","For example, `import { AdapterDayjs } from '@mui/x-date-pickers/AdapterDayjs'` instead of `import AdapterDayjs from '@date-io/dayjs'`","More information on the installation documentation: https://mui.com/x/react-date-pickers/getting-started/#installation"].join(`
|
|
4
4
|
`));return E},[l,p,c,m,r]),T=f.useMemo(()=>d?{minDate:d.date("1900-01-01T00:00:00.000"),maxDate:d.date("2099-12-31T00:00:00.000")}:null,[d]),C=f.useMemo(()=>({utils:d,defaultDates:T,localeText:g}),[T,d,g]);return y.jsx(je.Provider,{value:C,children:u})};process.env.NODE_ENV!=="production"&&(St.propTypes={adapterLocale:s.PropTypes.any,children:s.PropTypes.node,dateAdapter:s.PropTypes.func,dateFormats:s.PropTypes.shape({dayOfMonth:s.PropTypes.string,dayOfMonthFull:s.PropTypes.string,fullDate:s.PropTypes.string,fullTime:s.PropTypes.string,fullTime12h:s.PropTypes.string,fullTime24h:s.PropTypes.string,hours12h:s.PropTypes.string,hours24h:s.PropTypes.string,keyboardDate:s.PropTypes.string,keyboardDateTime:s.PropTypes.string,keyboardDateTime12h:s.PropTypes.string,keyboardDateTime24h:s.PropTypes.string,meridiem:s.PropTypes.string,minutes:s.PropTypes.string,month:s.PropTypes.string,monthShort:s.PropTypes.string,normalDate:s.PropTypes.string,normalDateWithWeekday:s.PropTypes.string,seconds:s.PropTypes.string,shortDate:s.PropTypes.string,weekday:s.PropTypes.string,weekdayShort:s.PropTypes.string,year:s.PropTypes.string}),dateLibInstance:s.PropTypes.any,localeText:s.PropTypes.object});const an=e=>({components:{MuiLocalizationProvider:{defaultProps:{localeText:s._extends({},e)}}}}),ln=e=>{const{utils:t,formatKey:n,contextTranslation:o,propsTranslation:r}=e;return i=>{const a=i!==null&&t.isValid(i)?t.format(i,n):null;return(r??o)(i,t,a)}},Dt={previousMonth:"Previous month",nextMonth:"Next month",openPreviousView:"Open previous view",openNextView:"Open next view",calendarViewSwitchingButtonAriaLabel:e=>e==="year"?"year view is open, switch to calendar view":"calendar view is open, switch to year view",start:"Start",end:"End",startDate:"Start date",startTime:"Start time",endDate:"End date",endTime:"End time",cancelButtonLabel:"Cancel",clearButtonLabel:"Clear",okButtonLabel:"OK",todayButtonLabel:"Today",datePickerToolbarTitle:"Select date",dateTimePickerToolbarTitle:"Select date & time",timePickerToolbarTitle:"Select time",dateRangePickerToolbarTitle:"Select date range",clockLabelText:(e,t,n,o)=>`Select ${e}. ${!o&&(t===null||!n.isValid(t))?"No time selected":`Selected time is ${o??n.format(t,"fullTime")}`}`,hoursClockNumberText:e=>`${e} hours`,minutesClockNumberText:e=>`${e} minutes`,secondsClockNumberText:e=>`${e} seconds`,selectViewText:e=>`Select ${e}`,calendarWeekNumberHeaderLabel:"Week number",calendarWeekNumberHeaderText:"#",calendarWeekNumberAriaLabelText:e=>`Week ${e}`,calendarWeekNumberText:e=>`${e}`,openDatePickerDialogue:(e,t,n)=>n||e!==null&&t.isValid(e)?`Choose date, selected date is ${n??t.format(e,"fullDate")}`:"Choose date",openTimePickerDialogue:(e,t,n)=>n||e!==null&&t.isValid(e)?`Choose time, selected time is ${n??t.format(e,"fullTime")}`:"Choose time",fieldClearLabel:"Clear",timeTableLabel:"pick time",dateTableLabel:"pick date",fieldYearPlaceholder:e=>"Y".repeat(e.digitAmount),fieldMonthPlaceholder:e=>e.contentType==="letter"?"MMMM":"MM",fieldDayPlaceholder:()=>"DD",fieldWeekDayPlaceholder:e=>e.contentType==="letter"?"EEEE":"EE",fieldHoursPlaceholder:()=>"hh",fieldMinutesPlaceholder:()=>"mm",fieldSecondsPlaceholder:()=>"ss",fieldMeridiemPlaceholder:()=>"aa",year:"Year",month:"Month",day:"Day",weekDay:"Week day",hours:"Hours",minutes:"Minutes",seconds:"Seconds",meridiem:"Meridiem",empty:"Empty"},cn=Dt;an(Dt);const Be=()=>{const e=f.useContext(je);if(e===null)throw new Error(["MUI X: Can not find the date and time pickers localization context.","It looks like you forgot to wrap your component in LocalizationProvider.","This can also happen if you are bundling multiple versions of the `@mui/x-date-pickers` package"].join(`
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";const Be=require("react-is"),I=require("react/jsx-runtime"),R=require("@mui/material"),rn=require("react"),he=require("@mui/icons-material"),_e=require("react-intl");function tn(e){let n="https://mui.com/production-error/?code="+e;for(let t=1;t<arguments.length;t+=1)n+="&args[]="+encodeURIComponent(arguments[t]);return"Minified MUI error #"+e+"; visit "+n+" for the full message."}function Z(){return Z=Object.assign?Object.assign.bind():function(e){for(var n=1;n<arguments.length;n++){var t=arguments[n];for(var r in t)({}).hasOwnProperty.call(t,r)&&(e[r]=t[r])}return e},Z.apply(null,arguments)}function ke(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var oe={exports:{}};/*
|
|
2
|
+
object-assign
|
|
3
|
+
(c) Sindre Sorhus
|
|
4
|
+
@license MIT
|
|
5
|
+
*/var X,ve;function an(){if(ve)return X;ve=1;var e=Object.getOwnPropertySymbols,n=Object.prototype.hasOwnProperty,t=Object.prototype.propertyIsEnumerable;function r(i){if(i==null)throw new TypeError("Object.assign cannot be called with null or undefined");return Object(i)}function a(){try{if(!Object.assign)return!1;var i=new String("abc");if(i[5]="de",Object.getOwnPropertyNames(i)[0]==="5")return!1;for(var s={},d=0;d<10;d++)s["_"+String.fromCharCode(d)]=d;var c=Object.getOwnPropertyNames(s).map(function(y){return s[y]});if(c.join("")!=="0123456789")return!1;var _={};return"abcdefghijklmnopqrst".split("").forEach(function(y){_[y]=y}),Object.keys(Object.assign({},_)).join("")==="abcdefghijklmnopqrst"}catch{return!1}}return X=a()?Object.assign:function(i,s){for(var d,c=r(i),_,y=1;y<arguments.length;y++){d=Object(arguments[y]);for(var f in d)n.call(d,f)&&(c[f]=d[f]);if(e){_=e(d);for(var T=0;T<_.length;T++)t.call(d,_[T])&&(c[_[T]]=d[_[T]])}}return c},X}var ee,Se;function le(){if(Se)return ee;Se=1;var e="SECRET_DO_NOT_PASS_THIS_OR_YOU_WILL_BE_FIRED";return ee=e,ee}var ne,Te;function Re(){return Te||(Te=1,ne=Function.call.bind(Object.prototype.hasOwnProperty)),ne}var re,Me;function sn(){if(Me)return re;Me=1;var e=function(){};if(process.env.NODE_ENV!=="production"){var n=le(),t={},r=Re();e=function(i){var s="Warning: "+i;typeof console<"u"&&console.error(s);try{throw new Error(s)}catch{}}}function a(i,s,d,c,_){if(process.env.NODE_ENV!=="production"){for(var y in i)if(r(i,y)){var f;try{if(typeof i[y]!="function"){var T=Error((c||"React class")+": "+d+" type `"+y+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+typeof i[y]+"`.This often happens because of typos such as `PropTypes.function` instead of `PropTypes.func`.");throw T.name="Invariant Violation",T}f=i[y](s,y,c,d,null,n)}catch(O){f=O}if(f&&!(f instanceof Error)&&e((c||"React class")+": type specification of "+d+" `"+y+"` is invalid; the type checker function must return `null` or an `Error` but returned a "+typeof f+". You may have forgotten to pass an argument to the type checker creator (arrayOf, instanceOf, objectOf, oneOf, oneOfType, and shape all require an argument)."),f instanceof Error&&!(f.message in t)){t[f.message]=!0;var b=_?_():"";e("Failed "+d+" type: "+f.message+(b??""))}}}}return a.resetWarningCache=function(){process.env.NODE_ENV!=="production"&&(t={})},re=a,re}var te,Ee;function dn(){if(Ee)return te;Ee=1;var e=Be,n=an(),t=le(),r=Re(),a=sn(),i=function(){};process.env.NODE_ENV!=="production"&&(i=function(d){var c="Warning: "+d;typeof console<"u"&&console.error(c);try{throw new Error(c)}catch{}});function s(){return null}return te=function(d,c){var _=typeof Symbol=="function"&&Symbol.iterator,y="@@iterator";function f(o){var u=o&&(_&&o[_]||o[y]);if(typeof u=="function")return u}var T="<<anonymous>>",b={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:B,element:U(),elementType:$(),instanceOf:Q,node:Je(),objectOf:Ve,oneOf:Fe,oneOfType:Ye,shape:$e,exact:Qe};function O(o,u){return o===u?o!==0||1/o===1/u:o!==o&&u!==u}function E(o,u){this.message=o,this.data=u&&typeof u=="object"?u:{},this.stack=""}E.prototype=Error.prototype;function C(o){if(process.env.NODE_ENV!=="production")var u={},m=0;function w(h,p,g,v,M,S,P){if(v=v||T,S=S||g,P!==t){if(c){var L=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 L.name="Invariant Violation",L}else if(process.env.NODE_ENV!=="production"&&typeof console<"u"){var N=v+":"+g;!u[N]&&m<3&&(i("You are manually calling a React.PropTypes validation function for the `"+S+"` prop on `"+v+"`. 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."),u[N]=!0,m++)}}return p[g]==null?h?p[g]===null?new E("The "+M+" `"+S+"` is marked as required "+("in `"+v+"`, but its value is `null`.")):new E("The "+M+" `"+S+"` is marked as required in "+("`"+v+"`, but its value is `undefined`.")):null:o(p,g,v,M,S)}var l=w.bind(null,!1);return l.isRequired=w.bind(null,!0),l}function A(o){function u(m,w,l,h,p,g){var v=m[w],M=k(v);if(M!==o){var S=K(v);return new E("Invalid "+h+" `"+p+"` of type "+("`"+S+"` supplied to `"+l+"`, expected ")+("`"+o+"`."),{expectedType:o})}return null}return C(u)}function G(){return C(s)}function B(o){function u(m,w,l,h,p){if(typeof o!="function")return new E("Property `"+p+"` of component `"+l+"` has invalid PropType notation inside arrayOf.");var g=m[w];if(!Array.isArray(g)){var v=k(g);return new E("Invalid "+h+" `"+p+"` of type "+("`"+v+"` supplied to `"+l+"`, expected an array."))}for(var M=0;M<g.length;M++){var S=o(g,M,l,h,p+"["+M+"]",t);if(S instanceof Error)return S}return null}return C(u)}function U(){function o(u,m,w,l,h){var p=u[m];if(!d(p)){var g=k(p);return new E("Invalid "+l+" `"+h+"` of type "+("`"+g+"` supplied to `"+w+"`, expected a single ReactElement."))}return null}return C(o)}function $(){function o(u,m,w,l,h){var p=u[m];if(!e.isValidElementType(p)){var g=k(p);return new E("Invalid "+l+" `"+h+"` of type "+("`"+g+"` supplied to `"+w+"`, expected a single ReactElement type."))}return null}return C(o)}function Q(o){function u(m,w,l,h,p){if(!(m[w]instanceof o)){var g=o.name||T,v=nn(m[w]);return new E("Invalid "+h+" `"+p+"` of type "+("`"+v+"` supplied to `"+l+"`, expected ")+("instance of `"+g+"`."))}return null}return C(u)}function Fe(o){if(!Array.isArray(o))return process.env.NODE_ENV!=="production"&&(arguments.length>1?i("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])."):i("Invalid argument supplied to oneOf, expected an array.")),s;function u(m,w,l,h,p){for(var g=m[w],v=0;v<o.length;v++)if(O(g,o[v]))return null;var M=JSON.stringify(o,function(P,L){var N=K(L);return N==="symbol"?String(L):L});return new E("Invalid "+h+" `"+p+"` of value `"+String(g)+"` "+("supplied to `"+l+"`, expected one of "+M+"."))}return C(u)}function Ve(o){function u(m,w,l,h,p){if(typeof o!="function")return new E("Property `"+p+"` of component `"+l+"` has invalid PropType notation inside objectOf.");var g=m[w],v=k(g);if(v!=="object")return new E("Invalid "+h+" `"+p+"` of type "+("`"+v+"` supplied to `"+l+"`, expected an object."));for(var M in g)if(r(g,M)){var S=o(g,M,l,h,p+"."+M,t);if(S instanceof Error)return S}return null}return C(u)}function Ye(o){if(!Array.isArray(o))return process.env.NODE_ENV!=="production"&&i("Invalid argument supplied to oneOfType, expected an instance of array."),s;for(var u=0;u<o.length;u++){var m=o[u];if(typeof m!="function")return i("Invalid argument supplied to oneOfType. Expected an array of check functions, but received "+en(m)+" at index "+u+"."),s}function w(l,h,p,g,v){for(var M=[],S=0;S<o.length;S++){var P=o[S],L=P(l,h,p,g,v,t);if(L==null)return null;L.data&&r(L.data,"expectedType")&&M.push(L.data.expectedType)}var N=M.length>0?", expected one of type ["+M.join(", ")+"]":"";return new E("Invalid "+g+" `"+v+"` supplied to "+("`"+p+"`"+N+"."))}return C(w)}function Je(){function o(u,m,w,l,h){return z(u[m])?null:new E("Invalid "+l+" `"+h+"` supplied to "+("`"+w+"`, expected a ReactNode."))}return C(o)}function me(o,u,m,w,l){return new E((o||"React class")+": "+u+" type `"+m+"."+w+"` is invalid; it must be a function, usually from the `prop-types` package, but received `"+l+"`.")}function $e(o){function u(m,w,l,h,p){var g=m[w],v=k(g);if(v!=="object")return new E("Invalid "+h+" `"+p+"` of type `"+v+"` "+("supplied to `"+l+"`, expected `object`."));for(var M in o){var S=o[M];if(typeof S!="function")return me(l,h,p,M,K(S));var P=S(g,M,l,h,p+"."+M,t);if(P)return P}return null}return C(u)}function Qe(o){function u(m,w,l,h,p){var g=m[w],v=k(g);if(v!=="object")return new E("Invalid "+h+" `"+p+"` of type `"+v+"` "+("supplied to `"+l+"`, expected `object`."));var M=n({},m[w],o);for(var S in M){var P=o[S];if(r(o,S)&&typeof P!="function")return me(l,h,p,S,K(P));if(!P)return new E("Invalid "+h+" `"+p+"` key `"+S+"` supplied to `"+l+"`.\nBad object: "+JSON.stringify(m[w],null," ")+`
|
|
6
|
+
Valid keys: `+JSON.stringify(Object.keys(o),null," "));var L=P(g,S,l,h,p+"."+S,t);if(L)return L}return null}return C(u)}function z(o){switch(typeof o){case"number":case"string":case"undefined":return!0;case"boolean":return!o;case"object":if(Array.isArray(o))return o.every(z);if(o===null||d(o))return!0;var u=f(o);if(u){var m=u.call(o),w;if(u!==o.entries){for(;!(w=m.next()).done;)if(!z(w.value))return!1}else for(;!(w=m.next()).done;){var l=w.value;if(l&&!z(l[1]))return!1}}else return!1;return!0;default:return!1}}function Xe(o,u){return o==="symbol"?!0:u?u["@@toStringTag"]==="Symbol"||typeof Symbol=="function"&&u instanceof Symbol:!1}function k(o){var u=typeof o;return Array.isArray(o)?"array":o instanceof RegExp?"object":Xe(u,o)?"symbol":u}function K(o){if(typeof o>"u"||o===null)return""+o;var u=k(o);if(u==="object"){if(o instanceof Date)return"date";if(o instanceof RegExp)return"regexp"}return u}function en(o){var u=K(o);switch(u){case"array":case"object":return"an "+u;case"boolean":case"date":case"regexp":return"a "+u;default:return u}}function nn(o){return!o.constructor||!o.constructor.name?T:o.constructor.name}return b.checkPropTypes=a,b.resetWarningCache=a.resetWarningCache,b.PropTypes=b,b},te}var ae,be;function on(){if(be)return ae;be=1;var e=le();function n(){}function t(){}return t.resetWarningCache=n,ae=function(){function r(s,d,c,_,y,f){if(f!==e){var T=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 T.name="Invariant Violation",T}}r.isRequired=r;function a(){return r}var i={array:r,bigint:r,bool:r,func:r,number:r,object:r,string:r,symbol:r,any:r,arrayOf:a,element:r,elementType:r,instanceOf:a,node:r,objectOf:a,oneOf:a,oneOfType:a,shape:a,exact:a,checkPropTypes:t,resetWarningCache:n};return i.PropTypes=i,i},ae}if(process.env.NODE_ENV!=="production"){var cn=Be,un=!0;oe.exports=dn()(cn.isElement,un)}else oe.exports=on()();var _n=oe.exports;const D=ke(_n);function x(e){if(typeof e!="object"||e===null)return!1;const n=Object.getPrototypeOf(e);return(n===null||n===Object.prototype||Object.getPrototypeOf(n)===null)&&!(Symbol.toStringTag in e)&&!(Symbol.iterator in e)}function Ge(e){if(!x(e))return e;const n={};return Object.keys(e).forEach(t=>{n[t]=Ge(e[t])}),n}function ye(e,n,t={clone:!0}){const r=t.clone?Z({},e):e;return x(e)&&x(n)&&Object.keys(n).forEach(a=>{x(n[a])&&Object.prototype.hasOwnProperty.call(e,a)&&x(e[a])?r[a]=ye(e[a],n[a],t):t.clone?r[a]=x(n[a])?Ge(n[a]):n[a]:r[a]=n[a]}),r}const j=process.env.NODE_ENV!=="production"?D.oneOfType([D.number,D.string,D.object,D.array]):{};function Ne(e,n){return n?ye(e,n,{clone:!1}):e}const fe={xs:0,sm:600,md:900,lg:1200,xl:1536},Ce={keys:["xs","sm","md","lg","xl"],up:e=>`@media (min-width:${fe[e]}px)`};function pe(e,n,t){const r=e.theme||{};if(Array.isArray(n)){const i=r.breakpoints||Ce;return n.reduce((s,d,c)=>(s[i.up(i.keys[c])]=t(n[c]),s),{})}if(typeof n=="object"){const i=r.breakpoints||Ce;return Object.keys(n).reduce((s,d)=>{if(Object.keys(i.values||fe).indexOf(d)!==-1){const c=i.up(d);s[c]=t(n[d],d)}else{const c=d;s[c]=n[c]}return s},{})}return t(n)}function ln(e={}){var n;return((n=e.keys)==null?void 0:n.reduce((r,a)=>{const i=e.up(a);return r[i]={},r},{}))||{}}function yn(e,n){return e.reduce((t,r)=>{const a=t[r];return(!a||Object.keys(a).length===0)&&delete t[r],t},n)}function De(e){if(typeof e!="string")throw new Error(process.env.NODE_ENV!=="production"?"MUI: `capitalize(string)` expects a string argument.":tn(7));return e.charAt(0).toUpperCase()+e.slice(1)}function V(e,n,t=!0){if(!n||typeof n!="string")return null;if(e&&e.vars&&t){const r=`vars.${n}`.split(".").reduce((a,i)=>a&&a[i]?a[i]:null,e);if(r!=null)return r}return n.split(".").reduce((r,a)=>r&&r[a]!=null?r[a]:null,e)}function ce(e,n,t,r=t){let a;return typeof e=="function"?a=e(t):Array.isArray(e)?a=e[t]||r:a=V(e,t)||r,n&&(a=n(a,r,e)),a}function fn(e){const{prop:n,cssProperty:t=e.prop,themeKey:r,transform:a}=e,i=s=>{if(s[n]==null)return null;const d=s[n],c=s.theme,_=V(c,r)||{};return pe(s,d,f=>{let T=ce(_,a,f);return f===T&&typeof f=="string"&&(T=ce(_,a,`${n}${f==="default"?"":De(f)}`,f)),t===!1?T:{[t]:T}})};return i.propTypes=process.env.NODE_ENV!=="production"?{[n]:j}:{},i.filterProps=[n],i}function pn(e){const n={};return t=>(n[t]===void 0&&(n[t]=e(t)),n[t])}const wn={m:"margin",p:"padding"},gn={t:"Top",r:"Right",b:"Bottom",l:"Left",x:["Left","Right"],y:["Top","Bottom"]},Le={marginX:"mx",marginY:"my",paddingX:"px",paddingY:"py"},mn=pn(e=>{if(e.length>2)if(Le[e])e=Le[e];else return[e];const[n,t]=e.split(""),r=wn[n],a=gn[t]||"";return Array.isArray(a)?a.map(i=>r+i):[r+a]}),Y=["m","mt","mr","mb","ml","mx","my","margin","marginTop","marginRight","marginBottom","marginLeft","marginX","marginY","marginInline","marginInlineStart","marginInlineEnd","marginBlock","marginBlockStart","marginBlockEnd"],J=["p","pt","pr","pb","pl","px","py","padding","paddingTop","paddingRight","paddingBottom","paddingLeft","paddingX","paddingY","paddingInline","paddingInlineStart","paddingInlineEnd","paddingBlock","paddingBlockStart","paddingBlockEnd"],hn=[...Y,...J];function xe(e,n,t,r){var a;const i=(a=V(e,n,!1))!=null?a:t;return typeof i=="number"?s=>typeof s=="string"?s:(process.env.NODE_ENV!=="production"&&typeof s!="number"&&console.error(`MUI: Expected ${r} argument to be a number or a string, got ${s}.`),i*s):Array.isArray(i)?s=>typeof s=="string"?s:(process.env.NODE_ENV!=="production"&&(Number.isInteger(s)?s>i.length-1&&console.error([`MUI: The value provided (${s}) overflows.`,`The supported values are: ${JSON.stringify(i)}.`,`${s} > ${i.length-1}, you need to add the missing values.`].join(`
|
|
7
|
+
`)):console.error([`MUI: The \`theme.${n}\` 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.${n}\` as a number.`].join(`
|
|
8
|
+
`))),i[s]):typeof i=="function"?i:(process.env.NODE_ENV!=="production"&&console.error([`MUI: The \`theme.${n}\` value (${i}) is invalid.`,"It should be a number, an array or a function."].join(`
|
|
9
|
+
`)),()=>{})}function qe(e){return xe(e,"spacing",8,"spacing")}function Ue(e,n){if(typeof n=="string"||n==null)return n;const t=Math.abs(n),r=e(t);return n>=0?r:typeof r=="number"?-r:`-${r}`}function vn(e,n){return t=>e.reduce((r,a)=>(r[a]=Ue(n,t),r),{})}function Sn(e,n,t,r){if(n.indexOf(t)===-1)return null;const a=mn(t),i=vn(a,r),s=e[t];return pe(e,s,i)}function Ke(e,n){const t=qe(e.theme);return Object.keys(e).map(r=>Sn(e,n,r,t)).reduce(Ne,{})}function we(e){return Ke(e,Y)}we.propTypes=process.env.NODE_ENV!=="production"?Y.reduce((e,n)=>(e[n]=j,e),{}):{};we.filterProps=Y;function ge(e){return Ke(e,J)}ge.propTypes=process.env.NODE_ENV!=="production"?J.reduce((e,n)=>(e[n]=j,e),{}):{};ge.filterProps=J;process.env.NODE_ENV!=="production"&&hn.reduce((e,n)=>(e[n]=j,e),{});function je(e=8){if(e.mui)return e;const n=qe({spacing:e}),t=(...r)=>(process.env.NODE_ENV!=="production"&&(r.length<=4||console.error(`MUI: Too many arguments provided, expected between 0 and 4, got ${r.length}`)),(r.length===0?[1]:r).map(i=>{const s=n(i);return typeof s=="number"?`${s}px`:s}).join(" "));return t.mui=!0,t}const He=8,Tn={XS:320,SM:600,MD:960,LG:1280,XL:1600},H=je(He),Mn=H(1.5),En=H(2.25),bn=H(3),Cn=H(6),Ln=6e3,An={regular:400,medium:500,strong:600};function Pn({italic:e,weight:n,style:t,children:r,...a},i){const s={fontWeight:An[n],fontStyle:e?"italic":void 0};return I.jsx(R.Typography,{...a,ref:i,style:{...s,...t},children:r})}const On=rn.forwardRef(Pn),In={c4r:{button:{close:"Close"},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"},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"}}}},Bn={c4r:{button:{close:"Cerrar"},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"},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"}}}},kn={c4r:{button:{close:"Tutup"},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"},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"}}}},Ae={en:In,es:Bn,id:kn};function Rn(e){return Intl.getCanonicalLocales(e)}function F(e,n,t){if(t||arguments.length===2)for(var r=0,a=n.length,i;r<a;r++)(i||!(r in n))&&(i||(i=Array.prototype.slice.call(n,0,r)),i[r]=n[r]);return e.concat(i||Array.prototype.slice.call(n))}var ie={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"}}]}}},Gn={"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"]},ze=/-u(?:-[0-9a-z]{2,8})+/gi;function q(e,n,t){if(t===void 0&&(t=Error),!e)throw new t(n)}var Nn=838,se;function Dn(){var e,n;if(!se){var t=(n=(e=ie.supplemental.languageMatching["written-new"][0])===null||e===void 0?void 0:e.paradigmLocales)===null||n===void 0?void 0:n._locales.split(" "),r=ie.supplemental.languageMatching["written-new"].slice(1,5),a=ie.supplemental.languageMatching["written-new"].slice(5),i=a.map(function(s){var d=Object.keys(s)[0],c=s[d];return{supported:d,desired:c._desired,distance:+c._distance,oneway:c.oneway==="true"}},{});se={matches:i,matchVariables:r.reduce(function(s,d){var c=Object.keys(d)[0],_=d[c];return s[c.slice(1)]=_._value.split("+"),s},{}),paradigmLocales:F(F([],t,!0),t.map(function(s){return new Intl.Locale(s.replace(/_/g,"-")).maximize().toString()}),!0)}}return se}function W(e,n,t){var r=n.split("-"),a=r[0],i=r[1],s=r[2],d=!0;if(s&&s[0]==="$"){var c=s[1]!=="!",_=c?t[s.slice(1)]:t[s.slice(2)],y=_.map(function(f){return Gn[f]||[f]}).reduce(function(f,T){return F(F([],f,!0),T,!0)},[]);d&&(d=y.indexOf(e.region||"")>1==c)}else d&&(d=e.region?s==="*"||s===e.region:!0);return d&&(d=e.script?i==="*"||i===e.script:!0),d&&(d=e.language?a==="*"||a===e.language:!0),d}function Pe(e){return[e.language,e.script,e.region].filter(Boolean).join("-")}function de(e,n,t){for(var r=0,a=t.matches;r<a.length;r++){var i=a[r],s=W(e,i.desired,t.matchVariables)&&W(n,i.supported,t.matchVariables);if(!i.oneway&&!s&&(s=W(e,i.supported,t.matchVariables)&&W(n,i.desired,t.matchVariables)),s){var d=i.distance*10;return t.paradigmLocales.indexOf(Pe(e))>-1!=t.paradigmLocales.indexOf(Pe(n))>-1?d-1:d}}throw new Error("No matching distance found")}function xn(e,n){var t=new Intl.Locale(e).maximize(),r=new Intl.Locale(n).maximize(),a={language:t.language,script:t.script||"",region:t.region||""},i={language:r.language,script:r.script||"",region:r.region||""},s=0,d=Dn();return a.language!==i.language&&(s+=de({language:t.language,script:"",region:""},{language:r.language,script:"",region:""},d)),a.script!==i.script&&(s+=de({language:t.language,script:a.script,region:""},{language:r.language,script:a.script,region:""},d)),a.region!==i.region&&(s+=de(a,i,d)),s}function qn(e,n,t){t===void 0&&(t=Nn);var r=1/0,a={matchedDesiredLocale:"",distances:{}};return e.forEach(function(i,s){a.distances[i]||(a.distances[i]={}),n.forEach(function(d){var c=xn(i,d)+0+s*40;a.distances[i][d]=c,c<r&&(r=c,a.matchedDesiredLocale=i,a.matchedSupportedLocale=d)})}),r>=t&&(a.matchedDesiredLocale=void 0,a.matchedSupportedLocale=void 0),a}function Un(e,n,t){var r,a,i=[],s=n.reduce(function(c,_){var y=_.replace(ze,"");return i.push(y),c[y]=_,c},{}),d=qn(i,e);return d.matchedSupportedLocale&&d.matchedDesiredLocale&&(r=d.matchedSupportedLocale,a=s[d.matchedDesiredLocale].slice(d.matchedDesiredLocale.length)||void 0),r?{locale:r,extension:a}:{locale:t()}}function Kn(e,n){for(var t=n;;){if(e.indexOf(t)>-1)return t;var r=t.lastIndexOf("-");if(!~r)return;r>=2&&t[r-2]==="-"&&(r-=2),t=t.slice(0,r)}}function jn(e,n,t){for(var r={locale:""},a=0,i=n;a<i.length;a++){var s=i[a],d=s.replace(ze,""),c=Kn(e,d);if(c)return r.locale=c,s!==d&&(r.extension=s.slice(d.length,s.length)),r}return r.locale=t(),r}function Hn(e,n){q(n.length===2,"key must have 2 elements");var t=e.length,r="-".concat(n,"-"),a=e.indexOf(r);if(a!==-1){for(var i=a+4,s=i,d=i,c=!1;!c;){var _=e.indexOf("-",d),y=void 0;_===-1?y=t-d:y=_-d,y===2?c=!0:_===-1?(s=t,c=!0):(s=_,d=_+1)}return e.slice(i,s)}if(r="-".concat(n),a=e.indexOf(r),a!==-1&&a+3===t)return""}function zn(e,n,t,r,a,i){var s=t.localeMatcher,d;s==="lookup"?d=jn(Array.from(e),n,i):d=Un(Array.from(e),n,i);for(var c=d.locale,_={locale:"",dataLocale:c},y="-u",f=0,T=r;f<T.length;f++){var b=T[f];q(c in a,"Missing locale data for ".concat(c));var O=a[c];q(typeof O=="object"&&O!==null,"locale data ".concat(b," must be an object"));var E=O[b];q(Array.isArray(E),"keyLocaleData for ".concat(b," must be an array"));var C=E[0];q(typeof C=="string"||C===null,"value must be string or null but got ".concat(typeof C," in key ").concat(b));var A="";if(d.extension){var G=Hn(d.extension,b);G!==void 0&&(G!==""?~E.indexOf(G)&&(C=G,A="-".concat(b,"-").concat(C)):~G.indexOf("true")&&(C="true",A="-".concat(b)))}if(b in t){var B=t[b];q(typeof B=="string"||typeof B>"u"||B===null,"optionsValue must be String, Undefined or Null"),~E.indexOf(B)&&B!==C&&(C=B,A="")}_[b]=C,y+=A}if(y.length>2){var U=c.indexOf("-x-");if(U===-1)c=c+y;else{var $=c.slice(0,U),Q=c.slice(U,c.length);c=$+y+Q}c=Intl.getCanonicalLocales(c)[0]}return _.locale=c,_}function Wn(e,n,t,r){return zn(n,Rn(e),{localeMatcher:"best fit"},[],{},function(){return t}).locale}const ue="en";function We(e,n=""){return Object.keys(e).reduce((t,r)=>{const a=e[r],i=n?`${n}.${r}`:r;return typeof a=="string"?t[i]=a:Object.assign(t,We(a,i)),t},{})}function Zn(e,n){const t=Object.keys(n),r=Wn([e],t,ue);return r||ue}const Fn=_e.createIntlCache(),Oe=new WeakMap,Vn=e=>{const n=(e==null?void 0:e.locale)||ue,t=Zn(n,Ae),r={...Ae[t]||{},...(e==null?void 0:e.messages)??{}},a=We(r);return _e.createIntl({locale:n,messages:a},Fn)},Yn=e=>{const n=Oe.get(e);if(n)return n;const t=Vn(e);return Oe.set(e,t),t};function Ze(e){return Yn(e)}const Jn=R.styled(R.Box)(({theme:e})=>({display:"flex",gap:e.spacing(.5),marginLeft:e.spacing(1)})),Ie=R.styled("div")(({theme:e})=>({"& .MuiIconButton-root:not(.Mui-disabled)":{color:e.palette.text.secondary}}));function $n({count:e,page:n,rowsPerPage:t=10,onPageChange:r,lastPageTooltip:a}){const i=_e.useIntl(),s=Ze(i),d=O=>{r(O,n-1)},c=O=>{r(O,n+1)},_=n===Math.ceil(e/t)-1,y=n===0,f=s.formatMessage({id:"c4r.form.pagination.prevPage"}),T=s.formatMessage({id:"c4r.form.pagination.nextPage"}),b=s.formatMessage({id:"c4r.form.pagination.noMorePages"});return I.jsxs(Jn,{children:[I.jsx(R.Tooltip,{title:y?b:f,children:I.jsx(Ie,{children:I.jsx(R.IconButton,{onClick:d,disabled:n===0,"aria-label":f,children:I.jsx(he.KeyboardArrowLeftOutlined,{})})})}),I.jsx(R.Tooltip,{title:_?a??b:T,children:I.jsx(Ie,{children:I.jsx(R.IconButton,{onClick:c,disabled:n>=Math.ceil(e/t)-1,"aria-label":T.toLocaleLowerCase(),children:I.jsx(he.KeyboardArrowRightOutlined,{})})})})]})}exports.APPBAR_SIZE=Cn;exports.BREAKPOINTS=Tn;exports.ICON_SIZE_LARGE=bn;exports.ICON_SIZE_MEDIUM=En;exports.ICON_SIZE_SMALL=Mn;exports.NOTIFICATION_DURATION_IN_MS=Ln;exports.PropTypes=D;exports.SPACING=He;exports.TablePaginationActions=$n;exports.Typography=On;exports._extends=Z;exports.capitalize=De;exports.createEmptyBreakpointObject=ln;exports.createSpacing=je;exports.createUnaryUnit=xe;exports.deepmerge=ye;exports.getDefaultExportFromCjs=ke;exports.getPath=V;exports.getSpacing=H;exports.getStyleValue=ce;exports.getValue=Ue;exports.handleBreakpoints=pe;exports.margin=we;exports.merge=Ne;exports.padding=ge;exports.removeUnusedBreakpoints=yn;exports.responsivePropType=j;exports.style=fn;exports.useImperativeIntl=Ze;exports.values=fe;
|
|
@@ -718,7 +718,7 @@ const En = 8, tr = {
|
|
|
718
718
|
MD: 960,
|
|
719
719
|
LG: 1280,
|
|
720
720
|
XL: 1600
|
|
721
|
-
}, F = bn(En), ir = F(1.5), sr = F(2.25), dr = F(3), or = F(6), Cn = {
|
|
721
|
+
}, F = bn(En), ir = F(1.5), sr = F(2.25), dr = F(3), or = F(6), cr = 6e3, Cn = {
|
|
722
722
|
regular: 400,
|
|
723
723
|
medium: 500,
|
|
724
724
|
strong: 600
|
|
@@ -741,11 +741,9 @@ function Ln({ italic: e, weight: n, style: a, children: r, ...t }, i) {
|
|
|
741
741
|
}
|
|
742
742
|
);
|
|
743
743
|
}
|
|
744
|
-
const
|
|
744
|
+
const ur = Je(Ln), An = {
|
|
745
745
|
c4r: {
|
|
746
746
|
button: {
|
|
747
|
-
cancel: "Cancel",
|
|
748
|
-
leave: "Leave",
|
|
749
747
|
close: "Close"
|
|
750
748
|
},
|
|
751
749
|
form: {
|
|
@@ -773,12 +771,6 @@ const cr = Je(Ln), An = {
|
|
|
773
771
|
endDateCalendar: "End date calendar",
|
|
774
772
|
time: "Time"
|
|
775
773
|
},
|
|
776
|
-
dialog: {
|
|
777
|
-
confirmation: {
|
|
778
|
-
title: "Are you sure you want to leave?",
|
|
779
|
-
content: "The changes you made will not be saved."
|
|
780
|
-
}
|
|
781
|
-
},
|
|
782
774
|
widgets: {
|
|
783
775
|
category: {
|
|
784
776
|
apply: "Apply",
|
|
@@ -881,8 +873,7 @@ const cr = Je(Ln), An = {
|
|
|
881
873
|
}, Pn = {
|
|
882
874
|
c4r: {
|
|
883
875
|
button: {
|
|
884
|
-
|
|
885
|
-
leave: "Salir"
|
|
876
|
+
close: "Cerrar"
|
|
886
877
|
},
|
|
887
878
|
form: {
|
|
888
879
|
selectAll: "Seleccionar todos",
|
|
@@ -909,12 +900,6 @@ const cr = Je(Ln), An = {
|
|
|
909
900
|
endDateCalendar: "Calendario de fecha de fin",
|
|
910
901
|
time: "Hora"
|
|
911
902
|
},
|
|
912
|
-
dialog: {
|
|
913
|
-
confirmation: {
|
|
914
|
-
title: "¿Estás seguro de que quieres salir?",
|
|
915
|
-
content: "Los cambios que has hecho no se guardarán."
|
|
916
|
-
}
|
|
917
|
-
},
|
|
918
903
|
widgets: {
|
|
919
904
|
category: {
|
|
920
905
|
apply: "Aplicar",
|
|
@@ -1015,8 +1000,7 @@ const cr = Je(Ln), An = {
|
|
|
1015
1000
|
}, On = {
|
|
1016
1001
|
c4r: {
|
|
1017
1002
|
button: {
|
|
1018
|
-
|
|
1019
|
-
leave: "Leave"
|
|
1003
|
+
close: "Tutup"
|
|
1020
1004
|
},
|
|
1021
1005
|
form: {
|
|
1022
1006
|
selectAll: "Select all",
|
|
@@ -1043,12 +1027,6 @@ const cr = Je(Ln), An = {
|
|
|
1043
1027
|
endDateCalendar: "End date calendar",
|
|
1044
1028
|
time: "Time"
|
|
1045
1029
|
},
|
|
1046
|
-
dialog: {
|
|
1047
|
-
confirmation: {
|
|
1048
|
-
title: "Are you sure you want to leave?",
|
|
1049
|
-
content: "The changes you made will not be saved."
|
|
1050
|
-
}
|
|
1051
|
-
},
|
|
1052
1030
|
widgets: {
|
|
1053
1031
|
category: {
|
|
1054
1032
|
apply: "Terapkan",
|
|
@@ -5338,7 +5316,7 @@ const Vn = Le($e)(({ theme: e }) => ({
|
|
|
5338
5316
|
color: e.palette.text.secondary
|
|
5339
5317
|
}
|
|
5340
5318
|
}));
|
|
5341
|
-
function
|
|
5319
|
+
function _r({
|
|
5342
5320
|
count: e,
|
|
5343
5321
|
page: n,
|
|
5344
5322
|
rowsPerPage: a = 10,
|
|
@@ -5387,11 +5365,12 @@ export {
|
|
|
5387
5365
|
or as A,
|
|
5388
5366
|
tr as B,
|
|
5389
5367
|
dr as I,
|
|
5368
|
+
cr as N,
|
|
5390
5369
|
U as P,
|
|
5391
5370
|
En as S,
|
|
5392
|
-
|
|
5371
|
+
ur as T,
|
|
5393
5372
|
ie as _,
|
|
5394
|
-
|
|
5373
|
+
_r as a,
|
|
5395
5374
|
sr as b,
|
|
5396
5375
|
ir as c,
|
|
5397
5376
|
vn as d,
|