@hortiview/shared-components 2.18.0 → 2.19.0

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 (229) hide show
  1. package/CHANGELOG.md +21 -0
  2. package/dist/{AlertBanner-aW6joVUm.js → AlertBanner-BFzaGOer.js} +3 -3
  3. package/dist/{GenericCard-IWX-Bmb_.js → GenericCard-grpa3KJR.js} +3 -3
  4. package/dist/ListAreaService-Y8wR14Xq.js +126 -0
  5. package/dist/{_Map-D8db_GOu.js → _Map-BYxTn6ob.js} +1 -1
  6. package/dist/{_commonjsHelpers-B4e78b8K.js → _commonjsHelpers-ByX85dGu.js} +18 -13
  7. package/dist/animationframe-CqXArbwZ.js +32 -0
  8. package/dist/assets/ListAreaService.css +1 -1
  9. package/dist/assets/LoadingSpinner.css +1 -1
  10. package/dist/component-By6nyiBU.js +70 -0
  11. package/dist/{component-DEJuY56h.js → component-DYpB_4EP.js} +1 -111
  12. package/dist/components/AlertBanner/AlertBanner.js +4 -4
  13. package/dist/components/AlertBanner/LinkBanner.js +3 -3
  14. package/dist/components/AllowedButton/AllowedButton.d.ts +1 -1
  15. package/dist/components/AllowedButton/AllowedButton.js +1 -1
  16. package/dist/components/AllowedIconButton/AllowedIconButton.d.ts +1 -1
  17. package/dist/components/AllowedIconButton/AllowedIconButton.js +1 -1
  18. package/dist/components/BaseView/BaseView.js +14 -14
  19. package/dist/components/BasicHeading/BasicHeading.js +5 -5
  20. package/dist/components/BlockView/BlockView.js +2 -2
  21. package/dist/components/ButtonCard/ButtonCard.js +6 -6
  22. package/dist/components/ChipCard/ChipCard.js +13 -255
  23. package/dist/components/ConfirmationModal/ConfirmationModal.js +8 -8
  24. package/dist/components/ContextMenu/ContextMenu.js +12 -12
  25. package/dist/components/DeleteModal/DeleteModal.js +25 -25
  26. package/dist/components/DetailContentWrapper/DetailContentWrapper.js +1 -1
  27. package/dist/components/Disclaimer/Disclaimer.js +3 -3
  28. package/dist/components/EmptyView/EmptyView.d.ts +10 -1
  29. package/dist/components/EmptyView/EmptyView.js +50 -34
  30. package/dist/components/Filter/Filter.js +15 -15
  31. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.js +1 -1
  32. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.js +7 -22
  33. package/dist/components/FormComponents/FormNumber/CustomTextField.js +3 -3
  34. package/dist/components/FormComponents/FormNumber/FormNumber.js +1 -1
  35. package/dist/components/FormComponents/FormRadio/FormRadio.js +1 -1
  36. package/dist/components/FormComponents/FormSelect/FormSelect.js +4 -4
  37. package/dist/components/FormComponents/FormSelect/SelectTooltipText.js +2 -2
  38. package/dist/components/FormComponents/FormSlider/FormSlider.js +10 -98
  39. package/dist/components/FormComponents/FormText/FormText.js +2 -2
  40. package/dist/components/FormComponents/FormToggle/FormToggle.js +4 -4
  41. package/dist/components/FormattedNumberDisplay/FormattedNumberDisplay.js +1 -1
  42. package/dist/components/GenericTable/GenericTable.js +36 -172
  43. package/dist/components/GenericTable/GenericTableService.d.ts +4 -1
  44. package/dist/components/GenericTable/GenericTableService.js +24 -24
  45. package/dist/components/GenericTable/Mobile/GenericCard.js +4 -4
  46. package/dist/components/GenericTable/Mobile/GenericCardList.js +4 -4
  47. package/dist/components/HashTabView/HashTabView.js +10 -428
  48. package/dist/components/HeaderFilter/HeaderFilter.js +1 -1
  49. package/dist/components/Iconify/Iconify.js +2 -2
  50. package/dist/components/InfoCard/InfoCard.js +4 -4
  51. package/dist/components/InfoGroup/InfoGroup.js +4 -4
  52. package/dist/components/ListArea/ListArea.d.ts +5 -1
  53. package/dist/components/ListArea/ListArea.js +39 -36
  54. package/dist/components/ListArea/ListAreaService.js +6 -6
  55. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.js +13 -5
  56. package/dist/components/LoadingSpinner/Default/LoadingSpinner.js +44 -108
  57. package/dist/components/Modal/Modal.js +12 -122
  58. package/dist/components/ModulePadding/ModulePadding.js +11 -11
  59. package/dist/components/OfflineView/OfflineView.js +45 -7
  60. package/dist/components/OnboardingBanner/OnboardingBanner.js +8 -8
  61. package/dist/components/OverflowTooltip/OverflowTooltip.js +2 -2
  62. package/dist/components/SearchBar/SearchBar.js +2 -2
  63. package/dist/components/Select/Select.js +2 -2
  64. package/dist/components/Stepper/Stepper.js +1 -1
  65. package/dist/components/Stepper/components/StepperButton.js +1 -1
  66. package/dist/components/Stepper/components/StepperHeader.js +3 -3
  67. package/dist/components/Stepper/components/StepperItem.js +2 -2
  68. package/dist/{correct-is-regexp-logic-Y0ToWEjF.js → correct-is-regexp-logic-BJ-OWRrn.js} +1 -1
  69. package/dist/{defineProperty-BTsGZ3c1.js → defineProperty-B7N9EBBI.js} +3 -3
  70. package/dist/{es.string.iterator-UszlTFwY.js → es.string.iterator-DBx2A42F.js} +2 -2
  71. package/dist/{find-CHg-_ooq.js → find-eU9ab_u7.js} +4 -4
  72. package/dist/{get-DxjPG00Z.js → get-BLvvbtML.js} +3 -3
  73. package/dist/get-CBFiuc3f.js +7 -0
  74. package/dist/hooks/useBreakpoints.js +37 -3
  75. package/dist/hooks/useHelperText.js +1 -1
  76. package/dist/{identity-BVIVr9qu.js → identity-B0bbReND.js} +4 -4
  77. package/dist/{index-BcGujPyk.js → index-Df2FYN-K.js} +5 -26
  78. package/dist/{index.es-B8p8KCdj.js → index.es-B19PQgzU.js} +4 -4
  79. package/dist/{index.es-BYcQTTL8.js → index.es-B9BUXRQn.js} +9 -339
  80. package/dist/{index.es-BPv5dCFQ.js → index.es-BOG3_7IM.js} +12 -12
  81. package/dist/{index.es-DGoBge9W.js → index.es-BOvO8moE.js} +4 -4
  82. package/dist/{index.es-BoUnovl_.js → index.es-BcnmoCEg.js} +8 -74
  83. package/dist/{index.es-C32E1Lcb.js → index.es-BwafUoK3.js} +82 -147
  84. package/dist/{index.es-B1h6DPYp.js → index.es-C27R5Xae.js} +2 -2
  85. package/dist/{index.es-nwjKmW7-.js → index.es-C2IOpX7R.js} +34 -111
  86. package/dist/{index.es-Da7ok-B-.js → index.es-C6I3L4U4.js} +2 -2
  87. package/dist/{index.es-BHvm4m-B.js → index.es-Cg57snrN.js} +19 -261
  88. package/dist/{index.es-DUTChZks.js → index.es-Ci3O23C_.js} +6 -72
  89. package/dist/{index.es-t87yNd9Y.js → index.es-CkB4776y.js} +6 -72
  90. package/dist/{index.es-CeQB6igi.js → index.es-Cr1PSTyq.js} +3 -3
  91. package/dist/{index.es--C-VLspF.js → index.es-D1iB_QlE.js} +8 -140
  92. package/dist/{index.es-Dgxrk6xW.js → index.es-DEBGoIKX.js} +2 -2
  93. package/dist/{index.es-CWyjqoEE.js → index.es-DHnCVuQ8.js} +7 -73
  94. package/dist/{index.es-Bo-d_yTV.js → index.es-DHoIQ8lu.js} +2 -2
  95. package/dist/{index.es-SjZ_-d7U.js → index.es-DUrjyxNI.js} +5 -5
  96. package/dist/{index.es-Cfv794DG.js → index.es-DdeCB7LW.js} +1 -1
  97. package/dist/{index.es-BanVdXEd.js → index.es-DgncYOqO.js} +2 -2
  98. package/dist/{index.es-DOnQ26kT.js → index.es-DhlgTSuU.js} +3 -3
  99. package/dist/{index.es-oxil0uFe.js → index.es-Z0aF-7Cn.js} +3 -6
  100. package/dist/{index.es-DmRhbgqK.js → index.es-l_3PNohs.js} +2 -68
  101. package/dist/{isArray-B457bpaW.js → isArray-Ce1Q96lU.js} +1 -1
  102. package/dist/isArray-olhCpv2e.js +7 -0
  103. package/dist/{isEmpty-BnfHn4bl.js → isEmpty-l2xQKl4x.js} +3 -3
  104. package/dist/{isString-DVA49FEo.js → isString-BNdV0Jpg.js} +3 -3
  105. package/dist/{isTypedArray-DziahYkI.js → isTypedArray-D39qzPYE.js} +2 -2
  106. package/dist/{keyboard-DiKJoabs.js → keyboard-DbG3oyPU.js} +3 -25
  107. package/dist/main.js +15 -15
  108. package/dist/{map-BprzXv4m.js → map-ZSVweMI1.js} +5 -5
  109. package/dist/{omit-CYY_mIYv.js → omit-BWQrFyQ-.js} +7 -7
  110. package/dist/{orderBy-DLBJlgdL.js → orderBy-Ce85KqD6.js} +7 -7
  111. package/dist/{parse-int-D-3oah_F.js → parse-int-CGpIXMGa.js} +2 -2
  112. package/dist/{react-number-format.es-DzkMiF8j.js → react-number-format.es-pczkQ4lQ.js} +0 -1
  113. package/dist/{react-tooltip.min-CVsI--2Y.js → react-tooltip.min-Dkz5ltCC.js} +1 -12
  114. package/dist/{react.esm-Bm0cAgpZ.js → react.esm-DF7i80eN.js} +2471 -2582
  115. package/dist/services/UtilService.js +9 -9
  116. package/dist/{slicedToArray-ByMQIs5x.js → slicedToArray-DC6VAZtW.js} +4 -4
  117. package/dist/test-utils.js +1 -1
  118. package/dist/{toString-B7FIT8FE.js → toString-D5bEU-DN.js} +1 -1
  119. package/dist/types/GenericTable.d.ts +3 -3
  120. package/dist/{uniqueId-BNVTeImh.js → uniqueId-CJo-XRQb.js} +2 -2
  121. package/dist/{util-DA21pZXj.js → util-CBo-ipCE.js} +0 -22
  122. package/package.json +2 -2
  123. package/dist/BigLoadingSpinner-DGj9_Z5J.js +0 -16
  124. package/dist/ListAreaService-Fsm3-gDM.js +0 -125
  125. package/dist/OfflineView-CIwV08EQ.js +0 -48
  126. package/dist/animationframe-BVKDmEXe.js +0 -54
  127. package/dist/component-Bz_dtX1r.js +0 -114
  128. package/dist/components/AlertBanner/AlertBanner.test.d.ts +0 -1
  129. package/dist/components/AlertBanner/AlertBanner.test.js +0 -34
  130. package/dist/components/AlertBanner/LinkBanner.test.d.ts +0 -1
  131. package/dist/components/AlertBanner/LinkBanner.test.js +0 -17
  132. package/dist/components/Allowed/Allowed.test.d.ts +0 -1
  133. package/dist/components/Allowed/Allowed.test.js +0 -49
  134. package/dist/components/AllowedButton/AllowedButton.test.d.ts +0 -1
  135. package/dist/components/AllowedButton/AllowedButton.test.js +0 -126
  136. package/dist/components/AllowedIconButton/AllowedIconButton.test.d.ts +0 -1
  137. package/dist/components/AllowedIconButton/AllowedIconButton.test.js +0 -121
  138. package/dist/components/BaseView/BaseView.test.d.ts +0 -1
  139. package/dist/components/BaseView/BaseView.test.js +0 -180
  140. package/dist/components/BasicHeading/BasicHeading.test.d.ts +0 -1
  141. package/dist/components/BasicHeading/BasicHeading.test.js +0 -36
  142. package/dist/components/BlockView/BlockView.test.d.ts +0 -1
  143. package/dist/components/BlockView/BlockView.test.js +0 -47
  144. package/dist/components/ButtonCard/ButtonCard.test.d.ts +0 -1
  145. package/dist/components/ButtonCard/ButtonCard.test.js +0 -92
  146. package/dist/components/ChipCard/ChipCard.test.d.ts +0 -1
  147. package/dist/components/ChipCard/ChipCard.test.js +0 -25
  148. package/dist/components/ConfirmationModal/ConfirmationModal.test.d.ts +0 -1
  149. package/dist/components/ConfirmationModal/ConfirmationModal.test.js +0 -221
  150. package/dist/components/ContextMenu/ContextMenu.test.d.ts +0 -1
  151. package/dist/components/ContextMenu/ContextMenu.test.js +0 -96
  152. package/dist/components/DeleteModal/DeleteModal.test.d.ts +0 -1
  153. package/dist/components/DeleteModal/DeleteModal.test.js +0 -132
  154. package/dist/components/Disclaimer/Disclaimer.test.d.ts +0 -1
  155. package/dist/components/Disclaimer/Disclaimer.test.js +0 -13
  156. package/dist/components/EmptyView/EmptyView.test.d.ts +0 -1
  157. package/dist/components/EmptyView/EmptyView.test.js +0 -50
  158. package/dist/components/Filter/Filter.test.d.ts +0 -1
  159. package/dist/components/Filter/Filter.test.js +0 -166
  160. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.d.ts +0 -1
  161. package/dist/components/FormComponents/FormCheckBox/FormCheckBox.test.js +0 -56
  162. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.d.ts +0 -1
  163. package/dist/components/FormComponents/FormDatePicker/FormDatePicker.test.js +0 -56
  164. package/dist/components/FormComponents/FormNumber/FormNumber.test.d.ts +0 -1
  165. package/dist/components/FormComponents/FormNumber/FormNumber.test.js +0 -51
  166. package/dist/components/FormComponents/FormRadio/FormRadio.test.d.ts +0 -1
  167. package/dist/components/FormComponents/FormRadio/FormRadio.test.js +0 -73
  168. package/dist/components/FormComponents/FormSelect/FormSelect.test.d.ts +0 -1
  169. package/dist/components/FormComponents/FormSelect/FormSelect.test.js +0 -226
  170. package/dist/components/FormComponents/FormSlider/FormSlider.test.d.ts +0 -1
  171. package/dist/components/FormComponents/FormSlider/FormSlider.test.js +0 -49
  172. package/dist/components/FormComponents/FormText/FormText.test.d.ts +0 -1
  173. package/dist/components/FormComponents/FormText/FormText.test.js +0 -113
  174. package/dist/components/FormComponents/FormToggle/FormToggle.test.d.ts +0 -1
  175. package/dist/components/FormComponents/FormToggle/FormToggle.test.js +0 -54
  176. package/dist/components/GenericTable/GenericTable.test.d.ts +0 -1
  177. package/dist/components/GenericTable/GenericTable.test.js +0 -115
  178. package/dist/components/GenericTable/Mobile/GenericCard.test.d.ts +0 -1
  179. package/dist/components/GenericTable/Mobile/GenericCard.test.js +0 -76
  180. package/dist/components/GenericTable/Mobile/GenericCardList.test.d.ts +0 -1
  181. package/dist/components/GenericTable/Mobile/GenericCardList.test.js +0 -75
  182. package/dist/components/HashTabView/HashTabView.test.d.ts +0 -1
  183. package/dist/components/HashTabView/HashTabView.test.js +0 -31
  184. package/dist/components/HeaderFilter/HeaderFilter.test.d.ts +0 -1
  185. package/dist/components/HeaderFilter/HeaderFilter.test.js +0 -46
  186. package/dist/components/Iconify/Iconify.test.d.ts +0 -1
  187. package/dist/components/Iconify/Iconify.test.js +0 -28
  188. package/dist/components/InfoCard/InfoCard.test.d.ts +0 -1
  189. package/dist/components/InfoCard/InfoCard.test.js +0 -48
  190. package/dist/components/InfoGroup/InfoGroup.test.d.ts +0 -1
  191. package/dist/components/InfoGroup/InfoGroup.test.js +0 -40
  192. package/dist/components/ListArea/ListArea.test.d.ts +0 -1
  193. package/dist/components/ListArea/ListArea.test.js +0 -110
  194. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.d.ts +0 -1
  195. package/dist/components/LoadingSpinner/Big/BigLoadingSpinner.test.js +0 -15
  196. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.d.ts +0 -1
  197. package/dist/components/LoadingSpinner/Default/LoadingSpinner.test.js +0 -20
  198. package/dist/components/ModulePadding/ModulePadding.test.d.ts +0 -1
  199. package/dist/components/ModulePadding/ModulePadding.test.js +0 -22
  200. package/dist/components/OfflineView/OfflineView.test.d.ts +0 -1
  201. package/dist/components/OfflineView/OfflineView.test.js +0 -24
  202. package/dist/components/OnboardingBanner/OnboardingBanner.test.d.ts +0 -1
  203. package/dist/components/OnboardingBanner/OnboardingBanner.test.js +0 -72
  204. package/dist/components/OverflowTooltip/OverflowTooltip.test.d.ts +0 -1
  205. package/dist/components/OverflowTooltip/OverflowTooltip.test.js +0 -37
  206. package/dist/components/PermissionChecks/PermissionService.test.d.ts +0 -1
  207. package/dist/components/PermissionChecks/PermissionService.test.js +0 -91
  208. package/dist/components/SafeForm/SafeForm.test.d.ts +0 -1
  209. package/dist/components/SafeForm/SafeForm.test.js +0 -91
  210. package/dist/components/Scrollbar/scrollbar.test.d.ts +0 -1
  211. package/dist/components/Scrollbar/scrollbar.test.js +0 -15
  212. package/dist/components/SearchBar/SearchBar.test.d.ts +0 -1
  213. package/dist/components/SearchBar/SearchBar.test.js +0 -23
  214. package/dist/components/Select/Select.test.d.ts +0 -1
  215. package/dist/components/Select/Select.test.js +0 -28
  216. package/dist/components/Stepper/Stepper.test.d.ts +0 -1
  217. package/dist/components/Stepper/Stepper.test.js +0 -342
  218. package/dist/components/VerticalDivider/VerticalDivider.test.d.ts +0 -1
  219. package/dist/components/VerticalDivider/VerticalDivider.test.js +0 -15
  220. package/dist/get-D8IXqiys.js +0 -7
  221. package/dist/hooks/useBreakpoints.test.d.ts +0 -1
  222. package/dist/hooks/useBreakpoints.test.js +0 -11
  223. package/dist/index-BLPBqbdx.js +0 -11025
  224. package/dist/isArray-BjSPDQ4v.js +0 -7
  225. package/dist/magic-string.es-uPKorP4O.js +0 -663
  226. package/dist/services/services.test.d.ts +0 -1
  227. package/dist/services/services.test.js +0 -106
  228. package/dist/useBreakpoints-MzTZ0tCT.js +0 -45
  229. package/dist/vi.bdSIJ99Y-B308Q-4w.js +0 -11963
