@sprawlify/primitives 0.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/anatomy.cjs +3 -0
- package/dist/anatomy.d.cts +2 -0
- package/dist/anatomy.d.mts +2 -0
- package/dist/anatomy.mjs +3 -0
- package/dist/aria-hidden-DqYx0f_y.mjs +177 -0
- package/dist/aria-hidden-DtLU6hSU.cjs +182 -0
- package/dist/aria-hidden.cjs +4 -0
- package/dist/aria-hidden.d.cts +16 -0
- package/dist/aria-hidden.d.mts +16 -0
- package/dist/aria-hidden.mjs +4 -0
- package/dist/auto-resize-D3qHtFy1.mjs +114 -0
- package/dist/auto-resize-xzlPFDyD.cjs +125 -0
- package/dist/auto-resize.cjs +5 -0
- package/dist/auto-resize.d.cts +17 -0
- package/dist/auto-resize.d.mts +17 -0
- package/dist/auto-resize.mjs +4 -0
- package/dist/chunk-CbDLau6x.cjs +34 -0
- package/dist/collection-8XqaNHs_.mjs +1279 -0
- package/dist/collection-DIoIDISa.cjs +1326 -0
- package/dist/collection.cjs +11 -0
- package/dist/collection.d.cts +5 -0
- package/dist/collection.d.mts +5 -0
- package/dist/collection.mjs +4 -0
- package/dist/color-BkAP1Tkd.d.mts +60 -0
- package/dist/color-VKewNv2e.d.cts +60 -0
- package/dist/color-utils-Cc5GVXZh.mjs +657 -0
- package/dist/color-utils-LER_6Zwu.cjs +680 -0
- package/dist/color-utils.cjs +7 -0
- package/dist/color-utils.d.cts +19 -0
- package/dist/color-utils.d.mts +19 -0
- package/dist/color-utils.mjs +4 -0
- package/dist/core-30pJjyC2.d.mts +49 -0
- package/dist/core-CQFbMdTl.cjs +176 -0
- package/dist/core-CefBjbst.d.cts +49 -0
- package/dist/core-DCFNMTZF.mjs +129 -0
- package/dist/core.cjs +12 -0
- package/dist/core.d.cts +3 -0
- package/dist/core.d.mts +3 -0
- package/dist/core.mjs +5 -0
- package/dist/create-anatomy-B3XYc-qG.d.mts +70 -0
- package/dist/create-anatomy-BGQ8pv8J.d.cts +70 -0
- package/dist/create-anatomy-BbDZbHpC.mjs +39 -0
- package/dist/create-anatomy-CDsIFUXg.cjs +45 -0
- package/dist/create-props-BnF_vl-E.mjs +5 -0
- package/dist/create-props-YKy7JIKj.cjs +11 -0
- package/dist/data-url-C3ITPVRX.d.cts +10 -0
- package/dist/data-url-DLwZ9M77.d.mts +10 -0
- package/dist/date-utils-D2xPHa_I.cjs +738 -0
- package/dist/date-utils-wEa1hhpc.mjs +474 -0
- package/dist/date-utils.cjs +46 -0
- package/dist/date-utils.d.cts +101 -0
- package/dist/date-utils.d.mts +2 -0
- package/dist/date-utils.mjs +3 -0
- package/dist/defineProperty-BoUOT9Ie.cjs +49 -0
- package/dist/defineProperty-DrXfyjd4.mjs +43 -0
- package/dist/dismissable-CTfKZ4OG.cjs +282 -0
- package/dist/dismissable-DDrx0xnH.mjs +271 -0
- package/dist/dismissable-layer-C7pZU2wi.d.cts +39 -0
- package/dist/dismissable-layer-t_b0fk-p.d.mts +39 -0
- package/dist/dismissable.cjs +7 -0
- package/dist/dismissable.d.cts +3 -0
- package/dist/dismissable.d.mts +3 -0
- package/dist/dismissable.mjs +6 -0
- package/dist/dom-query-CWZdWUGp.cjs +2141 -0
- package/dist/dom-query-DFCRhyj1.mjs +1374 -0
- package/dist/dom-query.cjs +130 -0
- package/dist/dom-query.d.cts +307 -0
- package/dist/dom-query.d.mts +307 -0
- package/dist/dom-query.mjs +3 -0
- package/dist/file-utils.cjs +220 -0
- package/dist/file-utils.d.cts +51 -0
- package/dist/file-utils.d.mts +51 -0
- package/dist/file-utils.mjs +210 -0
- package/dist/focus-trap-D-bypQEJ.mjs +485 -0
- package/dist/focus-trap-D4i52S9A.cjs +496 -0
- package/dist/focus-trap.cjs +5 -0
- package/dist/focus-trap.d.cts +88 -0
- package/dist/focus-trap.d.mts +88 -0
- package/dist/focus-trap.mjs +4 -0
- package/dist/focus-visible-DYTWdWpa.cjs +210 -0
- package/dist/focus-visible-irppYatv.mjs +175 -0
- package/dist/focus-visible.cjs +9 -0
- package/dist/focus-visible.d.cts +31 -0
- package/dist/focus-visible.d.mts +31 -0
- package/dist/focus-visible.mjs +4 -0
- package/dist/functions-BOkTDEFM.d.cts +15 -0
- package/dist/functions-IZtWcC8Q.d.mts +15 -0
- package/dist/highlight-word.cjs +100 -0
- package/dist/highlight-word.d.cts +24 -0
- package/dist/highlight-word.d.mts +24 -0
- package/dist/highlight-word.mjs +99 -0
- package/dist/hotkeys.cjs +758 -0
- package/dist/hotkeys.d.cts +130 -0
- package/dist/hotkeys.d.mts +130 -0
- package/dist/hotkeys.mjs +754 -0
- package/dist/i18n-utils.cjs +450 -0
- package/dist/i18n-utils.d.cts +61 -0
- package/dist/i18n-utils.d.mts +61 -0
- package/dist/i18n-utils.mjs +440 -0
- package/dist/index-BkzYij2j.d.mts +25 -0
- package/dist/index-Bqw3r34-.d.cts +1383 -0
- package/dist/index-C0MKXQmE.d.mts +1383 -0
- package/dist/index-C9-feK5c.d.cts +25 -0
- package/dist/index-CD5FN7kY.d.mts +114 -0
- package/dist/index-CJji6wHl.d.cts +15 -0
- package/dist/index-CNi5FkPe.d.mts +15 -0
- package/dist/index-D96rs8B0.d.mts +115 -0
- package/dist/index.cjs +0 -0
- package/dist/index.d.cts +1 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.mjs +1 -0
- package/dist/interact-outside-BplxR9cR.mjs +200 -0
- package/dist/interact-outside-C8-oFBpB.cjs +205 -0
- package/dist/interact-outside.cjs +5 -0
- package/dist/interact-outside.d.cts +2 -0
- package/dist/interact-outside.d.mts +2 -0
- package/dist/interact-outside.mjs +5 -0
- package/dist/json-tree-utils.cjs +1512 -0
- package/dist/json-tree-utils.d.cts +117 -0
- package/dist/json-tree-utils.d.mts +117 -0
- package/dist/json-tree-utils.mjs +1463 -0
- package/dist/list-collection-BIMJGQjn.d.cts +61 -0
- package/dist/list-collection-Db3eixRU.d.mts +61 -0
- package/dist/live-region-CcZPGo89.cjs +52 -0
- package/dist/live-region-CnPh21WH.mjs +46 -0
- package/dist/live-region.cjs +3 -0
- package/dist/live-region.d.cts +2 -0
- package/dist/live-region.d.mts +2 -0
- package/dist/live-region.mjs +3 -0
- package/dist/machines/accordion/index.cjs +328 -0
- package/dist/machines/accordion/index.d.cts +83 -0
- package/dist/machines/accordion/index.d.mts +83 -0
- package/dist/machines/accordion/index.mjs +322 -0
- package/dist/machines/async-list/index.cjs +311 -0
- package/dist/machines/async-list/index.d.cts +89 -0
- package/dist/machines/async-list/index.d.mts +89 -0
- package/dist/machines/async-list/index.mjs +310 -0
- package/dist/machines/avatar/index.cjs +169 -0
- package/dist/machines/avatar/index.d.cts +63 -0
- package/dist/machines/avatar/index.d.mts +63 -0
- package/dist/machines/avatar/index.mjs +165 -0
- package/dist/machines/bottom-sheet/index.cjs +676 -0
- package/dist/machines/bottom-sheet/index.d.cts +239 -0
- package/dist/machines/bottom-sheet/index.d.mts +239 -0
- package/dist/machines/bottom-sheet/index.mjs +672 -0
- package/dist/machines/carousel/index.cjs +859 -0
- package/dist/machines/carousel/index.d.cts +146 -0
- package/dist/machines/carousel/index.d.mts +146 -0
- package/dist/machines/carousel/index.mjs +851 -0
- package/dist/machines/checkbox/index.cjs +316 -0
- package/dist/machines/checkbox/index.d.cts +81 -0
- package/dist/machines/checkbox/index.d.mts +81 -0
- package/dist/machines/checkbox/index.mjs +312 -0
- package/dist/machines/clipboard/index.cjs +225 -0
- package/dist/machines/clipboard/index.d.cts +68 -0
- package/dist/machines/clipboard/index.d.mts +68 -0
- package/dist/machines/clipboard/index.mjs +219 -0
- package/dist/machines/collapsible/index.cjs +362 -0
- package/dist/machines/collapsible/index.d.cts +82 -0
- package/dist/machines/collapsible/index.d.mts +82 -0
- package/dist/machines/collapsible/index.mjs +358 -0
- package/dist/machines/color-picker/index.cjs +1529 -0
- package/dist/machines/color-picker/index.d.cts +205 -0
- package/dist/machines/color-picker/index.d.mts +205 -0
- package/dist/machines/color-picker/index.mjs +1514 -0
- package/dist/machines/combobox/index.cjs +1593 -0
- package/dist/machines/combobox/index.d.cts +214 -0
- package/dist/machines/combobox/index.d.mts +214 -0
- package/dist/machines/combobox/index.mjs +1582 -0
- package/dist/machines/date-picker/index.cjs +2177 -0
- package/dist/machines/date-picker/index.d.cts +350 -0
- package/dist/machines/date-picker/index.d.mts +350 -0
- package/dist/machines/date-picker/index.mjs +2161 -0
- package/dist/machines/dialog/index.cjs +325 -0
- package/dist/machines/dialog/index.d.cts +80 -0
- package/dist/machines/dialog/index.d.mts +80 -0
- package/dist/machines/dialog/index.mjs +321 -0
- package/dist/machines/editable/index.cjs +551 -0
- package/dist/machines/editable/index.d.cts +114 -0
- package/dist/machines/editable/index.d.mts +114 -0
- package/dist/machines/editable/index.mjs +547 -0
- package/dist/machines/floating-panel/index.cjs +995 -0
- package/dist/machines/floating-panel/index.d.cts +147 -0
- package/dist/machines/floating-panel/index.d.mts +147 -0
- package/dist/machines/floating-panel/index.mjs +988 -0
- package/dist/machines/hover-card/index.cjs +383 -0
- package/dist/machines/hover-card/index.d.cts +69 -0
- package/dist/machines/hover-card/index.d.mts +69 -0
- package/dist/machines/hover-card/index.mjs +379 -0
- package/dist/machines/image-cropper/index.cjs +1995 -0
- package/dist/machines/image-cropper/index.d.cts +182 -0
- package/dist/machines/image-cropper/index.d.mts +182 -0
- package/dist/machines/image-cropper/index.mjs +1990 -0
- package/dist/machines/listbox/index.cjs +794 -0
- package/dist/machines/listbox/index.d.cts +168 -0
- package/dist/machines/listbox/index.d.mts +168 -0
- package/dist/machines/listbox/index.mjs +782 -0
- package/dist/machines/marquee/index.cjs +395 -0
- package/dist/machines/marquee/index.d.cts +102 -0
- package/dist/machines/marquee/index.d.mts +102 -0
- package/dist/machines/marquee/index.mjs +391 -0
- package/dist/machines/menu/index.cjs +1298 -0
- package/dist/machines/menu/index.d.cts +175 -0
- package/dist/machines/menu/index.d.mts +175 -0
- package/dist/machines/menu/index.mjs +1286 -0
- package/dist/machines/navigation-menu/index.cjs +861 -0
- package/dist/machines/navigation-menu/index.d.cts +127 -0
- package/dist/machines/navigation-menu/index.d.mts +127 -0
- package/dist/machines/navigation-menu/index.mjs +857 -0
- package/dist/machines/number-input/index.cjs +996 -0
- package/dist/machines/number-input/index.d.cts +134 -0
- package/dist/machines/number-input/index.d.mts +134 -0
- package/dist/machines/number-input/index.mjs +991 -0
- package/dist/machines/pagination/index.cjs +419 -0
- package/dist/machines/pagination/index.d.cts +139 -0
- package/dist/machines/pagination/index.d.mts +139 -0
- package/dist/machines/pagination/index.mjs +411 -0
- package/dist/machines/password-input/index.cjs +228 -0
- package/dist/machines/password-input/index.d.cts +71 -0
- package/dist/machines/password-input/index.d.mts +71 -0
- package/dist/machines/password-input/index.mjs +224 -0
- package/dist/machines/pin-input/index.cjs +523 -0
- package/dist/machines/pin-input/index.d.cts +105 -0
- package/dist/machines/pin-input/index.d.mts +105 -0
- package/dist/machines/pin-input/index.mjs +519 -0
- package/dist/machines/popover/index.cjs +430 -0
- package/dist/machines/popover/index.d.cts +88 -0
- package/dist/machines/popover/index.d.mts +88 -0
- package/dist/machines/popover/index.mjs +426 -0
- package/dist/machines/presence/index.cjs +192 -0
- package/dist/machines/presence/index.d.cts +44 -0
- package/dist/machines/presence/index.d.mts +44 -0
- package/dist/machines/presence/index.mjs +190 -0
- package/dist/machines/progress/index.cjs +288 -0
- package/dist/machines/progress/index.d.cts +96 -0
- package/dist/machines/progress/index.d.mts +96 -0
- package/dist/machines/progress/index.mjs +284 -0
- package/dist/machines/qr-code/index.cjs +172 -0
- package/dist/machines/qr-code/index.d.cts +70 -0
- package/dist/machines/qr-code/index.d.mts +70 -0
- package/dist/machines/qr-code/index.mjs +167 -0
- package/dist/machines/radio-group/index.cjs +436 -0
- package/dist/machines/radio-group/index.d.cts +106 -0
- package/dist/machines/radio-group/index.d.mts +106 -0
- package/dist/machines/radio-group/index.mjs +430 -0
- package/dist/machines/rating-group/index.cjs +405 -0
- package/dist/machines/rating-group/index.d.cts +101 -0
- package/dist/machines/rating-group/index.d.mts +101 -0
- package/dist/machines/rating-group/index.mjs +399 -0
- package/dist/machines/scroll-area/index.cjs +857 -0
- package/dist/machines/scroll-area/index.d.cts +159 -0
- package/dist/machines/scroll-area/index.d.mts +159 -0
- package/dist/machines/scroll-area/index.mjs +853 -0
- package/dist/machines/select/index.cjs +1165 -0
- package/dist/machines/select/index.d.cts +183 -0
- package/dist/machines/select/index.d.mts +183 -0
- package/dist/machines/select/index.mjs +1154 -0
- package/dist/machines/signature-pad/index.cjs +334 -0
- package/dist/machines/signature-pad/index.d.cts +108 -0
- package/dist/machines/signature-pad/index.d.mts +108 -0
- package/dist/machines/signature-pad/index.mjs +328 -0
- package/dist/machines/slider/index.cjs +957 -0
- package/dist/machines/slider/index.d.cts +149 -0
- package/dist/machines/slider/index.d.mts +149 -0
- package/dist/machines/slider/index.mjs +949 -0
- package/dist/machines/splitter/index.cjs +1112 -0
- package/dist/machines/splitter/index.d.cts +155 -0
- package/dist/machines/splitter/index.d.mts +155 -0
- package/dist/machines/splitter/index.mjs +1103 -0
- package/dist/machines/steps/index.cjs +289 -0
- package/dist/machines/steps/index.d.cts +97 -0
- package/dist/machines/steps/index.d.mts +97 -0
- package/dist/machines/steps/index.mjs +285 -0
- package/dist/machines/switch/index.cjs +305 -0
- package/dist/machines/switch/index.d.cts +80 -0
- package/dist/machines/switch/index.d.mts +80 -0
- package/dist/machines/switch/index.mjs +301 -0
- package/dist/machines/tabs/index.cjs +508 -0
- package/dist/machines/tabs/index.d.cts +111 -0
- package/dist/machines/tabs/index.d.mts +111 -0
- package/dist/machines/tabs/index.mjs +500 -0
- package/dist/machines/tags-input/index.cjs +1127 -0
- package/dist/machines/tags-input/index.d.cts +179 -0
- package/dist/machines/tags-input/index.d.mts +179 -0
- package/dist/machines/tags-input/index.mjs +1121 -0
- package/dist/machines/timer/index.cjs +329 -0
- package/dist/machines/timer/index.d.cts +98 -0
- package/dist/machines/timer/index.d.mts +98 -0
- package/dist/machines/timer/index.mjs +324 -0
- package/dist/machines/toast/index.cjs +1155 -0
- package/dist/machines/toast/index.d.cts +195 -0
- package/dist/machines/toast/index.d.mts +195 -0
- package/dist/machines/toast/index.mjs +1151 -0
- package/dist/machines/toggle/index.cjs +103 -0
- package/dist/machines/toggle/index.d.cts +46 -0
- package/dist/machines/toggle/index.d.mts +46 -0
- package/dist/machines/toggle/index.mjs +99 -0
- package/dist/machines/toggle-group/index.cjs +328 -0
- package/dist/machines/toggle-group/index.d.cts +81 -0
- package/dist/machines/toggle-group/index.d.mts +81 -0
- package/dist/machines/toggle-group/index.mjs +322 -0
- package/dist/machines/tooltip/index.cjs +516 -0
- package/dist/machines/tooltip/index.d.cts +71 -0
- package/dist/machines/tooltip/index.d.mts +71 -0
- package/dist/machines/tooltip/index.mjs +512 -0
- package/dist/machines/tour/index.cjs +1108 -0
- package/dist/machines/tour/index.d.cts +206 -0
- package/dist/machines/tour/index.d.mts +206 -0
- package/dist/machines/tour/index.mjs +1101 -0
- package/dist/machines/tree-view/index.cjs +1271 -0
- package/dist/machines/tree-view/index.d.cts +215 -0
- package/dist/machines/tree-view/index.d.mts +215 -0
- package/dist/machines/tree-view/index.mjs +1263 -0
- package/dist/node-BctU8GXk.d.mts +24 -0
- package/dist/node-CSsuPZVZ.d.cts +24 -0
- package/dist/popper-BPJeAtcA.mjs +349 -0
- package/dist/popper-D0FAW_p7.cjs +373 -0
- package/dist/popper.cjs +8 -0
- package/dist/popper.d.cts +74 -0
- package/dist/popper.d.mts +2 -0
- package/dist/popper.mjs +5 -0
- package/dist/raf-BnlYUlDi.d.mts +15 -0
- package/dist/raf-Cd2FGy0z.d.cts +15 -0
- package/dist/rect-utils-0ellN0a_.mjs +854 -0
- package/dist/rect-utils-DKLRhP8G.cjs +1147 -0
- package/dist/rect-utils.cjs +51 -0
- package/dist/rect-utils.d.cts +198 -0
- package/dist/rect-utils.d.mts +198 -0
- package/dist/rect-utils.mjs +3 -0
- package/dist/remove-scroll-Lrfv79X_.mjs +58 -0
- package/dist/remove-scroll-Uvzg1L9r.cjs +63 -0
- package/dist/remove-scroll.cjs +0 -0
- package/dist/remove-scroll.d.cts +1 -0
- package/dist/remove-scroll.d.mts +1 -0
- package/dist/remove-scroll.mjs +1 -0
- package/dist/scroll-snap-CrTmQRzA.mjs +152 -0
- package/dist/scroll-snap-zyiZLv7W.cjs +175 -0
- package/dist/scroll-snap.cjs +7 -0
- package/dist/scroll-snap.d.cts +14 -0
- package/dist/scroll-snap.d.mts +14 -0
- package/dist/scroll-snap.mjs +4 -0
- package/dist/selection-BIhSzkF7.d.mts +50 -0
- package/dist/selection-CS1GBp8e.d.cts +50 -0
- package/dist/store-BZcXv49B.cjs +305 -0
- package/dist/store-DEojWy9H.mjs +263 -0
- package/dist/store.cjs +9 -0
- package/dist/store.d.cts +26 -0
- package/dist/store.d.mts +26 -0
- package/dist/store.mjs +3 -0
- package/dist/stringify-state.cjs +49 -0
- package/dist/stringify-state.d.cts +8 -0
- package/dist/stringify-state.d.mts +8 -0
- package/dist/stringify-state.mjs +46 -0
- package/dist/tree-collection-BwU5WhGQ.d.mts +78 -0
- package/dist/tree-collection-DP_eznnI.d.cts +78 -0
- package/dist/typeahead-BdNwVP09.d.cts +45 -0
- package/dist/typeahead-XN6lZ7G9.d.mts +45 -0
- package/dist/types-BivBkYg9.d.cts +57 -0
- package/dist/types-Bl_6JtPQ.d.mts +57 -0
- package/dist/types-CPUMVt7c.d.mts +54 -0
- package/dist/types-CT_W6HWr.d.cts +54 -0
- package/dist/types-DDTcG99l.d.mts +201 -0
- package/dist/types-DejIu60O.d.cts +201 -0
- package/dist/types-DiIdKZ3K.d.cts +45 -0
- package/dist/types-GxLIgJib.d.cts +17 -0
- package/dist/types.cjs +15 -0
- package/dist/types.d.cts +2 -0
- package/dist/types.d.mts +2 -0
- package/dist/types.mjs +14 -0
- package/dist/utils-BZyrxWWR.mjs +525 -0
- package/dist/utils-_6frwjgJ.cjs +1040 -0
- package/dist/utils.cjs +88 -0
- package/dist/utils.d.cts +144 -0
- package/dist/utils.d.mts +144 -0
- package/dist/utils.mjs +3 -0
- package/dist/wait-for-CMjPsqWk.d.cts +10 -0
- package/dist/wait-for-D2nkdD4z.d.mts +10 -0
- package/package.json +399 -0
|
@@ -0,0 +1,738 @@
|
|
|
1
|
+
const require_chunk = require('./chunk-CbDLau6x.cjs');
|
|
2
|
+
let __internationalized_date = require("@internationalized/date");
|
|
3
|
+
|
|
4
|
+
//#region src/shared/date-utils/constrain.ts
|
|
5
|
+
function alignCenter(date, duration, locale, min, max) {
|
|
6
|
+
const halfDuration = {};
|
|
7
|
+
for (let prop in duration) {
|
|
8
|
+
const key = prop;
|
|
9
|
+
const value = duration[key];
|
|
10
|
+
if (value == null) continue;
|
|
11
|
+
halfDuration[key] = Math.floor(value / 2);
|
|
12
|
+
if (halfDuration[key] > 0 && value % 2 === 0) halfDuration[key]--;
|
|
13
|
+
}
|
|
14
|
+
return constrainStart(date, alignStart(date, duration, locale).subtract(halfDuration), duration, locale, min, max);
|
|
15
|
+
}
|
|
16
|
+
function alignStart(date, duration, locale, min, max) {
|
|
17
|
+
let aligned = date;
|
|
18
|
+
if (duration.years) aligned = (0, __internationalized_date.startOfYear)(date);
|
|
19
|
+
else if (duration.months) aligned = (0, __internationalized_date.startOfMonth)(date);
|
|
20
|
+
else if (duration.weeks) aligned = (0, __internationalized_date.startOfWeek)(date, locale);
|
|
21
|
+
return constrainStart(date, aligned, duration, locale, min, max);
|
|
22
|
+
}
|
|
23
|
+
function alignEnd(date, duration, locale, min, max) {
|
|
24
|
+
let d = { ...duration };
|
|
25
|
+
if (d.days) d.days--;
|
|
26
|
+
else if (d.weeks) d.weeks--;
|
|
27
|
+
else if (d.months) d.months--;
|
|
28
|
+
else if (d.years) d.years--;
|
|
29
|
+
return constrainStart(date, alignStart(date, duration, locale).subtract(d), duration, locale, min, max);
|
|
30
|
+
}
|
|
31
|
+
function constrainStart(date, aligned, duration, locale, min, max) {
|
|
32
|
+
if (min && date.compare(min) >= 0) aligned = (0, __internationalized_date.maxDate)(aligned, alignStart((0, __internationalized_date.toCalendarDate)(min), duration, locale));
|
|
33
|
+
if (max && date.compare(max) <= 0) aligned = (0, __internationalized_date.minDate)(aligned, alignEnd((0, __internationalized_date.toCalendarDate)(max), duration, locale));
|
|
34
|
+
return aligned;
|
|
35
|
+
}
|
|
36
|
+
function constrainValue(date, minValue, maxValue) {
|
|
37
|
+
let constrainedDate = (0, __internationalized_date.toCalendarDate)(date);
|
|
38
|
+
if (minValue) constrainedDate = (0, __internationalized_date.maxDate)(constrainedDate, (0, __internationalized_date.toCalendarDate)(minValue));
|
|
39
|
+
if (maxValue) constrainedDate = (0, __internationalized_date.minDate)(constrainedDate, (0, __internationalized_date.toCalendarDate)(maxValue));
|
|
40
|
+
return constrainedDate;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
//#endregion
|
|
44
|
+
//#region src/shared/date-utils/align.ts
|
|
45
|
+
function alignDate(date, alignment, duration, locale, min, max) {
|
|
46
|
+
switch (alignment) {
|
|
47
|
+
case "start": return alignStart(date, duration, locale, min, max);
|
|
48
|
+
case "end": return alignEnd(date, duration, locale, min, max);
|
|
49
|
+
case "center":
|
|
50
|
+
default: return alignCenter(date, duration, locale, min, max);
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
function alignStartDate(date, startDate, endDate, duration, locale, min, max) {
|
|
54
|
+
if (date.compare(startDate) < 0) return alignEnd(date, duration, locale, min, max);
|
|
55
|
+
if (date.compare(endDate) > 0) return alignStart(date, duration, locale, min, max);
|
|
56
|
+
return startDate;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
//#endregion
|
|
60
|
+
//#region src/shared/date-utils/assertion.ts
|
|
61
|
+
function isDateEqual(dateA, dateB) {
|
|
62
|
+
if (dateA == null || dateB == null) return dateA === dateB;
|
|
63
|
+
return (0, __internationalized_date.isSameDay)(dateA, dateB);
|
|
64
|
+
}
|
|
65
|
+
function isDateUnavailable(date, isUnavailable, locale, minValue, maxValue) {
|
|
66
|
+
if (!date) return false;
|
|
67
|
+
if (isUnavailable?.(date, locale)) return true;
|
|
68
|
+
return isDateOutsideRange(date, minValue, maxValue);
|
|
69
|
+
}
|
|
70
|
+
function isDateOutsideRange(date, startDate, endDate) {
|
|
71
|
+
return startDate != null && date.compare(startDate) < 0 || endDate != null && date.compare(endDate) > 0;
|
|
72
|
+
}
|
|
73
|
+
function isPreviousRangeInvalid(startDate, minValue, maxValue) {
|
|
74
|
+
const prevDate = startDate.subtract({ days: 1 });
|
|
75
|
+
return (0, __internationalized_date.isSameDay)(prevDate, startDate) || isDateOutsideRange(prevDate, minValue, maxValue);
|
|
76
|
+
}
|
|
77
|
+
function isNextRangeInvalid(endDate, minValue, maxValue) {
|
|
78
|
+
const nextDate = endDate.add({ days: 1 });
|
|
79
|
+
return (0, __internationalized_date.isSameDay)(nextDate, endDate) || isDateOutsideRange(nextDate, minValue, maxValue);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
//#endregion
|
|
83
|
+
//#region src/shared/date-utils/duration.ts
|
|
84
|
+
function getUnitDuration(duration) {
|
|
85
|
+
let clone = { ...duration };
|
|
86
|
+
for (let key in clone) clone[key] = 1;
|
|
87
|
+
return clone;
|
|
88
|
+
}
|
|
89
|
+
function getEndDate(startDate, duration) {
|
|
90
|
+
let clone = { ...duration };
|
|
91
|
+
if (clone.days) clone.days--;
|
|
92
|
+
else clone.days = -1;
|
|
93
|
+
return startDate.add(clone);
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
//#endregion
|
|
97
|
+
//#region src/shared/date-utils/get-era-format.ts
|
|
98
|
+
function getEraFormat(date) {
|
|
99
|
+
return date?.calendar.identifier === "gregory" && date.era === "BC" ? "short" : void 0;
|
|
100
|
+
}
|
|
101
|
+
|
|
102
|
+
//#endregion
|
|
103
|
+
//#region src/shared/date-utils/formatter.ts
|
|
104
|
+
function getDayFormatter(locale, timeZone) {
|
|
105
|
+
return new __internationalized_date.DateFormatter(locale, {
|
|
106
|
+
weekday: "long",
|
|
107
|
+
month: "long",
|
|
108
|
+
year: "numeric",
|
|
109
|
+
day: "numeric",
|
|
110
|
+
era: getEraFormat((0, __internationalized_date.toCalendarDateTime)((0, __internationalized_date.today)(timeZone))),
|
|
111
|
+
timeZone
|
|
112
|
+
});
|
|
113
|
+
}
|
|
114
|
+
function getMonthFormatter(locale, timeZone) {
|
|
115
|
+
const date = (0, __internationalized_date.today)(timeZone);
|
|
116
|
+
return new __internationalized_date.DateFormatter(locale, {
|
|
117
|
+
month: "long",
|
|
118
|
+
year: "numeric",
|
|
119
|
+
era: getEraFormat(date),
|
|
120
|
+
calendar: date?.calendar.identifier,
|
|
121
|
+
timeZone
|
|
122
|
+
});
|
|
123
|
+
}
|
|
124
|
+
|
|
125
|
+
//#endregion
|
|
126
|
+
//#region src/shared/date-utils/format.ts
|
|
127
|
+
function formatRange(startDate, endDate, formatter, toString, timeZone) {
|
|
128
|
+
let parts = formatter.formatRangeToParts(startDate.toDate(timeZone), endDate.toDate(timeZone));
|
|
129
|
+
let separatorIndex = -1;
|
|
130
|
+
for (let i = 0; i < parts.length; i++) {
|
|
131
|
+
let part = parts[i];
|
|
132
|
+
if (part.source === "shared" && part.type === "literal") separatorIndex = i;
|
|
133
|
+
else if (part.source === "endRange") break;
|
|
134
|
+
}
|
|
135
|
+
let start = "";
|
|
136
|
+
let end = "";
|
|
137
|
+
for (let i = 0; i < parts.length; i++) if (i < separatorIndex) start += parts[i].value;
|
|
138
|
+
else if (i > separatorIndex) end += parts[i].value;
|
|
139
|
+
return toString(start, end);
|
|
140
|
+
}
|
|
141
|
+
function formatSelectedDate(startDate, endDate, locale, timeZone) {
|
|
142
|
+
if (!startDate) return "";
|
|
143
|
+
let start = startDate;
|
|
144
|
+
let end = endDate ?? startDate;
|
|
145
|
+
let formatter = getDayFormatter(locale, timeZone);
|
|
146
|
+
if ((0, __internationalized_date.isSameDay)(start, end)) return formatter.format(start.toDate(timeZone));
|
|
147
|
+
return formatRange(start, end, formatter, (start$1, end$1) => `${start$1} – ${end$1}`, timeZone);
|
|
148
|
+
}
|
|
149
|
+
function formatVisibleRange(startDate, endDate, locale, timeZone) {
|
|
150
|
+
const start = startDate;
|
|
151
|
+
const end = endDate ?? startDate;
|
|
152
|
+
const dayFormatter = getDayFormatter(locale, timeZone);
|
|
153
|
+
if (!(0, __internationalized_date.isSameDay)(start, (0, __internationalized_date.startOfMonth)(start))) return dayFormatter.formatRange(start.toDate(timeZone), end.toDate(timeZone));
|
|
154
|
+
const monthFormatter = getMonthFormatter(locale, timeZone);
|
|
155
|
+
if ((0, __internationalized_date.isSameDay)(end, (0, __internationalized_date.endOfMonth)(start))) return monthFormatter.format(start.toDate(timeZone));
|
|
156
|
+
if ((0, __internationalized_date.isSameDay)(end, (0, __internationalized_date.endOfMonth)(end))) return monthFormatter.formatRange(start.toDate(timeZone), end.toDate(timeZone));
|
|
157
|
+
return "";
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
//#endregion
|
|
161
|
+
//#region src/shared/date-utils/date-month.ts
|
|
162
|
+
const daysOfTheWeek = [
|
|
163
|
+
"sun",
|
|
164
|
+
"mon",
|
|
165
|
+
"tue",
|
|
166
|
+
"wed",
|
|
167
|
+
"thu",
|
|
168
|
+
"fri",
|
|
169
|
+
"sat"
|
|
170
|
+
];
|
|
171
|
+
function normalizeFirstDayOfWeek(firstDayOfWeek) {
|
|
172
|
+
return firstDayOfWeek != null ? daysOfTheWeek[firstDayOfWeek] : void 0;
|
|
173
|
+
}
|
|
174
|
+
function getStartOfWeek(date, locale, firstDayOfWeek) {
|
|
175
|
+
return (0, __internationalized_date.startOfWeek)(date, locale, normalizeFirstDayOfWeek(firstDayOfWeek));
|
|
176
|
+
}
|
|
177
|
+
function getEndOfWeek(date, locale, firstDayOfWeek = 0) {
|
|
178
|
+
return (0, __internationalized_date.endOfWeek)(date, locale, normalizeFirstDayOfWeek(firstDayOfWeek));
|
|
179
|
+
}
|
|
180
|
+
function getDaysInWeek(weekIndex, from, locale, firstDayOfWeek) {
|
|
181
|
+
const weekDate = from.add({ weeks: weekIndex });
|
|
182
|
+
const dates = [];
|
|
183
|
+
let date = getStartOfWeek(weekDate, locale, firstDayOfWeek);
|
|
184
|
+
while (dates.length < 7) {
|
|
185
|
+
dates.push(date);
|
|
186
|
+
let nextDate = date.add({ days: 1 });
|
|
187
|
+
if ((0, __internationalized_date.isSameDay)(date, nextDate)) break;
|
|
188
|
+
date = nextDate;
|
|
189
|
+
}
|
|
190
|
+
return dates;
|
|
191
|
+
}
|
|
192
|
+
function getMonthDays(from, locale, numOfWeeks, firstDayOfWeek) {
|
|
193
|
+
const firstDay = normalizeFirstDayOfWeek(firstDayOfWeek);
|
|
194
|
+
const monthWeeks = numOfWeeks ?? (0, __internationalized_date.getWeeksInMonth)(from, locale, firstDay);
|
|
195
|
+
return [...new Array(monthWeeks).keys()].map((week) => getDaysInWeek(week, from, locale, firstDayOfWeek));
|
|
196
|
+
}
|
|
197
|
+
function getWeekdayFormats(locale, timeZone) {
|
|
198
|
+
const longFormat = new __internationalized_date.DateFormatter(locale, {
|
|
199
|
+
weekday: "long",
|
|
200
|
+
timeZone
|
|
201
|
+
});
|
|
202
|
+
const shortFormat = new __internationalized_date.DateFormatter(locale, {
|
|
203
|
+
weekday: "short",
|
|
204
|
+
timeZone
|
|
205
|
+
});
|
|
206
|
+
const narrowFormat = new __internationalized_date.DateFormatter(locale, {
|
|
207
|
+
weekday: "narrow",
|
|
208
|
+
timeZone
|
|
209
|
+
});
|
|
210
|
+
return (value) => {
|
|
211
|
+
const date = value instanceof Date ? value : value.toDate(timeZone);
|
|
212
|
+
return {
|
|
213
|
+
value,
|
|
214
|
+
short: shortFormat.format(date),
|
|
215
|
+
long: longFormat.format(date),
|
|
216
|
+
narrow: narrowFormat.format(date)
|
|
217
|
+
};
|
|
218
|
+
};
|
|
219
|
+
}
|
|
220
|
+
function getWeekDays(date, startOfWeekProp, timeZone, locale) {
|
|
221
|
+
const firstDayOfWeek = getStartOfWeek(date, locale, startOfWeekProp);
|
|
222
|
+
const weeks = [...new Array(7).keys()];
|
|
223
|
+
const format = getWeekdayFormats(locale, timeZone);
|
|
224
|
+
return weeks.map((index) => format(firstDayOfWeek.add({ days: index })));
|
|
225
|
+
}
|
|
226
|
+
function getMonthNames(locale, format = "long") {
|
|
227
|
+
const date = new Date(2021, 0, 1);
|
|
228
|
+
const monthNames = [];
|
|
229
|
+
for (let i = 0; i < 12; i++) {
|
|
230
|
+
monthNames.push(date.toLocaleString(locale, { month: format }));
|
|
231
|
+
date.setMonth(date.getMonth() + 1);
|
|
232
|
+
}
|
|
233
|
+
return monthNames;
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
//#endregion
|
|
237
|
+
//#region src/shared/date-utils/date-year.ts
|
|
238
|
+
function getYearsRange(range) {
|
|
239
|
+
const years = [];
|
|
240
|
+
for (let year = range.from; year <= range.to; year += 1) years.push(year);
|
|
241
|
+
return years;
|
|
242
|
+
}
|
|
243
|
+
const FUTURE_YEAR_COERCION = 10;
|
|
244
|
+
function normalizeYear(year) {
|
|
245
|
+
if (!year) return;
|
|
246
|
+
if (year.length === 3) return year.padEnd(4, "0");
|
|
247
|
+
if (year.length === 2) {
|
|
248
|
+
const currentYear = (/* @__PURE__ */ new Date()).getFullYear();
|
|
249
|
+
const fullYear = Math.floor(currentYear / 100) * 100 + parseInt(year.slice(-2), 10);
|
|
250
|
+
return fullYear > currentYear + FUTURE_YEAR_COERCION ? (fullYear - 100).toString() : fullYear.toString();
|
|
251
|
+
}
|
|
252
|
+
return year;
|
|
253
|
+
}
|
|
254
|
+
function getDecadeRange(year, opts) {
|
|
255
|
+
const chunkSize = opts?.strict ? 10 : 12;
|
|
256
|
+
const computedYear = year - year % 10;
|
|
257
|
+
const years = [];
|
|
258
|
+
for (let i = 0; i < chunkSize; i += 1) {
|
|
259
|
+
const value = computedYear + i;
|
|
260
|
+
years.push(value);
|
|
261
|
+
}
|
|
262
|
+
return years;
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
//#endregion
|
|
266
|
+
//#region src/shared/date-utils/mutation.ts
|
|
267
|
+
function getTodayDate(timeZone) {
|
|
268
|
+
return (0, __internationalized_date.today)(timeZone ?? (0, __internationalized_date.getLocalTimeZone)());
|
|
269
|
+
}
|
|
270
|
+
function setCalendar(date, calendar) {
|
|
271
|
+
return (0, __internationalized_date.toCalendar)((0, __internationalized_date.toCalendarDateTime)(date), calendar);
|
|
272
|
+
}
|
|
273
|
+
function setDate(date, startDate, isDateUnavailable$1, locale, minValue, maxValue) {
|
|
274
|
+
let result;
|
|
275
|
+
result = constrainValue(date, minValue, maxValue);
|
|
276
|
+
result = getPreviousAvailableDate(date, startDate, locale, isDateUnavailable$1);
|
|
277
|
+
return result;
|
|
278
|
+
}
|
|
279
|
+
function getPreviousAvailableDate(date, minValue, locale, isDateUnavailable$1) {
|
|
280
|
+
if (!isDateUnavailable$1) return date;
|
|
281
|
+
while (date.compare(minValue) >= 0 && isDateUnavailable$1(date, locale)) date = date.subtract({ days: 1 });
|
|
282
|
+
if (date.compare(minValue) >= 0) return date;
|
|
283
|
+
}
|
|
284
|
+
|
|
285
|
+
//#endregion
|
|
286
|
+
//#region src/shared/date-utils/pagination.ts
|
|
287
|
+
function getAdjustedDateFn(visibleDuration, locale, minValue, maxValue) {
|
|
288
|
+
return function getDate(options) {
|
|
289
|
+
const { startDate, focusedDate } = options;
|
|
290
|
+
const endDate = getEndDate(startDate, visibleDuration);
|
|
291
|
+
if (isDateOutsideRange(focusedDate, minValue, maxValue)) return {
|
|
292
|
+
startDate,
|
|
293
|
+
focusedDate: constrainValue(focusedDate, minValue, maxValue),
|
|
294
|
+
endDate
|
|
295
|
+
};
|
|
296
|
+
if (focusedDate.compare(startDate) < 0) return {
|
|
297
|
+
startDate: alignEnd(focusedDate, visibleDuration, locale, minValue, maxValue),
|
|
298
|
+
focusedDate: constrainValue(focusedDate, minValue, maxValue),
|
|
299
|
+
endDate
|
|
300
|
+
};
|
|
301
|
+
if (focusedDate.compare(endDate) > 0) return {
|
|
302
|
+
startDate: alignStart(focusedDate, visibleDuration, locale, minValue, maxValue),
|
|
303
|
+
endDate,
|
|
304
|
+
focusedDate: constrainValue(focusedDate, minValue, maxValue)
|
|
305
|
+
};
|
|
306
|
+
return {
|
|
307
|
+
startDate,
|
|
308
|
+
endDate,
|
|
309
|
+
focusedDate: constrainValue(focusedDate, minValue, maxValue)
|
|
310
|
+
};
|
|
311
|
+
};
|
|
312
|
+
}
|
|
313
|
+
function getNextPage(focusedDate, startDate, visibleDuration, locale, minValue, maxValue) {
|
|
314
|
+
const adjust = getAdjustedDateFn(visibleDuration, locale, minValue, maxValue);
|
|
315
|
+
const start = startDate.add(visibleDuration);
|
|
316
|
+
return adjust({
|
|
317
|
+
focusedDate: focusedDate.add(visibleDuration),
|
|
318
|
+
startDate: alignStart(constrainStart(focusedDate, start, visibleDuration, locale, minValue, maxValue), visibleDuration, locale)
|
|
319
|
+
});
|
|
320
|
+
}
|
|
321
|
+
function getPreviousPage(focusedDate, startDate, visibleDuration, locale, minValue, maxValue) {
|
|
322
|
+
const adjust = getAdjustedDateFn(visibleDuration, locale, minValue, maxValue);
|
|
323
|
+
let start = startDate.subtract(visibleDuration);
|
|
324
|
+
return adjust({
|
|
325
|
+
focusedDate: focusedDate.subtract(visibleDuration),
|
|
326
|
+
startDate: alignStart(constrainStart(focusedDate, start, visibleDuration, locale, minValue, maxValue), visibleDuration, locale)
|
|
327
|
+
});
|
|
328
|
+
}
|
|
329
|
+
function getNextRow(focusedDate, startDate, visibleDuration, locale, minValue, maxValue) {
|
|
330
|
+
const adjust = getAdjustedDateFn(visibleDuration, locale, minValue, maxValue);
|
|
331
|
+
if (visibleDuration.days) return getNextPage(focusedDate, startDate, visibleDuration, locale, minValue, maxValue);
|
|
332
|
+
if (visibleDuration.weeks || visibleDuration.months || visibleDuration.years) return adjust({
|
|
333
|
+
focusedDate: focusedDate.add({ weeks: 1 }),
|
|
334
|
+
startDate
|
|
335
|
+
});
|
|
336
|
+
}
|
|
337
|
+
function getPreviousRow(focusedDate, startDate, visibleDuration, locale, minValue, maxValue) {
|
|
338
|
+
const adjust = getAdjustedDateFn(visibleDuration, locale, minValue, maxValue);
|
|
339
|
+
if (visibleDuration.days) return getPreviousPage(focusedDate, startDate, visibleDuration, locale, minValue, maxValue);
|
|
340
|
+
if (visibleDuration.weeks || visibleDuration.months || visibleDuration.years) return adjust({
|
|
341
|
+
focusedDate: focusedDate.subtract({ weeks: 1 }),
|
|
342
|
+
startDate
|
|
343
|
+
});
|
|
344
|
+
}
|
|
345
|
+
function getSectionStart(focusedDate, startDate, visibleDuration, locale, minValue, maxValue) {
|
|
346
|
+
const adjust = getAdjustedDateFn(visibleDuration, locale, minValue, maxValue);
|
|
347
|
+
if (visibleDuration.days) return adjust({
|
|
348
|
+
focusedDate: startDate,
|
|
349
|
+
startDate
|
|
350
|
+
});
|
|
351
|
+
if (visibleDuration.weeks) return adjust({
|
|
352
|
+
focusedDate: (0, __internationalized_date.startOfWeek)(focusedDate, locale),
|
|
353
|
+
startDate
|
|
354
|
+
});
|
|
355
|
+
if (visibleDuration.months || visibleDuration.years) return adjust({
|
|
356
|
+
focusedDate: (0, __internationalized_date.startOfMonth)(focusedDate),
|
|
357
|
+
startDate
|
|
358
|
+
});
|
|
359
|
+
}
|
|
360
|
+
function getSectionEnd(focusedDate, startDate, visibleDuration, locale, minValue, maxValue) {
|
|
361
|
+
const adjust = getAdjustedDateFn(visibleDuration, locale, minValue, maxValue);
|
|
362
|
+
const endDate = getEndDate(startDate, visibleDuration);
|
|
363
|
+
if (visibleDuration.days) return adjust({
|
|
364
|
+
focusedDate: endDate,
|
|
365
|
+
startDate
|
|
366
|
+
});
|
|
367
|
+
if (visibleDuration.weeks) return adjust({
|
|
368
|
+
focusedDate: (0, __internationalized_date.endOfWeek)(focusedDate, locale),
|
|
369
|
+
startDate
|
|
370
|
+
});
|
|
371
|
+
if (visibleDuration.months || visibleDuration.years) return adjust({
|
|
372
|
+
focusedDate: (0, __internationalized_date.endOfMonth)(focusedDate),
|
|
373
|
+
startDate
|
|
374
|
+
});
|
|
375
|
+
}
|
|
376
|
+
function getNextSection(focusedDate, startDate, larger, visibleDuration, locale, minValue, maxValue) {
|
|
377
|
+
const adjust = getAdjustedDateFn(visibleDuration, locale, minValue, maxValue);
|
|
378
|
+
if (!larger && !visibleDuration.days) return adjust({
|
|
379
|
+
focusedDate: focusedDate.add(getUnitDuration(visibleDuration)),
|
|
380
|
+
startDate
|
|
381
|
+
});
|
|
382
|
+
if (visibleDuration.days) return getNextPage(focusedDate, startDate, visibleDuration, locale, minValue, maxValue);
|
|
383
|
+
if (visibleDuration.weeks) return adjust({
|
|
384
|
+
focusedDate: focusedDate.add({ months: 1 }),
|
|
385
|
+
startDate
|
|
386
|
+
});
|
|
387
|
+
if (visibleDuration.months || visibleDuration.years) return adjust({
|
|
388
|
+
focusedDate: focusedDate.add({ years: 1 }),
|
|
389
|
+
startDate
|
|
390
|
+
});
|
|
391
|
+
}
|
|
392
|
+
function getPreviousSection(focusedDate, startDate, larger, visibleDuration, locale, minValue, maxValue) {
|
|
393
|
+
const adjust = getAdjustedDateFn(visibleDuration, locale, minValue, maxValue);
|
|
394
|
+
if (!larger && !visibleDuration.days) return adjust({
|
|
395
|
+
focusedDate: focusedDate.subtract(getUnitDuration(visibleDuration)),
|
|
396
|
+
startDate
|
|
397
|
+
});
|
|
398
|
+
if (visibleDuration.days) return getPreviousPage(focusedDate, startDate, visibleDuration, locale, minValue, maxValue);
|
|
399
|
+
if (visibleDuration.weeks) return adjust({
|
|
400
|
+
focusedDate: focusedDate.subtract({ months: 1 }),
|
|
401
|
+
startDate
|
|
402
|
+
});
|
|
403
|
+
if (visibleDuration.months || visibleDuration.years) return adjust({
|
|
404
|
+
focusedDate: focusedDate.subtract({ years: 1 }),
|
|
405
|
+
startDate
|
|
406
|
+
});
|
|
407
|
+
}
|
|
408
|
+
|
|
409
|
+
//#endregion
|
|
410
|
+
//#region src/shared/date-utils/parse-date.ts
|
|
411
|
+
const isValidYear = (year) => year != null && year.length === 4;
|
|
412
|
+
const isValidMonth = (month) => month != null && parseFloat(month) <= 12;
|
|
413
|
+
const isValidDay = (day) => day != null && parseFloat(day) <= 31;
|
|
414
|
+
function parseDateString(date, locale, timeZone) {
|
|
415
|
+
let { year, month, day } = extract(createRegex(locale, timeZone), date) ?? {};
|
|
416
|
+
if (year != null || month != null || day != null) {
|
|
417
|
+
const curr = /* @__PURE__ */ new Date();
|
|
418
|
+
year || (year = curr.getFullYear().toString());
|
|
419
|
+
month || (month = (curr.getMonth() + 1).toString());
|
|
420
|
+
day || (day = curr.getDate().toString());
|
|
421
|
+
}
|
|
422
|
+
if (!isValidYear(year)) year = normalizeYear(year);
|
|
423
|
+
if (isValidYear(year) && isValidMonth(month) && isValidDay(day)) return new __internationalized_date.CalendarDate(+year, +month, +day);
|
|
424
|
+
const time = Date.parse(date);
|
|
425
|
+
if (!isNaN(time)) {
|
|
426
|
+
const date$1 = new Date(time);
|
|
427
|
+
return new __internationalized_date.CalendarDate(date$1.getFullYear(), date$1.getMonth() + 1, date$1.getDate());
|
|
428
|
+
}
|
|
429
|
+
}
|
|
430
|
+
function createRegex(locale, timeZone) {
|
|
431
|
+
return new __internationalized_date.DateFormatter(locale, {
|
|
432
|
+
day: "numeric",
|
|
433
|
+
month: "numeric",
|
|
434
|
+
year: "numeric",
|
|
435
|
+
timeZone
|
|
436
|
+
}).formatToParts(new Date(2e3, 11, 25)).map(({ type, value }) => type === "literal" ? `${value}?` : `((?!=<${type}>)\\d+)?`).join("");
|
|
437
|
+
}
|
|
438
|
+
function extract(pattern, str) {
|
|
439
|
+
const matches = str.match(pattern);
|
|
440
|
+
return pattern.toString().match(/<(.+?)>/g)?.map((group) => {
|
|
441
|
+
const groupMatches = group.match(/<(.+)>/);
|
|
442
|
+
if (!groupMatches || groupMatches.length <= 0) return null;
|
|
443
|
+
return group.match(/<(.+)>/)?.[1];
|
|
444
|
+
}).reduce((acc, curr, index) => {
|
|
445
|
+
if (!curr) return acc;
|
|
446
|
+
if (matches && matches.length > index) acc[curr] = matches[index + 1];
|
|
447
|
+
else acc[curr] = null;
|
|
448
|
+
return acc;
|
|
449
|
+
}, {});
|
|
450
|
+
}
|
|
451
|
+
|
|
452
|
+
//#endregion
|
|
453
|
+
//#region src/shared/date-utils/preset.ts
|
|
454
|
+
function getDateRangePreset(preset, locale, timeZone) {
|
|
455
|
+
const today$2 = (0, __internationalized_date.toCalendarDate)((0, __internationalized_date.now)(timeZone));
|
|
456
|
+
switch (preset) {
|
|
457
|
+
case "thisWeek": return [(0, __internationalized_date.startOfWeek)(today$2, locale), (0, __internationalized_date.endOfWeek)(today$2, locale)];
|
|
458
|
+
case "thisMonth": return [(0, __internationalized_date.startOfMonth)(today$2), today$2];
|
|
459
|
+
case "thisQuarter": return [(0, __internationalized_date.startOfMonth)(today$2).add({ months: -((today$2.month - 1) % 3) }), today$2];
|
|
460
|
+
case "thisYear": return [(0, __internationalized_date.startOfYear)(today$2), today$2];
|
|
461
|
+
case "last3Days": return [today$2.add({ days: -2 }), today$2];
|
|
462
|
+
case "last7Days": return [today$2.add({ days: -6 }), today$2];
|
|
463
|
+
case "last14Days": return [today$2.add({ days: -13 }), today$2];
|
|
464
|
+
case "last30Days": return [today$2.add({ days: -29 }), today$2];
|
|
465
|
+
case "last90Days": return [today$2.add({ days: -89 }), today$2];
|
|
466
|
+
case "lastMonth": return [(0, __internationalized_date.startOfMonth)(today$2.add({ months: -1 })), (0, __internationalized_date.endOfMonth)(today$2.add({ months: -1 }))];
|
|
467
|
+
case "lastQuarter": return [(0, __internationalized_date.startOfMonth)(today$2.add({ months: -((today$2.month - 1) % 3) - 3 })), (0, __internationalized_date.endOfMonth)(today$2.add({ months: -((today$2.month - 1) % 3) - 1 }))];
|
|
468
|
+
case "lastWeek": return [(0, __internationalized_date.startOfWeek)(today$2, locale).add({ weeks: -1 }), (0, __internationalized_date.endOfWeek)(today$2, locale).add({ weeks: -1 })];
|
|
469
|
+
case "lastYear": return [(0, __internationalized_date.startOfYear)(today$2.add({ years: -1 })), (0, __internationalized_date.endOfYear)(today$2.add({ years: -1 }))];
|
|
470
|
+
default: throw new Error(`Invalid date range preset: ${preset}`);
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
//#endregion
|
|
475
|
+
Object.defineProperty(exports, 'alignCenter', {
|
|
476
|
+
enumerable: true,
|
|
477
|
+
get: function () {
|
|
478
|
+
return alignCenter;
|
|
479
|
+
}
|
|
480
|
+
});
|
|
481
|
+
Object.defineProperty(exports, 'alignDate', {
|
|
482
|
+
enumerable: true,
|
|
483
|
+
get: function () {
|
|
484
|
+
return alignDate;
|
|
485
|
+
}
|
|
486
|
+
});
|
|
487
|
+
Object.defineProperty(exports, 'alignEnd', {
|
|
488
|
+
enumerable: true,
|
|
489
|
+
get: function () {
|
|
490
|
+
return alignEnd;
|
|
491
|
+
}
|
|
492
|
+
});
|
|
493
|
+
Object.defineProperty(exports, 'alignStart', {
|
|
494
|
+
enumerable: true,
|
|
495
|
+
get: function () {
|
|
496
|
+
return alignStart;
|
|
497
|
+
}
|
|
498
|
+
});
|
|
499
|
+
Object.defineProperty(exports, 'alignStartDate', {
|
|
500
|
+
enumerable: true,
|
|
501
|
+
get: function () {
|
|
502
|
+
return alignStartDate;
|
|
503
|
+
}
|
|
504
|
+
});
|
|
505
|
+
Object.defineProperty(exports, 'constrainStart', {
|
|
506
|
+
enumerable: true,
|
|
507
|
+
get: function () {
|
|
508
|
+
return constrainStart;
|
|
509
|
+
}
|
|
510
|
+
});
|
|
511
|
+
Object.defineProperty(exports, 'constrainValue', {
|
|
512
|
+
enumerable: true,
|
|
513
|
+
get: function () {
|
|
514
|
+
return constrainValue;
|
|
515
|
+
}
|
|
516
|
+
});
|
|
517
|
+
Object.defineProperty(exports, 'formatRange', {
|
|
518
|
+
enumerable: true,
|
|
519
|
+
get: function () {
|
|
520
|
+
return formatRange;
|
|
521
|
+
}
|
|
522
|
+
});
|
|
523
|
+
Object.defineProperty(exports, 'formatSelectedDate', {
|
|
524
|
+
enumerable: true,
|
|
525
|
+
get: function () {
|
|
526
|
+
return formatSelectedDate;
|
|
527
|
+
}
|
|
528
|
+
});
|
|
529
|
+
Object.defineProperty(exports, 'formatVisibleRange', {
|
|
530
|
+
enumerable: true,
|
|
531
|
+
get: function () {
|
|
532
|
+
return formatVisibleRange;
|
|
533
|
+
}
|
|
534
|
+
});
|
|
535
|
+
Object.defineProperty(exports, 'getAdjustedDateFn', {
|
|
536
|
+
enumerable: true,
|
|
537
|
+
get: function () {
|
|
538
|
+
return getAdjustedDateFn;
|
|
539
|
+
}
|
|
540
|
+
});
|
|
541
|
+
Object.defineProperty(exports, 'getDateRangePreset', {
|
|
542
|
+
enumerable: true,
|
|
543
|
+
get: function () {
|
|
544
|
+
return getDateRangePreset;
|
|
545
|
+
}
|
|
546
|
+
});
|
|
547
|
+
Object.defineProperty(exports, 'getDayFormatter', {
|
|
548
|
+
enumerable: true,
|
|
549
|
+
get: function () {
|
|
550
|
+
return getDayFormatter;
|
|
551
|
+
}
|
|
552
|
+
});
|
|
553
|
+
Object.defineProperty(exports, 'getDaysInWeek', {
|
|
554
|
+
enumerable: true,
|
|
555
|
+
get: function () {
|
|
556
|
+
return getDaysInWeek;
|
|
557
|
+
}
|
|
558
|
+
});
|
|
559
|
+
Object.defineProperty(exports, 'getDecadeRange', {
|
|
560
|
+
enumerable: true,
|
|
561
|
+
get: function () {
|
|
562
|
+
return getDecadeRange;
|
|
563
|
+
}
|
|
564
|
+
});
|
|
565
|
+
Object.defineProperty(exports, 'getEndDate', {
|
|
566
|
+
enumerable: true,
|
|
567
|
+
get: function () {
|
|
568
|
+
return getEndDate;
|
|
569
|
+
}
|
|
570
|
+
});
|
|
571
|
+
Object.defineProperty(exports, 'getEndOfWeek', {
|
|
572
|
+
enumerable: true,
|
|
573
|
+
get: function () {
|
|
574
|
+
return getEndOfWeek;
|
|
575
|
+
}
|
|
576
|
+
});
|
|
577
|
+
Object.defineProperty(exports, 'getMonthDays', {
|
|
578
|
+
enumerable: true,
|
|
579
|
+
get: function () {
|
|
580
|
+
return getMonthDays;
|
|
581
|
+
}
|
|
582
|
+
});
|
|
583
|
+
Object.defineProperty(exports, 'getMonthFormatter', {
|
|
584
|
+
enumerable: true,
|
|
585
|
+
get: function () {
|
|
586
|
+
return getMonthFormatter;
|
|
587
|
+
}
|
|
588
|
+
});
|
|
589
|
+
Object.defineProperty(exports, 'getMonthNames', {
|
|
590
|
+
enumerable: true,
|
|
591
|
+
get: function () {
|
|
592
|
+
return getMonthNames;
|
|
593
|
+
}
|
|
594
|
+
});
|
|
595
|
+
Object.defineProperty(exports, 'getNextPage', {
|
|
596
|
+
enumerable: true,
|
|
597
|
+
get: function () {
|
|
598
|
+
return getNextPage;
|
|
599
|
+
}
|
|
600
|
+
});
|
|
601
|
+
Object.defineProperty(exports, 'getNextRow', {
|
|
602
|
+
enumerable: true,
|
|
603
|
+
get: function () {
|
|
604
|
+
return getNextRow;
|
|
605
|
+
}
|
|
606
|
+
});
|
|
607
|
+
Object.defineProperty(exports, 'getNextSection', {
|
|
608
|
+
enumerable: true,
|
|
609
|
+
get: function () {
|
|
610
|
+
return getNextSection;
|
|
611
|
+
}
|
|
612
|
+
});
|
|
613
|
+
Object.defineProperty(exports, 'getPreviousAvailableDate', {
|
|
614
|
+
enumerable: true,
|
|
615
|
+
get: function () {
|
|
616
|
+
return getPreviousAvailableDate;
|
|
617
|
+
}
|
|
618
|
+
});
|
|
619
|
+
Object.defineProperty(exports, 'getPreviousPage', {
|
|
620
|
+
enumerable: true,
|
|
621
|
+
get: function () {
|
|
622
|
+
return getPreviousPage;
|
|
623
|
+
}
|
|
624
|
+
});
|
|
625
|
+
Object.defineProperty(exports, 'getPreviousRow', {
|
|
626
|
+
enumerable: true,
|
|
627
|
+
get: function () {
|
|
628
|
+
return getPreviousRow;
|
|
629
|
+
}
|
|
630
|
+
});
|
|
631
|
+
Object.defineProperty(exports, 'getPreviousSection', {
|
|
632
|
+
enumerable: true,
|
|
633
|
+
get: function () {
|
|
634
|
+
return getPreviousSection;
|
|
635
|
+
}
|
|
636
|
+
});
|
|
637
|
+
Object.defineProperty(exports, 'getSectionEnd', {
|
|
638
|
+
enumerable: true,
|
|
639
|
+
get: function () {
|
|
640
|
+
return getSectionEnd;
|
|
641
|
+
}
|
|
642
|
+
});
|
|
643
|
+
Object.defineProperty(exports, 'getSectionStart', {
|
|
644
|
+
enumerable: true,
|
|
645
|
+
get: function () {
|
|
646
|
+
return getSectionStart;
|
|
647
|
+
}
|
|
648
|
+
});
|
|
649
|
+
Object.defineProperty(exports, 'getStartOfWeek', {
|
|
650
|
+
enumerable: true,
|
|
651
|
+
get: function () {
|
|
652
|
+
return getStartOfWeek;
|
|
653
|
+
}
|
|
654
|
+
});
|
|
655
|
+
Object.defineProperty(exports, 'getTodayDate', {
|
|
656
|
+
enumerable: true,
|
|
657
|
+
get: function () {
|
|
658
|
+
return getTodayDate;
|
|
659
|
+
}
|
|
660
|
+
});
|
|
661
|
+
Object.defineProperty(exports, 'getUnitDuration', {
|
|
662
|
+
enumerable: true,
|
|
663
|
+
get: function () {
|
|
664
|
+
return getUnitDuration;
|
|
665
|
+
}
|
|
666
|
+
});
|
|
667
|
+
Object.defineProperty(exports, 'getWeekDays', {
|
|
668
|
+
enumerable: true,
|
|
669
|
+
get: function () {
|
|
670
|
+
return getWeekDays;
|
|
671
|
+
}
|
|
672
|
+
});
|
|
673
|
+
Object.defineProperty(exports, 'getWeekdayFormats', {
|
|
674
|
+
enumerable: true,
|
|
675
|
+
get: function () {
|
|
676
|
+
return getWeekdayFormats;
|
|
677
|
+
}
|
|
678
|
+
});
|
|
679
|
+
Object.defineProperty(exports, 'getYearsRange', {
|
|
680
|
+
enumerable: true,
|
|
681
|
+
get: function () {
|
|
682
|
+
return getYearsRange;
|
|
683
|
+
}
|
|
684
|
+
});
|
|
685
|
+
Object.defineProperty(exports, 'isDateEqual', {
|
|
686
|
+
enumerable: true,
|
|
687
|
+
get: function () {
|
|
688
|
+
return isDateEqual;
|
|
689
|
+
}
|
|
690
|
+
});
|
|
691
|
+
Object.defineProperty(exports, 'isDateOutsideRange', {
|
|
692
|
+
enumerable: true,
|
|
693
|
+
get: function () {
|
|
694
|
+
return isDateOutsideRange;
|
|
695
|
+
}
|
|
696
|
+
});
|
|
697
|
+
Object.defineProperty(exports, 'isDateUnavailable', {
|
|
698
|
+
enumerable: true,
|
|
699
|
+
get: function () {
|
|
700
|
+
return isDateUnavailable;
|
|
701
|
+
}
|
|
702
|
+
});
|
|
703
|
+
Object.defineProperty(exports, 'isNextRangeInvalid', {
|
|
704
|
+
enumerable: true,
|
|
705
|
+
get: function () {
|
|
706
|
+
return isNextRangeInvalid;
|
|
707
|
+
}
|
|
708
|
+
});
|
|
709
|
+
Object.defineProperty(exports, 'isPreviousRangeInvalid', {
|
|
710
|
+
enumerable: true,
|
|
711
|
+
get: function () {
|
|
712
|
+
return isPreviousRangeInvalid;
|
|
713
|
+
}
|
|
714
|
+
});
|
|
715
|
+
Object.defineProperty(exports, 'normalizeYear', {
|
|
716
|
+
enumerable: true,
|
|
717
|
+
get: function () {
|
|
718
|
+
return normalizeYear;
|
|
719
|
+
}
|
|
720
|
+
});
|
|
721
|
+
Object.defineProperty(exports, 'parseDateString', {
|
|
722
|
+
enumerable: true,
|
|
723
|
+
get: function () {
|
|
724
|
+
return parseDateString;
|
|
725
|
+
}
|
|
726
|
+
});
|
|
727
|
+
Object.defineProperty(exports, 'setCalendar', {
|
|
728
|
+
enumerable: true,
|
|
729
|
+
get: function () {
|
|
730
|
+
return setCalendar;
|
|
731
|
+
}
|
|
732
|
+
});
|
|
733
|
+
Object.defineProperty(exports, 'setDate', {
|
|
734
|
+
enumerable: true,
|
|
735
|
+
get: function () {
|
|
736
|
+
return setDate;
|
|
737
|
+
}
|
|
738
|
+
});
|