card-mod-date 0.15.4 → 0.15.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/vendor/moment/CHANGELOG.md +964 -0
- data/vendor/moment/CONTRIBUTING.md +103 -0
- data/vendor/moment/FAQ.md +28 -0
- data/vendor/moment/Gruntfile.js +255 -0
- data/vendor/moment/LICENSE +22 -0
- data/vendor/moment/Moment.js.nuspec +31 -0
- data/vendor/moment/README.md +55 -0
- data/vendor/moment/benchmarks/add.js +22 -0
- data/vendor/moment/benchmarks/clone.js +10 -0
- data/vendor/moment/benchmarks/compare.js +33 -0
- data/vendor/moment/benchmarks/endOf.js +22 -0
- data/vendor/moment/benchmarks/fromDate.js +12 -0
- data/vendor/moment/benchmarks/fromDateUtc.js +12 -0
- data/vendor/moment/benchmarks/get.js +21 -0
- data/vendor/moment/benchmarks/isObjectEmpty.js +67 -0
- data/vendor/moment/benchmarks/load-missing.js +13 -0
- data/vendor/moment/benchmarks/makeDuration.js +11 -0
- data/vendor/moment/benchmarks/query.js +40 -0
- data/vendor/moment/benchmarks/set.js +22 -0
- data/vendor/moment/benchmarks/startOf.js +22 -0
- data/vendor/moment/benchmarks/subtract.js +22 -0
- data/vendor/moment/benchmarks/zeroFill.js +43 -0
- data/vendor/moment/bower.json +26 -0
- data/vendor/moment/component.json +147 -0
- data/vendor/moment/composer.json +33 -0
- data/vendor/moment/dist/locale/af.js +71 -0
- data/vendor/moment/dist/locale/ar-dz.js +156 -0
- data/vendor/moment/dist/locale/ar-kw.js +54 -0
- data/vendor/moment/dist/locale/ar-ly.js +171 -0
- data/vendor/moment/dist/locale/ar-ma.js +55 -0
- data/vendor/moment/dist/locale/ar-sa.js +104 -0
- data/vendor/moment/dist/locale/ar-tn.js +54 -0
- data/vendor/moment/dist/locale/ar.js +189 -0
- data/vendor/moment/dist/locale/az.js +101 -0
- data/vendor/moment/dist/locale/be.js +141 -0
- data/vendor/moment/dist/locale/bg.js +87 -0
- data/vendor/moment/dist/locale/bm.js +52 -0
- data/vendor/moment/dist/locale/bn-bd.js +128 -0
- data/vendor/moment/dist/locale/bn.js +118 -0
- data/vendor/moment/dist/locale/bo.js +122 -0
- data/vendor/moment/dist/locale/br.js +165 -0
- data/vendor/moment/dist/locale/bs.js +149 -0
- data/vendor/moment/dist/locale/ca.js +97 -0
- data/vendor/moment/dist/locale/cs.js +171 -0
- data/vendor/moment/dist/locale/cv.js +62 -0
- data/vendor/moment/dist/locale/cy.js +97 -0
- data/vendor/moment/dist/locale/da.js +53 -0
- data/vendor/moment/dist/locale/de-at.js +79 -0
- data/vendor/moment/dist/locale/de-ch.js +78 -0
- data/vendor/moment/dist/locale/de.js +78 -0
- data/vendor/moment/dist/locale/dv.js +90 -0
- data/vendor/moment/dist/locale/el.js +104 -0
- data/vendor/moment/dist/locale/en-au.js +68 -0
- data/vendor/moment/dist/locale/en-ca.js +64 -0
- data/vendor/moment/dist/locale/en-gb.js +68 -0
- data/vendor/moment/dist/locale/en-ie.js +68 -0
- data/vendor/moment/dist/locale/en-il.js +64 -0
- data/vendor/moment/dist/locale/en-in.js +68 -0
- data/vendor/moment/dist/locale/en-nz.js +68 -0
- data/vendor/moment/dist/locale/en-sg.js +68 -0
- data/vendor/moment/dist/locale/eo.js +68 -0
- data/vendor/moment/dist/locale/es-do.js +104 -0
- data/vendor/moment/dist/locale/es-mx.js +106 -0
- data/vendor/moment/dist/locale/es-us.js +106 -0
- data/vendor/moment/dist/locale/es.js +106 -0
- data/vendor/moment/dist/locale/et.js +78 -0
- data/vendor/moment/dist/locale/eu.js +63 -0
- data/vendor/moment/dist/locale/fa.js +110 -0
- data/vendor/moment/dist/locale/fi.js +121 -0
- data/vendor/moment/dist/locale/fil.js +58 -0
- data/vendor/moment/dist/locale/fo.js +56 -0
- data/vendor/moment/dist/locale/fr-ca.js +69 -0
- data/vendor/moment/dist/locale/fr-ch.js +73 -0
- data/vendor/moment/dist/locale/fr.js +104 -0
- data/vendor/moment/dist/locale/fy.js +77 -0
- data/vendor/moment/dist/locale/ga.js +95 -0
- data/vendor/moment/dist/locale/gd.js +95 -0
- data/vendor/moment/dist/locale/gl.js +74 -0
- data/vendor/moment/dist/locale/gom-deva.js +124 -0
- data/vendor/moment/dist/locale/gom-latn.js +124 -0
- data/vendor/moment/dist/locale/gu.js +121 -0
- data/vendor/moment/dist/locale/he.js +94 -0
- data/vendor/moment/dist/locale/hi.js +119 -0
- data/vendor/moment/dist/locale/hr.js +154 -0
- data/vendor/moment/dist/locale/hu.js +118 -0
- data/vendor/moment/dist/locale/hy-am.js +92 -0
- data/vendor/moment/dist/locale/id.js +76 -0
- data/vendor/moment/dist/locale/is.js +139 -0
- data/vendor/moment/dist/locale/it-ch.js +64 -0
- data/vendor/moment/dist/locale/it.js +106 -0
- data/vendor/moment/dist/locale/ja.js +148 -0
- data/vendor/moment/dist/locale/jv.js +76 -0
- data/vendor/moment/dist/locale/ka.js +92 -0
- data/vendor/moment/dist/locale/kk.js +82 -0
- data/vendor/moment/dist/locale/km.js +102 -0
- data/vendor/moment/dist/locale/kn.js +123 -0
- data/vendor/moment/dist/locale/ko.js +75 -0
- data/vendor/moment/dist/locale/ku.js +118 -0
- data/vendor/moment/dist/locale/ky.js +84 -0
- data/vendor/moment/dist/locale/lb.js +135 -0
- data/vendor/moment/dist/locale/lo.js +65 -0
- data/vendor/moment/dist/locale/lt.js +123 -0
- data/vendor/moment/dist/locale/lv.js +93 -0
- data/vendor/moment/dist/locale/me.js +118 -0
- data/vendor/moment/dist/locale/mi.js +59 -0
- data/vendor/moment/dist/locale/mk.js +85 -0
- data/vendor/moment/dist/locale/ml.js +80 -0
- data/vendor/moment/dist/locale/mn.js +99 -0
- data/vendor/moment/dist/locale/mr.js +202 -0
- data/vendor/moment/dist/locale/ms-my.js +76 -0
- data/vendor/moment/dist/locale/ms.js +75 -0
- data/vendor/moment/dist/locale/mt.js +55 -0
- data/vendor/moment/dist/locale/my.js +91 -0
- data/vendor/moment/dist/locale/nb.js +61 -0
- data/vendor/moment/dist/locale/ne.js +120 -0
- data/vendor/moment/dist/locale/nl-be.js +102 -0
- data/vendor/moment/dist/locale/nl.js +104 -0
- data/vendor/moment/dist/locale/nn.js +60 -0
- data/vendor/moment/dist/locale/oc-lnc.js +83 -0
- data/vendor/moment/dist/locale/pa-in.js +121 -0
- data/vendor/moment/dist/locale/pl.js +139 -0
- data/vendor/moment/dist/locale/pt-br.js +57 -0
- data/vendor/moment/dist/locale/pt.js +62 -0
- data/vendor/moment/dist/locale/ro.js +75 -0
- data/vendor/moment/dist/locale/ru.js +206 -0
- data/vendor/moment/dist/locale/sd.js +81 -0
- data/vendor/moment/dist/locale/se.js +57 -0
- data/vendor/moment/dist/locale/si.js +68 -0
- data/vendor/moment/dist/locale/sk.js +144 -0
- data/vendor/moment/dist/locale/sl.js +170 -0
- data/vendor/moment/dist/locale/sq.js +65 -0
- data/vendor/moment/dist/locale/sr-cyrl.js +116 -0
- data/vendor/moment/dist/locale/sr.js +118 -0
- data/vendor/moment/dist/locale/ss.js +83 -0
- data/vendor/moment/dist/locale/sv.js +68 -0
- data/vendor/moment/dist/locale/sw.js +54 -0
- data/vendor/moment/dist/locale/ta.js +129 -0
- data/vendor/moment/dist/locale/te.js +86 -0
- data/vendor/moment/dist/locale/tet.js +68 -0
- data/vendor/moment/dist/locale/tg.js +116 -0
- data/vendor/moment/dist/locale/th.js +64 -0
- data/vendor/moment/dist/locale/tk.js +91 -0
- data/vendor/moment/dist/locale/tl-ph.js +57 -0
- data/vendor/moment/dist/locale/tlh.js +125 -0
- data/vendor/moment/dist/locale/tr.js +106 -0
- data/vendor/moment/dist/locale/tzl.js +89 -0
- data/vendor/moment/dist/locale/tzm-latn.js +53 -0
- data/vendor/moment/dist/locale/tzm.js +53 -0
- data/vendor/moment/dist/locale/ug-cn.js +110 -0
- data/vendor/moment/dist/locale/uk.js +163 -0
- data/vendor/moment/dist/locale/ur.js +82 -0
- data/vendor/moment/dist/locale/uz-latn.js +53 -0
- data/vendor/moment/dist/locale/uz.js +51 -0
- data/vendor/moment/dist/locale/vi.js +79 -0
- data/vendor/moment/dist/locale/x-pseudo.js +71 -0
- data/vendor/moment/dist/locale/yo.js +53 -0
- data/vendor/moment/dist/locale/zh-cn.js +120 -0
- data/vendor/moment/dist/locale/zh-hk.js +101 -0
- data/vendor/moment/dist/locale/zh-mo.js +100 -0
- data/vendor/moment/dist/locale/zh-tw.js +99 -0
- data/vendor/moment/dist/moment.js +5663 -0
- data/vendor/moment/ender.js +1 -0
- data/vendor/moment/locale/af.js +82 -0
- data/vendor/moment/locale/ar-dz.js +167 -0
- data/vendor/moment/locale/ar-kw.js +65 -0
- data/vendor/moment/locale/ar-ly.js +182 -0
- data/vendor/moment/locale/ar-ma.js +66 -0
- data/vendor/moment/locale/ar-sa.js +115 -0
- data/vendor/moment/locale/ar-tn.js +65 -0
- data/vendor/moment/locale/ar.js +200 -0
- data/vendor/moment/locale/az.js +112 -0
- data/vendor/moment/locale/be.js +152 -0
- data/vendor/moment/locale/bg.js +98 -0
- data/vendor/moment/locale/bm.js +62 -0
- data/vendor/moment/locale/bn-bd.js +139 -0
- data/vendor/moment/locale/bn.js +129 -0
- data/vendor/moment/locale/bo.js +133 -0
- data/vendor/moment/locale/br.js +176 -0
- data/vendor/moment/locale/bs.js +160 -0
- data/vendor/moment/locale/ca.js +108 -0
- data/vendor/moment/locale/cs.js +182 -0
- data/vendor/moment/locale/cv.js +73 -0
- data/vendor/moment/locale/cy.js +108 -0
- data/vendor/moment/locale/da.js +64 -0
- data/vendor/moment/locale/de-at.js +90 -0
- data/vendor/moment/locale/de-ch.js +87 -0
- data/vendor/moment/locale/de.js +89 -0
- data/vendor/moment/locale/dv.js +101 -0
- data/vendor/moment/locale/el.js +115 -0
- data/vendor/moment/locale/en-au.js +79 -0
- data/vendor/moment/locale/en-ca.js +75 -0
- data/vendor/moment/locale/en-gb.js +79 -0
- data/vendor/moment/locale/en-ie.js +79 -0
- data/vendor/moment/locale/en-il.js +75 -0
- data/vendor/moment/locale/en-in.js +79 -0
- data/vendor/moment/locale/en-nz.js +79 -0
- data/vendor/moment/locale/en-sg.js +79 -0
- data/vendor/moment/locale/eo.js +79 -0
- data/vendor/moment/locale/es-do.js +115 -0
- data/vendor/moment/locale/es-mx.js +117 -0
- data/vendor/moment/locale/es-us.js +117 -0
- data/vendor/moment/locale/es.js +117 -0
- data/vendor/moment/locale/et.js +89 -0
- data/vendor/moment/locale/eu.js +74 -0
- data/vendor/moment/locale/fa.js +121 -0
- data/vendor/moment/locale/fi.js +132 -0
- data/vendor/moment/locale/fil.js +69 -0
- data/vendor/moment/locale/fo.js +67 -0
- data/vendor/moment/locale/fr-ca.js +80 -0
- data/vendor/moment/locale/fr-ch.js +84 -0
- data/vendor/moment/locale/fr.js +115 -0
- data/vendor/moment/locale/fy.js +88 -0
- data/vendor/moment/locale/ga.js +106 -0
- data/vendor/moment/locale/gd.js +106 -0
- data/vendor/moment/locale/gl.js +85 -0
- data/vendor/moment/locale/gom-deva.js +135 -0
- data/vendor/moment/locale/gom-latn.js +135 -0
- data/vendor/moment/locale/gu.js +132 -0
- data/vendor/moment/locale/he.js +105 -0
- data/vendor/moment/locale/hi.js +130 -0
- data/vendor/moment/locale/hr.js +165 -0
- data/vendor/moment/locale/hu.js +129 -0
- data/vendor/moment/locale/hy-am.js +103 -0
- data/vendor/moment/locale/id.js +87 -0
- data/vendor/moment/locale/is.js +150 -0
- data/vendor/moment/locale/it-ch.js +75 -0
- data/vendor/moment/locale/it.js +117 -0
- data/vendor/moment/locale/ja.js +159 -0
- data/vendor/moment/locale/jv.js +87 -0
- data/vendor/moment/locale/ka.js +103 -0
- data/vendor/moment/locale/kk.js +93 -0
- data/vendor/moment/locale/km.js +113 -0
- data/vendor/moment/locale/kn.js +134 -0
- data/vendor/moment/locale/ko.js +86 -0
- data/vendor/moment/locale/ku.js +129 -0
- data/vendor/moment/locale/ky.js +95 -0
- data/vendor/moment/locale/lb.js +146 -0
- data/vendor/moment/locale/lo.js +76 -0
- data/vendor/moment/locale/lt.js +134 -0
- data/vendor/moment/locale/lv.js +104 -0
- data/vendor/moment/locale/me.js +129 -0
- data/vendor/moment/locale/mi.js +70 -0
- data/vendor/moment/locale/mk.js +97 -0
- data/vendor/moment/locale/ml.js +91 -0
- data/vendor/moment/locale/mn.js +110 -0
- data/vendor/moment/locale/mr.js +213 -0
- data/vendor/moment/locale/ms-my.js +87 -0
- data/vendor/moment/locale/ms.js +86 -0
- data/vendor/moment/locale/mt.js +66 -0
- data/vendor/moment/locale/my.js +102 -0
- data/vendor/moment/locale/nb.js +72 -0
- data/vendor/moment/locale/ne.js +131 -0
- data/vendor/moment/locale/nl-be.js +113 -0
- data/vendor/moment/locale/nl.js +115 -0
- data/vendor/moment/locale/nn.js +71 -0
- data/vendor/moment/locale/oc-lnc.js +94 -0
- data/vendor/moment/locale/pa-in.js +132 -0
- data/vendor/moment/locale/pl.js +150 -0
- data/vendor/moment/locale/pt-br.js +68 -0
- data/vendor/moment/locale/pt.js +73 -0
- data/vendor/moment/locale/ro.js +86 -0
- data/vendor/moment/locale/ru.js +217 -0
- data/vendor/moment/locale/sd.js +92 -0
- data/vendor/moment/locale/se.js +68 -0
- data/vendor/moment/locale/si.js +79 -0
- data/vendor/moment/locale/sk.js +155 -0
- data/vendor/moment/locale/sl.js +181 -0
- data/vendor/moment/locale/sq.js +76 -0
- data/vendor/moment/locale/sr-cyrl.js +127 -0
- data/vendor/moment/locale/sr.js +129 -0
- data/vendor/moment/locale/ss.js +94 -0
- data/vendor/moment/locale/sv.js +79 -0
- data/vendor/moment/locale/sw.js +65 -0
- data/vendor/moment/locale/ta.js +140 -0
- data/vendor/moment/locale/te.js +97 -0
- data/vendor/moment/locale/tet.js +79 -0
- data/vendor/moment/locale/tg.js +127 -0
- data/vendor/moment/locale/th.js +75 -0
- data/vendor/moment/locale/tk.js +102 -0
- data/vendor/moment/locale/tl-ph.js +68 -0
- data/vendor/moment/locale/tlh.js +136 -0
- data/vendor/moment/locale/tr.js +117 -0
- data/vendor/moment/locale/tzl.js +100 -0
- data/vendor/moment/locale/tzm-latn.js +64 -0
- data/vendor/moment/locale/tzm.js +64 -0
- data/vendor/moment/locale/ug-cn.js +121 -0
- data/vendor/moment/locale/uk.js +174 -0
- data/vendor/moment/locale/ur.js +93 -0
- data/vendor/moment/locale/uz-latn.js +64 -0
- data/vendor/moment/locale/uz.js +62 -0
- data/vendor/moment/locale/vi.js +90 -0
- data/vendor/moment/locale/x-pseudo.js +82 -0
- data/vendor/moment/locale/yo.js +64 -0
- data/vendor/moment/locale/zh-cn.js +131 -0
- data/vendor/moment/locale/zh-hk.js +112 -0
- data/vendor/moment/locale/zh-mo.js +111 -0
- data/vendor/moment/locale/zh-tw.js +110 -0
- data/vendor/moment/meteor/README.md +5 -0
- data/vendor/moment/meteor/export.js +6 -0
- data/vendor/moment/meteor/moment.js +1 -0
- data/vendor/moment/meteor/package.js +27 -0
- data/vendor/moment/meteor/test.js +5 -0
- data/vendor/moment/min/locales.js +12384 -0
- data/vendor/moment/min/locales.min.js +2 -0
- data/vendor/moment/min/locales.min.js.map +1 -0
- data/vendor/moment/min/moment-with-locales.js +18039 -0
- data/vendor/moment/min/moment-with-locales.min.js +2 -0
- data/vendor/moment/min/moment-with-locales.min.js.map +1 -0
- data/vendor/moment/min/moment.min.js +2 -0
- data/vendor/moment/min/moment.min.js.map +1 -0
- data/vendor/moment/min/tests.js +146872 -0
- data/vendor/moment/moment.d.ts +796 -0
- data/vendor/moment/moment.js +5671 -0
- data/vendor/moment/package-lock.json +6460 -0
- data/vendor/moment/package.js +11 -0
- data/vendor/moment/package.json +112 -0
- data/vendor/moment/scripts/locales.js +146 -0
- data/vendor/moment/scripts/npm_prepublish.sh +49 -0
- data/vendor/moment/src/lib/create/check-overflow.js +57 -0
- data/vendor/moment/src/lib/create/date-from-array.js +35 -0
- data/vendor/moment/src/lib/create/from-anything.js +117 -0
- data/vendor/moment/src/lib/create/from-array.js +187 -0
- data/vendor/moment/src/lib/create/from-object.js +20 -0
- data/vendor/moment/src/lib/create/from-string-and-array.js +66 -0
- data/vendor/moment/src/lib/create/from-string-and-format.js +134 -0
- data/vendor/moment/src/lib/create/from-string.js +255 -0
- data/vendor/moment/src/lib/create/local.js +5 -0
- data/vendor/moment/src/lib/create/parsing-flags.js +28 -0
- data/vendor/moment/src/lib/create/utc.js +5 -0
- data/vendor/moment/src/lib/create/valid.js +51 -0
- data/vendor/moment/src/lib/duration/abs.js +18 -0
- data/vendor/moment/src/lib/duration/add-subtract.js +21 -0
- data/vendor/moment/src/lib/duration/as.js +88 -0
- data/vendor/moment/src/lib/duration/bubble.js +68 -0
- data/vendor/moment/src/lib/duration/clone.js +5 -0
- data/vendor/moment/src/lib/duration/constructor.js +42 -0
- data/vendor/moment/src/lib/duration/create.js +132 -0
- data/vendor/moment/src/lib/duration/duration.js +16 -0
- data/vendor/moment/src/lib/duration/get.js +27 -0
- data/vendor/moment/src/lib/duration/humanize.js +114 -0
- data/vendor/moment/src/lib/duration/iso-string.js +68 -0
- data/vendor/moment/src/lib/duration/prototype.js +78 -0
- data/vendor/moment/src/lib/duration/valid.js +54 -0
- data/vendor/moment/src/lib/format/format.js +103 -0
- data/vendor/moment/src/lib/locale/base-config.js +41 -0
- data/vendor/moment/src/lib/locale/calendar.js +15 -0
- data/vendor/moment/src/lib/locale/constructor.js +5 -0
- data/vendor/moment/src/lib/locale/en.js +39 -0
- data/vendor/moment/src/lib/locale/formats.js +36 -0
- data/vendor/moment/src/lib/locale/invalid.js +5 -0
- data/vendor/moment/src/lib/locale/lists.js +93 -0
- data/vendor/moment/src/lib/locale/locale.js +45 -0
- data/vendor/moment/src/lib/locale/locales.js +242 -0
- data/vendor/moment/src/lib/locale/ordinal.js +8 -0
- data/vendor/moment/src/lib/locale/pre-post-format.js +3 -0
- data/vendor/moment/src/lib/locale/prototype.js +88 -0
- data/vendor/moment/src/lib/locale/relative.js +32 -0
- data/vendor/moment/src/lib/locale/set.js +56 -0
- data/vendor/moment/src/lib/moment/add-subtract.js +61 -0
- data/vendor/moment/src/lib/moment/calendar.js +53 -0
- data/vendor/moment/src/lib/moment/clone.js +5 -0
- data/vendor/moment/src/lib/moment/compare.js +72 -0
- data/vendor/moment/src/lib/moment/constructor.js +77 -0
- data/vendor/moment/src/lib/moment/creation-data.js +9 -0
- data/vendor/moment/src/lib/moment/diff.js +79 -0
- data/vendor/moment/src/lib/moment/format.js +78 -0
- data/vendor/moment/src/lib/moment/from.js +20 -0
- data/vendor/moment/src/lib/moment/get-set.js +72 -0
- data/vendor/moment/src/lib/moment/locale.js +34 -0
- data/vendor/moment/src/lib/moment/min-max.js +62 -0
- data/vendor/moment/src/lib/moment/moment.js +28 -0
- data/vendor/moment/src/lib/moment/now.js +3 -0
- data/vendor/moment/src/lib/moment/prototype.js +197 -0
- data/vendor/moment/src/lib/moment/start-end-of.js +164 -0
- data/vendor/moment/src/lib/moment/to-type.js +42 -0
- data/vendor/moment/src/lib/moment/to.js +20 -0
- data/vendor/moment/src/lib/moment/valid.js +15 -0
- data/vendor/moment/src/lib/parse/regex.js +82 -0
- data/vendor/moment/src/lib/parse/token.js +34 -0
- data/vendor/moment/src/lib/units/aliases.js +31 -0
- data/vendor/moment/src/lib/units/constants.js +9 -0
- data/vendor/moment/src/lib/units/day-of-month.js +39 -0
- data/vendor/moment/src/lib/units/day-of-week.js +444 -0
- data/vendor/moment/src/lib/units/day-of-year.js +37 -0
- data/vendor/moment/src/lib/units/era.js +289 -0
- data/vendor/moment/src/lib/units/hour.js +159 -0
- data/vendor/moment/src/lib/units/millisecond.js +76 -0
- data/vendor/moment/src/lib/units/minute.js +29 -0
- data/vendor/moment/src/lib/units/month.js +349 -0
- data/vendor/moment/src/lib/units/offset.js +249 -0
- data/vendor/moment/src/lib/units/priorities.js +21 -0
- data/vendor/moment/src/lib/units/quarter.js +34 -0
- data/vendor/moment/src/lib/units/second.js +29 -0
- data/vendor/moment/src/lib/units/timestamp.js +20 -0
- data/vendor/moment/src/lib/units/timezone.js +16 -0
- data/vendor/moment/src/lib/units/units.js +20 -0
- data/vendor/moment/src/lib/units/week-calendar-utils.js +66 -0
- data/vendor/moment/src/lib/units/week-year.js +140 -0
- data/vendor/moment/src/lib/units/week.js +71 -0
- data/vendor/moment/src/lib/units/year.js +85 -0
- data/vendor/moment/src/lib/utils/abs-ceil.js +7 -0
- data/vendor/moment/src/lib/utils/abs-floor.js +8 -0
- data/vendor/moment/src/lib/utils/abs-round.js +7 -0
- data/vendor/moment/src/lib/utils/compare-arrays.js +18 -0
- data/vendor/moment/src/lib/utils/defaults.js +10 -0
- data/vendor/moment/src/lib/utils/deprecate.js +68 -0
- data/vendor/moment/src/lib/utils/extend.js +19 -0
- data/vendor/moment/src/lib/utils/has-own-prop.js +3 -0
- data/vendor/moment/src/lib/utils/hooks.js +13 -0
- data/vendor/moment/src/lib/utils/index-of.js +18 -0
- data/vendor/moment/src/lib/utils/is-array.js +6 -0
- data/vendor/moment/src/lib/utils/is-calendar-spec.js +25 -0
- data/vendor/moment/src/lib/utils/is-date.js +6 -0
- data/vendor/moment/src/lib/utils/is-function.js +6 -0
- data/vendor/moment/src/lib/utils/is-leap-year.js +3 -0
- data/vendor/moment/src/lib/utils/is-moment-input.js +74 -0
- data/vendor/moment/src/lib/utils/is-number.js +6 -0
- data/vendor/moment/src/lib/utils/is-object-empty.js +15 -0
- data/vendor/moment/src/lib/utils/is-object.js +8 -0
- data/vendor/moment/src/lib/utils/is-string.js +3 -0
- data/vendor/moment/src/lib/utils/is-undefined.js +3 -0
- data/vendor/moment/src/lib/utils/keys.js +20 -0
- data/vendor/moment/src/lib/utils/map.js +8 -0
- data/vendor/moment/src/lib/utils/mod.js +3 -0
- data/vendor/moment/src/lib/utils/some.js +20 -0
- data/vendor/moment/src/lib/utils/to-int.js +12 -0
- data/vendor/moment/src/lib/utils/zero-fill.js +10 -0
- data/vendor/moment/src/locale/af.js +71 -0
- data/vendor/moment/src/locale/ar-dz.js +156 -0
- data/vendor/moment/src/locale/ar-kw.js +54 -0
- data/vendor/moment/src/locale/ar-ly.js +171 -0
- data/vendor/moment/src/locale/ar-ma.js +55 -0
- data/vendor/moment/src/locale/ar-sa.js +104 -0
- data/vendor/moment/src/locale/ar-tn.js +54 -0
- data/vendor/moment/src/locale/ar.js +189 -0
- data/vendor/moment/src/locale/az.js +101 -0
- data/vendor/moment/src/locale/be.js +141 -0
- data/vendor/moment/src/locale/bg.js +87 -0
- data/vendor/moment/src/locale/bm.js +52 -0
- data/vendor/moment/src/locale/bn-bd.js +128 -0
- data/vendor/moment/src/locale/bn.js +118 -0
- data/vendor/moment/src/locale/bo.js +122 -0
- data/vendor/moment/src/locale/br.js +165 -0
- data/vendor/moment/src/locale/bs.js +149 -0
- data/vendor/moment/src/locale/ca.js +97 -0
- data/vendor/moment/src/locale/cs.js +171 -0
- data/vendor/moment/src/locale/cv.js +62 -0
- data/vendor/moment/src/locale/cy.js +97 -0
- data/vendor/moment/src/locale/da.js +53 -0
- data/vendor/moment/src/locale/de-at.js +79 -0
- data/vendor/moment/src/locale/de-ch.js +78 -0
- data/vendor/moment/src/locale/de.js +78 -0
- data/vendor/moment/src/locale/dv.js +90 -0
- data/vendor/moment/src/locale/el.js +104 -0
- data/vendor/moment/src/locale/en-au.js +68 -0
- data/vendor/moment/src/locale/en-ca.js +64 -0
- data/vendor/moment/src/locale/en-gb.js +68 -0
- data/vendor/moment/src/locale/en-ie.js +68 -0
- data/vendor/moment/src/locale/en-il.js +64 -0
- data/vendor/moment/src/locale/en-in.js +68 -0
- data/vendor/moment/src/locale/en-nz.js +68 -0
- data/vendor/moment/src/locale/en-sg.js +68 -0
- data/vendor/moment/src/locale/eo.js +68 -0
- data/vendor/moment/src/locale/es-do.js +104 -0
- data/vendor/moment/src/locale/es-mx.js +106 -0
- data/vendor/moment/src/locale/es-us.js +106 -0
- data/vendor/moment/src/locale/es.js +106 -0
- data/vendor/moment/src/locale/et.js +78 -0
- data/vendor/moment/src/locale/eu.js +63 -0
- data/vendor/moment/src/locale/fa.js +110 -0
- data/vendor/moment/src/locale/fi.js +121 -0
- data/vendor/moment/src/locale/fil.js +58 -0
- data/vendor/moment/src/locale/fo.js +56 -0
- data/vendor/moment/src/locale/fr-ca.js +69 -0
- data/vendor/moment/src/locale/fr-ch.js +73 -0
- data/vendor/moment/src/locale/fr.js +104 -0
- data/vendor/moment/src/locale/fy.js +77 -0
- data/vendor/moment/src/locale/ga.js +95 -0
- data/vendor/moment/src/locale/gd.js +95 -0
- data/vendor/moment/src/locale/gl.js +74 -0
- data/vendor/moment/src/locale/gom-deva.js +124 -0
- data/vendor/moment/src/locale/gom-latn.js +124 -0
- data/vendor/moment/src/locale/gu.js +121 -0
- data/vendor/moment/src/locale/he.js +94 -0
- data/vendor/moment/src/locale/hi.js +119 -0
- data/vendor/moment/src/locale/hr.js +154 -0
- data/vendor/moment/src/locale/hu.js +118 -0
- data/vendor/moment/src/locale/hy-am.js +92 -0
- data/vendor/moment/src/locale/id.js +76 -0
- data/vendor/moment/src/locale/is.js +139 -0
- data/vendor/moment/src/locale/it-ch.js +64 -0
- data/vendor/moment/src/locale/it.js +106 -0
- data/vendor/moment/src/locale/ja.js +148 -0
- data/vendor/moment/src/locale/jv.js +76 -0
- data/vendor/moment/src/locale/ka.js +92 -0
- data/vendor/moment/src/locale/kk.js +82 -0
- data/vendor/moment/src/locale/km.js +102 -0
- data/vendor/moment/src/locale/kn.js +123 -0
- data/vendor/moment/src/locale/ko.js +75 -0
- data/vendor/moment/src/locale/ku.js +118 -0
- data/vendor/moment/src/locale/ky.js +84 -0
- data/vendor/moment/src/locale/lb.js +135 -0
- data/vendor/moment/src/locale/lo.js +65 -0
- data/vendor/moment/src/locale/lt.js +123 -0
- data/vendor/moment/src/locale/lv.js +93 -0
- data/vendor/moment/src/locale/me.js +118 -0
- data/vendor/moment/src/locale/mi.js +59 -0
- data/vendor/moment/src/locale/mk.js +85 -0
- data/vendor/moment/src/locale/ml.js +80 -0
- data/vendor/moment/src/locale/mn.js +99 -0
- data/vendor/moment/src/locale/mr.js +202 -0
- data/vendor/moment/src/locale/ms-my.js +76 -0
- data/vendor/moment/src/locale/ms.js +75 -0
- data/vendor/moment/src/locale/mt.js +55 -0
- data/vendor/moment/src/locale/my.js +91 -0
- data/vendor/moment/src/locale/nb.js +61 -0
- data/vendor/moment/src/locale/ne.js +120 -0
- data/vendor/moment/src/locale/nl-be.js +102 -0
- data/vendor/moment/src/locale/nl.js +104 -0
- data/vendor/moment/src/locale/nn.js +60 -0
- data/vendor/moment/src/locale/oc-lnc.js +83 -0
- data/vendor/moment/src/locale/pa-in.js +121 -0
- data/vendor/moment/src/locale/pl.js +139 -0
- data/vendor/moment/src/locale/pt-br.js +57 -0
- data/vendor/moment/src/locale/pt.js +62 -0
- data/vendor/moment/src/locale/ro.js +75 -0
- data/vendor/moment/src/locale/ru.js +206 -0
- data/vendor/moment/src/locale/sd.js +81 -0
- data/vendor/moment/src/locale/se.js +57 -0
- data/vendor/moment/src/locale/si.js +68 -0
- data/vendor/moment/src/locale/sk.js +144 -0
- data/vendor/moment/src/locale/sl.js +170 -0
- data/vendor/moment/src/locale/sq.js +65 -0
- data/vendor/moment/src/locale/sr-cyrl.js +116 -0
- data/vendor/moment/src/locale/sr.js +118 -0
- data/vendor/moment/src/locale/ss.js +83 -0
- data/vendor/moment/src/locale/sv.js +68 -0
- data/vendor/moment/src/locale/sw.js +54 -0
- data/vendor/moment/src/locale/ta.js +129 -0
- data/vendor/moment/src/locale/te.js +86 -0
- data/vendor/moment/src/locale/tet.js +68 -0
- data/vendor/moment/src/locale/tg.js +116 -0
- data/vendor/moment/src/locale/th.js +64 -0
- data/vendor/moment/src/locale/tk.js +91 -0
- data/vendor/moment/src/locale/tl-ph.js +57 -0
- data/vendor/moment/src/locale/tlh.js +125 -0
- data/vendor/moment/src/locale/tr.js +106 -0
- data/vendor/moment/src/locale/tzl.js +89 -0
- data/vendor/moment/src/locale/tzm-latn.js +53 -0
- data/vendor/moment/src/locale/tzm.js +53 -0
- data/vendor/moment/src/locale/ug-cn.js +110 -0
- data/vendor/moment/src/locale/uk.js +163 -0
- data/vendor/moment/src/locale/ur.js +82 -0
- data/vendor/moment/src/locale/uz-latn.js +53 -0
- data/vendor/moment/src/locale/uz.js +51 -0
- data/vendor/moment/src/locale/vi.js +79 -0
- data/vendor/moment/src/locale/x-pseudo.js +71 -0
- data/vendor/moment/src/locale/yo.js +53 -0
- data/vendor/moment/src/locale/zh-cn.js +120 -0
- data/vendor/moment/src/locale/zh-hk.js +101 -0
- data/vendor/moment/src/locale/zh-mo.js +100 -0
- data/vendor/moment/src/locale/zh-tw.js +99 -0
- data/vendor/moment/src/moment.js +93 -0
- data/vendor/moment/src/test/helpers/common-locale.js +265 -0
- data/vendor/moment/src/test/helpers/deprecation-handler.js +62 -0
- data/vendor/moment/src/test/helpers/dst.js +8 -0
- data/vendor/moment/src/test/helpers/each-own-prop.js +8 -0
- data/vendor/moment/src/test/helpers/each.js +8 -0
- data/vendor/moment/src/test/helpers/has-own-prop.js +3 -0
- data/vendor/moment/src/test/helpers/object-keys.js +17 -0
- data/vendor/moment/src/test/locale/af.js +446 -0
- data/vendor/moment/src/test/locale/ar-dz.js +482 -0
- data/vendor/moment/src/test/locale/ar-kw.js +446 -0
- data/vendor/moment/src/test/locale/ar-ly.js +521 -0
- data/vendor/moment/src/test/locale/ar-ma.js +446 -0
- data/vendor/moment/src/test/locale/ar-sa.js +465 -0
- data/vendor/moment/src/test/locale/ar-tn.js +611 -0
- data/vendor/moment/src/test/locale/ar.js +521 -0
- data/vendor/moment/src/test/locale/az.js +453 -0
- data/vendor/moment/src/test/locale/be.js +575 -0
- data/vendor/moment/src/test/locale/bg.js +459 -0
- data/vendor/moment/src/test/locale/bm.js +408 -0
- data/vendor/moment/src/test/locale/bn-bd.js +473 -0
- data/vendor/moment/src/test/locale/bn.js +481 -0
- data/vendor/moment/src/test/locale/bo.js +501 -0
- data/vendor/moment/src/test/locale/br.js +541 -0
- data/vendor/moment/src/test/locale/bs.js +478 -0
- data/vendor/moment/src/test/locale/ca.js +472 -0
- data/vendor/moment/src/test/locale/cs.js +635 -0
- data/vendor/moment/src/test/locale/cv.js +459 -0
- data/vendor/moment/src/test/locale/cy.js +444 -0
- data/vendor/moment/src/test/locale/da.js +447 -0
- data/vendor/moment/src/test/locale/de-at.js +476 -0
- data/vendor/moment/src/test/locale/de-ch.js +481 -0
- data/vendor/moment/src/test/locale/de.js +480 -0
- data/vendor/moment/src/test/locale/dv.js +419 -0
- data/vendor/moment/src/test/locale/el.js +544 -0
- data/vendor/moment/src/test/locale/en-au.js +480 -0
- data/vendor/moment/src/test/locale/en-ca.js +451 -0
- data/vendor/moment/src/test/locale/en-gb.js +446 -0
- data/vendor/moment/src/test/locale/en-ie.js +446 -0
- data/vendor/moment/src/test/locale/en-il.js +454 -0
- data/vendor/moment/src/test/locale/en-in.js +464 -0
- data/vendor/moment/src/test/locale/en-nz.js +446 -0
- data/vendor/moment/src/test/locale/en-sg.js +430 -0
- data/vendor/moment/src/test/locale/en.js +562 -0
- data/vendor/moment/src/test/locale/eo.js +455 -0
- data/vendor/moment/src/test/locale/es-do.js +473 -0
- data/vendor/moment/src/test/locale/es-mx.js +514 -0
- data/vendor/moment/src/test/locale/es-us.js +489 -0
- data/vendor/moment/src/test/locale/es.js +476 -0
- data/vendor/moment/src/test/locale/et.js +533 -0
- data/vendor/moment/src/test/locale/eu.js +445 -0
- data/vendor/moment/src/test/locale/fa.js +461 -0
- data/vendor/moment/src/test/locale/fi.js +489 -0
- data/vendor/moment/src/test/locale/fil.js +448 -0
- data/vendor/moment/src/test/locale/fo.js +454 -0
- data/vendor/moment/src/test/locale/fr-ca.js +460 -0
- data/vendor/moment/src/test/locale/fr-ch.js +460 -0
- data/vendor/moment/src/test/locale/fr.js +482 -0
- data/vendor/moment/src/test/locale/fy.js +461 -0
- data/vendor/moment/src/test/locale/ga.js +445 -0
- data/vendor/moment/src/test/locale/gd.js +464 -0
- data/vendor/moment/src/test/locale/gl.js +466 -0
- data/vendor/moment/src/test/locale/gom-deva.js +445 -0
- data/vendor/moment/src/test/locale/gom-latn.js +459 -0
- data/vendor/moment/src/test/locale/gu.js +487 -0
- data/vendor/moment/src/test/locale/he.js +417 -0
- data/vendor/moment/src/test/locale/hi.js +484 -0
- data/vendor/moment/src/test/locale/hr.js +478 -0
- data/vendor/moment/src/test/locale/hu.js +468 -0
- data/vendor/moment/src/test/locale/hy-am.js +609 -0
- data/vendor/moment/src/test/locale/id.js +407 -0
- data/vendor/moment/src/test/locale/is.js +479 -0
- data/vendor/moment/src/test/locale/it-ch.js +427 -0
- data/vendor/moment/src/test/locale/it.js +479 -0
- data/vendor/moment/src/test/locale/ja.js +591 -0
- data/vendor/moment/src/test/locale/jv.js +418 -0
- data/vendor/moment/src/test/locale/ka.js +452 -0
- data/vendor/moment/src/test/locale/kk.js +445 -0
- data/vendor/moment/src/test/locale/km.js +471 -0
- data/vendor/moment/src/test/locale/kn.js +493 -0
- data/vendor/moment/src/test/locale/ko.js +496 -0
- data/vendor/moment/src/test/locale/ku.js +465 -0
- data/vendor/moment/src/test/locale/ky.js +445 -0
- data/vendor/moment/src/test/locale/lb.js +432 -0
- data/vendor/moment/src/test/locale/lo.js +445 -0
- data/vendor/moment/src/test/locale/lt.js +504 -0
- data/vendor/moment/src/test/locale/lv.js +567 -0
- data/vendor/moment/src/test/locale/me.js +481 -0
- data/vendor/moment/src/test/locale/mi.js +450 -0
- data/vendor/moment/src/test/locale/mk.js +460 -0
- data/vendor/moment/src/test/locale/ml.js +497 -0
- data/vendor/moment/src/test/locale/mn.js +555 -0
- data/vendor/moment/src/test/locale/mr.js +497 -0
- data/vendor/moment/src/test/locale/ms-my.js +454 -0
- data/vendor/moment/src/test/locale/ms.js +454 -0
- data/vendor/moment/src/test/locale/mt.js +446 -0
- data/vendor/moment/src/test/locale/my.js +616 -0
- data/vendor/moment/src/test/locale/nb.js +446 -0
- data/vendor/moment/src/test/locale/ne.js +484 -0
- data/vendor/moment/src/test/locale/nl-be.js +471 -0
- data/vendor/moment/src/test/locale/nl.js +471 -0
- data/vendor/moment/src/test/locale/nn.js +445 -0
- data/vendor/moment/src/test/locale/oc-lnc.js +440 -0
- data/vendor/moment/src/test/locale/pa-in.js +769 -0
- data/vendor/moment/src/test/locale/pl.js +557 -0
- data/vendor/moment/src/test/locale/pt-br.js +472 -0
- data/vendor/moment/src/test/locale/pt.js +449 -0
- data/vendor/moment/src/test/locale/ro.js +485 -0
- data/vendor/moment/src/test/locale/ru.js +706 -0
- data/vendor/moment/src/test/locale/sd.js +434 -0
- data/vendor/moment/src/test/locale/se.js +456 -0
- data/vendor/moment/src/test/locale/si.js +422 -0
- data/vendor/moment/src/test/locale/sk.js +640 -0
- data/vendor/moment/src/test/locale/sl.js +816 -0
- data/vendor/moment/src/test/locale/sq.js +457 -0
- data/vendor/moment/src/test/locale/sr-cyrl.js +478 -0
- data/vendor/moment/src/test/locale/sr.js +478 -0
- data/vendor/moment/src/test/locale/ss.js +510 -0
- data/vendor/moment/src/test/locale/sv.js +441 -0
- data/vendor/moment/src/test/locale/sw.js +449 -0
- data/vendor/moment/src/test/locale/ta.js +452 -0
- data/vendor/moment/src/test/locale/te.js +497 -0
- data/vendor/moment/src/test/locale/tet.js +446 -0
- data/vendor/moment/src/test/locale/tg.js +462 -0
- data/vendor/moment/src/test/locale/th.js +408 -0
- data/vendor/moment/src/test/locale/tk.js +445 -0
- data/vendor/moment/src/test/locale/tl-ph.js +448 -0
- data/vendor/moment/src/test/locale/tlh.js +484 -0
- data/vendor/moment/src/test/locale/tr.js +461 -0
- data/vendor/moment/src/test/locale/tzl.js +453 -0
- data/vendor/moment/src/test/locale/tzm-latn.js +449 -0
- data/vendor/moment/src/test/locale/tzm.js +449 -0
- data/vendor/moment/src/test/locale/ug-cn.js +427 -0
- data/vendor/moment/src/test/locale/uk.js +521 -0
- data/vendor/moment/src/test/locale/ur.js +439 -0
- data/vendor/moment/src/test/locale/uz-latn.js +450 -0
- data/vendor/moment/src/test/locale/uz.js +447 -0
- data/vendor/moment/src/test/locale/vi.js +452 -0
- data/vendor/moment/src/test/locale/x-pseudo.js +446 -0
- data/vendor/moment/src/test/locale/yo.js +447 -0
- data/vendor/moment/src/test/locale/zh-cn.js +459 -0
- data/vendor/moment/src/test/locale/zh-hk.js +443 -0
- data/vendor/moment/src/test/locale/zh-mo.js +427 -0
- data/vendor/moment/src/test/locale/zh-tw.js +443 -0
- data/vendor/moment/src/test/moment/add_subtract.js +545 -0
- data/vendor/moment/src/test/moment/calendar.js +214 -0
- data/vendor/moment/src/test/moment/create.js +2816 -0
- data/vendor/moment/src/test/moment/creation-data.js +40 -0
- data/vendor/moment/src/test/moment/days_in_month.js +122 -0
- data/vendor/moment/src/test/moment/days_in_year.js +11 -0
- data/vendor/moment/src/test/moment/deprecate.js +14 -0
- data/vendor/moment/src/test/moment/diff.js +624 -0
- data/vendor/moment/src/test/moment/duration.js +2024 -0
- data/vendor/moment/src/test/moment/duration_from_moments.js +53 -0
- data/vendor/moment/src/test/moment/duration_invalid.js +145 -0
- data/vendor/moment/src/test/moment/format.js +951 -0
- data/vendor/moment/src/test/moment/from_to.js +148 -0
- data/vendor/moment/src/test/moment/getters_setters.js +504 -0
- data/vendor/moment/src/test/moment/instanceof.js +42 -0
- data/vendor/moment/src/test/moment/invalid.js +212 -0
- data/vendor/moment/src/test/moment/is-leap-year.js +89 -0
- data/vendor/moment/src/test/moment/is_after.js +674 -0
- data/vendor/moment/src/test/moment/is_array.js +18 -0
- data/vendor/moment/src/test/moment/is_before.js +674 -0
- data/vendor/moment/src/test/moment/is_between.js +1082 -0
- data/vendor/moment/src/test/moment/is_date.js +32 -0
- data/vendor/moment/src/test/moment/is_moment.js +52 -0
- data/vendor/moment/src/test/moment/is_number.js +27 -0
- data/vendor/moment/src/test/moment/is_same.js +554 -0
- data/vendor/moment/src/test/moment/is_same_or_after.js +777 -0
- data/vendor/moment/src/test/moment/is_same_or_before.js +777 -0
- data/vendor/moment/src/test/moment/is_valid.js +563 -0
- data/vendor/moment/src/test/moment/leapyear.js +11 -0
- data/vendor/moment/src/test/moment/listers.js +172 -0
- data/vendor/moment/src/test/moment/locale.js +1029 -0
- data/vendor/moment/src/test/moment/locale_inheritance.js +332 -0
- data/vendor/moment/src/test/moment/locale_update.js +321 -0
- data/vendor/moment/src/test/moment/min_max.js +72 -0
- data/vendor/moment/src/test/moment/mutable.js +26 -0
- data/vendor/moment/src/test/moment/normalize_units.js +83 -0
- data/vendor/moment/src/test/moment/now.js +100 -0
- data/vendor/moment/src/test/moment/parsing_flags.js +434 -0
- data/vendor/moment/src/test/moment/preparse_postformat.js +121 -0
- data/vendor/moment/src/test/moment/quarter.js +117 -0
- data/vendor/moment/src/test/moment/relative_time.js +424 -0
- data/vendor/moment/src/test/moment/start_end_of.js +538 -0
- data/vendor/moment/src/test/moment/string_prototype.js +17 -0
- data/vendor/moment/src/test/moment/to_type.js +53 -0
- data/vendor/moment/src/test/moment/utc.js +138 -0
- data/vendor/moment/src/test/moment/utc_offset.js +894 -0
- data/vendor/moment/src/test/moment/week_year.js +1075 -0
- data/vendor/moment/src/test/moment/weekday.js +470 -0
- data/vendor/moment/src/test/moment/weeks.js +861 -0
- data/vendor/moment/src/test/moment/weeks_in_year.js +224 -0
- data/vendor/moment/src/test/moment/zone_switching.js +160 -0
- data/vendor/moment/src/test/moment/zones.js +840 -0
- data/vendor/moment/src/test/qunit-locale.js +32 -0
- data/vendor/moment/src/test/qunit.js +31 -0
- data/vendor/moment/tasks/bump_version.js +81 -0
- data/vendor/moment/tasks/check_sauce_creds.js +13 -0
- data/vendor/moment/tasks/component.js +13 -0
- data/vendor/moment/tasks/nuget.js +50 -0
- data/vendor/moment/tasks/qtest.js +56 -0
- data/vendor/moment/tasks/transpile.js +362 -0
- data/vendor/moment/tasks/update_index.js +32 -0
- data/vendor/moment/templates/default.js +5 -0
- data/vendor/moment/templates/empty.js +0 -0
- data/vendor/moment/templates/locale-header.js +6 -0
- data/vendor/moment/templates/test-header.js +6 -0
- data/vendor/moment/ts3.1-typing-tests/moment-tests.ts +547 -0
- data/vendor/moment/ts3.1-typing-tests/tsconfig.json +14 -0
- data/vendor/moment/ts3.1-typings/moment.d.ts +785 -0
- data/vendor/moment/typing-tests/moment-tests.ts +557 -0
- data/vendor/moment/typing-tests/tsconfig.json +12 -0
- data/vendor/tempusdominus/CONTRIBUTING.md +38 -0
- data/vendor/tempusdominus/Gruntfile.js +188 -0
- data/vendor/tempusdominus/LICENSE +21 -0
- data/vendor/tempusdominus/README.md +30 -0
- data/vendor/tempusdominus/build/css/tempusdominus-bootstrap-4.css +206 -0
- data/vendor/tempusdominus/build/css/tempusdominus-bootstrap-4.min.css +206 -0
- data/vendor/tempusdominus/build/js/tempusdominus-bootstrap-4.js +2779 -0
- data/vendor/tempusdominus/build/js/tempusdominus-bootstrap-4.min.js +7 -0
- data/vendor/tempusdominus/composer.json +29 -0
- data/vendor/tempusdominus/docs/Changelog/index.html +189 -0
- data/vendor/tempusdominus/docs/ContributorsGuide/index.html +290 -0
- data/vendor/tempusdominus/docs/Events/index.html +244 -0
- data/vendor/tempusdominus/docs/Extras/index.html +210 -0
- data/vendor/tempusdominus/docs/FAQ/index.html +186 -0
- data/vendor/tempusdominus/docs/Functions/index.html +239 -0
- data/vendor/tempusdominus/docs/Installing/index.html +233 -0
- data/vendor/tempusdominus/docs/Options/index.html +862 -0
- data/vendor/tempusdominus/docs/Usage/index.html +853 -0
- data/vendor/tempusdominus/docs/android-chrome-192x192.png +0 -0
- data/vendor/tempusdominus/docs/android-chrome-256x256.png +0 -0
- data/vendor/tempusdominus/docs/apple-touch-icon.png +0 -0
- data/vendor/tempusdominus/docs/browserconfig.xml +9 -0
- data/vendor/tempusdominus/docs/css/base.css +1705 -0
- data/vendor/tempusdominus/docs/css/tempusdominus-bootstrap-4.css +206 -0
- data/vendor/tempusdominus/docs/favicon-16x16.png +0 -0
- data/vendor/tempusdominus/docs/favicon-32x32.png +0 -0
- data/vendor/tempusdominus/docs/favicon.ico +0 -0
- data/vendor/tempusdominus/docs/index.html +208 -0
- data/vendor/tempusdominus/docs/js/base.js +62 -0
- data/vendor/tempusdominus/docs/js/tempusdominus-bootstrap-4.js +2779 -0
- data/vendor/tempusdominus/docs/manifest.json +18 -0
- data/vendor/tempusdominus/docs/mstile-150x150.png +0 -0
- data/vendor/tempusdominus/docs/safari-pinned-tab.svg +18 -0
- data/vendor/tempusdominus/docs/search/lunr.min.js +7 -0
- data/vendor/tempusdominus/docs/search/mustache.min.js +1 -0
- data/vendor/tempusdominus/docs/search/require.js +36 -0
- data/vendor/tempusdominus/docs/search/search-results-template.mustache +4 -0
- data/vendor/tempusdominus/docs/search/search.js +92 -0
- data/vendor/tempusdominus/docs/search/search_index.json +1084 -0
- data/vendor/tempusdominus/docs/search/text.js +390 -0
- data/vendor/tempusdominus/docs/sitemap.xml +84 -0
- data/vendor/tempusdominus/docs/theme/404.html +12 -0
- data/vendor/tempusdominus/docs/theme/android-chrome-192x192.png +0 -0
- data/vendor/tempusdominus/docs/theme/android-chrome-256x256.png +0 -0
- data/vendor/tempusdominus/docs/theme/apple-touch-icon.png +0 -0
- data/vendor/tempusdominus/docs/theme/base.html +105 -0
- data/vendor/tempusdominus/docs/theme/browserconfig.xml +9 -0
- data/vendor/tempusdominus/docs/theme/content.html +8 -0
- data/vendor/tempusdominus/docs/theme/css/base.css +1705 -0
- data/vendor/tempusdominus/docs/theme/css/tempusdominus-bootstrap-4.css +206 -0
- data/vendor/tempusdominus/docs/theme/favicon-16x16.png +0 -0
- data/vendor/tempusdominus/docs/theme/favicon-32x32.png +0 -0
- data/vendor/tempusdominus/docs/theme/favicon.ico +0 -0
- data/vendor/tempusdominus/docs/theme/js/base.js +62 -0
- data/vendor/tempusdominus/docs/theme/js/tempusdominus-bootstrap-4.js +2779 -0
- data/vendor/tempusdominus/docs/theme/main.html +1 -0
- data/vendor/tempusdominus/docs/theme/manifest.json +18 -0
- data/vendor/tempusdominus/docs/theme/mstile-150x150.png +0 -0
- data/vendor/tempusdominus/docs/theme/nav.html +32 -0
- data/vendor/tempusdominus/docs/theme/safari-pinned-tab.svg +18 -0
- data/vendor/tempusdominus/docs/theme/search-modal.html +24 -0
- data/vendor/tempusdominus/docs/theme/toc.html +13 -0
- data/vendor/tempusdominus/eslintrc.json +125 -0
- data/vendor/tempusdominus/mkdocs.yml +19 -0
- data/vendor/tempusdominus/package-lock.json +6426 -0
- data/vendor/tempusdominus/package.json +79 -0
- data/vendor/tempusdominus/src/docs/ChangeLog.md +20 -0
- data/vendor/tempusdominus/src/docs/ContributorsGuide.md +85 -0
- data/vendor/tempusdominus/src/docs/Events.md +95 -0
- data/vendor/tempusdominus/src/docs/Extras.md +49 -0
- data/vendor/tempusdominus/src/docs/FAQ.md +22 -0
- data/vendor/tempusdominus/src/docs/Functions.md +82 -0
- data/vendor/tempusdominus/src/docs/Installing.md +67 -0
- data/vendor/tempusdominus/src/docs/Options.md +940 -0
- data/vendor/tempusdominus/src/docs/Usage.md +724 -0
- data/vendor/tempusdominus/src/docs/index.md +53 -0
- data/vendor/tempusdominus/src/docs/theme/404.html +12 -0
- data/vendor/tempusdominus/src/docs/theme/android-chrome-192x192.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/android-chrome-256x256.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/apple-touch-icon.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/base.html +105 -0
- data/vendor/tempusdominus/src/docs/theme/browserconfig.xml +9 -0
- data/vendor/tempusdominus/src/docs/theme/content.html +8 -0
- data/vendor/tempusdominus/src/docs/theme/css/base.css +1705 -0
- data/vendor/tempusdominus/src/docs/theme/css/tempusdominus-bootstrap-4.css +206 -0
- data/vendor/tempusdominus/src/docs/theme/favicon-16x16.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/favicon-32x32.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/favicon.ico +0 -0
- data/vendor/tempusdominus/src/docs/theme/js/base.js +62 -0
- data/vendor/tempusdominus/src/docs/theme/js/tempusdominus-bootstrap-4.js +2779 -0
- data/vendor/tempusdominus/src/docs/theme/main.html +1 -0
- data/vendor/tempusdominus/src/docs/theme/manifest.json +18 -0
- data/vendor/tempusdominus/src/docs/theme/mstile-150x150.png +0 -0
- data/vendor/tempusdominus/src/docs/theme/nav.html +32 -0
- data/vendor/tempusdominus/src/docs/theme/safari-pinned-tab.svg +18 -0
- data/vendor/tempusdominus/src/docs/theme/search-modal.html +24 -0
- data/vendor/tempusdominus/src/docs/theme/toc.html +13 -0
- data/vendor/tempusdominus/src/js/tempusdominus-bootstrap-4.js +1182 -0
- data/vendor/tempusdominus/src/sass/_tempusdominus-bootstrap-4.scss +342 -0
- data/vendor/tempusdominus/src/sass/tempusdominus-bootstrap-4-build.scss +17 -0
- data/vendor/tempusdominus/tasks/bump_version.js +75 -0
- metadata +882 -5
@@ -0,0 +1,861 @@
|
|
1
|
+
import { module, test } from '../qunit';
|
2
|
+
import moment from '../../moment';
|
3
|
+
|
4
|
+
module('weeks');
|
5
|
+
|
6
|
+
test('day of year', function (assert) {
|
7
|
+
assert.equal(
|
8
|
+
moment([2000, 0, 1]).dayOfYear(),
|
9
|
+
1,
|
10
|
+
'Jan 1 2000 should be day 1 of the year'
|
11
|
+
);
|
12
|
+
assert.equal(
|
13
|
+
moment([2000, 1, 28]).dayOfYear(),
|
14
|
+
59,
|
15
|
+
'Feb 28 2000 should be day 59 of the year'
|
16
|
+
);
|
17
|
+
assert.equal(
|
18
|
+
moment([2000, 1, 29]).dayOfYear(),
|
19
|
+
60,
|
20
|
+
'Feb 29 2000 should be day 60 of the year'
|
21
|
+
);
|
22
|
+
assert.equal(
|
23
|
+
moment([2000, 11, 31]).dayOfYear(),
|
24
|
+
366,
|
25
|
+
'Dec 31 2000 should be day 366 of the year'
|
26
|
+
);
|
27
|
+
assert.equal(
|
28
|
+
moment([2001, 0, 1]).dayOfYear(),
|
29
|
+
1,
|
30
|
+
'Jan 1 2001 should be day 1 of the year'
|
31
|
+
);
|
32
|
+
assert.equal(
|
33
|
+
moment([2001, 1, 28]).dayOfYear(),
|
34
|
+
59,
|
35
|
+
'Feb 28 2001 should be day 59 of the year'
|
36
|
+
);
|
37
|
+
assert.equal(
|
38
|
+
moment([2001, 2, 1]).dayOfYear(),
|
39
|
+
60,
|
40
|
+
'Mar 1 2001 should be day 60 of the year'
|
41
|
+
);
|
42
|
+
assert.equal(
|
43
|
+
moment([2001, 11, 31]).dayOfYear(),
|
44
|
+
365,
|
45
|
+
'Dec 31 2001 should be day 365 of the year'
|
46
|
+
);
|
47
|
+
});
|
48
|
+
|
49
|
+
test('day of year setters', function (assert) {
|
50
|
+
assert.equal(
|
51
|
+
moment([2000, 0, 1]).dayOfYear(200).dayOfYear(),
|
52
|
+
200,
|
53
|
+
'Setting Jan 1 2000 day of the year to 200 should work'
|
54
|
+
);
|
55
|
+
assert.equal(
|
56
|
+
moment([2000, 1, 28]).dayOfYear(200).dayOfYear(),
|
57
|
+
200,
|
58
|
+
'Setting Feb 28 2000 day of the year to 200 should work'
|
59
|
+
);
|
60
|
+
assert.equal(
|
61
|
+
moment([2000, 1, 29]).dayOfYear(200).dayOfYear(),
|
62
|
+
200,
|
63
|
+
'Setting Feb 29 2000 day of the year to 200 should work'
|
64
|
+
);
|
65
|
+
assert.equal(
|
66
|
+
moment([2000, 11, 31]).dayOfYear(200).dayOfYear(),
|
67
|
+
200,
|
68
|
+
'Setting Dec 31 2000 day of the year to 200 should work'
|
69
|
+
);
|
70
|
+
assert.equal(
|
71
|
+
moment().dayOfYear(1).dayOfYear(),
|
72
|
+
1,
|
73
|
+
'Setting day of the year to 1 should work'
|
74
|
+
);
|
75
|
+
assert.equal(
|
76
|
+
moment().dayOfYear(59).dayOfYear(),
|
77
|
+
59,
|
78
|
+
'Setting day of the year to 59 should work'
|
79
|
+
);
|
80
|
+
assert.equal(
|
81
|
+
moment().dayOfYear(60).dayOfYear(),
|
82
|
+
60,
|
83
|
+
'Setting day of the year to 60 should work'
|
84
|
+
);
|
85
|
+
assert.equal(
|
86
|
+
moment().dayOfYear(365).dayOfYear(),
|
87
|
+
365,
|
88
|
+
'Setting day of the year to 365 should work'
|
89
|
+
);
|
90
|
+
});
|
91
|
+
|
92
|
+
test('iso weeks year starting sunday', function (assert) {
|
93
|
+
assert.equal(
|
94
|
+
moment([2012, 0, 1]).isoWeek(),
|
95
|
+
52,
|
96
|
+
'Jan 1 2012 should be iso week 52'
|
97
|
+
);
|
98
|
+
assert.equal(
|
99
|
+
moment([2012, 0, 2]).isoWeek(),
|
100
|
+
1,
|
101
|
+
'Jan 2 2012 should be iso week 1'
|
102
|
+
);
|
103
|
+
assert.equal(
|
104
|
+
moment([2012, 0, 8]).isoWeek(),
|
105
|
+
1,
|
106
|
+
'Jan 8 2012 should be iso week 1'
|
107
|
+
);
|
108
|
+
assert.equal(
|
109
|
+
moment([2012, 0, 9]).isoWeek(),
|
110
|
+
2,
|
111
|
+
'Jan 9 2012 should be iso week 2'
|
112
|
+
);
|
113
|
+
assert.equal(
|
114
|
+
moment([2012, 0, 15]).isoWeek(),
|
115
|
+
2,
|
116
|
+
'Jan 15 2012 should be iso week 2'
|
117
|
+
);
|
118
|
+
});
|
119
|
+
|
120
|
+
test('iso weeks year starting monday', function (assert) {
|
121
|
+
assert.equal(
|
122
|
+
moment([2007, 0, 1]).isoWeek(),
|
123
|
+
1,
|
124
|
+
'Jan 1 2007 should be iso week 1'
|
125
|
+
);
|
126
|
+
assert.equal(
|
127
|
+
moment([2007, 0, 7]).isoWeek(),
|
128
|
+
1,
|
129
|
+
'Jan 7 2007 should be iso week 1'
|
130
|
+
);
|
131
|
+
assert.equal(
|
132
|
+
moment([2007, 0, 8]).isoWeek(),
|
133
|
+
2,
|
134
|
+
'Jan 8 2007 should be iso week 2'
|
135
|
+
);
|
136
|
+
assert.equal(
|
137
|
+
moment([2007, 0, 14]).isoWeek(),
|
138
|
+
2,
|
139
|
+
'Jan 14 2007 should be iso week 2'
|
140
|
+
);
|
141
|
+
assert.equal(
|
142
|
+
moment([2007, 0, 15]).isoWeek(),
|
143
|
+
3,
|
144
|
+
'Jan 15 2007 should be iso week 3'
|
145
|
+
);
|
146
|
+
});
|
147
|
+
|
148
|
+
test('iso weeks year starting tuesday', function (assert) {
|
149
|
+
assert.equal(
|
150
|
+
moment([2007, 11, 31]).isoWeek(),
|
151
|
+
1,
|
152
|
+
'Dec 31 2007 should be iso week 1'
|
153
|
+
);
|
154
|
+
assert.equal(
|
155
|
+
moment([2008, 0, 1]).isoWeek(),
|
156
|
+
1,
|
157
|
+
'Jan 1 2008 should be iso week 1'
|
158
|
+
);
|
159
|
+
assert.equal(
|
160
|
+
moment([2008, 0, 6]).isoWeek(),
|
161
|
+
1,
|
162
|
+
'Jan 6 2008 should be iso week 1'
|
163
|
+
);
|
164
|
+
assert.equal(
|
165
|
+
moment([2008, 0, 7]).isoWeek(),
|
166
|
+
2,
|
167
|
+
'Jan 7 2008 should be iso week 2'
|
168
|
+
);
|
169
|
+
assert.equal(
|
170
|
+
moment([2008, 0, 13]).isoWeek(),
|
171
|
+
2,
|
172
|
+
'Jan 13 2008 should be iso week 2'
|
173
|
+
);
|
174
|
+
assert.equal(
|
175
|
+
moment([2008, 0, 14]).isoWeek(),
|
176
|
+
3,
|
177
|
+
'Jan 14 2008 should be iso week 3'
|
178
|
+
);
|
179
|
+
});
|
180
|
+
|
181
|
+
test('iso weeks year starting wednesday', function (assert) {
|
182
|
+
assert.equal(
|
183
|
+
moment([2002, 11, 30]).isoWeek(),
|
184
|
+
1,
|
185
|
+
'Dec 30 2002 should be iso week 1'
|
186
|
+
);
|
187
|
+
assert.equal(
|
188
|
+
moment([2003, 0, 1]).isoWeek(),
|
189
|
+
1,
|
190
|
+
'Jan 1 2003 should be iso week 1'
|
191
|
+
);
|
192
|
+
assert.equal(
|
193
|
+
moment([2003, 0, 5]).isoWeek(),
|
194
|
+
1,
|
195
|
+
'Jan 5 2003 should be iso week 1'
|
196
|
+
);
|
197
|
+
assert.equal(
|
198
|
+
moment([2003, 0, 6]).isoWeek(),
|
199
|
+
2,
|
200
|
+
'Jan 6 2003 should be iso week 2'
|
201
|
+
);
|
202
|
+
assert.equal(
|
203
|
+
moment([2003, 0, 12]).isoWeek(),
|
204
|
+
2,
|
205
|
+
'Jan 12 2003 should be iso week 2'
|
206
|
+
);
|
207
|
+
assert.equal(
|
208
|
+
moment([2003, 0, 13]).isoWeek(),
|
209
|
+
3,
|
210
|
+
'Jan 13 2003 should be iso week 3'
|
211
|
+
);
|
212
|
+
});
|
213
|
+
|
214
|
+
test('iso weeks year starting thursday', function (assert) {
|
215
|
+
assert.equal(
|
216
|
+
moment([2008, 11, 29]).isoWeek(),
|
217
|
+
1,
|
218
|
+
'Dec 29 2008 should be iso week 1'
|
219
|
+
);
|
220
|
+
assert.equal(
|
221
|
+
moment([2009, 0, 1]).isoWeek(),
|
222
|
+
1,
|
223
|
+
'Jan 1 2009 should be iso week 1'
|
224
|
+
);
|
225
|
+
assert.equal(
|
226
|
+
moment([2009, 0, 4]).isoWeek(),
|
227
|
+
1,
|
228
|
+
'Jan 4 2009 should be iso week 1'
|
229
|
+
);
|
230
|
+
assert.equal(
|
231
|
+
moment([2009, 0, 5]).isoWeek(),
|
232
|
+
2,
|
233
|
+
'Jan 5 2009 should be iso week 2'
|
234
|
+
);
|
235
|
+
assert.equal(
|
236
|
+
moment([2009, 0, 11]).isoWeek(),
|
237
|
+
2,
|
238
|
+
'Jan 11 2009 should be iso week 2'
|
239
|
+
);
|
240
|
+
assert.equal(
|
241
|
+
moment([2009, 0, 13]).isoWeek(),
|
242
|
+
3,
|
243
|
+
'Jan 12 2009 should be iso week 3'
|
244
|
+
);
|
245
|
+
});
|
246
|
+
|
247
|
+
test('iso weeks year starting friday', function (assert) {
|
248
|
+
assert.equal(
|
249
|
+
moment([2009, 11, 28]).isoWeek(),
|
250
|
+
53,
|
251
|
+
'Dec 28 2009 should be iso week 53'
|
252
|
+
);
|
253
|
+
assert.equal(
|
254
|
+
moment([2010, 0, 1]).isoWeek(),
|
255
|
+
53,
|
256
|
+
'Jan 1 2010 should be iso week 53'
|
257
|
+
);
|
258
|
+
assert.equal(
|
259
|
+
moment([2010, 0, 3]).isoWeek(),
|
260
|
+
53,
|
261
|
+
'Jan 3 2010 should be iso week 53'
|
262
|
+
);
|
263
|
+
assert.equal(
|
264
|
+
moment([2010, 0, 4]).isoWeek(),
|
265
|
+
1,
|
266
|
+
'Jan 4 2010 should be iso week 1'
|
267
|
+
);
|
268
|
+
assert.equal(
|
269
|
+
moment([2010, 0, 10]).isoWeek(),
|
270
|
+
1,
|
271
|
+
'Jan 10 2010 should be iso week 1'
|
272
|
+
);
|
273
|
+
assert.equal(
|
274
|
+
moment([2010, 0, 11]).isoWeek(),
|
275
|
+
2,
|
276
|
+
'Jan 11 2010 should be iso week 2'
|
277
|
+
);
|
278
|
+
});
|
279
|
+
|
280
|
+
test('iso weeks year starting saturday', function (assert) {
|
281
|
+
assert.equal(
|
282
|
+
moment([2010, 11, 27]).isoWeek(),
|
283
|
+
52,
|
284
|
+
'Dec 27 2010 should be iso week 52'
|
285
|
+
);
|
286
|
+
assert.equal(
|
287
|
+
moment([2011, 0, 1]).isoWeek(),
|
288
|
+
52,
|
289
|
+
'Jan 1 2011 should be iso week 52'
|
290
|
+
);
|
291
|
+
assert.equal(
|
292
|
+
moment([2011, 0, 2]).isoWeek(),
|
293
|
+
52,
|
294
|
+
'Jan 2 2011 should be iso week 52'
|
295
|
+
);
|
296
|
+
assert.equal(
|
297
|
+
moment([2011, 0, 3]).isoWeek(),
|
298
|
+
1,
|
299
|
+
'Jan 3 2011 should be iso week 1'
|
300
|
+
);
|
301
|
+
assert.equal(
|
302
|
+
moment([2011, 0, 9]).isoWeek(),
|
303
|
+
1,
|
304
|
+
'Jan 9 2011 should be iso week 1'
|
305
|
+
);
|
306
|
+
assert.equal(
|
307
|
+
moment([2011, 0, 10]).isoWeek(),
|
308
|
+
2,
|
309
|
+
'Jan 10 2011 should be iso week 2'
|
310
|
+
);
|
311
|
+
});
|
312
|
+
|
313
|
+
test('iso weeks year starting sunday formatted', function (assert) {
|
314
|
+
assert.equal(
|
315
|
+
moment([2012, 0, 1]).format('W WW Wo'),
|
316
|
+
'52 52 52nd',
|
317
|
+
'Jan 1 2012 should be iso week 52'
|
318
|
+
);
|
319
|
+
assert.equal(
|
320
|
+
moment([2012, 0, 2]).format('W WW Wo'),
|
321
|
+
'1 01 1st',
|
322
|
+
'Jan 2 2012 should be iso week 1'
|
323
|
+
);
|
324
|
+
assert.equal(
|
325
|
+
moment([2012, 0, 8]).format('W WW Wo'),
|
326
|
+
'1 01 1st',
|
327
|
+
'Jan 8 2012 should be iso week 1'
|
328
|
+
);
|
329
|
+
assert.equal(
|
330
|
+
moment([2012, 0, 9]).format('W WW Wo'),
|
331
|
+
'2 02 2nd',
|
332
|
+
'Jan 9 2012 should be iso week 2'
|
333
|
+
);
|
334
|
+
assert.equal(
|
335
|
+
moment([2012, 0, 15]).format('W WW Wo'),
|
336
|
+
'2 02 2nd',
|
337
|
+
'Jan 15 2012 should be iso week 2'
|
338
|
+
);
|
339
|
+
});
|
340
|
+
|
341
|
+
test('weeks plural year starting sunday', function (assert) {
|
342
|
+
assert.equal(
|
343
|
+
moment([2012, 0, 1]).weeks(),
|
344
|
+
1,
|
345
|
+
'Jan 1 2012 should be week 1'
|
346
|
+
);
|
347
|
+
assert.equal(
|
348
|
+
moment([2012, 0, 7]).weeks(),
|
349
|
+
1,
|
350
|
+
'Jan 7 2012 should be week 1'
|
351
|
+
);
|
352
|
+
assert.equal(
|
353
|
+
moment([2012, 0, 8]).weeks(),
|
354
|
+
2,
|
355
|
+
'Jan 8 2012 should be week 2'
|
356
|
+
);
|
357
|
+
assert.equal(
|
358
|
+
moment([2012, 0, 14]).weeks(),
|
359
|
+
2,
|
360
|
+
'Jan 14 2012 should be week 2'
|
361
|
+
);
|
362
|
+
assert.equal(
|
363
|
+
moment([2012, 0, 15]).weeks(),
|
364
|
+
3,
|
365
|
+
'Jan 15 2012 should be week 3'
|
366
|
+
);
|
367
|
+
});
|
368
|
+
|
369
|
+
test('iso weeks plural year starting sunday', function (assert) {
|
370
|
+
assert.equal(
|
371
|
+
moment([2012, 0, 1]).isoWeeks(),
|
372
|
+
52,
|
373
|
+
'Jan 1 2012 should be iso week 52'
|
374
|
+
);
|
375
|
+
assert.equal(
|
376
|
+
moment([2012, 0, 2]).isoWeeks(),
|
377
|
+
1,
|
378
|
+
'Jan 2 2012 should be iso week 1'
|
379
|
+
);
|
380
|
+
assert.equal(
|
381
|
+
moment([2012, 0, 8]).isoWeeks(),
|
382
|
+
1,
|
383
|
+
'Jan 8 2012 should be iso week 1'
|
384
|
+
);
|
385
|
+
assert.equal(
|
386
|
+
moment([2012, 0, 9]).isoWeeks(),
|
387
|
+
2,
|
388
|
+
'Jan 9 2012 should be iso week 2'
|
389
|
+
);
|
390
|
+
assert.equal(
|
391
|
+
moment([2012, 0, 15]).isoWeeks(),
|
392
|
+
2,
|
393
|
+
'Jan 15 2012 should be iso week 2'
|
394
|
+
);
|
395
|
+
});
|
396
|
+
|
397
|
+
test('weeks setter', function (assert) {
|
398
|
+
assert.equal(
|
399
|
+
moment([2012, 0, 1]).week(30).week(),
|
400
|
+
30,
|
401
|
+
'Setting Jan 1 2012 to week 30 should work'
|
402
|
+
);
|
403
|
+
assert.equal(
|
404
|
+
moment([2012, 0, 7]).week(30).week(),
|
405
|
+
30,
|
406
|
+
'Setting Jan 7 2012 to week 30 should work'
|
407
|
+
);
|
408
|
+
assert.equal(
|
409
|
+
moment([2012, 0, 8]).week(30).week(),
|
410
|
+
30,
|
411
|
+
'Setting Jan 8 2012 to week 30 should work'
|
412
|
+
);
|
413
|
+
assert.equal(
|
414
|
+
moment([2012, 0, 14]).week(30).week(),
|
415
|
+
30,
|
416
|
+
'Setting Jan 14 2012 to week 30 should work'
|
417
|
+
);
|
418
|
+
assert.equal(
|
419
|
+
moment([2012, 0, 15]).week(30).week(),
|
420
|
+
30,
|
421
|
+
'Setting Jan 15 2012 to week 30 should work'
|
422
|
+
);
|
423
|
+
});
|
424
|
+
|
425
|
+
test('iso weeks setter', function (assert) {
|
426
|
+
assert.equal(
|
427
|
+
moment([2012, 0, 1]).isoWeeks(25).isoWeeks(),
|
428
|
+
25,
|
429
|
+
'Setting Jan 1 2012 to week 25 should work'
|
430
|
+
);
|
431
|
+
assert.equal(
|
432
|
+
moment([2012, 0, 2]).isoWeeks(24).isoWeeks(),
|
433
|
+
24,
|
434
|
+
'Setting Jan 2 2012 to week 24 should work'
|
435
|
+
);
|
436
|
+
assert.equal(
|
437
|
+
moment([2012, 0, 8]).isoWeeks(23).isoWeeks(),
|
438
|
+
23,
|
439
|
+
'Setting Jan 8 2012 to week 23 should work'
|
440
|
+
);
|
441
|
+
assert.equal(
|
442
|
+
moment([2012, 0, 9]).isoWeeks(22).isoWeeks(),
|
443
|
+
22,
|
444
|
+
'Setting Jan 9 2012 to week 22 should work'
|
445
|
+
);
|
446
|
+
assert.equal(
|
447
|
+
moment([2012, 0, 15]).isoWeeks(21).isoWeeks(),
|
448
|
+
21,
|
449
|
+
'Setting Jan 15 2012 to week 21 should work'
|
450
|
+
);
|
451
|
+
});
|
452
|
+
|
453
|
+
test('iso weeks setter day of year', function (assert) {
|
454
|
+
assert.equal(
|
455
|
+
moment([2012, 0, 1]).isoWeek(1).dayOfYear(),
|
456
|
+
9,
|
457
|
+
'Setting Jan 1 2012 to week 1 should be day of year 8'
|
458
|
+
);
|
459
|
+
assert.equal(
|
460
|
+
moment([2012, 0, 1]).isoWeek(1).year(),
|
461
|
+
2011,
|
462
|
+
'Setting Jan 1 2012 to week 1 should be year 2011'
|
463
|
+
);
|
464
|
+
assert.equal(
|
465
|
+
moment([2012, 0, 2]).isoWeek(1).dayOfYear(),
|
466
|
+
2,
|
467
|
+
'Setting Jan 2 2012 to week 1 should be day of year 2'
|
468
|
+
);
|
469
|
+
assert.equal(
|
470
|
+
moment([2012, 0, 8]).isoWeek(1).dayOfYear(),
|
471
|
+
8,
|
472
|
+
'Setting Jan 8 2012 to week 1 should be day of year 8'
|
473
|
+
);
|
474
|
+
assert.equal(
|
475
|
+
moment([2012, 0, 9]).isoWeek(1).dayOfYear(),
|
476
|
+
2,
|
477
|
+
'Setting Jan 9 2012 to week 1 should be day of year 2'
|
478
|
+
);
|
479
|
+
assert.equal(
|
480
|
+
moment([2012, 0, 15]).isoWeek(1).dayOfYear(),
|
481
|
+
8,
|
482
|
+
'Setting Jan 15 2012 to week 1 should be day of year 8'
|
483
|
+
);
|
484
|
+
});
|
485
|
+
|
486
|
+
test('years with iso week 53', function (assert) {
|
487
|
+
// Based on a table taken from https://en.wikipedia.org/wiki/ISO_week_date
|
488
|
+
// (as downloaded on 2014-01-06) listing the 71 years in a 400-year cycle
|
489
|
+
// that have 53 weeks; in this case reflecting the 2000 based cycle
|
490
|
+
assert.equal(
|
491
|
+
moment([2004, 11, 31]).isoWeek(),
|
492
|
+
53,
|
493
|
+
'Dec 31 2004 should be iso week 53'
|
494
|
+
);
|
495
|
+
assert.equal(
|
496
|
+
moment([2009, 11, 31]).isoWeek(),
|
497
|
+
53,
|
498
|
+
'Dec 31 2009 should be iso week 53'
|
499
|
+
);
|
500
|
+
assert.equal(
|
501
|
+
moment([2015, 11, 31]).isoWeek(),
|
502
|
+
53,
|
503
|
+
'Dec 31 2015 should be iso week 53'
|
504
|
+
);
|
505
|
+
assert.equal(
|
506
|
+
moment([2020, 11, 31]).isoWeek(),
|
507
|
+
53,
|
508
|
+
'Dec 31 2020 should be iso week 53'
|
509
|
+
);
|
510
|
+
assert.equal(
|
511
|
+
moment([2026, 11, 31]).isoWeek(),
|
512
|
+
53,
|
513
|
+
'Dec 31 2026 should be iso week 53'
|
514
|
+
);
|
515
|
+
assert.equal(
|
516
|
+
moment([2032, 11, 31]).isoWeek(),
|
517
|
+
53,
|
518
|
+
'Dec 31 2032 should be iso week 53'
|
519
|
+
);
|
520
|
+
assert.equal(
|
521
|
+
moment([2037, 11, 31]).isoWeek(),
|
522
|
+
53,
|
523
|
+
'Dec 31 2037 should be iso week 53'
|
524
|
+
);
|
525
|
+
assert.equal(
|
526
|
+
moment([2043, 11, 31]).isoWeek(),
|
527
|
+
53,
|
528
|
+
'Dec 31 2043 should be iso week 53'
|
529
|
+
);
|
530
|
+
assert.equal(
|
531
|
+
moment([2048, 11, 31]).isoWeek(),
|
532
|
+
53,
|
533
|
+
'Dec 31 2048 should be iso week 53'
|
534
|
+
);
|
535
|
+
assert.equal(
|
536
|
+
moment([2054, 11, 31]).isoWeek(),
|
537
|
+
53,
|
538
|
+
'Dec 31 2054 should be iso week 53'
|
539
|
+
);
|
540
|
+
assert.equal(
|
541
|
+
moment([2060, 11, 31]).isoWeek(),
|
542
|
+
53,
|
543
|
+
'Dec 31 2060 should be iso week 53'
|
544
|
+
);
|
545
|
+
assert.equal(
|
546
|
+
moment([2065, 11, 31]).isoWeek(),
|
547
|
+
53,
|
548
|
+
'Dec 31 2065 should be iso week 53'
|
549
|
+
);
|
550
|
+
assert.equal(
|
551
|
+
moment([2071, 11, 31]).isoWeek(),
|
552
|
+
53,
|
553
|
+
'Dec 31 2071 should be iso week 53'
|
554
|
+
);
|
555
|
+
assert.equal(
|
556
|
+
moment([2076, 11, 31]).isoWeek(),
|
557
|
+
53,
|
558
|
+
'Dec 31 2076 should be iso week 53'
|
559
|
+
);
|
560
|
+
assert.equal(
|
561
|
+
moment([2082, 11, 31]).isoWeek(),
|
562
|
+
53,
|
563
|
+
'Dec 31 2082 should be iso week 53'
|
564
|
+
);
|
565
|
+
assert.equal(
|
566
|
+
moment([2088, 11, 31]).isoWeek(),
|
567
|
+
53,
|
568
|
+
'Dec 31 2088 should be iso week 53'
|
569
|
+
);
|
570
|
+
assert.equal(
|
571
|
+
moment([2093, 11, 31]).isoWeek(),
|
572
|
+
53,
|
573
|
+
'Dec 31 2093 should be iso week 53'
|
574
|
+
);
|
575
|
+
assert.equal(
|
576
|
+
moment([2099, 11, 31]).isoWeek(),
|
577
|
+
53,
|
578
|
+
'Dec 31 2099 should be iso week 53'
|
579
|
+
);
|
580
|
+
assert.equal(
|
581
|
+
moment([2105, 11, 31]).isoWeek(),
|
582
|
+
53,
|
583
|
+
'Dec 31 2105 should be iso week 53'
|
584
|
+
);
|
585
|
+
assert.equal(
|
586
|
+
moment([2111, 11, 31]).isoWeek(),
|
587
|
+
53,
|
588
|
+
'Dec 31 2111 should be iso week 53'
|
589
|
+
);
|
590
|
+
assert.equal(
|
591
|
+
moment([2116, 11, 31]).isoWeek(),
|
592
|
+
53,
|
593
|
+
'Dec 31 2116 should be iso week 53'
|
594
|
+
);
|
595
|
+
assert.equal(
|
596
|
+
moment([2122, 11, 31]).isoWeek(),
|
597
|
+
53,
|
598
|
+
'Dec 31 2122 should be iso week 53'
|
599
|
+
);
|
600
|
+
assert.equal(
|
601
|
+
moment([2128, 11, 31]).isoWeek(),
|
602
|
+
53,
|
603
|
+
'Dec 31 2128 should be iso week 53'
|
604
|
+
);
|
605
|
+
assert.equal(
|
606
|
+
moment([2133, 11, 31]).isoWeek(),
|
607
|
+
53,
|
608
|
+
'Dec 31 2133 should be iso week 53'
|
609
|
+
);
|
610
|
+
assert.equal(
|
611
|
+
moment([2139, 11, 31]).isoWeek(),
|
612
|
+
53,
|
613
|
+
'Dec 31 2139 should be iso week 53'
|
614
|
+
);
|
615
|
+
assert.equal(
|
616
|
+
moment([2144, 11, 31]).isoWeek(),
|
617
|
+
53,
|
618
|
+
'Dec 31 2144 should be iso week 53'
|
619
|
+
);
|
620
|
+
assert.equal(
|
621
|
+
moment([2150, 11, 31]).isoWeek(),
|
622
|
+
53,
|
623
|
+
'Dec 31 2150 should be iso week 53'
|
624
|
+
);
|
625
|
+
assert.equal(
|
626
|
+
moment([2156, 11, 31]).isoWeek(),
|
627
|
+
53,
|
628
|
+
'Dec 31 2156 should be iso week 53'
|
629
|
+
);
|
630
|
+
assert.equal(
|
631
|
+
moment([2161, 11, 31]).isoWeek(),
|
632
|
+
53,
|
633
|
+
'Dec 31 2161 should be iso week 53'
|
634
|
+
);
|
635
|
+
assert.equal(
|
636
|
+
moment([2167, 11, 31]).isoWeek(),
|
637
|
+
53,
|
638
|
+
'Dec 31 2167 should be iso week 53'
|
639
|
+
);
|
640
|
+
assert.equal(
|
641
|
+
moment([2172, 11, 31]).isoWeek(),
|
642
|
+
53,
|
643
|
+
'Dec 31 2172 should be iso week 53'
|
644
|
+
);
|
645
|
+
assert.equal(
|
646
|
+
moment([2178, 11, 31]).isoWeek(),
|
647
|
+
53,
|
648
|
+
'Dec 31 2178 should be iso week 53'
|
649
|
+
);
|
650
|
+
assert.equal(
|
651
|
+
moment([2184, 11, 31]).isoWeek(),
|
652
|
+
53,
|
653
|
+
'Dec 31 2184 should be iso week 53'
|
654
|
+
);
|
655
|
+
assert.equal(
|
656
|
+
moment([2189, 11, 31]).isoWeek(),
|
657
|
+
53,
|
658
|
+
'Dec 31 2189 should be iso week 53'
|
659
|
+
);
|
660
|
+
assert.equal(
|
661
|
+
moment([2195, 11, 31]).isoWeek(),
|
662
|
+
53,
|
663
|
+
'Dec 31 2195 should be iso week 53'
|
664
|
+
);
|
665
|
+
assert.equal(
|
666
|
+
moment([2201, 11, 31]).isoWeek(),
|
667
|
+
53,
|
668
|
+
'Dec 31 2201 should be iso week 53'
|
669
|
+
);
|
670
|
+
assert.equal(
|
671
|
+
moment([2207, 11, 31]).isoWeek(),
|
672
|
+
53,
|
673
|
+
'Dec 31 2207 should be iso week 53'
|
674
|
+
);
|
675
|
+
assert.equal(
|
676
|
+
moment([2212, 11, 31]).isoWeek(),
|
677
|
+
53,
|
678
|
+
'Dec 31 2212 should be iso week 53'
|
679
|
+
);
|
680
|
+
assert.equal(
|
681
|
+
moment([2218, 11, 31]).isoWeek(),
|
682
|
+
53,
|
683
|
+
'Dec 31 2218 should be iso week 53'
|
684
|
+
);
|
685
|
+
assert.equal(
|
686
|
+
moment([2224, 11, 31]).isoWeek(),
|
687
|
+
53,
|
688
|
+
'Dec 31 2224 should be iso week 53'
|
689
|
+
);
|
690
|
+
assert.equal(
|
691
|
+
moment([2229, 11, 31]).isoWeek(),
|
692
|
+
53,
|
693
|
+
'Dec 31 2229 should be iso week 53'
|
694
|
+
);
|
695
|
+
assert.equal(
|
696
|
+
moment([2235, 11, 31]).isoWeek(),
|
697
|
+
53,
|
698
|
+
'Dec 31 2235 should be iso week 53'
|
699
|
+
);
|
700
|
+
assert.equal(
|
701
|
+
moment([2240, 11, 31]).isoWeek(),
|
702
|
+
53,
|
703
|
+
'Dec 31 2240 should be iso week 53'
|
704
|
+
);
|
705
|
+
assert.equal(
|
706
|
+
moment([2246, 11, 31]).isoWeek(),
|
707
|
+
53,
|
708
|
+
'Dec 31 2246 should be iso week 53'
|
709
|
+
);
|
710
|
+
assert.equal(
|
711
|
+
moment([2252, 11, 31]).isoWeek(),
|
712
|
+
53,
|
713
|
+
'Dec 31 2252 should be iso week 53'
|
714
|
+
);
|
715
|
+
assert.equal(
|
716
|
+
moment([2257, 11, 31]).isoWeek(),
|
717
|
+
53,
|
718
|
+
'Dec 31 2257 should be iso week 53'
|
719
|
+
);
|
720
|
+
assert.equal(
|
721
|
+
moment([2263, 11, 31]).isoWeek(),
|
722
|
+
53,
|
723
|
+
'Dec 31 2263 should be iso week 53'
|
724
|
+
);
|
725
|
+
assert.equal(
|
726
|
+
moment([2268, 11, 31]).isoWeek(),
|
727
|
+
53,
|
728
|
+
'Dec 31 2268 should be iso week 53'
|
729
|
+
);
|
730
|
+
assert.equal(
|
731
|
+
moment([2274, 11, 31]).isoWeek(),
|
732
|
+
53,
|
733
|
+
'Dec 31 2274 should be iso week 53'
|
734
|
+
);
|
735
|
+
assert.equal(
|
736
|
+
moment([2280, 11, 31]).isoWeek(),
|
737
|
+
53,
|
738
|
+
'Dec 31 2280 should be iso week 53'
|
739
|
+
);
|
740
|
+
assert.equal(
|
741
|
+
moment([2285, 11, 31]).isoWeek(),
|
742
|
+
53,
|
743
|
+
'Dec 31 2285 should be iso week 53'
|
744
|
+
);
|
745
|
+
assert.equal(
|
746
|
+
moment([2291, 11, 31]).isoWeek(),
|
747
|
+
53,
|
748
|
+
'Dec 31 2291 should be iso week 53'
|
749
|
+
);
|
750
|
+
assert.equal(
|
751
|
+
moment([2296, 11, 31]).isoWeek(),
|
752
|
+
53,
|
753
|
+
'Dec 31 2296 should be iso week 53'
|
754
|
+
);
|
755
|
+
assert.equal(
|
756
|
+
moment([2303, 11, 31]).isoWeek(),
|
757
|
+
53,
|
758
|
+
'Dec 31 2303 should be iso week 53'
|
759
|
+
);
|
760
|
+
assert.equal(
|
761
|
+
moment([2308, 11, 31]).isoWeek(),
|
762
|
+
53,
|
763
|
+
'Dec 31 2308 should be iso week 53'
|
764
|
+
);
|
765
|
+
assert.equal(
|
766
|
+
moment([2314, 11, 31]).isoWeek(),
|
767
|
+
53,
|
768
|
+
'Dec 31 2314 should be iso week 53'
|
769
|
+
);
|
770
|
+
assert.equal(
|
771
|
+
moment([2320, 11, 31]).isoWeek(),
|
772
|
+
53,
|
773
|
+
'Dec 31 2320 should be iso week 53'
|
774
|
+
);
|
775
|
+
assert.equal(
|
776
|
+
moment([2325, 11, 31]).isoWeek(),
|
777
|
+
53,
|
778
|
+
'Dec 31 2325 should be iso week 53'
|
779
|
+
);
|
780
|
+
assert.equal(
|
781
|
+
moment([2331, 11, 31]).isoWeek(),
|
782
|
+
53,
|
783
|
+
'Dec 31 2331 should be iso week 53'
|
784
|
+
);
|
785
|
+
assert.equal(
|
786
|
+
moment([2336, 11, 31]).isoWeek(),
|
787
|
+
53,
|
788
|
+
'Dec 31 2336 should be iso week 53'
|
789
|
+
);
|
790
|
+
assert.equal(
|
791
|
+
moment([2342, 11, 31]).isoWeek(),
|
792
|
+
53,
|
793
|
+
'Dec 31 2342 should be iso week 53'
|
794
|
+
);
|
795
|
+
assert.equal(
|
796
|
+
moment([2348, 11, 31]).isoWeek(),
|
797
|
+
53,
|
798
|
+
'Dec 31 2348 should be iso week 53'
|
799
|
+
);
|
800
|
+
assert.equal(
|
801
|
+
moment([2353, 11, 31]).isoWeek(),
|
802
|
+
53,
|
803
|
+
'Dec 31 2353 should be iso week 53'
|
804
|
+
);
|
805
|
+
assert.equal(
|
806
|
+
moment([2359, 11, 31]).isoWeek(),
|
807
|
+
53,
|
808
|
+
'Dec 31 2359 should be iso week 53'
|
809
|
+
);
|
810
|
+
assert.equal(
|
811
|
+
moment([2364, 11, 31]).isoWeek(),
|
812
|
+
53,
|
813
|
+
'Dec 31 2364 should be iso week 53'
|
814
|
+
);
|
815
|
+
assert.equal(
|
816
|
+
moment([2370, 11, 31]).isoWeek(),
|
817
|
+
53,
|
818
|
+
'Dec 31 2370 should be iso week 53'
|
819
|
+
);
|
820
|
+
assert.equal(
|
821
|
+
moment([2376, 11, 31]).isoWeek(),
|
822
|
+
53,
|
823
|
+
'Dec 31 2376 should be iso week 53'
|
824
|
+
);
|
825
|
+
assert.equal(
|
826
|
+
moment([2381, 11, 31]).isoWeek(),
|
827
|
+
53,
|
828
|
+
'Dec 31 2381 should be iso week 53'
|
829
|
+
);
|
830
|
+
assert.equal(
|
831
|
+
moment([2387, 11, 31]).isoWeek(),
|
832
|
+
53,
|
833
|
+
'Dec 31 2387 should be iso week 53'
|
834
|
+
);
|
835
|
+
assert.equal(
|
836
|
+
moment([2392, 11, 31]).isoWeek(),
|
837
|
+
53,
|
838
|
+
'Dec 31 2392 should be iso week 53'
|
839
|
+
);
|
840
|
+
assert.equal(
|
841
|
+
moment([2398, 11, 31]).isoWeek(),
|
842
|
+
53,
|
843
|
+
'Dec 31 2398 should be iso week 53'
|
844
|
+
);
|
845
|
+
});
|
846
|
+
|
847
|
+
test('count years with iso week 53', function (assert) {
|
848
|
+
// Based on https://en.wikipedia.org/wiki/ISO_week_date (as seen on 2014-01-06)
|
849
|
+
// stating that there are 71 years in a 400-year cycle that have 53 weeks;
|
850
|
+
// in this case reflecting the 2000 based cycle
|
851
|
+
var count = 0,
|
852
|
+
i;
|
853
|
+
for (i = 0; i < 400; i++) {
|
854
|
+
count += moment([2000 + i, 11, 31]).isoWeek() === 53 ? 1 : 0;
|
855
|
+
}
|
856
|
+
assert.equal(
|
857
|
+
count,
|
858
|
+
71,
|
859
|
+
'Should have 71 years in 400-year cycle with iso week 53'
|
860
|
+
);
|
861
|
+
});
|