UNPKG

tdesign-vue

Version:
27 lines (23 loc) 749 B
/** * tdesign v1.15.0 * (c) 2026 tdesign * @license MIT */ import { c as createCommonjsModule, a as commonjsGlobal } from './dep-1618e1d6.js'; createCommonjsModule(function (module, exports) { !function (e, n) { module.exports = n() ; }(commonjsGlobal, function () { return { name: "en", weekdays: "Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"), months: "January_February_March_April_May_June_July_August_September_October_November_December".split("_"), ordinal: function ordinal(e) { var n = ["th", "st", "nd", "rd"], t = e % 100; return "[" + e + (n[(t - 20) % 10] || n[t] || n[0]) + "]"; } }; }); }); //# sourceMappingURL=dep-1b19bbbe.js.map