@fifteen/design-system-vue
Version:
Vue 3 (Composition API + Typescript) implementation of the Fifteen Design System
2 lines (1 loc) • 526 B
JavaScript
;Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const t=require("../../_lib/buildFormatLongFn.js"),o={full:"EEEE, dd MMMM yyyy",long:"dd MMMM yyyy",medium:"dd MMM yyyy",short:"dd/MM/yyyy"},m={full:"HH:mm:ss zzzz",long:"HH:mm:ss z",medium:"HH:mm:ss",short:"H:mm"},d={any:"{{date}} {{time}}"},a={date:t.buildFormatLongFn({formats:o,defaultWidth:"full"}),time:t.buildFormatLongFn({formats:m,defaultWidth:"full"}),dateTime:t.buildFormatLongFn({formats:d,defaultWidth:"any"})};exports.formatLong=a;