@jnrs/shared 1.1.2 → 1.1.4

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 (265) hide show
  1. package/README.md +29 -6
  2. package/dist/index.d.ts +2 -2
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +2 -0
  5. package/dist/index.js.map +1 -1
  6. package/dist/locales/en.d.ts +57 -0
  7. package/dist/locales/en.d.ts.map +1 -0
  8. package/dist/locales/en.js +58 -0
  9. package/dist/locales/en.js.map +1 -0
  10. package/dist/locales/i18next.d.ts +4 -0
  11. package/dist/locales/i18next.d.ts.map +1 -0
  12. package/dist/locales/i18next.js +16 -0
  13. package/dist/locales/i18next.js.map +1 -0
  14. package/dist/locales/index.d.ts +3 -0
  15. package/dist/locales/index.d.ts.map +1 -0
  16. package/dist/locales/index.js +10 -0
  17. package/dist/locales/index.js.map +1 -0
  18. package/dist/locales/zhCn.d.ts +57 -0
  19. package/dist/locales/zhCn.d.ts.map +1 -0
  20. package/dist/locales/zhCn.js +58 -0
  21. package/dist/locales/zhCn.js.map +1 -0
  22. package/dist/mitt.d.ts +3 -0
  23. package/dist/mitt.d.ts.map +1 -0
  24. package/dist/mitt.js +6 -0
  25. package/dist/mitt.js.map +1 -0
  26. package/dist/styles/theme.scss +52 -0
  27. package/dist/types/base.d.ts +46 -0
  28. package/dist/types/base.d.ts.map +1 -0
  29. package/dist/utils/date.d.ts +5 -15
  30. package/dist/utils/date.d.ts.map +1 -1
  31. package/dist/utils/date.js +6 -17
  32. package/dist/utils/date.js.map +1 -1
  33. package/dist/utils/dict.d.ts +40 -0
  34. package/dist/utils/dict.d.ts.map +1 -0
  35. package/dist/utils/dict.js +61 -0
  36. package/dist/utils/dict.js.map +1 -0
  37. package/dist/utils/fullscreen.d.ts.map +1 -1
  38. package/dist/utils/fullscreen.js +4 -2
  39. package/dist/utils/fullscreen.js.map +1 -1
  40. package/dist/utils/index.d.ts +5 -0
  41. package/dist/utils/index.d.ts.map +1 -0
  42. package/dist/utils/permission.d.ts +2 -0
  43. package/dist/utils/permission.d.ts.map +1 -0
  44. package/dist/utils/permission.js +20 -0
  45. package/dist/utils/permission.js.map +1 -0
  46. package/dist/utils/validate.d.ts.map +1 -0
  47. package/dist/utils/validate.js.map +1 -0
  48. package/dist/{validator.d.ts → utils/validator.d.ts} +2 -2
  49. package/dist/utils/validator.d.ts.map +1 -0
  50. package/dist/utils/validator.js +129 -0
  51. package/dist/utils/validator.js.map +1 -0
  52. package/package.json +26 -10
  53. package/dist/date-fns.cjs +0 -11
  54. package/dist/date-fns.cjs.map +0 -1
  55. package/dist/index.cjs +0 -12
  56. package/dist/index.cjs.map +0 -1
  57. package/dist/lodash.cjs +0 -51
  58. package/dist/lodash.cjs.map +0 -1
  59. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/defaultOptions.cjs +0 -10
  60. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/defaultOptions.cjs.map +0 -1
  61. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/normalizeDates.cjs +0 -14
  62. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/_lib/normalizeDates.cjs.map +0 -1
  63. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constants.cjs +0 -35
  64. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constants.cjs.map +0 -1
  65. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constructFrom.cjs +0 -55
  66. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/constructFrom.cjs.map +0 -1
  67. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isSameWeek.cjs +0 -57
  68. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/isSameWeek.cjs.map +0 -1
  69. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildFormatLongFn.cjs +0 -13
  70. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildFormatLongFn.cjs.map +0 -1
  71. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildLocalizeFn.cjs +0 -67
  72. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildLocalizeFn.cjs.map +0 -1
  73. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchFn.cjs +0 -62
  74. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchFn.cjs.map +0 -1
  75. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchPatternFn.cjs +0 -25
  76. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/_lib/buildMatchPatternFn.cjs.map +0 -1
  77. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatDistance.cjs +0 -201
  78. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatDistance.cjs.map +0 -1
  79. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatDistance.js +0 -199
  80. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatDistance.js.map +0 -1
  81. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.cjs +0 -45
  82. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.cjs.map +0 -1
  83. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.js +0 -43
  84. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.js.map +0 -1
  85. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.cjs +0 -16
  86. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.cjs.map +0 -1
  87. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.js +0 -14
  88. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.js.map +0 -1
  89. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/localize.cjs +0 -196
  90. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/localize.cjs.map +0 -1
  91. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/localize.js +0 -194
  92. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/localize.js.map +0 -1
  93. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/match.cjs +0 -139
  94. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/match.cjs.map +0 -1
  95. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/match.js +0 -137
  96. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/match.js.map +0 -1
  97. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de.cjs +0 -37
  98. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de.cjs.map +0 -1
  99. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de.js +0 -32
  100. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de.js.map +0 -1
  101. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatDistance.cjs +0 -106
  102. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatDistance.cjs.map +0 -1
  103. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatLong.cjs +0 -44
  104. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatLong.cjs.map +0 -1
  105. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatRelative.cjs +0 -16
  106. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/formatRelative.cjs.map +0 -1
  107. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/localize.cjs +0 -192
  108. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/localize.cjs.map +0 -1
  109. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/match.cjs +0 -137
  110. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US/_lib/match.cjs.map +0 -1
  111. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US.cjs +0 -34
  112. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/en-US.cjs.map +0 -1
  113. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatDistance.cjs +0 -106
  114. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatDistance.cjs.map +0 -1
  115. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatDistance.js +0 -104
  116. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatDistance.js.map +0 -1
  117. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatLong.cjs +0 -44
  118. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatLong.cjs.map +0 -1
  119. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatLong.js +0 -42
  120. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatLong.js.map +0 -1
  121. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatRelative.cjs +0 -30
  122. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatRelative.cjs.map +0 -1
  123. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatRelative.js +0 -28
  124. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/formatRelative.js.map +0 -1
  125. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/localize.cjs +0 -169
  126. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/localize.cjs.map +0 -1
  127. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/localize.js +0 -167
  128. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/localize.js.map +0 -1
  129. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/match.cjs +0 -143
  130. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/match.cjs.map +0 -1
  131. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/match.js +0 -141
  132. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es/_lib/match.js.map +0 -1
  133. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es.cjs +0 -37
  134. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es.cjs.map +0 -1
  135. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es.js +0 -32
  136. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/es.js.map +0 -1
  137. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatDistance.cjs +0 -105
  138. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatDistance.cjs.map +0 -1
  139. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatDistance.js +0 -103
  140. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatDistance.js.map +0 -1
  141. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatLong.cjs +0 -44
  142. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatLong.cjs.map +0 -1
  143. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatLong.js +0 -42
  144. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatLong.js.map +0 -1
  145. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatRelative.cjs +0 -16
  146. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatRelative.cjs.map +0 -1
  147. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatRelative.js +0 -14
  148. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/formatRelative.js.map +0 -1
  149. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/localize.cjs +0 -170
  150. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/localize.cjs.map +0 -1
  151. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/localize.js +0 -168
  152. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/localize.js.map +0 -1
  153. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/match.cjs +0 -138
  154. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/match.cjs.map +0 -1
  155. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/match.js +0 -136
  156. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr/_lib/match.js.map +0 -1
  157. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr.cjs +0 -34
  158. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr.cjs.map +0 -1
  159. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr.js +0 -29
  160. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/fr.js.map +0 -1
  161. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatDistance.cjs +0 -120
  162. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatDistance.cjs.map +0 -1
  163. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatDistance.js +0 -118
  164. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatDistance.js.map +0 -1
  165. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatLong.cjs +0 -44
  166. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatLong.cjs.map +0 -1
  167. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatLong.js +0 -42
  168. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatLong.js.map +0 -1
  169. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatRelative.cjs +0 -17
  170. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatRelative.cjs.map +0 -1
  171. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatRelative.js +0 -15
  172. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/formatRelative.js.map +0 -1
  173. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/localize.cjs +0 -182
  174. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/localize.cjs.map +0 -1
  175. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/localize.js +0 -180
  176. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/localize.js.map +0 -1
  177. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/match.cjs +0 -123
  178. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/match.cjs.map +0 -1
  179. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/match.js +0 -121
  180. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja/_lib/match.js.map +0 -1
  181. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja.cjs +0 -37
  182. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja.cjs.map +0 -1
  183. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja.js +0 -32
  184. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ja.js.map +0 -1
  185. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatDistance.cjs +0 -106
  186. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatDistance.cjs.map +0 -1
  187. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatDistance.js +0 -104
  188. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatDistance.js.map +0 -1
  189. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatLong.cjs +0 -44
  190. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatLong.cjs.map +0 -1
  191. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatLong.js +0 -42
  192. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatLong.js.map +0 -1
  193. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatRelative.cjs +0 -16
  194. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatRelative.cjs.map +0 -1
  195. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatRelative.js +0 -14
  196. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/formatRelative.js.map +0 -1
  197. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/localize.cjs +0 -172
  198. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/localize.cjs.map +0 -1
  199. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/localize.js +0 -170
  200. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/localize.js.map +0 -1
  201. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.cjs +0 -120
  202. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.cjs.map +0 -1
  203. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.js +0 -118
  204. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko/_lib/match.js.map +0 -1
  205. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.cjs +0 -35
  206. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.cjs.map +0 -1
  207. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.js +0 -30
  208. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ko.js.map +0 -1
  209. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatDistance.cjs +0 -251
  210. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatDistance.cjs.map +0 -1
  211. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatDistance.js +0 -249
  212. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatDistance.js.map +0 -1
  213. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatLong.cjs +0 -41
  214. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatLong.cjs.map +0 -1
  215. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatLong.js +0 -39
  216. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatLong.js.map +0 -1
  217. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatRelative.cjs +0 -93
  218. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatRelative.cjs.map +0 -1
  219. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatRelative.js +0 -91
  220. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/formatRelative.js.map +0 -1
  221. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/localize.cjs +0 -215
  222. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/localize.cjs.map +0 -1
  223. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/localize.js +0 -213
  224. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/localize.js.map +0 -1
  225. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/match.cjs +0 -143
  226. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/match.cjs.map +0 -1
  227. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/match.js +0 -141
  228. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru/_lib/match.js.map +0 -1
  229. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru.cjs +0 -34
  230. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru.cjs.map +0 -1
  231. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru.js +0 -29
  232. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/ru.js.map +0 -1
  233. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatDistance.cjs +0 -106
  234. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatDistance.cjs.map +0 -1
  235. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatLong.cjs +0 -44
  236. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatLong.cjs.map +0 -1
  237. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatRelative.cjs +0 -36
  238. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/formatRelative.cjs.map +0 -1
  239. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/localize.cjs +0 -188
  240. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/localize.cjs.map +0 -1
  241. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/match.cjs +0 -135
  242. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN/_lib/match.cjs.map +0 -1
  243. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN.cjs +0 -37
  244. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/zh-CN.cjs.map +0 -1
  245. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfWeek.cjs +0 -59
  246. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/startOfWeek.cjs.map +0 -1
  247. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/toDate.cjs +0 -52
  248. package/dist/node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/toDate.cjs.map +0 -1
  249. package/dist/utils/date.cjs +0 -70
  250. package/dist/utils/date.cjs.map +0 -1
  251. package/dist/utils/fullscreen.cjs +0 -81
  252. package/dist/utils/fullscreen.cjs.map +0 -1
  253. package/dist/uuid.cjs +0 -15
  254. package/dist/uuid.cjs.map +0 -1
  255. package/dist/validate.cjs +0 -326
  256. package/dist/validate.cjs.map +0 -1
  257. package/dist/validate.d.ts.map +0 -1
  258. package/dist/validate.js.map +0 -1
  259. package/dist/validator.cjs +0 -173
  260. package/dist/validator.cjs.map +0 -1
  261. package/dist/validator.d.ts.map +0 -1
  262. package/dist/validator.js +0 -128
  263. package/dist/validator.js.map +0 -1
  264. /package/dist/{validate.d.ts → utils/validate.d.ts} +0 -0
  265. /package/dist/{validate.js → utils/validate.js} +0 -0
