@jnrs/shared 1.0.17 → 1.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (254) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +9 -21
  3. package/dist/date-fns.cjs +11 -0
  4. package/dist/date-fns.cjs.map +1 -0
  5. package/dist/date-fns.d.ts +2 -0
  6. package/dist/date-fns.d.ts.map +1 -0
  7. package/dist/date-fns.js +2 -0
  8. package/dist/date-fns.js.map +1 -0
  9. package/dist/index.d.ts +3 -2
  10. package/dist/lodash.d.ts +5 -1
  11. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/defaultOptions.cjs +10 -0
  12. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/defaultOptions.cjs.map +1 -0
  13. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/defaultOptions.js +8 -0
  14. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/defaultOptions.js.map +1 -0
  15. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/normalizeDates.cjs +14 -0
  16. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/normalizeDates.cjs.map +1 -0
  17. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/normalizeDates.js +12 -0
  18. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/normalizeDates.js.map +1 -0
  19. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constants.cjs +35 -0
  20. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constants.cjs.map +1 -0
  21. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constants.js +33 -0
  22. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constants.js.map +1 -0
  23. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constructFrom.cjs +55 -0
  24. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constructFrom.cjs.map +1 -0
  25. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constructFrom.js +50 -0
  26. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constructFrom.js.map +1 -0
  27. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isSameWeek.cjs +57 -0
  28. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isSameWeek.cjs.map +1 -0
  29. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isSameWeek.js +52 -0
  30. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isSameWeek.js.map +1 -0
  31. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildFormatLongFn.cjs +13 -0
  32. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildFormatLongFn.cjs.map +1 -0
  33. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildFormatLongFn.js +11 -0
  34. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildFormatLongFn.js.map +1 -0
  35. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildLocalizeFn.cjs +67 -0
  36. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildLocalizeFn.cjs.map +1 -0
  37. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildLocalizeFn.js +65 -0
  38. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildLocalizeFn.js.map +1 -0
  39. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchFn.cjs +62 -0
  40. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchFn.cjs.map +1 -0
  41. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchFn.js +60 -0
  42. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchFn.js.map +1 -0
  43. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchPatternFn.cjs +25 -0
  44. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchPatternFn.cjs.map +1 -0
  45. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js +23 -0
  46. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchPatternFn.js.map +1 -0
  47. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatDistance.cjs +201 -0
  48. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatDistance.cjs.map +1 -0
  49. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatDistance.js +199 -0
  50. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatDistance.js.map +1 -0
  51. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.cjs +45 -0
  52. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.cjs.map +1 -0
  53. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.js +43 -0
  54. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.js.map +1 -0
  55. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.cjs +16 -0
  56. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.cjs.map +1 -0
  57. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.js +14 -0
  58. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.js.map +1 -0
  59. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/localize.cjs +196 -0
  60. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/localize.cjs.map +1 -0
  61. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/localize.js +194 -0
  62. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/localize.js.map +1 -0
  63. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/match.cjs +139 -0
  64. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/match.cjs.map +1 -0
  65. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/match.js +137 -0
  66. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/match.js.map +1 -0
  67. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de.cjs +37 -0
  68. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de.cjs.map +1 -0
  69. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de.js +32 -0
  70. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de.js.map +1 -0
  71. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatDistance.cjs +106 -0
  72. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatDistance.cjs.map +1 -0
  73. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatDistance.js +104 -0
  74. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatDistance.js.map +1 -0
  75. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatLong.cjs +44 -0
  76. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatLong.cjs.map +1 -0
  77. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatLong.js +42 -0
  78. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatLong.js.map +1 -0
  79. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatRelative.cjs +16 -0
  80. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatRelative.cjs.map +1 -0
  81. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatRelative.js +14 -0
  82. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatRelative.js.map +1 -0
  83. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/localize.cjs +192 -0
  84. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/localize.cjs.map +1 -0
  85. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/localize.js +190 -0
  86. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/localize.js.map +1 -0
  87. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/match.cjs +137 -0
  88. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/match.cjs.map +1 -0
  89. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/match.js +135 -0
  90. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/match.js.map +1 -0
  91. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US.cjs +34 -0
  92. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US.cjs.map +1 -0
  93. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US.js +29 -0
  94. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US.js.map +1 -0
  95. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatDistance.cjs +106 -0
  96. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatDistance.cjs.map +1 -0
  97. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatDistance.js +104 -0
  98. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatDistance.js.map +1 -0
  99. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatLong.cjs +44 -0
  100. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatLong.cjs.map +1 -0
  101. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatLong.js +42 -0
  102. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatLong.js.map +1 -0
  103. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatRelative.cjs +30 -0
  104. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatRelative.cjs.map +1 -0
  105. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatRelative.js +28 -0
  106. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatRelative.js.map +1 -0
  107. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/localize.cjs +169 -0
  108. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/localize.cjs.map +1 -0
  109. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/localize.js +167 -0
  110. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/localize.js.map +1 -0
  111. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/match.cjs +143 -0
  112. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/match.cjs.map +1 -0
  113. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/match.js +141 -0
  114. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/match.js.map +1 -0
  115. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es.cjs +37 -0
  116. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es.cjs.map +1 -0
  117. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es.js +32 -0
  118. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es.js.map +1 -0
  119. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatDistance.cjs +105 -0
  120. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatDistance.cjs.map +1 -0
  121. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatDistance.js +103 -0
  122. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatDistance.js.map +1 -0
  123. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatLong.cjs +44 -0
  124. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatLong.cjs.map +1 -0
  125. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatLong.js +42 -0
  126. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatLong.js.map +1 -0
  127. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatRelative.cjs +16 -0
  128. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatRelative.cjs.map +1 -0
  129. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatRelative.js +14 -0
  130. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatRelative.js.map +1 -0
  131. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/localize.cjs +170 -0
  132. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/localize.cjs.map +1 -0
  133. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/localize.js +168 -0
  134. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/localize.js.map +1 -0
  135. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/match.cjs +138 -0
  136. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/match.cjs.map +1 -0
  137. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/match.js +136 -0
  138. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/match.js.map +1 -0
  139. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr.cjs +34 -0
  140. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr.cjs.map +1 -0
  141. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr.js +29 -0
  142. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr.js.map +1 -0
  143. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatDistance.cjs +120 -0
  144. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatDistance.cjs.map +1 -0
  145. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatDistance.js +118 -0
  146. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatDistance.js.map +1 -0
  147. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatLong.cjs +44 -0
  148. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatLong.cjs.map +1 -0
  149. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatLong.js +42 -0
  150. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatLong.js.map +1 -0
  151. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatRelative.cjs +17 -0
  152. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatRelative.cjs.map +1 -0
  153. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatRelative.js +15 -0
  154. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatRelative.js.map +1 -0
  155. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/localize.cjs +182 -0
  156. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/localize.cjs.map +1 -0
  157. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/localize.js +180 -0
  158. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/localize.js.map +1 -0
  159. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/match.cjs +123 -0
  160. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/match.cjs.map +1 -0
  161. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/match.js +121 -0
  162. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/match.js.map +1 -0
  163. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja.cjs +37 -0
  164. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja.cjs.map +1 -0
  165. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja.js +32 -0
  166. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja.js.map +1 -0
  167. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatDistance.cjs +106 -0
  168. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatDistance.cjs.map +1 -0
  169. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatDistance.js +104 -0
  170. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatDistance.js.map +1 -0
  171. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatLong.cjs +44 -0
  172. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatLong.cjs.map +1 -0
  173. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatLong.js +42 -0
  174. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatLong.js.map +1 -0
  175. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatRelative.cjs +16 -0
  176. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatRelative.cjs.map +1 -0
  177. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatRelative.js +14 -0
  178. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatRelative.js.map +1 -0
  179. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/localize.cjs +172 -0
  180. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/localize.cjs.map +1 -0
  181. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/localize.js +170 -0
  182. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/localize.js.map +1 -0
  183. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.cjs +120 -0
  184. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.cjs.map +1 -0
  185. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.js +118 -0
  186. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.js.map +1 -0
  187. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.cjs +35 -0
  188. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.cjs.map +1 -0
  189. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.js +30 -0
  190. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.js.map +1 -0
  191. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatDistance.cjs +251 -0
  192. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatDistance.cjs.map +1 -0
  193. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatDistance.js +249 -0
  194. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatDistance.js.map +1 -0
  195. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatLong.cjs +41 -0
  196. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatLong.cjs.map +1 -0
  197. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatLong.js +39 -0
  198. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatLong.js.map +1 -0
  199. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatRelative.cjs +93 -0
  200. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatRelative.cjs.map +1 -0
  201. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatRelative.js +91 -0
  202. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatRelative.js.map +1 -0
  203. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/localize.cjs +215 -0
  204. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/localize.cjs.map +1 -0
  205. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/localize.js +213 -0
  206. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/localize.js.map +1 -0
  207. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/match.cjs +143 -0
  208. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/match.cjs.map +1 -0
  209. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/match.js +141 -0
  210. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/match.js.map +1 -0
  211. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru.cjs +34 -0
  212. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru.cjs.map +1 -0
  213. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru.js +29 -0
  214. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru.js.map +1 -0
  215. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatDistance.cjs +106 -0
  216. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatDistance.cjs.map +1 -0
  217. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatDistance.js +104 -0
  218. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatDistance.js.map +1 -0
  219. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatLong.cjs +44 -0
  220. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatLong.cjs.map +1 -0
  221. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatLong.js +42 -0
  222. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatLong.js.map +1 -0
  223. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatRelative.cjs +36 -0
  224. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatRelative.cjs.map +1 -0
  225. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatRelative.js +34 -0
  226. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatRelative.js.map +1 -0
  227. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/localize.cjs +188 -0
  228. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/localize.cjs.map +1 -0
  229. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/localize.js +186 -0
  230. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/localize.js.map +1 -0
  231. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/match.cjs +135 -0
  232. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/match.cjs.map +1 -0
  233. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/match.js +133 -0
  234. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/match.js.map +1 -0
  235. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN.cjs +37 -0
  236. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN.cjs.map +1 -0
  237. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN.js +32 -0
  238. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN.js.map +1 -0
  239. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfWeek.cjs +59 -0
  240. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfWeek.cjs.map +1 -0
  241. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfWeek.js +54 -0
  242. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfWeek.js.map +1 -0
  243. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/toDate.cjs +52 -0
  244. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/toDate.cjs.map +1 -0
  245. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/toDate.js +47 -0
  246. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/toDate.js.map +1 -0
  247. package/dist/utils/date.cjs +16 -9
  248. package/dist/utils/date.cjs.map +1 -1
  249. package/dist/utils/date.d.ts +10 -12
  250. package/dist/utils/date.js +8 -1
  251. package/dist/utils/date.js.map +1 -1
  252. package/dist/utils/fullscreen.d.ts +2 -3
  253. package/dist/uuid.d.ts +3 -1
  254. package/package.json +18 -9
