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