@@ -1,16 +1,16 @@
1
- import { _ as Ya, a as Pt, b as Dn, c as _a, d as Mr, P as l } from "./index-BcGujPyk.js";
2
- import { _ as Or, a as Cn, b as kr, c as xr, d as Un, g as En, e as Tn, f as Sr } from "./defineProperty-BTsGZ3c1.js";
3
- import { _ as Z } from "./slicedToArray-ByMQIs5x.js";
4
- import { _ as Oa } from "./parse-int-D-3oah_F.js";
5
- import { H as Pr, e as Wn, u as Hn, _ as Mn, w as Yr, v as _r, k as Yt, s as Xa, d as at } from "./index.es-Da7ok-B-.js";
1
+ import { _ as Ya, a as Pt, b as Dn, c as _a, d as Mr, P as l } from "./index-Df2FYN-K.js";
2
+ import { _ as Or, a as Cn, b as kr, c as xr, d as Un, g as En, e as Tn, f as Sr } from "./defineProperty-B7N9EBBI.js";
3
+ import { _ as Z } from "./slicedToArray-DC6VAZtW.js";
4
+ import { _ as Oa } from "./parse-int-CGpIXMGa.js";
5
+ import { H as Pr, e as Wn, u as Hn, _ as Mn, w as Yr, v as _r, k as Yt, s as Xa, d as at } from "./index.es-C6I3L4U4.js";
6
6
  import H, { forwardRef as $a, useContext as $r, useState as J, useRef as st, useMemo as ia, useCallback as ae, useEffect as xe, useImperativeHandle as Na, cloneElement as Fn } from "react";
