import{L as e,z as t}from"./Card-Cxq4Ee-X.js";var n=[{code:`RUB`,label:`Рубли (RUB)`},{code:`USD`,label:`Доллары (USD)`},{code:`EUR`,label:`Евро (EUR)`},{code:`GBP`,label:`Фунты (GBP)`},{code:`CNY`,label:`Юани (CNY)`},{code:`TRY`,label:`Лиры (TRY)`}],r={RUB:`₽`,USD:`$`,EUR:`€`,GBP:`£`,CNY:`¥`,TRY:`₺`},i=new Set(n.map(e=>e.code));function a(e){return r[o(e)]}function o(e){let t=e?.trim().toUpperCase()??``;return i.has(t)?t:`RUB`}function s(t=e()){return t===`en`?`en-US`:`ru-RU`}function c(t=e()){return t===`en`?`en-US`:`ru-RU`}function l(t,n,r=e()){let i=a(n?.currencyCode);return`${Math.round(t).toLocaleString(s(r))} ${i}`}function u(n,r=e()){return`${t(`common.amount`,void 0,r)}, ${a(n?.currencyCode)}`}function d(t,n,r=e()){let[i,a,o]=t.split(`-`);return(n?.dateFormat||(r===`en`?`yyyy-MM-dd`:`dd.MM.yyyy`))===`yyyy-MM-dd`?`${i}-${a}-${o}`:`${o}.${a}.${i}`}function f(e,t){let[n,r]=e.split(`:`).map(e=>e.padStart(2,`0`));if(t?.timeFormat24h??!0)return`${n}:${r}`;let i=Number(n),a=i>=12?`PM`:`AM`,o=i%12==0?12:i%12;return`${String(o).padStart(2,`0`)}:${r} ${a}`}function p(e,t){let n=t?.weekStartsOn===`sunday`,[r,i,a]=e.split(`-`).map(Number),o=new Date(r,i-1,a),s=o.getDay(),c=n?s:(s+6)%7;return o.setDate(o.getDate()-c),`${o.getFullYear()}-${String(o.getMonth()+1).padStart(2,`0`)}-${String(o.getDate()).padStart(2,`0`)}`}export{c as a,n as c,f as i,o as l,u as n,s as o,l as r,p as s,d as t};