@@ -0,0 +1,120 @@
1
+ 'use strict';
2
+
3
+ var buildMatchFn = require('../../_lib/buildMatchFn.cjs');
4
+ var buildMatchPatternFn = require('../../_lib/buildMatchPatternFn.cjs');
5
+
6
+ const matchOrdinalNumberPattern = /^(\d+)(일|번째)?/i;
7
+ const parseOrdinalNumberPattern = /\d+/i;
8
+
9
+ const matchEraPatterns = {
10
+ narrow: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
11
+ abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
12
+ wide: /^(기원전|서기)/i,
13
+ };
14
+ const parseEraPatterns = {
15
+ any: [/^(bc|기원전)/i, /^(ad|서기)/i],
16
+ };
17
+
18
+ const matchQuarterPatterns = {
19
+ narrow: /^[1234]/i,
20
+ abbreviated: /^q[1234]/i,
21
+ wide: /^[1234]사?분기/i,
22
+ };
23
+ const parseQuarterPatterns = {
24
+ any: [/1/i, /2/i, /3/i, /4/i],
25
+ };
26
+
27
+ const matchMonthPatterns = {
28
+ narrow: /^(1[012]|[123456789])/,
29
+ abbreviated: /^(1[012]|[123456789])월/i,
30
+ wide: /^(1[012]|[123456789])월/i,
31
+ };
32
+ const parseMonthPatterns = {
33
+ any: [
34
+ /^1월?$/,
35
+ /^2/,
36
+ /^3/,
37
+ /^4/,
38
+ /^5/,
39
+ /^6/,
40
+ /^7/,
41
+ /^8/,
42
+ /^9/,
43
+ /^10/,
44
+ /^11/,
45
+ /^12/,
46
+ ],
47
+ };
48
+
49
+ const matchDayPatterns = {
50
+ narrow: /^[일월화수목금토]/,
51
+ short: /^[일월화수목금토]/,
52
+ abbreviated: /^[일월화수목금토]/,
53
+ wide: /^[일월화수목금토]요일/,
54
+ };
55
+ const parseDayPatterns = {
56
+ any: [/^일/, /^월/, /^화/, /^수/, /^목/, /^금/, /^토/],
57
+ };
58
+
59
+ const matchDayPeriodPatterns = {
60
+ any: /^(am|pm|오전|오후|자정|정오|아침|저녁|밤)/i,
61
+ };
62
+ const parseDayPeriodPatterns = {
63
+ any: {
64
+ am: /^(am|오전)/i,
65
+ pm: /^(pm|오후)/i,
66
+ midnight: /^자정/i,
67
+ noon: /^정오/i,
68
+ morning: /^아침/i,
69
+ afternoon: /^오후/i,
70
+ evening: /^저녁/i,
71
+ night: /^밤/i,
72
+ },
73
+ };
74
+
75
+ const match = {
76
+ ordinalNumber: buildMatchPatternFn.buildMatchPatternFn({
77
+ matchPattern: matchOrdinalNumberPattern,
78
+ parsePattern: parseOrdinalNumberPattern,
79
+ valueCallback: (value) => parseInt(value, 10),
80
+ }),
81
+
82
+ era: buildMatchFn.buildMatchFn({
83
+ matchPatterns: matchEraPatterns,
84
+ defaultMatchWidth: "wide",
85
+ parsePatterns: parseEraPatterns,
86
+ defaultParseWidth: "any",
87
+ }),
88
+
89
+ quarter: buildMatchFn.buildMatchFn({
90
+ matchPatterns: matchQuarterPatterns,
91
+ defaultMatchWidth: "wide",
92
+ parsePatterns: parseQuarterPatterns,
93
+ defaultParseWidth: "any",
94
+ valueCallback: (index) => index + 1,
95
+ }),
96
+
97
+ month: buildMatchFn.buildMatchFn({
98
+ matchPatterns: matchMonthPatterns,
99
+ defaultMatchWidth: "wide",
100
+ parsePatterns: parseMonthPatterns,
101
+ defaultParseWidth: "any",
102
+ }),
103
+
104
+ day: buildMatchFn.buildMatchFn({
105
+ matchPatterns: matchDayPatterns,
106
+ defaultMatchWidth: "wide",
107
+ parsePatterns: parseDayPatterns,
108
+ defaultParseWidth: "any",
109
+ }),
110
+
111
+ dayPeriod: buildMatchFn.buildMatchFn({
112
+ matchPatterns: matchDayPeriodPatterns,
113
+ defaultMatchWidth: "any",
114
+ parsePatterns: parseDayPeriodPatterns,
115
+ defaultParseWidth: "any",
116
+ }),
117
+ };
118
+
119
+ exports.match = match;
120
+ //# sourceMappingURL=match.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"match.cjs","sources":["../../../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.js"],"sourcesContent":["import { buildMatchFn } from \"../../_lib/buildMatchFn.js\";\nimport { buildMatchPatternFn } from \"../../_lib/buildMatchPatternFn.js\";\n\nconst matchOrdinalNumberPattern = /^(\\d+)(일|번째)?/i;\nconst parseOrdinalNumberPattern = /\\d+/i;\n\nconst matchEraPatterns = {\n narrow: /^(b\\.?\\s?c\\.?|b\\.?\\s?c\\.?\\s?e\\.?|a\\.?\\s?d\\.?|c\\.?\\s?e\\.?)/i,\n abbreviated: /^(b\\.?\\s?c\\.?|b\\.?\\s?c\\.?\\s?e\\.?|a\\.?\\s?d\\.?|c\\.?\\s?e\\.?)/i,\n wide: /^(기원전|서기)/i,\n};\nconst parseEraPatterns = {\n any: [/^(bc|기원전)/i, /^(ad|서기)/i],\n};\n\nconst matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^q[1234]/i,\n wide: /^[1234]사?분기/i,\n};\nconst parseQuarterPatterns = {\n any: [/1/i, /2/i, /3/i, /4/i],\n};\n\nconst matchMonthPatterns = {\n narrow: /^(1[012]|[123456789])/,\n abbreviated: /^(1[012]|[123456789])월/i,\n wide: /^(1[012]|[123456789])월/i,\n};\nconst parseMonthPatterns = {\n any: [\n /^1월?$/,\n /^2/,\n /^3/,\n /^4/,\n /^5/,\n /^6/,\n /^7/,\n /^8/,\n /^9/,\n /^10/,\n /^11/,\n /^12/,\n ],\n};\n\nconst matchDayPatterns = {\n narrow: /^[일월화수목금토]/,\n short: /^[일월화수목금토]/,\n abbreviated: /^[일월화수목금토]/,\n wide: /^[일월화수목금토]요일/,\n};\nconst parseDayPatterns = {\n any: [/^일/, /^월/, /^화/, /^수/, /^목/, /^금/, /^토/],\n};\n\nconst matchDayPeriodPatterns = {\n any: /^(am|pm|오전|오후|자정|정오|아침|저녁|밤)/i,\n};\nconst parseDayPeriodPatterns = {\n any: {\n am: /^(am|오전)/i,\n pm: /^(pm|오후)/i,\n midnight: /^자정/i,\n noon: /^정오/i,\n morning: /^아침/i,\n afternoon: /^오후/i,\n evening: /^저녁/i,\n night: /^밤/i,\n },\n};\n\nexport const match = {\n ordinalNumber: buildMatchPatternFn({\n matchPattern: matchOrdinalNumberPattern,\n parsePattern: parseOrdinalNumberPattern,\n valueCallback: (value) => parseInt(value, 10),\n }),\n\n era: buildMatchFn({\n matchPatterns: matchEraPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseEraPatterns,\n defaultParseWidth: \"any\",\n }),\n\n quarter: buildMatchFn({\n matchPatterns: matchQuarterPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseQuarterPatterns,\n defaultParseWidth: \"any\",\n valueCallback: (index) => index + 1,\n }),\n\n month: buildMatchFn({\n matchPatterns: matchMonthPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseMonthPatterns,\n defaultParseWidth: \"any\",\n }),\n\n day: buildMatchFn({\n matchPatterns: matchDayPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseDayPatterns,\n defaultParseWidth: \"any\",\n }),\n\n dayPeriod: buildMatchFn({\n matchPatterns: matchDayPeriodPatterns,\n defaultMatchWidth: \"any\",\n parsePatterns: parseDayPeriodPatterns,\n defaultParseWidth: \"any\",\n }),\n};\n"],"names":["buildMatchPatternFn","buildMatchFn"],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,118 @@
1
+ import { buildMatchFn } from '../../_lib/buildMatchFn.js';
2
+ import { buildMatchPatternFn } from '../../_lib/buildMatchPatternFn.js';
3
+
4
+ const matchOrdinalNumberPattern = /^(\d+)(일|번째)?/i;
5
+ const parseOrdinalNumberPattern = /\d+/i;
6
+
7
+ const matchEraPatterns = {
8
+ narrow: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
9
+ abbreviated: /^(b\.?\s?c\.?|b\.?\s?c\.?\s?e\.?|a\.?\s?d\.?|c\.?\s?e\.?)/i,
10
+ wide: /^(기원전|서기)/i,
11
+ };
12
+ const parseEraPatterns = {
13
+ any: [/^(bc|기원전)/i, /^(ad|서기)/i],
14
+ };
15
+
16
+ const matchQuarterPatterns = {
17
+ narrow: /^[1234]/i,
18
+ abbreviated: /^q[1234]/i,
19
+ wide: /^[1234]사?분기/i,
20
+ };
21
+ const parseQuarterPatterns = {
22
+ any: [/1/i, /2/i, /3/i, /4/i],
23
+ };
24
+
25
+ const matchMonthPatterns = {
26
+ narrow: /^(1[012]|[123456789])/,
27
+ abbreviated: /^(1[012]|[123456789])월/i,
28
+ wide: /^(1[012]|[123456789])월/i,
29
+ };
30
+ const parseMonthPatterns = {
31
+ any: [
32
+ /^1월?$/,
33
+ /^2/,
34
+ /^3/,
35
+ /^4/,
36
+ /^5/,
37
+ /^6/,
38
+ /^7/,
39
+ /^8/,
40
+ /^9/,
41
+ /^10/,
42
+ /^11/,
43
+ /^12/,
44
+ ],
45
+ };
46
+
47
+ const matchDayPatterns = {
48
+ narrow: /^[일월화수목금토]/,
49
+ short: /^[일월화수목금토]/,
50
+ abbreviated: /^[일월화수목금토]/,
51
+ wide: /^[일월화수목금토]요일/,
52
+ };
53
+ const parseDayPatterns = {
54
+ any: [/^일/, /^월/, /^화/, /^수/, /^목/, /^금/, /^토/],
55
+ };
56
+
57
+ const matchDayPeriodPatterns = {
58
+ any: /^(am|pm|오전|오후|자정|정오|아침|저녁|밤)/i,
59
+ };
60
+ const parseDayPeriodPatterns = {
61
+ any: {
62
+ am: /^(am|오전)/i,
63
+ pm: /^(pm|오후)/i,
64
+ midnight: /^자정/i,
65
+ noon: /^정오/i,
66
+ morning: /^아침/i,
67
+ afternoon: /^오후/i,
68
+ evening: /^저녁/i,
69
+ night: /^밤/i,
70
+ },
71
+ };
72
+
73
+ const match = {
74
+ ordinalNumber: buildMatchPatternFn({
75
+ matchPattern: matchOrdinalNumberPattern,
76
+ parsePattern: parseOrdinalNumberPattern,
77
+ valueCallback: (value) => parseInt(value, 10),
78
+ }),
79
+
80
+ era: buildMatchFn({
81
+ matchPatterns: matchEraPatterns,
82
+ defaultMatchWidth: "wide",
83
+ parsePatterns: parseEraPatterns,
84
+ defaultParseWidth: "any",
85
+ }),
86
+
87
+ quarter: buildMatchFn({
88
+ matchPatterns: matchQuarterPatterns,
89
+ defaultMatchWidth: "wide",
90
+ parsePatterns: parseQuarterPatterns,
91
+ defaultParseWidth: "any",
92
+ valueCallback: (index) => index + 1,
93
+ }),
94
+
95
+ month: buildMatchFn({
96
+ matchPatterns: matchMonthPatterns,
97
+ defaultMatchWidth: "wide",
98
+ parsePatterns: parseMonthPatterns,
99
+ defaultParseWidth: "any",
100
+ }),
101
+
102
+ day: buildMatchFn({
103
+ matchPatterns: matchDayPatterns,
104
+ defaultMatchWidth: "wide",
105
+ parsePatterns: parseDayPatterns,
106
+ defaultParseWidth: "any",
107
+ }),
108
+
109
+ dayPeriod: buildMatchFn({
110
+ matchPatterns: matchDayPeriodPatterns,
111
+ defaultMatchWidth: "any",
112
+ parsePatterns: parseDayPeriodPatterns,
113
+ defaultParseWidth: "any",
114
+ }),
115
+ };
116
+
117
+ export { match };
118
+ //# sourceMappingURL=match.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"match.js","sources":["../../../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.js"],"sourcesContent":["import { buildMatchFn } from \"../../_lib/buildMatchFn.js\";\nimport { buildMatchPatternFn } from \"../../_lib/buildMatchPatternFn.js\";\n\nconst matchOrdinalNumberPattern = /^(\\d+)(일|번째)?/i;\nconst parseOrdinalNumberPattern = /\\d+/i;\n\nconst matchEraPatterns = {\n narrow: /^(b\\.?\\s?c\\.?|b\\.?\\s?c\\.?\\s?e\\.?|a\\.?\\s?d\\.?|c\\.?\\s?e\\.?)/i,\n abbreviated: /^(b\\.?\\s?c\\.?|b\\.?\\s?c\\.?\\s?e\\.?|a\\.?\\s?d\\.?|c\\.?\\s?e\\.?)/i,\n wide: /^(기원전|서기)/i,\n};\nconst parseEraPatterns = {\n any: [/^(bc|기원전)/i, /^(ad|서기)/i],\n};\n\nconst matchQuarterPatterns = {\n narrow: /^[1234]/i,\n abbreviated: /^q[1234]/i,\n wide: /^[1234]사?분기/i,\n};\nconst parseQuarterPatterns = {\n any: [/1/i, /2/i, /3/i, /4/i],\n};\n\nconst matchMonthPatterns = {\n narrow: /^(1[012]|[123456789])/,\n abbreviated: /^(1[012]|[123456789])월/i,\n wide: /^(1[012]|[123456789])월/i,\n};\nconst parseMonthPatterns = {\n any: [\n /^1월?$/,\n /^2/,\n /^3/,\n /^4/,\n /^5/,\n /^6/,\n /^7/,\n /^8/,\n /^9/,\n /^10/,\n /^11/,\n /^12/,\n ],\n};\n\nconst matchDayPatterns = {\n narrow: /^[일월화수목금토]/,\n short: /^[일월화수목금토]/,\n abbreviated: /^[일월화수목금토]/,\n wide: /^[일월화수목금토]요일/,\n};\nconst parseDayPatterns = {\n any: [/^일/, /^월/, /^화/, /^수/, /^목/, /^금/, /^토/],\n};\n\nconst matchDayPeriodPatterns = {\n any: /^(am|pm|오전|오후|자정|정오|아침|저녁|밤)/i,\n};\nconst parseDayPeriodPatterns = {\n any: {\n am: /^(am|오전)/i,\n pm: /^(pm|오후)/i,\n midnight: /^자정/i,\n noon: /^정오/i,\n morning: /^아침/i,\n afternoon: /^오후/i,\n evening: /^저녁/i,\n night: /^밤/i,\n },\n};\n\nexport const match = {\n ordinalNumber: buildMatchPatternFn({\n matchPattern: matchOrdinalNumberPattern,\n parsePattern: parseOrdinalNumberPattern,\n valueCallback: (value) => parseInt(value, 10),\n }),\n\n era: buildMatchFn({\n matchPatterns: matchEraPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseEraPatterns,\n defaultParseWidth: \"any\",\n }),\n\n quarter: buildMatchFn({\n matchPatterns: matchQuarterPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseQuarterPatterns,\n defaultParseWidth: \"any\",\n valueCallback: (index) => index + 1,\n }),\n\n month: buildMatchFn({\n matchPatterns: matchMonthPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseMonthPatterns,\n defaultParseWidth: \"any\",\n }),\n\n day: buildMatchFn({\n matchPatterns: matchDayPatterns,\n defaultMatchWidth: \"wide\",\n parsePatterns: parseDayPatterns,\n defaultParseWidth: \"any\",\n }),\n\n dayPeriod: buildMatchFn({\n matchPatterns: matchDayPeriodPatterns,\n defaultMatchWidth: \"any\",\n parsePatterns: parseDayPeriodPatterns,\n defaultParseWidth: \"any\",\n }),\n};\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -0,0 +1,35 @@
1
+ 'use strict';
2
+
3
+ Object.defineProperty(exports, '__esModule', { value: true });
4
+
5
+ var formatDistance = require('./ko/_lib/formatDistance.cjs');
6
+ var formatLong = require('./ko/_lib/formatLong.cjs');
7
+ var formatRelative = require('./ko/_lib/formatRelative.cjs');
8
+ var localize = require('./ko/_lib/localize.cjs');
9
+ var match = require('./ko/_lib/match.cjs');
10
+
11
+ /**
12
+ * @category Locales
13
+ * @summary Korean locale.
14
+ * @language Korean
15
+ * @iso-639-2 kor
16
+ * @author Hong Chulju [@angdev](https://github.com/angdev)
17
+ * @author Lee Seoyoen [@iamssen](https://github.com/iamssen)
18
+ * @author Taiki IKeda [@so99ynoodles](https://github.com/so99ynoodles)
19
+ */
20
+ const ko = {
21
+ code: "ko",
22
+ formatDistance: formatDistance.formatDistance,
23
+ formatLong: formatLong.formatLong,
24
+ formatRelative: formatRelative.formatRelative,
25
+ localize: localize.localize,
26
+ match: match.match,
27
+ options: {
28
+ weekStartsOn: 0 /* Sunday */,
29
+ firstWeekContainsDate: 1,
30
+ },
31
+ };
32
+
33
+ exports.default = ko;
34
+ exports.ko = ko;
35
+ //# sourceMappingURL=ko.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ko.cjs","sources":["../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.js"],"sourcesContent":["import { formatDistance } from \"./ko/_lib/formatDistance.js\";\nimport { formatLong } from \"./ko/_lib/formatLong.js\";\nimport { formatRelative } from \"./ko/_lib/formatRelative.js\";\nimport { localize } from \"./ko/_lib/localize.js\";\nimport { match } from \"./ko/_lib/match.js\";\n\n/**\n * @category Locales\n * @summary Korean locale.\n * @language Korean\n * @iso-639-2 kor\n * @author Hong Chulju [@angdev](https://github.com/angdev)\n * @author Lee Seoyoen [@iamssen](https://github.com/iamssen)\n * @author Taiki IKeda [@so99ynoodles](https://github.com/so99ynoodles)\n */\nexport const ko = {\n code: \"ko\",\n formatDistance: formatDistance,\n formatLong: formatLong,\n formatRelative: formatRelative,\n localize: localize,\n match: match,\n options: {\n weekStartsOn: 0 /* Sunday */,\n firstWeekContainsDate: 1,\n },\n};\n\n// Fallback for modularized imports:\nexport default ko;\n"],"names":["formatDistance","formatLong","formatRelative","localize","match"],"mappings":";;;;;;;;;;AAMA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,EAAE,GAAG;AAClB,EAAE,IAAI,EAAE,IAAI;AACZ,EAAE,cAAc,EAAEA,6BAAc;AAChC,EAAE,UAAU,EAAEC,qBAAU;AACxB,EAAE,cAAc,EAAEC,6BAAc;AAChC,EAAE,QAAQ,EAAEC,iBAAQ;AACpB,EAAE,KAAK,EAAEC,WAAK;AACd,EAAE,OAAO,EAAE;AACX,IAAI,YAAY,EAAE,CAAC;AACnB,IAAI,qBAAqB,EAAE,CAAC;AAC5B,GAAG;AACH;;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,30 @@
1
+ import { formatDistance } from './ko/_lib/formatDistance.js';
2
+ import { formatLong } from './ko/_lib/formatLong.js';
3
+ import { formatRelative } from './ko/_lib/formatRelative.js';
4
+ import { localize } from './ko/_lib/localize.js';
5
+ import { match } from './ko/_lib/match.js';
6
+
7
+ /**
8
+ * @category Locales
9
+ * @summary Korean locale.
10
+ * @language Korean
11
+ * @iso-639-2 kor
12
+ * @author Hong Chulju [@angdev](https://github.com/angdev)
13
+ * @author Lee Seoyoen [@iamssen](https://github.com/iamssen)
14
+ * @author Taiki IKeda [@so99ynoodles](https://github.com/so99ynoodles)
15
+ */
16
+ const ko = {
17
+ code: "ko",
18
+ formatDistance: formatDistance,
19
+ formatLong: formatLong,
20
+ formatRelative: formatRelative,
21
+ localize: localize,
22
+ match: match,
23
+ options: {
24
+ weekStartsOn: 0 /* Sunday */,
25
+ firstWeekContainsDate: 1,
26
+ },
27
+ };
28
+
29
+ export { ko as default, ko };
30
+ //# sourceMappingURL=ko.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ko.js","sources":["../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.js"],"sourcesContent":["import { formatDistance } from \"./ko/_lib/formatDistance.js\";\nimport { formatLong } from \"./ko/_lib/formatLong.js\";\nimport { formatRelative } from \"./ko/_lib/formatRelative.js\";\nimport { localize } from \"./ko/_lib/localize.js\";\nimport { match } from \"./ko/_lib/match.js\";\n\n/**\n * @category Locales\n * @summary Korean locale.\n * @language Korean\n * @iso-639-2 kor\n * @author Hong Chulju [@angdev](https://github.com/angdev)\n * @author Lee Seoyoen [@iamssen](https://github.com/iamssen)\n * @author Taiki IKeda [@so99ynoodles](https://github.com/so99ynoodles)\n */\nexport const ko = {\n code: \"ko\",\n formatDistance: formatDistance,\n formatLong: formatLong,\n formatRelative: formatRelative,\n localize: localize,\n match: match,\n options: {\n weekStartsOn: 0 /* Sunday */,\n firstWeekContainsDate: 1,\n },\n};\n\n// Fallback for modularized imports:\nexport default ko;\n"],"names":[],"mappings":";;;;;;AAMA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACY,MAAC,EAAE,GAAG;AAClB,EAAE,IAAI,EAAE,IAAI;AACZ,EAAE,cAAc,EAAE,cAAc;AAChC,EAAE,UAAU,EAAE,UAAU;AACxB,EAAE,cAAc,EAAE,cAAc;AAChC,EAAE,QAAQ,EAAE,QAAQ;AACpB,EAAE,KAAK,EAAE,KAAK;AACd,EAAE,OAAO,EAAE;AACX,IAAI,YAAY,EAAE,CAAC;AACnB,IAAI,qBAAqB,EAAE,CAAC;AAC5B,GAAG;AACH;;;;","x_google_ignoreList":[0]}
@@ -0,0 +1,251 @@
1
+ 'use strict';
2
+
3
+ function declension(scheme, count) {
4
+ // scheme for count=1 exists
5
+ if (scheme.one !== undefined && count === 1) {
6
+ return scheme.one;
7
+ }
8
+
9
+ const rem10 = count % 10;
10
+ const rem100 = count % 100;
11
+
12
+ // 1, 21, 31, ...
13
+ if (rem10 === 1 && rem100 !== 11) {
14
+ return scheme.singularNominative.replace("{{count}}", String(count));
15
+
16
+ // 2, 3, 4, 22, 23, 24, 32 ...
17
+ } else if (rem10 >= 2 && rem10 <= 4 && (rem100 < 10 || rem100 > 20)) {
18
+ return scheme.singularGenitive.replace("{{count}}", String(count));
19
+
20
+ // 5, 6, 7, 8, 9, 10, 11, ...
21
+ } else {
22
+ return scheme.pluralGenitive.replace("{{count}}", String(count));
23
+ }
24
+ }
25
+
26
+ function buildLocalizeTokenFn(scheme) {
27
+ return (count, options) => {
28
+ if (options?.addSuffix) {
29
+ if (options.comparison && options.comparison > 0) {
30
+ if (scheme.future) {
31
+ return declension(scheme.future, count);
32
+ } else {
33
+ return "через " + declension(scheme.regular, count);
34
+ }
35
+ } else {
36
+ if (scheme.past) {
37
+ return declension(scheme.past, count);
38
+ } else {
39
+ return declension(scheme.regular, count) + " назад";
40
+ }
41
+ }
42
+ } else {
43
+ return declension(scheme.regular, count);
44
+ }
45
+ };
46
+ }
47
+
48
+ const formatDistanceLocale = {
49
+ lessThanXSeconds: buildLocalizeTokenFn({
50
+ regular: {
51
+ one: "меньше секунды",
52
+ singularNominative: "меньше {{count}} секунды",
53
+ singularGenitive: "меньше {{count}} секунд",
54
+ pluralGenitive: "меньше {{count}} секунд",
55
+ },
56
+ future: {
57
+ one: "меньше, чем через секунду",
58
+ singularNominative: "меньше, чем через {{count}} секунду",
59
+ singularGenitive: "меньше, чем через {{count}} секунды",
60
+ pluralGenitive: "меньше, чем через {{count}} секунд",
61
+ },
62
+ }),
63
+
64
+ xSeconds: buildLocalizeTokenFn({
65
+ regular: {
66
+ singularNominative: "{{count}} секунда",
67
+ singularGenitive: "{{count}} секунды",
68
+ pluralGenitive: "{{count}} секунд",
69
+ },
70
+ past: {
71
+ singularNominative: "{{count}} секунду назад",
72
+ singularGenitive: "{{count}} секунды назад",
73
+ pluralGenitive: "{{count}} секунд назад",
74
+ },
75
+ future: {
76
+ singularNominative: "через {{count}} секунду",
77
+ singularGenitive: "через {{count}} секунды",
78
+ pluralGenitive: "через {{count}} секунд",
79
+ },
80
+ }),
81
+
82
+ halfAMinute: (_count, options) => {
83
+ if (options?.addSuffix) {
84
+ if (options.comparison && options.comparison > 0) {
85
+ return "через полминуты";
86
+ } else {
87
+ return "полминуты назад";
88
+ }
89
+ }
90
+
91
+ return "полминуты";
92
+ },
93
+
94
+ lessThanXMinutes: buildLocalizeTokenFn({
95
+ regular: {
96
+ one: "меньше минуты",
97
+ singularNominative: "меньше {{count}} минуты",
98
+ singularGenitive: "меньше {{count}} минут",
99
+ pluralGenitive: "меньше {{count}} минут",
100
+ },
101
+ future: {
102
+ one: "меньше, чем через минуту",
103
+ singularNominative: "меньше, чем через {{count}} минуту",
104
+ singularGenitive: "меньше, чем через {{count}} минуты",
105
+ pluralGenitive: "меньше, чем через {{count}} минут",
106
+ },
107
+ }),
108
+
109
+ xMinutes: buildLocalizeTokenFn({
110
+ regular: {
111
+ singularNominative: "{{count}} минута",
112
+ singularGenitive: "{{count}} минуты",
113
+ pluralGenitive: "{{count}} минут",
114
+ },
115
+ past: {
116
+ singularNominative: "{{count}} минуту назад",
117
+ singularGenitive: "{{count}} минуты назад",
118
+ pluralGenitive: "{{count}} минут назад",
119
+ },
120
+ future: {
121
+ singularNominative: "через {{count}} минуту",
122
+ singularGenitive: "через {{count}} минуты",
123
+ pluralGenitive: "через {{count}} минут",
124
+ },
125
+ }),
126
+
127
+ aboutXHours: buildLocalizeTokenFn({
128
+ regular: {
129
+ singularNominative: "около {{count}} часа",
130
+ singularGenitive: "около {{count}} часов",
131
+ pluralGenitive: "около {{count}} часов",
132
+ },
133
+ future: {
134
+ singularNominative: "приблизительно через {{count}} час",
135
+ singularGenitive: "приблизительно через {{count}} часа",
136
+ pluralGenitive: "приблизительно через {{count}} часов",
137
+ },
138
+ }),
139
+
140
+ xHours: buildLocalizeTokenFn({
141
+ regular: {
142
+ singularNominative: "{{count}} час",
143
+ singularGenitive: "{{count}} часа",
144
+ pluralGenitive: "{{count}} часов",
145
+ },
146
+ }),
147
+
148
+ xDays: buildLocalizeTokenFn({
149
+ regular: {
150
+ singularNominative: "{{count}} день",
151
+ singularGenitive: "{{count}} дня",
152
+ pluralGenitive: "{{count}} дней",
153
+ },
154
+ }),
155
+
156
+ aboutXWeeks: buildLocalizeTokenFn({
157
+ regular: {
158
+ singularNominative: "около {{count}} недели",
159
+ singularGenitive: "около {{count}} недель",
160
+ pluralGenitive: "около {{count}} недель",
161
+ },
162
+ future: {
163
+ singularNominative: "приблизительно через {{count}} неделю",
164
+ singularGenitive: "приблизительно через {{count}} недели",
165
+ pluralGenitive: "приблизительно через {{count}} недель",
166
+ },
167
+ }),
168
+
169
+ xWeeks: buildLocalizeTokenFn({
170
+ regular: {
171
+ singularNominative: "{{count}} неделя",
172
+ singularGenitive: "{{count}} недели",
173
+ pluralGenitive: "{{count}} недель",
174
+ },
175
+ }),
176
+
177
+ aboutXMonths: buildLocalizeTokenFn({
178
+ regular: {
179
+ singularNominative: "около {{count}} месяца",
180
+ singularGenitive: "около {{count}} месяцев",
181
+ pluralGenitive: "около {{count}} месяцев",
182
+ },
183
+ future: {
184
+ singularNominative: "приблизительно через {{count}} месяц",
185
+ singularGenitive: "приблизительно через {{count}} месяца",
186
+ pluralGenitive: "приблизительно через {{count}} месяцев",
187
+ },
188
+ }),
189
+
190
+ xMonths: buildLocalizeTokenFn({
191
+ regular: {
192
+ singularNominative: "{{count}} месяц",
193
+ singularGenitive: "{{count}} месяца",
194
+ pluralGenitive: "{{count}} месяцев",
195
+ },
196
+ }),
197
+
198
+ aboutXYears: buildLocalizeTokenFn({
199
+ regular: {
200
+ singularNominative: "около {{count}} года",
201
+ singularGenitive: "около {{count}} лет",
202
+ pluralGenitive: "около {{count}} лет",
203
+ },
204
+ future: {
205
+ singularNominative: "приблизительно через {{count}} год",
206
+ singularGenitive: "приблизительно через {{count}} года",
207
+ pluralGenitive: "приблизительно через {{count}} лет",
208
+ },
209
+ }),
210
+
211
+ xYears: buildLocalizeTokenFn({
212
+ regular: {
213
+ singularNominative: "{{count}} год",
214
+ singularGenitive: "{{count}} года",
215
+ pluralGenitive: "{{count}} лет",
216
+ },
217
+ }),
218
+
219
+ overXYears: buildLocalizeTokenFn({
220
+ regular: {
221
+ singularNominative: "больше {{count}} года",
222
+ singularGenitive: "больше {{count}} лет",
223
+ pluralGenitive: "больше {{count}} лет",
224
+ },
225
+ future: {
226
+ singularNominative: "больше, чем через {{count}} год",
227
+ singularGenitive: "больше, чем через {{count}} года",
228
+ pluralGenitive: "больше, чем через {{count}} лет",
229
+ },
230
+ }),
231
+
232
+ almostXYears: buildLocalizeTokenFn({
233
+ regular: {
234
+ singularNominative: "почти {{count}} год",
235
+ singularGenitive: "почти {{count}} года",
236
+ pluralGenitive: "почти {{count}} лет",
237
+ },
238
+ future: {
239
+ singularNominative: "почти через {{count}} год",
240
+ singularGenitive: "почти через {{count}} года",
241
+ pluralGenitive: "почти через {{count}} лет",
242
+ },
243
+ }),
244
+ };
245
+
246
+ const formatDistance = (token, count, options) => {
247
+ return formatDistanceLocale[token](count, options);
248
+ };
249
+
250
+ exports.formatDistance = formatDistance;
251
+ //# sourceMappingURL=formatDistance.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formatDistance.cjs","sources":["../../../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatDistance.js"],"sourcesContent":["function declension(scheme, count) {\n // scheme for count=1 exists\n if (scheme.one !== undefined && count === 1) {\n return scheme.one;\n }\n\n const rem10 = count % 10;\n const rem100 = count % 100;\n\n // 1, 21, 31, ...\n if (rem10 === 1 && rem100 !== 11) {\n return scheme.singularNominative.replace(\"{{count}}\", String(count));\n\n // 2, 3, 4, 22, 23, 24, 32 ...\n } else if (rem10 >= 2 && rem10 <= 4 && (rem100 < 10 || rem100 > 20)) {\n return scheme.singularGenitive.replace(\"{{count}}\", String(count));\n\n // 5, 6, 7, 8, 9, 10, 11, ...\n } else {\n return scheme.pluralGenitive.replace(\"{{count}}\", String(count));\n }\n}\n\nfunction buildLocalizeTokenFn(scheme) {\n return (count, options) => {\n if (options?.addSuffix) {\n if (options.comparison && options.comparison > 0) {\n if (scheme.future) {\n return declension(scheme.future, count);\n } else {\n return \"через \" + declension(scheme.regular, count);\n }\n } else {\n if (scheme.past) {\n return declension(scheme.past, count);\n } else {\n return declension(scheme.regular, count) + \" назад\";\n }\n }\n } else {\n return declension(scheme.regular, count);\n }\n };\n}\n\nconst formatDistanceLocale = {\n lessThanXSeconds: buildLocalizeTokenFn({\n regular: {\n one: \"меньше секунды\",\n singularNominative: \"меньше {{count}} секунды\",\n singularGenitive: \"меньше {{count}} секунд\",\n pluralGenitive: \"меньше {{count}} секунд\",\n },\n future: {\n one: \"меньше, чем через секунду\",\n singularNominative: \"меньше, чем через {{count}} секунду\",\n singularGenitive: \"меньше, чем через {{count}} секунды\",\n pluralGenitive: \"меньше, чем через {{count}} секунд\",\n },\n }),\n\n xSeconds: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"{{count}} секунда\",\n singularGenitive: \"{{count}} секунды\",\n pluralGenitive: \"{{count}} секунд\",\n },\n past: {\n singularNominative: \"{{count}} секунду назад\",\n singularGenitive: \"{{count}} секунды назад\",\n pluralGenitive: \"{{count}} секунд назад\",\n },\n future: {\n singularNominative: \"через {{count}} секунду\",\n singularGenitive: \"через {{count}} секунды\",\n pluralGenitive: \"через {{count}} секунд\",\n },\n }),\n\n halfAMinute: (_count, options) => {\n if (options?.addSuffix) {\n if (options.comparison && options.comparison > 0) {\n return \"через полминуты\";\n } else {\n return \"полминуты назад\";\n }\n }\n\n return \"полминуты\";\n },\n\n lessThanXMinutes: buildLocalizeTokenFn({\n regular: {\n one: \"меньше минуты\",\n singularNominative: \"меньше {{count}} минуты\",\n singularGenitive: \"меньше {{count}} минут\",\n pluralGenitive: \"меньше {{count}} минут\",\n },\n future: {\n one: \"меньше, чем через минуту\",\n singularNominative: \"меньше, чем через {{count}} минуту\",\n singularGenitive: \"меньше, чем через {{count}} минуты\",\n pluralGenitive: \"меньше, чем через {{count}} минут\",\n },\n }),\n\n xMinutes: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"{{count}} минута\",\n singularGenitive: \"{{count}} минуты\",\n pluralGenitive: \"{{count}} минут\",\n },\n past: {\n singularNominative: \"{{count}} минуту назад\",\n singularGenitive: \"{{count}} минуты назад\",\n pluralGenitive: \"{{count}} минут назад\",\n },\n future: {\n singularNominative: \"через {{count}} минуту\",\n singularGenitive: \"через {{count}} минуты\",\n pluralGenitive: \"через {{count}} минут\",\n },\n }),\n\n aboutXHours: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"около {{count}} часа\",\n singularGenitive: \"около {{count}} часов\",\n pluralGenitive: \"около {{count}} часов\",\n },\n future: {\n singularNominative: \"приблизительно через {{count}} час\",\n singularGenitive: \"приблизительно через {{count}} часа\",\n pluralGenitive: \"приблизительно через {{count}} часов\",\n },\n }),\n\n xHours: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"{{count}} час\",\n singularGenitive: \"{{count}} часа\",\n pluralGenitive: \"{{count}} часов\",\n },\n }),\n\n xDays: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"{{count}} день\",\n singularGenitive: \"{{count}} дня\",\n pluralGenitive: \"{{count}} дней\",\n },\n }),\n\n aboutXWeeks: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"около {{count}} недели\",\n singularGenitive: \"около {{count}} недель\",\n pluralGenitive: \"около {{count}} недель\",\n },\n future: {\n singularNominative: \"приблизительно через {{count}} неделю\",\n singularGenitive: \"приблизительно через {{count}} недели\",\n pluralGenitive: \"приблизительно через {{count}} недель\",\n },\n }),\n\n xWeeks: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"{{count}} неделя\",\n singularGenitive: \"{{count}} недели\",\n pluralGenitive: \"{{count}} недель\",\n },\n }),\n\n aboutXMonths: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"около {{count}} месяца\",\n singularGenitive: \"около {{count}} месяцев\",\n pluralGenitive: \"около {{count}} месяцев\",\n },\n future: {\n singularNominative: \"приблизительно через {{count}} месяц\",\n singularGenitive: \"приблизительно через {{count}} месяца\",\n pluralGenitive: \"приблизительно через {{count}} месяцев\",\n },\n }),\n\n xMonths: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"{{count}} месяц\",\n singularGenitive: \"{{count}} месяца\",\n pluralGenitive: \"{{count}} месяцев\",\n },\n }),\n\n aboutXYears: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"около {{count}} года\",\n singularGenitive: \"около {{count}} лет\",\n pluralGenitive: \"около {{count}} лет\",\n },\n future: {\n singularNominative: \"приблизительно через {{count}} год\",\n singularGenitive: \"приблизительно через {{count}} года\",\n pluralGenitive: \"приблизительно через {{count}} лет\",\n },\n }),\n\n xYears: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"{{count}} год\",\n singularGenitive: \"{{count}} года\",\n pluralGenitive: \"{{count}} лет\",\n },\n }),\n\n overXYears: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"больше {{count}} года\",\n singularGenitive: \"больше {{count}} лет\",\n pluralGenitive: \"больше {{count}} лет\",\n },\n future: {\n singularNominative: \"больше, чем через {{count}} год\",\n singularGenitive: \"больше, чем через {{count}} года\",\n pluralGenitive: \"больше, чем через {{count}} лет\",\n },\n }),\n\n almostXYears: buildLocalizeTokenFn({\n regular: {\n singularNominative: \"почти {{count}} год\",\n singularGenitive: \"почти {{count}} года\",\n pluralGenitive: \"почти {{count}} лет\",\n },\n future: {\n singularNominative: \"почти через {{count}} год\",\n singularGenitive: \"почти через {{count}} года\",\n pluralGenitive: \"почти через {{count}} лет\",\n },\n }),\n};\n\nexport const formatDistance = (token, count, options) => {\n return formatDistanceLocale[token](count, options);\n};\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}