@@ -1,199 +0,0 @@
1
- const formatDistanceLocale = {
2
- lessThanXSeconds: {
3
- standalone: {
4
- one: "weniger als 1 Sekunde",
5
- other: "weniger als {{count}} Sekunden",
6
- },
7
- withPreposition: {
8
- one: "weniger als 1 Sekunde",
9
- other: "weniger als {{count}} Sekunden",
10
- },
11
- },
12
-
13
- xSeconds: {
14
- standalone: {
15
- one: "1 Sekunde",
16
- other: "{{count}} Sekunden",
17
- },
18
- withPreposition: {
19
- one: "1 Sekunde",
20
- other: "{{count}} Sekunden",
21
- },
22
- },
23
-
24
- halfAMinute: {
25
- standalone: "eine halbe Minute",
26
- withPreposition: "einer halben Minute",
27
- },
28
-
29
- lessThanXMinutes: {
30
- standalone: {
31
- one: "weniger als 1 Minute",
32
- other: "weniger als {{count}} Minuten",
33
- },
34
- withPreposition: {
35
- one: "weniger als 1 Minute",
36
- other: "weniger als {{count}} Minuten",
37
- },
38
- },
39
-
40
- xMinutes: {
41
- standalone: {
42
- one: "1 Minute",
43
- other: "{{count}} Minuten",
44
- },
45
- withPreposition: {
46
- one: "1 Minute",
47
- other: "{{count}} Minuten",
48
- },
49
- },
50
-
51
- aboutXHours: {
52
- standalone: {
53
- one: "etwa 1 Stunde",
54
- other: "etwa {{count}} Stunden",
55
- },
56
- withPreposition: {
57
- one: "etwa 1 Stunde",
58
- other: "etwa {{count}} Stunden",
59
- },
60
- },
61
-
62
- xHours: {
63
- standalone: {
64
- one: "1 Stunde",
65
- other: "{{count}} Stunden",
66
- },
67
- withPreposition: {
68
- one: "1 Stunde",
69
- other: "{{count}} Stunden",
70
- },
71
- },
72
-
73
- xDays: {
74
- standalone: {
75
- one: "1 Tag",
76
- other: "{{count}} Tage",
77
- },
78
- withPreposition: {
79
- one: "1 Tag",
80
- other: "{{count}} Tagen",
81
- },
82
- },
83
-
84
- aboutXWeeks: {
85
- standalone: {
86
- one: "etwa 1 Woche",
87
- other: "etwa {{count}} Wochen",
88
- },
89
- withPreposition: {
90
- one: "etwa 1 Woche",
91
- other: "etwa {{count}} Wochen",
92
- },
93
- },
94
-
95
- xWeeks: {
96
- standalone: {
97
- one: "1 Woche",
98
- other: "{{count}} Wochen",
99
- },
100
- withPreposition: {
101
- one: "1 Woche",
102
- other: "{{count}} Wochen",
103
- },
104
- },
105
-
106
- aboutXMonths: {
107
- standalone: {
108
- one: "etwa 1 Monat",
109
- other: "etwa {{count}} Monate",
110
- },
111
- withPreposition: {
112
- one: "etwa 1 Monat",
113
- other: "etwa {{count}} Monaten",
114
- },
115
- },
116
-
117
- xMonths: {
118
- standalone: {
119
- one: "1 Monat",
120
- other: "{{count}} Monate",
121
- },
122
- withPreposition: {
123
- one: "1 Monat",
124
- other: "{{count}} Monaten",
125
- },
126
- },
127
-
128
- aboutXYears: {
129
- standalone: {
130
- one: "etwa 1 Jahr",
131
- other: "etwa {{count}} Jahre",
132
- },
133
- withPreposition: {
134
- one: "etwa 1 Jahr",
135
- other: "etwa {{count}} Jahren",
136
- },
137
- },
138
-
139
- xYears: {
140
- standalone: {
141
- one: "1 Jahr",
142
- other: "{{count}} Jahre",
143
- },
144
- withPreposition: {
145
- one: "1 Jahr",
146
- other: "{{count}} Jahren",
147
- },
148
- },
149
-
150
- overXYears: {
151
- standalone: {
152
- one: "mehr als 1 Jahr",
153
- other: "mehr als {{count}} Jahre",
154
- },
155
- withPreposition: {
156
- one: "mehr als 1 Jahr",
157
- other: "mehr als {{count}} Jahren",
158
- },
159
- },
160
-
161
- almostXYears: {
162
- standalone: {
163
- one: "fast 1 Jahr",
164
- other: "fast {{count}} Jahre",
165
- },
166
- withPreposition: {
167
- one: "fast 1 Jahr",
168
- other: "fast {{count}} Jahren",
169
- },
170
- },
171
- };
172
-
173
- const formatDistance = (token, count, options) => {
174
- let result;
175
-
176
- const tokenValue = options?.addSuffix
177
- ? formatDistanceLocale[token].withPreposition
178
- : formatDistanceLocale[token].standalone;
179
- if (typeof tokenValue === "string") {
180
- result = tokenValue;
181
- } else if (count === 1) {
182
- result = tokenValue.one;
183
- } else {
184
- result = tokenValue.other.replace("{{count}}", String(count));
185
- }
186
-
187
- if (options?.addSuffix) {
188
- if (options.comparison && options.comparison > 0) {
189
- return "in " + result;
190
- } else {
191
- return "vor " + result;
192
- }
193
- }
194
-
195
- return result;
196
- };
197
-
198
- export { formatDistance };
199
- //# sourceMappingURL=formatDistance.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatDistance.js","sources":["../../../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatDistance.js"],"sourcesContent":["const formatDistanceLocale = {\n lessThanXSeconds: {\n standalone: {\n one: \"weniger als 1 Sekunde\",\n other: \"weniger als {{count}} Sekunden\",\n },\n withPreposition: {\n one: \"weniger als 1 Sekunde\",\n other: \"weniger als {{count}} Sekunden\",\n },\n },\n\n xSeconds: {\n standalone: {\n one: \"1 Sekunde\",\n other: \"{{count}} Sekunden\",\n },\n withPreposition: {\n one: \"1 Sekunde\",\n other: \"{{count}} Sekunden\",\n },\n },\n\n halfAMinute: {\n standalone: \"eine halbe Minute\",\n withPreposition: \"einer halben Minute\",\n },\n\n lessThanXMinutes: {\n standalone: {\n one: \"weniger als 1 Minute\",\n other: \"weniger als {{count}} Minuten\",\n },\n withPreposition: {\n one: \"weniger als 1 Minute\",\n other: \"weniger als {{count}} Minuten\",\n },\n },\n\n xMinutes: {\n standalone: {\n one: \"1 Minute\",\n other: \"{{count}} Minuten\",\n },\n withPreposition: {\n one: \"1 Minute\",\n other: \"{{count}} Minuten\",\n },\n },\n\n aboutXHours: {\n standalone: {\n one: \"etwa 1 Stunde\",\n other: \"etwa {{count}} Stunden\",\n },\n withPreposition: {\n one: \"etwa 1 Stunde\",\n other: \"etwa {{count}} Stunden\",\n },\n },\n\n xHours: {\n standalone: {\n one: \"1 Stunde\",\n other: \"{{count}} Stunden\",\n },\n withPreposition: {\n one: \"1 Stunde\",\n other: \"{{count}} Stunden\",\n },\n },\n\n xDays: {\n standalone: {\n one: \"1 Tag\",\n other: \"{{count}} Tage\",\n },\n withPreposition: {\n one: \"1 Tag\",\n other: \"{{count}} Tagen\",\n },\n },\n\n aboutXWeeks: {\n standalone: {\n one: \"etwa 1 Woche\",\n other: \"etwa {{count}} Wochen\",\n },\n withPreposition: {\n one: \"etwa 1 Woche\",\n other: \"etwa {{count}} Wochen\",\n },\n },\n\n xWeeks: {\n standalone: {\n one: \"1 Woche\",\n other: \"{{count}} Wochen\",\n },\n withPreposition: {\n one: \"1 Woche\",\n other: \"{{count}} Wochen\",\n },\n },\n\n aboutXMonths: {\n standalone: {\n one: \"etwa 1 Monat\",\n other: \"etwa {{count}} Monate\",\n },\n withPreposition: {\n one: \"etwa 1 Monat\",\n other: \"etwa {{count}} Monaten\",\n },\n },\n\n xMonths: {\n standalone: {\n one: \"1 Monat\",\n other: \"{{count}} Monate\",\n },\n withPreposition: {\n one: \"1 Monat\",\n other: \"{{count}} Monaten\",\n },\n },\n\n aboutXYears: {\n standalone: {\n one: \"etwa 1 Jahr\",\n other: \"etwa {{count}} Jahre\",\n },\n withPreposition: {\n one: \"etwa 1 Jahr\",\n other: \"etwa {{count}} Jahren\",\n },\n },\n\n xYears: {\n standalone: {\n one: \"1 Jahr\",\n other: \"{{count}} Jahre\",\n },\n withPreposition: {\n one: \"1 Jahr\",\n other: \"{{count}} Jahren\",\n },\n },\n\n overXYears: {\n standalone: {\n one: \"mehr als 1 Jahr\",\n other: \"mehr als {{count}} Jahre\",\n },\n withPreposition: {\n one: \"mehr als 1 Jahr\",\n other: \"mehr als {{count}} Jahren\",\n },\n },\n\n almostXYears: {\n standalone: {\n one: \"fast 1 Jahr\",\n other: \"fast {{count}} Jahre\",\n },\n withPreposition: {\n one: \"fast 1 Jahr\",\n other: \"fast {{count}} Jahren\",\n },\n },\n};\n\nexport const formatDistance = (token, count, options) => {\n let result;\n\n const tokenValue = options?.addSuffix\n ? formatDistanceLocale[token].withPreposition\n : formatDistanceLocale[token].standalone;\n if (typeof tokenValue === \"string\") {\n result = tokenValue;\n } else if (count === 1) {\n result = tokenValue.one;\n } else {\n result = tokenValue.other.replace(\"{{count}}\", String(count));\n }\n\n if (options?.addSuffix) {\n if (options.comparison && options.comparison > 0) {\n return \"in \" + result;\n } else {\n return \"vor \" + result;\n }\n }\n\n return result;\n};\n"],"names":[],"mappings":"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","x_google_ignoreList":[0]}
@@ -1,45 +0,0 @@
1
- 'use strict';
2
-
3
- var buildFormatLongFn = require('../../_lib/buildFormatLongFn.cjs');
4
-
5
- // DIN 5008: https://de.wikipedia.org/wiki/Datumsformat#DIN_5008
6
- const dateFormats = {
7
- full: "EEEE, do MMMM y", // Montag, 7. Januar 2018
8
- long: "do MMMM y", // 7. Januar 2018
9
- medium: "do MMM y", // 7. Jan. 2018
10
- short: "dd.MM.y", // 07.01.2018
11
- };
12
-
13
- const timeFormats = {
14
- full: "HH:mm:ss zzzz",
15
- long: "HH:mm:ss z",
16
- medium: "HH:mm:ss",
17
- short: "HH:mm",
18
- };
19
-
20
- const dateTimeFormats = {
21
- full: "{{date}} 'um' {{time}}",
22
- long: "{{date}} 'um' {{time}}",
23
- medium: "{{date}} {{time}}",
24
- short: "{{date}} {{time}}",
25
- };
26
-
27
- const formatLong = {
28
- date: buildFormatLongFn.buildFormatLongFn({
29
- formats: dateFormats,
30
- defaultWidth: "full",
31
- }),
32
-
33
- time: buildFormatLongFn.buildFormatLongFn({
34
- formats: timeFormats,
35
- defaultWidth: "full",
36
- }),
37
-
38
- dateTime: buildFormatLongFn.buildFormatLongFn({
39
- formats: dateTimeFormats,
40
- defaultWidth: "full",
41
- }),
42
- };
43
-
44
- exports.formatLong = formatLong;
45
- //# sourceMappingURL=formatLong.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatLong.cjs","sources":["../../../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.js"],"sourcesContent":["import { buildFormatLongFn } from \"../../_lib/buildFormatLongFn.js\";\n\n// DIN 5008: https://de.wikipedia.org/wiki/Datumsformat#DIN_5008\nconst dateFormats = {\n full: \"EEEE, do MMMM y\", // Montag, 7. Januar 2018\n long: \"do MMMM y\", // 7. Januar 2018\n medium: \"do MMM y\", // 7. Jan. 2018\n short: \"dd.MM.y\", // 07.01.2018\n};\n\nconst timeFormats = {\n full: \"HH:mm:ss zzzz\",\n long: \"HH:mm:ss z\",\n medium: \"HH:mm:ss\",\n short: \"HH:mm\",\n};\n\nconst dateTimeFormats = {\n full: \"{{date}} 'um' {{time}}\",\n long: \"{{date}} 'um' {{time}}\",\n medium: \"{{date}} {{time}}\",\n short: \"{{date}} {{time}}\",\n};\n\nexport const formatLong = {\n date: buildFormatLongFn({\n formats: dateFormats,\n defaultWidth: \"full\",\n }),\n\n time: buildFormatLongFn({\n formats: timeFormats,\n defaultWidth: \"full\",\n }),\n\n dateTime: buildFormatLongFn({\n formats: dateTimeFormats,\n defaultWidth: \"full\",\n }),\n};\n"],"names":["buildFormatLongFn"],"mappings":";;;;AAEA;AACA,MAAM,WAAW,GAAG;AACpB,EAAE,IAAI,EAAE,iBAAiB;AACzB,EAAE,IAAI,EAAE,WAAW;AACnB,EAAE,MAAM,EAAE,UAAU;AACpB,EAAE,KAAK,EAAE,SAAS;AAClB,CAAC;;AAED,MAAM,WAAW,GAAG;AACpB,EAAE,IAAI,EAAE,eAAe;AACvB,EAAE,IAAI,EAAE,YAAY;AACpB,EAAE,MAAM,EAAE,UAAU;AACpB,EAAE,KAAK,EAAE,OAAO;AAChB,CAAC;;AAED,MAAM,eAAe,GAAG;AACxB,EAAE,IAAI,EAAE,wBAAwB;AAChC,EAAE,IAAI,EAAE,wBAAwB;AAChC,EAAE,MAAM,EAAE,mBAAmB;AAC7B,EAAE,KAAK,EAAE,mBAAmB;AAC5B,CAAC;;AAEW,MAAC,UAAU,GAAG;AAC1B,EAAE,IAAI,EAAEA,mCAAiB,CAAC;AAC1B,IAAI,OAAO,EAAE,WAAW;AACxB,IAAI,YAAY,EAAE,MAAM;AACxB,GAAG,CAAC;;AAEJ,EAAE,IAAI,EAAEA,mCAAiB,CAAC;AAC1B,IAAI,OAAO,EAAE,WAAW;AACxB,IAAI,YAAY,EAAE,MAAM;AACxB,GAAG,CAAC;;AAEJ,EAAE,QAAQ,EAAEA,mCAAiB,CAAC;AAC9B,IAAI,OAAO,EAAE,eAAe;AAC5B,IAAI,YAAY,EAAE,MAAM;AACxB,GAAG,CAAC;AACJ;;;;","x_google_ignoreList":[0]}
@@ -1,43 +0,0 @@
1
- import { buildFormatLongFn } from '../../_lib/buildFormatLongFn.js';
2
-
3
- // DIN 5008: https://de.wikipedia.org/wiki/Datumsformat#DIN_5008
4
- const dateFormats = {
5
- full: "EEEE, do MMMM y", // Montag, 7. Januar 2018
6
- long: "do MMMM y", // 7. Januar 2018
7
- medium: "do MMM y", // 7. Jan. 2018
8
- short: "dd.MM.y", // 07.01.2018
9
- };
10
-
11
- const timeFormats = {
12
- full: "HH:mm:ss zzzz",
13
- long: "HH:mm:ss z",
14
- medium: "HH:mm:ss",
15
- short: "HH:mm",
16
- };
17
-
18
- const dateTimeFormats = {
19
- full: "{{date}} 'um' {{time}}",
20
- long: "{{date}} 'um' {{time}}",
21
- medium: "{{date}} {{time}}",
22
- short: "{{date}} {{time}}",
23
- };
24
-
25
- const formatLong = {
26
- date: buildFormatLongFn({
27
- formats: dateFormats,
28
- defaultWidth: "full",
29
- }),
30
-
31
- time: buildFormatLongFn({
32
- formats: timeFormats,
33
- defaultWidth: "full",
34
- }),
35
-
36
- dateTime: buildFormatLongFn({
37
- formats: dateTimeFormats,
38
- defaultWidth: "full",
39
- }),
40
- };
41
-
42
- export { formatLong };
43
- //# sourceMappingURL=formatLong.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatLong.js","sources":["../../../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatLong.js"],"sourcesContent":["import { buildFormatLongFn } from \"../../_lib/buildFormatLongFn.js\";\n\n// DIN 5008: https://de.wikipedia.org/wiki/Datumsformat#DIN_5008\nconst dateFormats = {\n full: \"EEEE, do MMMM y\", // Montag, 7. Januar 2018\n long: \"do MMMM y\", // 7. Januar 2018\n medium: \"do MMM y\", // 7. Jan. 2018\n short: \"dd.MM.y\", // 07.01.2018\n};\n\nconst timeFormats = {\n full: \"HH:mm:ss zzzz\",\n long: \"HH:mm:ss z\",\n medium: \"HH:mm:ss\",\n short: \"HH:mm\",\n};\n\nconst dateTimeFormats = {\n full: \"{{date}} 'um' {{time}}\",\n long: \"{{date}} 'um' {{time}}\",\n medium: \"{{date}} {{time}}\",\n short: \"{{date}} {{time}}\",\n};\n\nexport const formatLong = {\n date: buildFormatLongFn({\n formats: dateFormats,\n defaultWidth: \"full\",\n }),\n\n time: buildFormatLongFn({\n formats: timeFormats,\n defaultWidth: \"full\",\n }),\n\n dateTime: buildFormatLongFn({\n formats: dateTimeFormats,\n defaultWidth: \"full\",\n }),\n};\n"],"names":[],"mappings":";;AAEA;AACA,MAAM,WAAW,GAAG;AACpB,EAAE,IAAI,EAAE,iBAAiB;AACzB,EAAE,IAAI,EAAE,WAAW;AACnB,EAAE,MAAM,EAAE,UAAU;AACpB,EAAE,KAAK,EAAE,SAAS;AAClB,CAAC;;AAED,MAAM,WAAW,GAAG;AACpB,EAAE,IAAI,EAAE,eAAe;AACvB,EAAE,IAAI,EAAE,YAAY;AACpB,EAAE,MAAM,EAAE,UAAU;AACpB,EAAE,KAAK,EAAE,OAAO;AAChB,CAAC;;AAED,MAAM,eAAe,GAAG;AACxB,EAAE,IAAI,EAAE,wBAAwB;AAChC,EAAE,IAAI,EAAE,wBAAwB;AAChC,EAAE,MAAM,EAAE,mBAAmB;AAC7B,EAAE,KAAK,EAAE,mBAAmB;AAC5B,CAAC;;AAEW,MAAC,UAAU,GAAG;AAC1B,EAAE,IAAI,EAAE,iBAAiB,CAAC;AAC1B,IAAI,OAAO,EAAE,WAAW;AACxB,IAAI,YAAY,EAAE,MAAM;AACxB,GAAG,CAAC;;AAEJ,EAAE,IAAI,EAAE,iBAAiB,CAAC;AAC1B,IAAI,OAAO,EAAE,WAAW;AACxB,IAAI,YAAY,EAAE,MAAM;AACxB,GAAG,CAAC;;AAEJ,EAAE,QAAQ,EAAE,iBAAiB,CAAC;AAC9B,IAAI,OAAO,EAAE,eAAe;AAC5B,IAAI,YAAY,EAAE,MAAM;AACxB,GAAG,CAAC;AACJ;;;;","x_google_ignoreList":[0]}
@@ -1,16 +0,0 @@
1
- 'use strict';
2
-
3
- const formatRelativeLocale = {
4
- lastWeek: "'letzten' eeee 'um' p",
5
- yesterday: "'gestern um' p",
6
- today: "'heute um' p",
7
- tomorrow: "'morgen um' p",
8
- nextWeek: "eeee 'um' p",
9
- other: "P",
10
- };
11
-
12
- const formatRelative = (token, _date, _baseDate, _options) =>
13
- formatRelativeLocale[token];
14
-
15
- exports.formatRelative = formatRelative;
16
- //# sourceMappingURL=formatRelative.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatRelative.cjs","sources":["../../../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.js"],"sourcesContent":["const formatRelativeLocale = {\n lastWeek: \"'letzten' eeee 'um' p\",\n yesterday: \"'gestern um' p\",\n today: \"'heute um' p\",\n tomorrow: \"'morgen um' p\",\n nextWeek: \"eeee 'um' p\",\n other: \"P\",\n};\n\nexport const formatRelative = (token, _date, _baseDate, _options) =>\n formatRelativeLocale[token];\n"],"names":[],"mappings":";;AAAA,MAAM,oBAAoB,GAAG;AAC7B,EAAE,QAAQ,EAAE,uBAAuB;AACnC,EAAE,SAAS,EAAE,gBAAgB;AAC7B,EAAE,KAAK,EAAE,cAAc;AACvB,EAAE,QAAQ,EAAE,eAAe;AAC3B,EAAE,QAAQ,EAAE,aAAa;AACzB,EAAE,KAAK,EAAE,GAAG;AACZ,CAAC;;AAEW,MAAC,cAAc,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ;AAChE,EAAE,oBAAoB,CAAC,KAAK;;;;","x_google_ignoreList":[0]}
@@ -1,14 +0,0 @@
1
- const formatRelativeLocale = {
2
- lastWeek: "'letzten' eeee 'um' p",
3
- yesterday: "'gestern um' p",
4
- today: "'heute um' p",
5
- tomorrow: "'morgen um' p",
6
- nextWeek: "eeee 'um' p",
7
- other: "P",
8
- };
9
-
10
- const formatRelative = (token, _date, _baseDate, _options) =>
11
- formatRelativeLocale[token];
12
-
13
- export { formatRelative };
14
- //# sourceMappingURL=formatRelative.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"formatRelative.js","sources":["../../../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/formatRelative.js"],"sourcesContent":["const formatRelativeLocale = {\n lastWeek: \"'letzten' eeee 'um' p\",\n yesterday: \"'gestern um' p\",\n today: \"'heute um' p\",\n tomorrow: \"'morgen um' p\",\n nextWeek: \"eeee 'um' p\",\n other: \"P\",\n};\n\nexport const formatRelative = (token, _date, _baseDate, _options) =>\n formatRelativeLocale[token];\n"],"names":[],"mappings":"AAAA,MAAM,oBAAoB,GAAG;AAC7B,EAAE,QAAQ,EAAE,uBAAuB;AACnC,EAAE,SAAS,EAAE,gBAAgB;AAC7B,EAAE,KAAK,EAAE,cAAc;AACvB,EAAE,QAAQ,EAAE,eAAe;AAC3B,EAAE,QAAQ,EAAE,aAAa;AACzB,EAAE,KAAK,EAAE,GAAG;AACZ,CAAC;;AAEW,MAAC,cAAc,GAAG,CAAC,KAAK,EAAE,KAAK,EAAE,SAAS,EAAE,QAAQ;AAChE,EAAE,oBAAoB,CAAC,KAAK;;;;","x_google_ignoreList":[0]}
@@ -1,196 +0,0 @@
1
- 'use strict';
2
-
3
- var buildLocalizeFn = require('../../_lib/buildLocalizeFn.cjs');
4
-
5
- const eraValues = {
6
- narrow: ["v.Chr.", "n.Chr."],
7
- abbreviated: ["v.Chr.", "n.Chr."],
8
- wide: ["vor Christus", "nach Christus"],
9
- };
10
-
11
- const quarterValues = {
12
- narrow: ["1", "2", "3", "4"],
13
- abbreviated: ["Q1", "Q2", "Q3", "Q4"],
14
- wide: ["1. Quartal", "2. Quartal", "3. Quartal", "4. Quartal"],
15
- };
16
-
17
- // Note: in German, the names of days of the week and months are capitalized.
18
- // If you are making a new locale based on this one, check if the same is true for the language you're working on.
19
- // Generally, formatted dates should look like they are in the middle of a sentence,
20
- // e.g. in Spanish language the weekdays and months should be in the lowercase.
21
- const monthValues = {
22
- narrow: ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"],
23
- abbreviated: [
24
- "Jan",
25
- "Feb",
26
- "Mär",
27
- "Apr",
28
- "Mai",
29
- "Jun",
30
- "Jul",
31
- "Aug",
32
- "Sep",
33
- "Okt",
34
- "Nov",
35
- "Dez",
36
- ],
37
-
38
- wide: [
39
- "Januar",
40
- "Februar",
41
- "März",
42
- "April",
43
- "Mai",
44
- "Juni",
45
- "Juli",
46
- "August",
47
- "September",
48
- "Oktober",
49
- "November",
50
- "Dezember",
51
- ],
52
- };
53
-
54
- // https://st.unicode.org/cldr-apps/v#/de/Gregorian/
55
- const formattingMonthValues = {
56
- narrow: monthValues.narrow,
57
- abbreviated: [
58
- "Jan.",
59
- "Feb.",
60
- "März",
61
- "Apr.",
62
- "Mai",
63
- "Juni",
64
- "Juli",
65
- "Aug.",
66
- "Sep.",
67
- "Okt.",
68
- "Nov.",
69
- "Dez.",
70
- ],
71
-
72
- wide: monthValues.wide,
73
- };
74
-
75
- const dayValues = {
76
- narrow: ["S", "M", "D", "M", "D", "F", "S"],
77
- short: ["So", "Mo", "Di", "Mi", "Do", "Fr", "Sa"],
78
- abbreviated: ["So.", "Mo.", "Di.", "Mi.", "Do.", "Fr.", "Sa."],
79
- wide: [
80
- "Sonntag",
81
- "Montag",
82
- "Dienstag",
83
- "Mittwoch",
84
- "Donnerstag",
85
- "Freitag",
86
- "Samstag",
87
- ],
88
- };
89
-
90
- // https://www.unicode.org/cldr/charts/32/summary/de.html#1881
91
- const dayPeriodValues = {
92
- narrow: {
93
- am: "vm.",
94
- pm: "nm.",
95
- midnight: "Mitternacht",
96
- noon: "Mittag",
97
- morning: "Morgen",
98
- afternoon: "Nachm.",
99
- evening: "Abend",
100
- night: "Nacht",
101
- },
102
- abbreviated: {
103
- am: "vorm.",
104
- pm: "nachm.",
105
- midnight: "Mitternacht",
106
- noon: "Mittag",
107
- morning: "Morgen",
108
- afternoon: "Nachmittag",
109
- evening: "Abend",
110
- night: "Nacht",
111
- },
112
- wide: {
113
- am: "vormittags",
114
- pm: "nachmittags",
115
- midnight: "Mitternacht",
116
- noon: "Mittag",
117
- morning: "Morgen",
118
- afternoon: "Nachmittag",
119
- evening: "Abend",
120
- night: "Nacht",
121
- },
122
- };
123
- const formattingDayPeriodValues = {
124
- narrow: {
125
- am: "vm.",
126
- pm: "nm.",
127
- midnight: "Mitternacht",
128
- noon: "Mittag",
129
- morning: "morgens",
130
- afternoon: "nachm.",
131
- evening: "abends",
132
- night: "nachts",
133
- },
134
- abbreviated: {
135
- am: "vorm.",
136
- pm: "nachm.",
137
- midnight: "Mitternacht",
138
- noon: "Mittag",
139
- morning: "morgens",
140
- afternoon: "nachmittags",
141
- evening: "abends",
142
- night: "nachts",
143
- },
144
- wide: {
145
- am: "vormittags",
146
- pm: "nachmittags",
147
- midnight: "Mitternacht",
148
- noon: "Mittag",
149
- morning: "morgens",
150
- afternoon: "nachmittags",
151
- evening: "abends",
152
- night: "nachts",
153
- },
154
- };
155
-
156
- const ordinalNumber = (dirtyNumber) => {
157
- const number = Number(dirtyNumber);
158
-
159
- return number + ".";
160
- };
161
-
162
- const localize = {
163
- ordinalNumber,
164
-
165
- era: buildLocalizeFn.buildLocalizeFn({
166
- values: eraValues,
167
- defaultWidth: "wide",
168
- }),
169
-
170
- quarter: buildLocalizeFn.buildLocalizeFn({
171
- values: quarterValues,
172
- defaultWidth: "wide",
173
- argumentCallback: (quarter) => quarter - 1,
174
- }),
175
-
176
- month: buildLocalizeFn.buildLocalizeFn({
177
- values: monthValues,
178
- formattingValues: formattingMonthValues,
179
- defaultWidth: "wide",
180
- }),
181
-
182
- day: buildLocalizeFn.buildLocalizeFn({
183
- values: dayValues,
184
- defaultWidth: "wide",
185
- }),
186
-
187
- dayPeriod: buildLocalizeFn.buildLocalizeFn({
188
- values: dayPeriodValues,
189
- defaultWidth: "wide",
190
- formattingValues: formattingDayPeriodValues,
191
- defaultFormattingWidth: "wide",
192
- }),
193
- };
194
-
195
- exports.localize = localize;
196
- //# sourceMappingURL=localize.cjs.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"localize.cjs","sources":["../../../../../../../../../../../node_modules/.pnpm/date-fns@4.1.0/node_modules/date-fns/locale/de/_lib/localize.js"],"sourcesContent":["import { buildLocalizeFn } from \"../../_lib/buildLocalizeFn.js\";\n\nconst eraValues = {\n narrow: [\"v.Chr.\", \"n.Chr.\"],\n abbreviated: [\"v.Chr.\", \"n.Chr.\"],\n wide: [\"vor Christus\", \"nach Christus\"],\n};\n\nconst quarterValues = {\n narrow: [\"1\", \"2\", \"3\", \"4\"],\n abbreviated: [\"Q1\", \"Q2\", \"Q3\", \"Q4\"],\n wide: [\"1. Quartal\", \"2. Quartal\", \"3. Quartal\", \"4. Quartal\"],\n};\n\n// Note: in German, the names of days of the week and months are capitalized.\n// If you are making a new locale based on this one, check if the same is true for the language you're working on.\n// Generally, formatted dates should look like they are in the middle of a sentence,\n// e.g. in Spanish language the weekdays and months should be in the lowercase.\nconst monthValues = {\n narrow: [\"J\", \"F\", \"M\", \"A\", \"M\", \"J\", \"J\", \"A\", \"S\", \"O\", \"N\", \"D\"],\n abbreviated: [\n \"Jan\",\n \"Feb\",\n \"Mär\",\n \"Apr\",\n \"Mai\",\n \"Jun\",\n \"Jul\",\n \"Aug\",\n \"Sep\",\n \"Okt\",\n \"Nov\",\n \"Dez\",\n ],\n\n wide: [\n \"Januar\",\n \"Februar\",\n \"März\",\n \"April\",\n \"Mai\",\n \"Juni\",\n \"Juli\",\n \"August\",\n \"September\",\n \"Oktober\",\n \"November\",\n \"Dezember\",\n ],\n};\n\n// https://st.unicode.org/cldr-apps/v#/de/Gregorian/\nconst formattingMonthValues = {\n narrow: monthValues.narrow,\n abbreviated: [\n \"Jan.\",\n \"Feb.\",\n \"März\",\n \"Apr.\",\n \"Mai\",\n \"Juni\",\n \"Juli\",\n \"Aug.\",\n \"Sep.\",\n \"Okt.\",\n \"Nov.\",\n \"Dez.\",\n ],\n\n wide: monthValues.wide,\n};\n\nconst dayValues = {\n narrow: [\"S\", \"M\", \"D\", \"M\", \"D\", \"F\", \"S\"],\n short: [\"So\", \"Mo\", \"Di\", \"Mi\", \"Do\", \"Fr\", \"Sa\"],\n abbreviated: [\"So.\", \"Mo.\", \"Di.\", \"Mi.\", \"Do.\", \"Fr.\", \"Sa.\"],\n wide: [\n \"Sonntag\",\n \"Montag\",\n \"Dienstag\",\n \"Mittwoch\",\n \"Donnerstag\",\n \"Freitag\",\n \"Samstag\",\n ],\n};\n\n// https://www.unicode.org/cldr/charts/32/summary/de.html#1881\nconst dayPeriodValues = {\n narrow: {\n am: \"vm.\",\n pm: \"nm.\",\n midnight: \"Mitternacht\",\n noon: \"Mittag\",\n morning: \"Morgen\",\n afternoon: \"Nachm.\",\n evening: \"Abend\",\n night: \"Nacht\",\n },\n abbreviated: {\n am: \"vorm.\",\n pm: \"nachm.\",\n midnight: \"Mitternacht\",\n noon: \"Mittag\",\n morning: \"Morgen\",\n afternoon: \"Nachmittag\",\n evening: \"Abend\",\n night: \"Nacht\",\n },\n wide: {\n am: \"vormittags\",\n pm: \"nachmittags\",\n midnight: \"Mitternacht\",\n noon: \"Mittag\",\n morning: \"Morgen\",\n afternoon: \"Nachmittag\",\n evening: \"Abend\",\n night: \"Nacht\",\n },\n};\nconst formattingDayPeriodValues = {\n narrow: {\n am: \"vm.\",\n pm: \"nm.\",\n midnight: \"Mitternacht\",\n noon: \"Mittag\",\n morning: \"morgens\",\n afternoon: \"nachm.\",\n evening: \"abends\",\n night: \"nachts\",\n },\n abbreviated: {\n am: \"vorm.\",\n pm: \"nachm.\",\n midnight: \"Mitternacht\",\n noon: \"Mittag\",\n morning: \"morgens\",\n afternoon: \"nachmittags\",\n evening: \"abends\",\n night: \"nachts\",\n },\n wide: {\n am: \"vormittags\",\n pm: \"nachmittags\",\n midnight: \"Mitternacht\",\n noon: \"Mittag\",\n morning: \"morgens\",\n afternoon: \"nachmittags\",\n evening: \"abends\",\n night: \"nachts\",\n },\n};\n\nconst ordinalNumber = (dirtyNumber) => {\n const number = Number(dirtyNumber);\n\n return number + \".\";\n};\n\nexport const localize = {\n ordinalNumber,\n\n era: buildLocalizeFn({\n values: eraValues,\n defaultWidth: \"wide\",\n }),\n\n quarter: buildLocalizeFn({\n values: quarterValues,\n defaultWidth: \"wide\",\n argumentCallback: (quarter) => quarter - 1,\n }),\n\n month: buildLocalizeFn({\n values: monthValues,\n formattingValues: formattingMonthValues,\n defaultWidth: \"wide\",\n }),\n\n day: buildLocalizeFn({\n values: dayValues,\n defaultWidth: \"wide\",\n }),\n\n dayPeriod: buildLocalizeFn({\n values: dayPeriodValues,\n defaultWidth: \"wide\",\n formattingValues: formattingDayPeriodValues,\n defaultFormattingWidth: \"wide\",\n }),\n};\n"],"names":["buildLocalizeFn"],"mappings":"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","x_google_ignoreList":[0]}