7
- import { a as Nr } from "./index.es-SjZ_-d7U.js";
8
- import { I as Va, _ as On } from "./index.es-t87yNd9Y.js";
9
- import { c as Ua, d as Ur, e as P, f as Y, g as M, h as f, b as v, i as O, S as ka } from "./index.es-nwjKmW7-.js";
10
- import { _ as Ka, P as In } from "./index.es-DGoBge9W.js";
11
- import { _ as Qn } from "./find-CHg-_ooq.js";
12
- import { c as Er, I as Wr } from "./index.es-Dgxrk6xW.js";
13
- import { T as Hr } from "./index.es-BYcQTTL8.js";
7
+ import { a as Nr } from "./index.es-DUrjyxNI.js";
8
+ import { I as Va, _ as On } from "./index.es-CkB4776y.js";
9
+ import { c as Ua, d as Ur, e as P, f as Y, g as M, h as O, i as f, b as v, S as ka } from "./index.es-C2IOpX7R.js";
10
+ import { _ as Ka, P as In } from "./index.es-BOvO8moE.js";
11
+ import { _ as Qn } from "./find-eU9ab_u7.js";
12
+ import { c as Er, I as Wr } from "./index.es-DEBGoIKX.js";
13
+ import { T as Hr } from "./index.es-B9BUXRQn.js";
14
14
  function ee(i) {
15
15
  if (i === null || i === !0 || i === !1)
16
16
  return NaN;
@@ -178,7 +178,6 @@ var lt = {
178
178
  return a;
179
179
  case "aaaaa":
180
180
  return a[0];
181
- case "aaaa":
182
181
  default:
183
182
  return a === "am" ? "a.m." : "p.m.";
184
183
  }
@@ -228,8 +227,6 @@ var lt = {
228
227
  return a.era(e, {
229
228
  width: "narrow"
230
229
  });
231
- // Anno Domini, Before Christ
232
- case "GGGG":
233
230
  default:
234
231
  return a.era(e, {
235
232
  width: "wide"
@@ -302,8 +299,6 @@ var lt = {
302
299
  width: "narrow",
303
300
  context: "formatting"
304
301
  });
305
- // 1st quarter, 2nd quarter, ...
306
- case "QQQQ":
307
302
  default:
308
303
  return a.quarter(e, {
309
304
  width: "wide",
@@ -338,8 +333,6 @@ var lt = {
338
333
  width: "narrow",
339
334
  context: "standalone"
340
335
  });
341
- // 1st quarter, 2nd quarter, ...
342
- case "qqqq":
343
336
  default:
344
337
  return a.quarter(e, {
345
338
  width: "wide",
@@ -371,8 +364,6 @@ var lt = {
371
364
  width: "narrow",
372
365
  context: "formatting"
373
366
  });
374
- // January, February, ..., December
375
- case "MMMM":
376
367
  default:
377
368
  return a.month(e, {
378
369
  width: "wide",
@@ -407,8 +398,6 @@ var lt = {
407
398
  width: "narrow",
408
399
  context: "standalone"
409
400
  });
410
- // January, February, ..., December
411
- case "LLLL":
412
401
  default:
413
402
  return a.month(e, {
414
403
  width: "wide",
@@ -467,8 +456,6 @@ var lt = {
467
456
  width: "short",
468
457
  context: "formatting"
469
458
  });
470
- // Tuesday
471
- case "EEEE":
472
459
  default:
473
460
  return a.day(e, {
474
461
  width: "wide",
@@ -508,8 +495,6 @@ var lt = {
508
495
  width: "short",
509
496
  context: "formatting"
510
497
  });
511
- // Tuesday
512
- case "eeee":
513
498
  default:
514
499
  return a.day(o, {
515
500
  width: "wide",
@@ -549,8 +534,6 @@ var lt = {
549
534
  width: "short",
550
535
  context: "standalone"
551
536
  });
552
- // Tuesday
553
- case "cccc":
554
537
  default:
555
538
  return a.day(o, {
556
539
  width: "wide",
@@ -591,8 +574,6 @@ var lt = {
591
574
  width: "short",
592
575
  context: "formatting"
593
576
  });
594
- // Tuesday
595
- case "iiii":
596
577
  default:
597
578
  return a.day(e, {
598
579
  width: "wide",
@@ -620,7 +601,6 @@ var lt = {
620
601
  width: "narrow",
621
602
  context: "formatting"
622
603
  });
623
- case "aaaa":
624
604
  default:
625
605
  return a.dayPeriod(o, {
626
606
  width: "wide",
@@ -648,7 +628,6 @@ var lt = {
648
628
  width: "narrow",
649
629
  context: "formatting"
650
630
  });
651
- case "bbbb":
652
631
  default:
653
632
  return a.dayPeriod(o, {
654
633
  width: "wide",
@@ -672,7 +651,6 @@ var lt = {
672
651
  width: "narrow",
673
652
  context: "formatting"
674
653
  });
675
- case "BBBB":
676
654
  default:
677
655
  return a.dayPeriod(o, {
678
656
  width: "wide",
@@ -741,11 +719,6 @@ var lt = {
741
719
  case "XXXX":
742
720
  case "XX":
743
721
  return Dt(r);
744
- // Hours, minutes and optional seconds with `:` delimiter
745
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
746
- // so this token always has the same output as `XXX`
747
- case "XXXXX":
748
- case "XXX":
749
722
  // Hours and minutes with `:` delimiter
750
723
  default:
751
724
  return Dt(r, ":");
@@ -764,11 +737,6 @@ var lt = {
764
737
  case "xxxx":
765
738
  case "xx":
766
739
  return Dt(r);
767
- // Hours, minutes and optional seconds with `:` delimiter
768
- // Note: neither ISO-8601 nor JavaScript supports seconds in timezone offsets
769
- // so this token always has the same output as `xxx`
770
- case "xxxxx":
771
- case "xxx":
772
740
  // Hours and minutes with `:` delimiter
773
741
  default:
774
742
  return Dt(r, ":");
@@ -783,8 +751,6 @@ var lt = {
783
751
  case "OO":
784
752
  case "OOO":
785
753
  return "GMT" + kn(r, ":");
786
- // Long
787
- case "OOOO":
788
754
  default:
789
755
  return "GMT" + Dt(r, ":");
790
756
  }
@@ -798,8 +764,6 @@ var lt = {
798
764
  case "zz":
799
765
  case "zzz":
800
766
  return "GMT" + kn(r, ":");
801
- // Long
802
- case "zzzz":
803
767
  default:
804
768
  return "GMT" + Dt(r, ":");
805
769
  }
@@ -847,7 +811,6 @@ var Sn = function(n, t) {
847
811
  return t.date({
848
812
  width: "long"
849
813
  });
850
- case "PPPP":
851
814
  default:
852
815
  return t.date({
853
816
  width: "full"
@@ -867,7 +830,6 @@ var Sn = function(n, t) {
867
830
  return t.time({
868
831
  width: "long"
869
832
  });
870
- case "pppp":
871
833
  default:
872
834
  return t.time({
873
835
  width: "full"
@@ -894,7 +856,6 @@ var Sn = function(n, t) {
894
856
  width: "long"
895
857
  });
896
858
  break;
897
- case "PPPP":
898
859
  default:
899
860
  r = t.dateTime({
900
861
  width: "full"
@@ -1415,9 +1376,9 @@ In order to be iterable, non-array objects must have a [Symbol.iterator]() metho
1415
1376
  }
1416
1377
  var Li = 10, Vn = /* @__PURE__ */ (function() {
1417
1378
  function i() {
1418
- M(this, i), f(this, "priority", void 0), f(this, "subPriority", 0);
1379
+ O(this, i), f(this, "priority", void 0), f(this, "subPriority", 0);
1419
1380
  }
1420
- return O(i, [{
1381
+ return M(i, [{
1421
1382
  key: "validate",
1422
1383
  value: function(t, a) {
1423
1384
  return !0;
@@ -1428,9 +1389,9 @@ var Li = 10, Vn = /* @__PURE__ */ (function() {
1428
1389
  var n = Y(t);
1429
1390
  function t(a, e, o, r, s) {
1430
1391
  var u;
1431
- return M(this, t), u = n.call(this), u.value = a, u.validateValue = e, u.setValue = o, u.priority = r, s && (u.subPriority = s), u;
1392
+ return O(this, t), u = n.call(this), u.value = a, u.validateValue = e, u.setValue = o, u.priority = r, s && (u.subPriority = s), u;
1432
1393
  }
1433
- return O(t, [{
1394
+ return M(t, [{
1434
1395
  key: "validate",
1435
1396
  value: function(e, o) {
1436
1397
  return this.validateValue(e, this.value, o);
@@ -1446,12 +1407,12 @@ var Li = 10, Vn = /* @__PURE__ */ (function() {
1446
1407
  var n = Y(t);
1447
1408
  function t() {
1448
1409
  var a;
1449
- M(this, t);
1410
+ O(this, t);
1450
1411
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
1451
1412
  o[r] = arguments[r];
1452
1413
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", Li), f(v(a), "subPriority", -1), a;
1453
1414
  }
1454
- return O(t, [{
1415
+ return M(t, [{
1455
1416
  key: "set",
1456
1417
  value: function(e, o) {
1457
1418
  if (o.timestampIsSet)
@@ -1462,9 +1423,9 @@ var Li = 10, Vn = /* @__PURE__ */ (function() {
1462
1423
  }]), t;
1463
1424
  })(Vn), U = /* @__PURE__ */ (function() {
1464
1425
  function i() {
1465
- M(this, i), f(this, "incompatibleTokens", void 0), f(this, "priority", void 0), f(this, "subPriority", void 0);
1426
+ O(this, i), f(this, "incompatibleTokens", void 0), f(this, "priority", void 0), f(this, "subPriority", void 0);
1466
1427
  }
1467
- return O(i, [{
1428
+ return M(i, [{
1468
1429
  key: "run",
1469
1430
  value: function(t, a, e, o) {
1470
1431
  var r = this.parse(t, a, e, o);
@@ -1484,12 +1445,12 @@ var Li = 10, Vn = /* @__PURE__ */ (function() {
1484
1445
  var n = Y(t);
1485
1446
  function t() {
1486
1447
  var a;
1487
- M(this, t);
1448
+ O(this, t);
1488
1449
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
1489
1450
  o[r] = arguments[r];
1490
1451
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 140), f(v(a), "incompatibleTokens", ["R", "u", "t", "T"]), a;
1491
1452
  }
1492
- return O(t, [{
1453
+ return M(t, [{
1493
1454
  key: "parse",
1494
1455
  value: function(e, o, r) {
1495
1456
  switch (o) {
@@ -1507,8 +1468,6 @@ var Li = 10, Vn = /* @__PURE__ */ (function() {
1507
1468
  return r.era(e, {
1508
1469
  width: "narrow"
1509
1470
  });
1510
- // Anno Domini, Before Christ
1511
- case "GGGG":
1512
1471
  default:
1513
1472
  return r.era(e, {
1514
1473
  width: "wide"
@@ -1639,9 +1598,6 @@ function an(i) {
1639
1598
  case "noon":
1640
1599
  case "afternoon":
1641
1600
  return 12;
1642
- case "am":
1643
- case "midnight":
1644
- case "night":
1645
1601
  default:
1646
1602
  return 0;
1647
1603
  }
@@ -1664,12 +1620,12 @@ var Xi = /* @__PURE__ */ (function(i) {
1664
1620
  var n = Y(t);
1665
1621
  function t() {
1666
1622
  var a;
1667
- M(this, t);
1623
+ O(this, t);
1668
1624
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
1669
1625
  o[r] = arguments[r];
1670
1626
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 130), f(v(a), "incompatibleTokens", ["Y", "R", "u", "w", "I", "i", "e", "c", "t", "T"]), a;
1671
1627
  }
1672
- return O(t, [{
1628
+ return M(t, [{
1673
1629
  key: "parse",
1674
1630
  value: function(e, o, r) {
1675
1631
  var s = function(d) {
@@ -1711,12 +1667,12 @@ var Xi = /* @__PURE__ */ (function(i) {
1711
1667
  var n = Y(t);
1712
1668
  function t() {
1713
1669
  var a;
1714
- M(this, t);
1670
+ O(this, t);
1715
1671
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
1716
1672
  o[r] = arguments[r];
1717
1673
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 130), f(v(a), "incompatibleTokens", ["y", "R", "u", "Q", "q", "M", "L", "I", "d", "D", "i", "t", "T"]), a;
1718
1674
  }
1719
- return O(t, [{
1675
+ return M(t, [{
1720
1676
  key: "parse",
1721
1677
  value: function(e, o, r) {
1722
1678
  var s = function(d) {
@@ -1758,12 +1714,12 @@ var Xi = /* @__PURE__ */ (function(i) {
1758
1714
  var n = Y(t);
1759
1715
  function t() {
1760
1716
  var a;
1761
- M(this, t);
1717
+ O(this, t);
1762
1718
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
1763
1719
  o[r] = arguments[r];
1764
1720
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 130), f(v(a), "incompatibleTokens", ["G", "y", "Y", "u", "Q", "q", "M", "L", "w", "d", "D", "e", "c", "t", "T"]), a;
1765
1721
  }
1766
- return O(t, [{
1722
+ return M(t, [{
1767
1723
  key: "parse",
1768
1724
  value: function(e, o) {
1769
1725
  return Sa(o === "R" ? 4 : o.length, e);
@@ -1780,12 +1736,12 @@ var Xi = /* @__PURE__ */ (function(i) {
1780
1736
  var n = Y(t);
1781
1737
  function t() {
1782
1738
  var a;
1783
- M(this, t);
1739
+ O(this, t);
1784
1740
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
1785
1741
  o[r] = arguments[r];
1786
1742
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 130), f(v(a), "incompatibleTokens", ["G", "y", "Y", "R", "w", "I", "i", "e", "c", "t", "T"]), a;
1787
1743
  }
1788
- return O(t, [{
1744
+ return M(t, [{
1789
1745
  key: "parse",
1790
1746
  value: function(e, o) {
1791
1747
  return Sa(o === "u" ? 4 : o.length, e);
@@ -1801,12 +1757,12 @@ var Xi = /* @__PURE__ */ (function(i) {
1801
1757
  var n = Y(t);
1802
1758
  function t() {
1803
1759
  var a;
1804
- M(this, t);
1760
+ O(this, t);
1805
1761
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
1806
1762
  o[r] = arguments[r];
1807
1763
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 120), f(v(a), "incompatibleTokens", ["Y", "R", "q", "M", "L", "w", "I", "d", "D", "i", "e", "c", "t", "T"]), a;
1808
1764
  }
1809
- return O(t, [{
1765
+ return M(t, [{
1810
1766
  key: "parse",
1811
1767
  value: function(e, o, r) {
1812
1768
  switch (o) {
@@ -1834,8 +1790,6 @@ var Xi = /* @__PURE__ */ (function(i) {
1834
1790
  width: "narrow",
1835
1791
  context: "formatting"
1836
1792
  });
1837
- // 1st quarter, 2nd quarter, ...
1838
- case "QQQQ":
1839
1793
  default:
1840
1794
  return r.quarter(e, {
1841
1795
  width: "wide",
@@ -1865,12 +1819,12 @@ var Xi = /* @__PURE__ */ (function(i) {
1865
1819
  var n = Y(t);
1866
1820
  function t() {
1867
1821
  var a;
1868
- M(this, t);
1822
+ O(this, t);
1869
1823
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
1870
1824
  o[r] = arguments[r];
1871
1825
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 120), f(v(a), "incompatibleTokens", ["Y", "R", "Q", "M", "L", "w", "I", "d", "D", "i", "e", "c", "t", "T"]), a;
1872
1826
  }
1873
- return O(t, [{
1827
+ return M(t, [{
1874
1828
  key: "parse",
1875
1829
  value: function(e, o, r) {
1876
1830
  switch (o) {
@@ -1898,8 +1852,6 @@ var Xi = /* @__PURE__ */ (function(i) {
1898
1852
  width: "narrow",
1899
1853
  context: "standalone"
1900
1854
  });
1901
- // 1st quarter, 2nd quarter, ...
1902
- case "qqqq":
1903
1855
  default:
1904
1856
  return r.quarter(e, {
1905
1857
  width: "wide",
@@ -1929,12 +1881,12 @@ var Xi = /* @__PURE__ */ (function(i) {
1929
1881
  var n = Y(t);
1930
1882
  function t() {
1931
1883
  var a;
1932
- M(this, t);
1884
+ O(this, t);
1933
1885
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
1934
1886
  o[r] = arguments[r];
1935
1887
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "incompatibleTokens", ["Y", "R", "q", "Q", "L", "w", "I", "D", "i", "e", "c", "t", "T"]), f(v(a), "priority", 110), a;
1936
1888
  }
1937
- return O(t, [{
1889
+ return M(t, [{
1938
1890
  key: "parse",
1939
1891
  value: function(e, o, r) {
1940
1892
  var s = function(d) {
@@ -1967,8 +1919,6 @@ var Xi = /* @__PURE__ */ (function(i) {
1967
1919
  width: "narrow",
1968
1920
  context: "formatting"
1969
1921
  });
1970
- // January, February, ..., December
1971
- case "MMMM":
1972
1922
  default:
1973
1923
  return r.month(e, {
1974
1924
  width: "wide",
@@ -1998,12 +1948,12 @@ var Xi = /* @__PURE__ */ (function(i) {
1998
1948
  var n = Y(t);
1999
1949
  function t() {
2000
1950
  var a;
2001
- M(this, t);
1951
+ O(this, t);
2002
1952
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2003
1953
  o[r] = arguments[r];
2004
1954
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 110), f(v(a), "incompatibleTokens", ["Y", "R", "q", "Q", "M", "w", "I", "D", "i", "e", "c", "t", "T"]), a;
2005
1955
  }
2006
- return O(t, [{
1956
+ return M(t, [{
2007
1957
  key: "parse",
2008
1958
  value: function(e, o, r) {
2009
1959
  var s = function(d) {
@@ -2036,8 +1986,6 @@ var Xi = /* @__PURE__ */ (function(i) {
2036
1986
  width: "narrow",
2037
1987
  context: "standalone"
2038
1988
  });
2039
- // January, February, ..., December
2040
- case "LLLL":
2041
1989
  default:
2042
1990
  return r.month(e, {
2043
1991
  width: "wide",
@@ -2073,12 +2021,12 @@ var no = /* @__PURE__ */ (function(i) {
2073
2021
  var n = Y(t);
2074
2022
  function t() {
2075
2023
  var a;
2076
- M(this, t);
2024
+ O(this, t);
2077
2025
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2078
2026
  o[r] = arguments[r];
2079
2027
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 100), f(v(a), "incompatibleTokens", ["y", "R", "u", "q", "Q", "M", "L", "I", "d", "D", "i", "t", "T"]), a;
2080
2028
  }
2081
- return O(t, [{
2029
+ return M(t, [{
2082
2030
  key: "parse",
2083
2031
  value: function(e, o, r) {
2084
2032
  switch (o) {
@@ -2114,12 +2062,12 @@ var io = /* @__PURE__ */ (function(i) {
2114
2062
  var n = Y(t);
2115
2063
  function t() {
2116
2064
  var a;
2117
- M(this, t);
2065
+ O(this, t);
2118
2066
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2119
2067
  o[r] = arguments[r];
2120
2068
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 100), f(v(a), "incompatibleTokens", ["y", "Y", "u", "q", "Q", "M", "L", "w", "d", "D", "e", "c", "t", "T"]), a;
2121
2069
  }
2122
- return O(t, [{
2070
+ return M(t, [{
2123
2071
  key: "parse",
2124
2072
  value: function(e, o, r) {
2125
2073
  switch (o) {
@@ -2149,12 +2097,12 @@ var io = /* @__PURE__ */ (function(i) {
2149
2097
  var n = Y(t);
2150
2098
  function t() {
2151
2099
  var a;
2152
- M(this, t);
2100
+ O(this, t);
2153
2101
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2154
2102
  o[r] = arguments[r];
2155
2103
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 90), f(v(a), "subPriority", 1), f(v(a), "incompatibleTokens", ["Y", "R", "q", "Q", "w", "I", "D", "i", "e", "c", "t", "T"]), a;
2156
2104
  }
2157
- return O(t, [{
2105
+ return M(t, [{
2158
2106
  key: "parse",
2159
2107
  value: function(e, o, r) {
2160
2108
  switch (o) {
@@ -2185,12 +2133,12 @@ var io = /* @__PURE__ */ (function(i) {
2185
2133
  var n = Y(t);
2186
2134
  function t() {
2187
2135
  var a;
2188
- M(this, t);
2136
+ O(this, t);
2189
2137
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2190
2138
  o[r] = arguments[r];
2191
2139
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 90), f(v(a), "subpriority", 1), f(v(a), "incompatibleTokens", ["Y", "R", "q", "Q", "M", "L", "w", "I", "d", "E", "i", "e", "c", "t", "T"]), a;
2192
2140
  }
2193
- return O(t, [{
2141
+ return M(t, [{
2194
2142
  key: "parse",
2195
2143
  value: function(e, o, r) {
2196
2144
  switch (o) {
@@ -2232,12 +2180,12 @@ var co = /* @__PURE__ */ (function(i) {
2232
2180
  var n = Y(t);
2233
2181
  function t() {
2234
2182
  var a;
2235
- M(this, t);
2183
+ O(this, t);
2236
2184
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2237
2185
  o[r] = arguments[r];
2238
2186
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 90), f(v(a), "incompatibleTokens", ["D", "i", "e", "c", "t", "T"]), a;
2239
2187
  }
2240
- return O(t, [{
2188
+ return M(t, [{
2241
2189
  key: "parse",
2242
2190
  value: function(e, o, r) {
2243
2191
  switch (o) {
@@ -2270,8 +2218,6 @@ var co = /* @__PURE__ */ (function(i) {
2270
2218
  width: "narrow",
2271
2219
  context: "formatting"
2272
2220
  });
2273
- // Tuesday
2274
- case "EEEE":
2275
2221
  default:
2276
2222
  return r.day(e, {
2277
2223
  width: "wide",
@@ -2304,12 +2250,12 @@ var co = /* @__PURE__ */ (function(i) {
2304
2250
  var n = Y(t);
2305
2251
  function t() {
2306
2252
  var a;
2307
- M(this, t);
2253
+ O(this, t);
2308
2254
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2309
2255
  o[r] = arguments[r];
2310
2256
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 90), f(v(a), "incompatibleTokens", ["y", "R", "u", "q", "Q", "M", "L", "I", "d", "D", "E", "i", "c", "t", "T"]), a;
2311
2257
  }
2312
- return O(t, [{
2258
+ return M(t, [{
2313
2259
  key: "parse",
2314
2260
  value: function(e, o, r, s) {
2315
2261
  var u = function(c) {
@@ -2353,8 +2299,6 @@ var co = /* @__PURE__ */ (function(i) {
2353
2299
  width: "narrow",
2354
2300
  context: "formatting"
2355
2301
  });
2356
- // Tuesday
2357
- case "eeee":
2358
2302
  default:
2359
2303
  return r.day(e, {
2360
2304
  width: "wide",
@@ -2387,12 +2331,12 @@ var co = /* @__PURE__ */ (function(i) {
2387
2331
  var n = Y(t);
2388
2332
  function t() {
2389
2333
  var a;
2390
- M(this, t);
2334
+ O(this, t);
2391
2335
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2392
2336
  o[r] = arguments[r];
2393
2337
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 90), f(v(a), "incompatibleTokens", ["y", "R", "u", "q", "Q", "M", "L", "I", "d", "D", "E", "i", "e", "t", "T"]), a;
2394
2338
  }
2395
- return O(t, [{
2339
+ return M(t, [{
2396
2340
  key: "parse",
2397
2341
  value: function(e, o, r, s) {
2398
2342
  var u = function(c) {
@@ -2436,8 +2380,6 @@ var co = /* @__PURE__ */ (function(i) {
2436
2380
  width: "narrow",
2437
2381
  context: "standalone"
2438
2382
  });
2439
- // Tuesday
2440
- case "cccc":
2441
2383
  default:
2442
2384
  return r.day(e, {
2443
2385
  width: "wide",
@@ -2478,12 +2420,12 @@ var mo = /* @__PURE__ */ (function(i) {
2478
2420
  var n = Y(t);
2479
2421
  function t() {
2480
2422
  var a;
2481
- M(this, t);
2423
+ O(this, t);
2482
2424
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2483
2425
  o[r] = arguments[r];
2484
2426
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 90), f(v(a), "incompatibleTokens", ["y", "Y", "u", "q", "Q", "M", "L", "w", "d", "D", "E", "e", "c", "t", "T"]), a;
2485
2427
  }
2486
- return O(t, [{
2428
+ return M(t, [{
2487
2429
  key: "parse",
2488
2430
  value: function(e, o, r) {
2489
2431
  var s = function(d) {
@@ -2526,8 +2468,6 @@ var mo = /* @__PURE__ */ (function(i) {
2526
2468
  width: "narrow",
2527
2469
  context: "formatting"
2528
2470
  }), s);
2529
- // Tuesday
2530
- case "iiii":
2531
2471
  default:
2532
2472
  return ue(r.day(e, {
2533
2473
  width: "wide",
@@ -2560,12 +2500,12 @@ var mo = /* @__PURE__ */ (function(i) {
2560
2500
  var n = Y(t);
2561
2501
  function t() {
2562
2502
  var a;
2563
- M(this, t);
2503
+ O(this, t);
2564
2504
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2565
2505
  o[r] = arguments[r];
2566
2506
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 80), f(v(a), "incompatibleTokens", ["b", "B", "H", "k", "t", "T"]), a;
2567
2507
  }
2568
- return O(t, [{
2508
+ return M(t, [{
2569
2509
  key: "parse",
2570
2510
  value: function(e, o, r) {
2571
2511
  switch (o) {
@@ -2584,7 +2524,6 @@ var mo = /* @__PURE__ */ (function(i) {
2584
2524
  width: "narrow",
2585
2525
  context: "formatting"
2586
2526
  });
2587
- case "aaaa":
2588
2527
  default:
2589
2528
  return r.dayPeriod(e, {
2590
2529
  width: "wide",
@@ -2609,12 +2548,12 @@ var mo = /* @__PURE__ */ (function(i) {
2609
2548
  var n = Y(t);
2610
2549
  function t() {
2611
2550
  var a;
2612
- M(this, t);
2551
+ O(this, t);
2613
2552
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2614
2553
  o[r] = arguments[r];
2615
2554
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 80), f(v(a), "incompatibleTokens", ["a", "B", "H", "k", "t", "T"]), a;
2616
2555
  }
2617
- return O(t, [{
2556
+ return M(t, [{
2618
2557
  key: "parse",
2619
2558
  value: function(e, o, r) {
2620
2559
  switch (o) {
@@ -2633,7 +2572,6 @@ var mo = /* @__PURE__ */ (function(i) {
2633
2572
  width: "narrow",
2634
2573
  context: "formatting"
2635
2574
  });
2636
- case "bbbb":
2637
2575
  default:
2638
2576
  return r.dayPeriod(e, {
2639
2577
  width: "wide",
@@ -2658,12 +2596,12 @@ var mo = /* @__PURE__ */ (function(i) {
2658
2596
  var n = Y(t);
2659
2597
  function t() {
2660
2598
  var a;
2661
- M(this, t);
2599
+ O(this, t);
2662
2600
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2663
2601
  o[r] = arguments[r];
2664
2602
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 80), f(v(a), "incompatibleTokens", ["a", "b", "t", "T"]), a;
2665
2603
  }
2666
- return O(t, [{
2604
+ return M(t, [{
2667
2605
  key: "parse",
2668
2606
  value: function(e, o, r) {
2669
2607
  switch (o) {
@@ -2682,7 +2620,6 @@ var mo = /* @__PURE__ */ (function(i) {
2682
2620
  width: "narrow",
2683
2621
  context: "formatting"
2684
2622
  });
2685
- case "BBBB":
2686
2623
  default:
2687
2624
  return r.dayPeriod(e, {
2688
2625
  width: "wide",
@@ -2707,12 +2644,12 @@ var mo = /* @__PURE__ */ (function(i) {
2707
2644
  var n = Y(t);
2708
2645
  function t() {
2709
2646
  var a;
2710
- M(this, t);
2647
+ O(this, t);
2711
2648
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2712
2649
  o[r] = arguments[r];
2713
2650
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 70), f(v(a), "incompatibleTokens", ["H", "K", "k", "t", "T"]), a;
2714
2651
  }
2715
- return O(t, [{
2652
+ return M(t, [{
2716
2653
  key: "parse",
2717
2654
  value: function(e, o, r) {
2718
2655
  switch (o) {
@@ -2743,12 +2680,12 @@ var mo = /* @__PURE__ */ (function(i) {
2743
2680
  var n = Y(t);
2744
2681
  function t() {
2745
2682
  var a;
2746
- M(this, t);
2683
+ O(this, t);
2747
2684
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2748
2685
  o[r] = arguments[r];
2749
2686
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 70), f(v(a), "incompatibleTokens", ["a", "b", "h", "K", "k", "t", "T"]), a;
2750
2687
  }
2751
- return O(t, [{
2688
+ return M(t, [{
2752
2689
  key: "parse",
2753
2690
  value: function(e, o, r) {
2754
2691
  switch (o) {
@@ -2778,12 +2715,12 @@ var mo = /* @__PURE__ */ (function(i) {
2778
2715
  var n = Y(t);
2779
2716
  function t() {
2780
2717
  var a;
2781
- M(this, t);
2718
+ O(this, t);
2782
2719
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2783
2720
  o[r] = arguments[r];
2784
2721
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 70), f(v(a), "incompatibleTokens", ["h", "H", "k", "t", "T"]), a;
2785
2722
  }
2786
- return O(t, [{
2723
+ return M(t, [{
2787
2724
  key: "parse",
2788
2725
  value: function(e, o, r) {
2789
2726
  switch (o) {
@@ -2814,12 +2751,12 @@ var mo = /* @__PURE__ */ (function(i) {
2814
2751
  var n = Y(t);
2815
2752
  function t() {
2816
2753
  var a;
2817
- M(this, t);
2754
+ O(this, t);
2818
2755
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2819
2756
  o[r] = arguments[r];
2820
2757
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 70), f(v(a), "incompatibleTokens", ["a", "b", "h", "H", "K", "t", "T"]), a;
2821
2758
  }
2822
- return O(t, [{
2759
+ return M(t, [{
2823
2760
  key: "parse",
2824
2761
  value: function(e, o, r) {
2825
2762
  switch (o) {
@@ -2850,12 +2787,12 @@ var mo = /* @__PURE__ */ (function(i) {
2850
2787
  var n = Y(t);
2851
2788
  function t() {
2852
2789
  var a;
2853
- M(this, t);
2790
+ O(this, t);
2854
2791
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2855
2792
  o[r] = arguments[r];
2856
2793
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 60), f(v(a), "incompatibleTokens", ["t", "T"]), a;
2857
2794
  }
2858
- return O(t, [{
2795
+ return M(t, [{
2859
2796
  key: "parse",
2860
2797
  value: function(e, o, r) {
2861
2798
  switch (o) {
@@ -2885,12 +2822,12 @@ var mo = /* @__PURE__ */ (function(i) {
2885
2822
  var n = Y(t);
2886
2823
  function t() {
2887
2824
  var a;
2888
- M(this, t);
2825
+ O(this, t);
2889
2826
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2890
2827
  o[r] = arguments[r];
2891
2828
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 50), f(v(a), "incompatibleTokens", ["t", "T"]), a;
2892
2829
  }
2893
- return O(t, [{
2830
+ return M(t, [{
2894
2831
  key: "parse",
2895
2832
  value: function(e, o, r) {
2896
2833
  switch (o) {
@@ -2920,12 +2857,12 @@ var mo = /* @__PURE__ */ (function(i) {
2920
2857
  var n = Y(t);
2921
2858
  function t() {
2922
2859
  var a;
2923
- M(this, t);
2860
+ O(this, t);
2924
2861
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2925
2862
  o[r] = arguments[r];
2926
2863
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 30), f(v(a), "incompatibleTokens", ["t", "T"]), a;
2927
2864
  }
2928
- return O(t, [{
2865
+ return M(t, [{
2929
2866
  key: "parse",
2930
2867
  value: function(e, o) {
2931
2868
  var r = function(u) {
@@ -2944,12 +2881,12 @@ var mo = /* @__PURE__ */ (function(i) {
2944
2881
  var n = Y(t);
2945
2882
  function t() {
2946
2883
  var a;
2947
- M(this, t);
2884
+ O(this, t);
2948
2885
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2949
2886
  o[r] = arguments[r];
2950
2887
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 10), f(v(a), "incompatibleTokens", ["t", "T", "x"]), a;
2951
2888
  }
2952
- return O(t, [{
2889
+ return M(t, [{
2953
2890
  key: "parse",
2954
2891
  value: function(e, o) {
2955
2892
  switch (o) {
@@ -2961,7 +2898,6 @@ var mo = /* @__PURE__ */ (function(i) {
2961
2898
  return Ke(Ve.basicOptionalSeconds, e);
2962
2899
  case "XXXXX":
2963
2900
  return Ke(Ve.extendedOptionalSeconds, e);
2964
- case "XXX":
2965
2901
  default:
2966
2902
  return Ke(Ve.extended, e);
2967
2903
  }
@@ -2977,12 +2913,12 @@ var mo = /* @__PURE__ */ (function(i) {
2977
2913
  var n = Y(t);
2978
2914
  function t() {
2979
2915
  var a;
2980
- M(this, t);
2916
+ O(this, t);
2981
2917
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
2982
2918
  o[r] = arguments[r];
2983
2919
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 10), f(v(a), "incompatibleTokens", ["t", "T", "X"]), a;
2984
2920
  }
2985
- return O(t, [{
2921
+ return M(t, [{
2986
2922
  key: "parse",
2987
2923
  value: function(e, o) {
2988
2924
  switch (o) {
@@ -2994,7 +2930,6 @@ var mo = /* @__PURE__ */ (function(i) {
2994
2930
  return Ke(Ve.basicOptionalSeconds, e);
2995
2931
  case "xxxxx":
2996
2932
  return Ke(Ve.extendedOptionalSeconds, e);
2997
- case "xxx":
2998
2933
  default:
2999
2934
  return Ke(Ve.extended, e);
3000
2935
  }
@@ -3010,12 +2945,12 @@ var mo = /* @__PURE__ */ (function(i) {
3010
2945
  var n = Y(t);
3011
2946
  function t() {
3012
2947
  var a;
3013
- M(this, t);
2948
+ O(this, t);
3014
2949
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
3015
2950
  o[r] = arguments[r];
3016
2951
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 40), f(v(a), "incompatibleTokens", "*"), a;
3017
2952
  }
3018
- return O(t, [{
2953
+ return M(t, [{
3019
2954
  key: "parse",
3020
2955
  value: function(e) {
3021
2956
  return Kn(e);
@@ -3033,12 +2968,12 @@ var mo = /* @__PURE__ */ (function(i) {
3033
2968
  var n = Y(t);
3034
2969
  function t() {
3035
2970
  var a;
3036
- M(this, t);
2971
+ O(this, t);
3037
2972
  for (var e = arguments.length, o = new Array(e), r = 0; r < e; r++)
3038
2973
  o[r] = arguments[r];
3039
2974
  return a = n.call.apply(n, [this].concat(o)), f(v(a), "priority", 20), f(v(a), "incompatibleTokens", "*"), a;
3040
2975
  }
3041
- return O(t, [{
2976
+ return M(t, [{
3042
2977
  key: "parse",
3043
2978
  value: function(e) {
3044
2979
  return Kn(e);