Files
Laca-City/frontend/node_modules/date-fns/esm/locale/index.js.flow
PhongPham c65cc97a33 🎯 MapView v2.0 - Global Deployment Ready
 MAJOR FEATURES:
• Auto-zoom intelligence với smart bounds fitting
• Enhanced 3D GPS markers với pulsing effects
• Professional route display với 6-layer rendering
• Status-based parking icons với availability indicators
• Production-ready build optimizations

🗺️ AUTO-ZOOM FEATURES:
• Smart bounds fitting cho GPS + selected parking
• Adaptive padding (50px) cho visual balance
• Max zoom control (level 16) để tránh quá gần
• Dynamic centering khi không có selection

🎨 ENHANCED VISUALS:
• 3D GPS marker với multi-layer pulse effects
• Advanced parking icons với status colors
• Selection highlighting với animation
• Dimming system cho non-selected items

🛣️ ROUTE SYSTEM:
• OpenRouteService API integration
• Multi-layer route rendering (glow, shadow, main, animated)
• Real-time distance & duration calculation
• Visual route info trong popup

📱 PRODUCTION READY:
• SSR safe với dynamic imports
• Build errors resolved
• Global deployment via Vercel
• Optimized performance

🌍 DEPLOYMENT:
• Vercel: https://whatever-ctk2auuxr-phong12hexdockworks-projects.vercel.app
• Bundle size: 22.8 kB optimized
• Global CDN distribution
• HTTPS enabled

💾 VERSION CONTROL:
• MapView-v2.0.tsx backup created
• MAPVIEW_VERSIONS.md documentation
• Full version history tracking
2025-07-20 19:52:16 +07:00

130 lines
2.4 KiB
Plaintext

// @flow
// This file is generated automatically by `scripts/build/typings.js`. Please, don't change it.
export type Locale = {
code?: string,
formatDistance?: (...args: Array<any>) => any,
formatRelative?: (...args: Array<any>) => any,
localize?: {
ordinalNumber: (...args: Array<any>) => any,
era: (...args: Array<any>) => any,
quarter: (...args: Array<any>) => any,
month: (...args: Array<any>) => any,
day: (...args: Array<any>) => any,
dayPeriod: (...args: Array<any>) => any,
},
formatLong?: {
date: (...args: Array<any>) => any,
time: (...args: Array<any>) => any,
dateTime: (...args: Array<any>) => any,
},
match?: {
ordinalNumber: (...args: Array<any>) => any,
era: (...args: Array<any>) => any,
quarter: (...args: Array<any>) => any,
month: (...args: Array<any>) => any,
day: (...args: Array<any>) => any,
dayPeriod: (...args: Array<any>) => any,
},
options?: {
weekStartsOn?: 0 | 1 | 2 | 3 | 4 | 5 | 6,
firstWeekContainsDate?: 1 | 2 | 3 | 4 | 5 | 6 | 7,
},
}
declare module.exports: {
af: Locale,
ar: Locale,
arDZ: Locale,
arEG: Locale,
arMA: Locale,
arSA: Locale,
arTN: Locale,
az: Locale,
be: Locale,
beTarask: Locale,
bg: Locale,
bn: Locale,
bs: Locale,
ca: Locale,
cs: Locale,
cy: Locale,
da: Locale,
de: Locale,
deAT: Locale,
el: Locale,
enAU: Locale,
enCA: Locale,
enGB: Locale,
enIE: Locale,
enIN: Locale,
enNZ: Locale,
enUS: Locale,
enZA: Locale,
eo: Locale,
es: Locale,
et: Locale,
eu: Locale,
faIR: Locale,
fi: Locale,
fr: Locale,
frCA: Locale,
frCH: Locale,
fy: Locale,
gd: Locale,
gl: Locale,
gu: Locale,
he: Locale,
hi: Locale,
hr: Locale,
ht: Locale,
hu: Locale,
hy: Locale,
id: Locale,
is: Locale,
it: Locale,
itCH: Locale,
ja: Locale,
jaHira: Locale,
ka: Locale,
kk: Locale,
km: Locale,
kn: Locale,
ko: Locale,
lb: Locale,
lt: Locale,
lv: Locale,
mk: Locale,
mn: Locale,
ms: Locale,
mt: Locale,
nb: Locale,
nl: Locale,
nlBE: Locale,
nn: Locale,
oc: Locale,
pl: Locale,
pt: Locale,
ptBR: Locale,
ro: Locale,
ru: Locale,
sk: Locale,
sl: Locale,
sq: Locale,
sr: Locale,
srLatn: Locale,
sv: Locale,
ta: Locale,
te: Locale,
th: Locale,
tr: Locale,
ug: Locale,
uk: Locale,
uz: Locale,
uzCyrl: Locale,
vi: Locale,
zhCN: Locale,
zhHK: Locale,
zhTW: Locale,
}