@datawire-ai/busyfile-design-library 1.30.5 → 1.30.7

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 (101) hide show
  1. package/dist/index10.js +28 -25
  2. package/dist/index100.js +124 -13
  3. package/dist/index101.js +134 -14
  4. package/dist/index102.js +13 -7
  5. package/dist/index103.js +16 -50
  6. package/dist/index104.js +8 -650
  7. package/dist/index105.js +50 -14
  8. package/dist/index106.js +215 -222
  9. package/dist/index107.js +29 -219
  10. package/dist/index108.js +11 -30
  11. package/dist/index109.js +4 -11
  12. package/dist/index110.js +13 -4
  13. package/dist/index111.js +13 -12
  14. package/dist/index112.js +226 -3
  15. package/dist/index113.js +3 -46
  16. package/dist/index114.js +46 -7
  17. package/dist/index115.js +648 -12
  18. package/dist/index116.js +12 -179
  19. package/dist/index121.js +1 -1
  20. package/dist/index123.js +1 -1
  21. package/dist/index217.js +2 -2
  22. package/dist/index218.js +2 -2
  23. package/dist/index221.js +3 -3
  24. package/dist/index222.js +1 -1
  25. package/dist/index223.js +2 -2
  26. package/dist/index225.js +1 -1
  27. package/dist/index226.js +2 -2
  28. package/dist/index227.js +1 -1
  29. package/dist/index228.js +6 -6
  30. package/dist/index229.js +3 -3
  31. package/dist/index23.js +38 -32
  32. package/dist/index230.js +1 -1
  33. package/dist/index231.js +1 -1
  34. package/dist/index232.js +3 -3
  35. package/dist/index233.js +1 -1
  36. package/dist/index234.js +1 -1
  37. package/dist/index236.js +1 -1
  38. package/dist/index237.js +1 -1
  39. package/dist/index238.js +1 -1
  40. package/dist/index239.js +2 -2
  41. package/dist/index240.js +2 -2
  42. package/dist/index241.js +3 -3
  43. package/dist/index242.js +2 -2
  44. package/dist/index243.js +1 -1
  45. package/dist/index245.js +1 -1
  46. package/dist/index246.js +2 -2
  47. package/dist/index247.js +1 -1
  48. package/dist/index274.js +1 -1
  49. package/dist/index276.js +1 -1
  50. package/dist/index277.js +2 -2
  51. package/dist/index282.js +5 -6
  52. package/dist/index283.js +5 -15
  53. package/dist/index284.js +4 -29
  54. package/dist/index285.js +15 -12
  55. package/dist/index286.js +8 -5
  56. package/dist/index287.js +5 -5
  57. package/dist/index288.js +5 -4
  58. package/dist/index289.js +512 -15
  59. package/dist/index290.js +50 -9
  60. package/dist/index291.js +17 -5
  61. package/dist/index292.js +6 -4
  62. package/dist/index293.js +8 -512
  63. package/dist/index294.js +8 -50
  64. package/dist/index295.js +8 -17
  65. package/dist/index296.js +12 -6
  66. package/dist/index297.js +10 -8
  67. package/dist/index298.js +14 -7
  68. package/dist/index299.js +6 -8
  69. package/dist/index300.js +15 -12
  70. package/dist/index301.js +28 -10
  71. package/dist/index302.js +12 -14
  72. package/dist/index40.js +1 -1
  73. package/dist/index41.js +1 -1
  74. package/dist/index42.js +4 -4
  75. package/dist/index44.js +7 -7
  76. package/dist/index46.js +5 -5
  77. package/dist/index49.js +12 -12
  78. package/dist/index52.js +10 -10
  79. package/dist/index59.js +5 -5
  80. package/dist/index63.js +1 -1
  81. package/dist/index72.js +6 -3
  82. package/dist/index74.js +1 -1
  83. package/dist/index75.js +7 -7
  84. package/dist/index80.js +2 -2
  85. package/dist/index82.js +18 -18
  86. package/dist/index83.js +1 -1
  87. package/dist/index85.js +13 -13
  88. package/dist/index86.js +4 -4
  89. package/dist/index87.js +6 -6
  90. package/dist/index89.js +5 -25
  91. package/dist/index90.js +23 -64
  92. package/dist/index91.js +66 -5
  93. package/dist/index92.js +1 -1
  94. package/dist/index94.js +1 -1
  95. package/dist/index95.js +32 -68
  96. package/dist/index96.js +68 -32
  97. package/dist/index97.js +181 -10
  98. package/dist/index98.js +7 -125
  99. package/dist/index99.js +10 -135
  100. package/dist/style.css +1 -1
  101. package/package.json +1 -1
package/dist/index292.js CHANGED
@@ -1,7 +1,9 @@
1
- let t = {};
2
- function e() {
3
- return t;
1
+ import { isDate as r } from "./index235.js";
2
+ import { toDate as t } from "./index283.js";
3
+ function f(o) {
4
+ return !(!r(o) && typeof o != "number" || isNaN(+t(o)));
4
5
  }
5
6
  export {
6
- e as getDefaultOptions
7
+ f as default,
8
+ f as isValid
7
9
  };
package/dist/index293.js CHANGED
@@ -1,515 +1,11 @@
1
- import { getDayOfYear as m } from "./index297.js";
2
- import { getISOWeek as g } from "./index229.js";
3
- import { getISOWeekYear as w } from "./index300.js";
4
- import { getWeek as b } from "./index232.js";
5
- import { getWeekYear as x } from "./index302.js";
6
- import { addLeadingZeros as i } from "./index307.js";
7
- import { lightFormatters as u } from "./index308.js";
8
- const s = {
9
- midnight: "midnight",
10
- noon: "noon",
11
- morning: "morning",
12
- afternoon: "afternoon",
13
- evening: "evening",
14
- night: "night"
15
- }, L = {
16
- // Era
17
- G: function(n, r, e) {
18
- const t = n.getFullYear() > 0 ? 1 : 0;
19
- switch (r) {
20
- case "G":
21
- case "GG":
22
- case "GGG":
23
- return e.era(t, { width: "abbreviated" });
24
- case "GGGGG":
25
- return e.era(t, { width: "narrow" });
26
- case "GGGG":
27
- default:
28
- return e.era(t, { width: "wide" });
29
- }
30
- },
31
- // Year
32
- y: function(n, r, e) {
33
- if (r === "yo") {
34
- const t = n.getFullYear(), a = t > 0 ? t : 1 - t;
35
- return e.ordinalNumber(a, { unit: "year" });
36
- }
37
- return u.y(n, r);
38
- },
39
- // Local week-numbering year
40
- Y: function(n, r, e, t) {
41
- const a = x(n, t), o = a > 0 ? a : 1 - a;
42
- if (r === "YY") {
43
- const h = o % 100;
44
- return i(h, 2);
45
- }
46
- return r === "Yo" ? e.ordinalNumber(o, { unit: "year" }) : i(o, r.length);
47
- },
48
- // ISO week-numbering year
49
- R: function(n, r) {
50
- const e = w(n);
51
- return i(e, r.length);
52
- },
53
- // Extended year. This is a single number designating the year of this calendar system.
54
- // The main difference between `y` and `u` localizers are B.C. years:
55
- // | Year | `y` | `u` |
56
- // |------|-----|-----|
57
- // | AC 1 | 1 | 1 |
58
- // | BC 1 | 1 | 0 |
59
- // | BC 2 | 2 | -1 |
60
- // Also `yy` always returns the last two digits of a year,
61
- // while `uu` pads single digit years to 2 characters and returns other years unchanged.
62
- u: function(n, r) {
63
- const e = n.getFullYear();
64
- return i(e, r.length);
65
- },
66
- // Quarter
67
- Q: function(n, r, e) {
68
- const t = Math.ceil((n.getMonth() + 1) / 3);
69
- switch (r) {
70
- case "Q":
71
- return String(t);
72
- case "QQ":
73
- return i(t, 2);
74
- case "Qo":
75
- return e.ordinalNumber(t, { unit: "quarter" });
76
- case "QQQ":
77
- return e.quarter(t, {
78
- width: "abbreviated",
79
- context: "formatting"
80
- });
81
- case "QQQQQ":
82
- return e.quarter(t, {
83
- width: "narrow",
84
- context: "formatting"
85
- });
86
- case "QQQQ":
87
- default:
88
- return e.quarter(t, {
89
- width: "wide",
90
- context: "formatting"
91
- });
92
- }
93
- },
94
- // Stand-alone quarter
95
- q: function(n, r, e) {
96
- const t = Math.ceil((n.getMonth() + 1) / 3);
97
- switch (r) {
98
- case "q":
99
- return String(t);
100
- case "qq":
101
- return i(t, 2);
102
- case "qo":
103
- return e.ordinalNumber(t, { unit: "quarter" });
104
- case "qqq":
105
- return e.quarter(t, {
106
- width: "abbreviated",
107
- context: "standalone"
108
- });
109
- case "qqqqq":
110
- return e.quarter(t, {
111
- width: "narrow",
112
- context: "standalone"
113
- });
114
- case "qqqq":
115
- default:
116
- return e.quarter(t, {
117
- width: "wide",
118
- context: "standalone"
119
- });
120
- }
121
- },
122
- // Month
123
- M: function(n, r, e) {
124
- const t = n.getMonth();
125
- switch (r) {
126
- case "M":
127
- case "MM":
128
- return u.M(n, r);
129
- case "Mo":
130
- return e.ordinalNumber(t + 1, { unit: "month" });
131
- case "MMM":
132
- return e.month(t, {
133
- width: "abbreviated",
134
- context: "formatting"
135
- });
136
- case "MMMMM":
137
- return e.month(t, {
138
- width: "narrow",
139
- context: "formatting"
140
- });
141
- case "MMMM":
142
- default:
143
- return e.month(t, { width: "wide", context: "formatting" });
144
- }
145
- },
146
- // Stand-alone month
147
- L: function(n, r, e) {
148
- const t = n.getMonth();
149
- switch (r) {
150
- case "L":
151
- return String(t + 1);
152
- case "LL":
153
- return i(t + 1, 2);
154
- case "Lo":
155
- return e.ordinalNumber(t + 1, { unit: "month" });
156
- case "LLL":
157
- return e.month(t, {
158
- width: "abbreviated",
159
- context: "standalone"
160
- });
161
- case "LLLLL":
162
- return e.month(t, {
163
- width: "narrow",
164
- context: "standalone"
165
- });
166
- case "LLLL":
167
- default:
168
- return e.month(t, { width: "wide", context: "standalone" });
169
- }
170
- },
171
- // Local week of year
172
- w: function(n, r, e, t) {
173
- const a = b(n, t);
174
- return r === "wo" ? e.ordinalNumber(a, { unit: "week" }) : i(a, r.length);
175
- },
176
- // ISO week of year
177
- I: function(n, r, e) {
178
- const t = g(n);
179
- return r === "Io" ? e.ordinalNumber(t, { unit: "week" }) : i(t, r.length);
180
- },
181
- // Day of the month
182
- d: function(n, r, e) {
183
- return r === "do" ? e.ordinalNumber(n.getDate(), { unit: "date" }) : u.d(n, r);
184
- },
185
- // Day of year
186
- D: function(n, r, e) {
187
- const t = m(n);
188
- return r === "Do" ? e.ordinalNumber(t, { unit: "dayOfYear" }) : i(t, r.length);
189
- },
190
- // Day of week
191
- E: function(n, r, e) {
192
- const t = n.getDay();
193
- switch (r) {
194
- case "E":
195
- case "EE":
196
- case "EEE":
197
- return e.day(t, {
198
- width: "abbreviated",
199
- context: "formatting"
200
- });
201
- case "EEEEE":
202
- return e.day(t, {
203
- width: "narrow",
204
- context: "formatting"
205
- });
206
- case "EEEEEE":
207
- return e.day(t, {
208
- width: "short",
209
- context: "formatting"
210
- });
211
- case "EEEE":
212
- default:
213
- return e.day(t, {
214
- width: "wide",
215
- context: "formatting"
216
- });
217
- }
218
- },
219
- // Local day of week
220
- e: function(n, r, e, t) {
221
- const a = n.getDay(), o = (a - t.weekStartsOn + 8) % 7 || 7;
222
- switch (r) {
223
- case "e":
224
- return String(o);
225
- case "ee":
226
- return i(o, 2);
227
- case "eo":
228
- return e.ordinalNumber(o, { unit: "day" });
229
- case "eee":
230
- return e.day(a, {
231
- width: "abbreviated",
232
- context: "formatting"
233
- });
234
- case "eeeee":
235
- return e.day(a, {
236
- width: "narrow",
237
- context: "formatting"
238
- });
239
- case "eeeeee":
240
- return e.day(a, {
241
- width: "short",
242
- context: "formatting"
243
- });
244
- case "eeee":
245
- default:
246
- return e.day(a, {
247
- width: "wide",
248
- context: "formatting"
249
- });
250
- }
251
- },
252
- // Stand-alone local day of week
253
- c: function(n, r, e, t) {
254
- const a = n.getDay(), o = (a - t.weekStartsOn + 8) % 7 || 7;
255
- switch (r) {
256
- case "c":
257
- return String(o);
258
- case "cc":
259
- return i(o, r.length);
260
- case "co":
261
- return e.ordinalNumber(o, { unit: "day" });
262
- case "ccc":
263
- return e.day(a, {
264
- width: "abbreviated",
265
- context: "standalone"
266
- });
267
- case "ccccc":
268
- return e.day(a, {
269
- width: "narrow",
270
- context: "standalone"
271
- });
272
- case "cccccc":
273
- return e.day(a, {
274
- width: "short",
275
- context: "standalone"
276
- });
277
- case "cccc":
278
- default:
279
- return e.day(a, {
280
- width: "wide",
281
- context: "standalone"
282
- });
283
- }
284
- },
285
- // ISO day of week
286
- i: function(n, r, e) {
287
- const t = n.getDay(), a = t === 0 ? 7 : t;
288
- switch (r) {
289
- case "i":
290
- return String(a);
291
- case "ii":
292
- return i(a, r.length);
293
- case "io":
294
- return e.ordinalNumber(a, { unit: "day" });
295
- case "iii":
296
- return e.day(t, {
297
- width: "abbreviated",
298
- context: "formatting"
299
- });
300
- case "iiiii":
301
- return e.day(t, {
302
- width: "narrow",
303
- context: "formatting"
304
- });
305
- case "iiiiii":
306
- return e.day(t, {
307
- width: "short",
308
- context: "formatting"
309
- });
310
- case "iiii":
311
- default:
312
- return e.day(t, {
313
- width: "wide",
314
- context: "formatting"
315
- });
316
- }
317
- },
318
- // AM or PM
319
- a: function(n, r, e) {
320
- const a = n.getHours() / 12 >= 1 ? "pm" : "am";
321
- switch (r) {
322
- case "a":
323
- case "aa":
324
- return e.dayPeriod(a, {
325
- width: "abbreviated",
326
- context: "formatting"
327
- });
328
- case "aaa":
329
- return e.dayPeriod(a, {
330
- width: "abbreviated",
331
- context: "formatting"
332
- }).toLowerCase();
333
- case "aaaaa":
334
- return e.dayPeriod(a, {
335
- width: "narrow",
336
- context: "formatting"
337
- });
338
- case "aaaa":
339
- default:
340
- return e.dayPeriod(a, {
341
- width: "wide",
342
- context: "formatting"
343
- });
344
- }
345
- },
346
- // AM, PM, midnight, noon
347
- b: function(n, r, e) {
348
- const t = n.getHours();
349
- let a;
350
- switch (t === 12 ? a = s.noon : t === 0 ? a = s.midnight : a = t / 12 >= 1 ? "pm" : "am", r) {
351
- case "b":
352
- case "bb":
353
- return e.dayPeriod(a, {
354
- width: "abbreviated",
355
- context: "formatting"
356
- });
357
- case "bbb":
358
- return e.dayPeriod(a, {
359
- width: "abbreviated",
360
- context: "formatting"
361
- }).toLowerCase();
362
- case "bbbbb":
363
- return e.dayPeriod(a, {
364
- width: "narrow",
365
- context: "formatting"
366
- });
367
- case "bbbb":
368
- default:
369
- return e.dayPeriod(a, {
370
- width: "wide",
371
- context: "formatting"
372
- });
373
- }
374
- },
375
- // in the morning, in the afternoon, in the evening, at night
376
- B: function(n, r, e) {
377
- const t = n.getHours();
378
- let a;
379
- switch (t >= 17 ? a = s.evening : t >= 12 ? a = s.afternoon : t >= 4 ? a = s.morning : a = s.night, r) {
380
- case "B":
381
- case "BB":
382
- case "BBB":
383
- return e.dayPeriod(a, {
384
- width: "abbreviated",
385
- context: "formatting"
386
- });
387
- case "BBBBB":
388
- return e.dayPeriod(a, {
389
- width: "narrow",
390
- context: "formatting"
391
- });
392
- case "BBBB":
393
- default:
394
- return e.dayPeriod(a, {
395
- width: "wide",
396
- context: "formatting"
397
- });
398
- }
399
- },
400
- // Hour [1-12]
401
- h: function(n, r, e) {
402
- if (r === "ho") {
403
- let t = n.getHours() % 12;
404
- return t === 0 && (t = 12), e.ordinalNumber(t, { unit: "hour" });
405
- }
406
- return u.h(n, r);
407
- },
408
- // Hour [0-23]
409
- H: function(n, r, e) {
410
- return r === "Ho" ? e.ordinalNumber(n.getHours(), { unit: "hour" }) : u.H(n, r);
411
- },
412
- // Hour [0-11]
413
- K: function(n, r, e) {
414
- const t = n.getHours() % 12;
415
- return r === "Ko" ? e.ordinalNumber(t, { unit: "hour" }) : i(t, r.length);
416
- },
417
- // Hour [1-24]
418
- k: function(n, r, e) {
419
- let t = n.getHours();
420
- return t === 0 && (t = 24), r === "ko" ? e.ordinalNumber(t, { unit: "hour" }) : i(t, r.length);
421
- },
422
- // Minute
423
- m: function(n, r, e) {
424
- return r === "mo" ? e.ordinalNumber(n.getMinutes(), { unit: "minute" }) : u.m(n, r);
425
- },
426
- // Second
427
- s: function(n, r, e) {
428
- return r === "so" ? e.ordinalNumber(n.getSeconds(), { unit: "second" }) : u.s(n, r);
429
- },
430
- // Fraction of second
431
- S: function(n, r) {
432
- return u.S(n, r);
433
- },
434
- // Timezone (ISO-8601. If offset is 0, output is always `'Z'`)
435
- X: function(n, r, e) {
436
- const t = n.getTimezoneOffset();
437
- if (t === 0)
438
- return "Z";
439
- switch (r) {
440
- case "X":
441
- return f(t);
442
- case "XXXX":
443
- case "XX":
444
- return c(t);
445
- case "XXXXX":
446
- case "XXX":
447
- default:
448
- return c(t, ":");
449
- }
450
- },
451
- // Timezone (ISO-8601. If offset is 0, output is `'+00:00'` or equivalent)
452
- x: function(n, r, e) {
453
- const t = n.getTimezoneOffset();
454
- switch (r) {
455
- case "x":
456
- return f(t);
457
- case "xxxx":
458
- case "xx":
459
- return c(t);
460
- case "xxxxx":
461
- case "xxx":
462
- default:
463
- return c(t, ":");
464
- }
465
- },
466
- // Timezone (GMT)
467
- O: function(n, r, e) {
468
- const t = n.getTimezoneOffset();
469
- switch (r) {
470
- case "O":
471
- case "OO":
472
- case "OOO":
473
- return "GMT" + d(t, ":");
474
- case "OOOO":
475
- default:
476
- return "GMT" + c(t, ":");
477
- }
478
- },
479
- // Timezone (specific non-location)
480
- z: function(n, r, e) {
481
- const t = n.getTimezoneOffset();
482
- switch (r) {
483
- case "z":
484
- case "zz":
485
- case "zzz":
486
- return "GMT" + d(t, ":");
487
- case "zzzz":
488
- default:
489
- return "GMT" + c(t, ":");
490
- }
491
- },
492
- // Seconds timestamp
493
- t: function(n, r, e) {
494
- const t = Math.trunc(+n / 1e3);
495
- return i(t, r.length);
496
- },
497
- // Milliseconds timestamp
498
- T: function(n, r, e) {
499
- return i(+n, r.length);
500
- }
501
- };
502
- function d(n, r = "") {
503
- const e = n > 0 ? "-" : "+", t = Math.abs(n), a = Math.trunc(t / 60), o = t % 60;
504
- return o === 0 ? e + String(a) : e + String(a) + r + i(o, 2);
505
- }
506
- function f(n, r) {
507
- return n % 60 === 0 ? (n > 0 ? "-" : "+") + i(Math.abs(n) / 60, 2) : c(n, r);
508
- }
509
- function c(n, r = "") {
510
- const e = n > 0 ? "-" : "+", t = Math.abs(n), a = i(Math.trunc(t / 60), 2), o = i(t % 60, 2);
511
- return e + a + r + o;
1
+ import { differenceInCalendarDays as e } from "./index221.js";
2
+ import { startOfYear as t } from "./index247.js";
3
+ import { toDate as d } from "./index283.js";
4
+ function y(f, r) {
5
+ const a = d(f, r == null ? void 0 : r.in);
6
+ return e(a, t(a)) + 1;
512
7
  }
513
8
  export {
514
- L as formatters
9
+ y as default,
10
+ y as getDayOfYear
515
11
  };
package/dist/index294.js CHANGED
@@ -1,52 +1,10 @@
1
- const s = (t, e) => {
2
- switch (t) {
3
- case "P":
4
- return e.date({ width: "short" });
5
- case "PP":
6
- return e.date({ width: "medium" });
7
- case "PPP":
8
- return e.date({ width: "long" });
9
- case "PPPP":
10
- default:
11
- return e.date({ width: "full" });
12
- }
13
- }, c = (t, e) => {
14
- switch (t) {
15
- case "p":
16
- return e.time({ width: "short" });
17
- case "pp":
18
- return e.time({ width: "medium" });
19
- case "ppp":
20
- return e.time({ width: "long" });
21
- case "pppp":
22
- default:
23
- return e.time({ width: "full" });
24
- }
25
- }, P = (t, e) => {
26
- const d = t.match(/(P+)(p+)?/) || [], a = d[1], r = d[2];
27
- if (!r)
28
- return s(t, e);
29
- let i;
30
- switch (a) {
31
- case "P":
32
- i = e.dateTime({ width: "short" });
33
- break;
34
- case "PP":
35
- i = e.dateTime({ width: "medium" });
36
- break;
37
- case "PPP":
38
- i = e.dateTime({ width: "long" });
39
- break;
40
- case "PPPP":
41
- default:
42
- i = e.dateTime({ width: "full" });
43
- break;
44
- }
45
- return i.replace("{{date}}", s(a, e)).replace("{{time}}", c(r, e));
46
- }, h = {
47
- p: c,
48
- P
49
- };
1
+ import { constructFrom as c } from "./index282.js";
2
+ import { toDate as s } from "./index283.js";
3
+ function m(a, t) {
4
+ const e = s(a, t == null ? void 0 : t.in), n = e.getFullYear(), o = e.getMonth(), r = c(e, 0);
5
+ return r.setFullYear(n, o + 1, 0), r.setHours(0, 0, 0, 0), r.getDate();
6
+ }
50
7
  export {
51
- h as longFormatters
8
+ m as default,
9
+ m as getDaysInMonth
52
10
  };
package/dist/index295.js CHANGED
@@ -1,20 +1,11 @@
1
- const r = /^D+$/, s = /^Y+$/, a = ["D", "DD", "YY", "YYYY"];
2
- function i(e) {
3
- return r.test(e);
4
- }
5
- function f(e) {
6
- return s.test(e);
7
- }
8
- function d(e, o, n) {
9
- const t = c(e, o, n);
10
- if (console.warn(t), a.includes(e)) throw new RangeError(t);
11
- }
12
- function c(e, o, n) {
13
- const t = e[0] === "Y" ? "years" : "days of the month";
14
- return `Use \`${e.toLowerCase()}\` instead of \`${e}\` (in \`${o}\`) for formatting ${t} to the input \`${n}\`; see: https://github.com/date-fns/date-fns/blob/master/docs/unicodeTokens.md`;
1
+ import { constructFrom as a } from "./index282.js";
2
+ import { getISOWeekYear as f } from "./index296.js";
3
+ import { startOfISOWeek as s } from "./index244.js";
4
+ function O(t, e) {
5
+ const o = f(t, e), r = a(t, 0);
6
+ return r.setFullYear(o, 0, 4), r.setHours(0, 0, 0, 0), s(r);
15
7
  }
16
8
  export {
17
- i as isProtectedDayOfYearToken,
18
- f as isProtectedWeekYearToken,
19
- d as warnOrThrowProtectedError
9
+ O as default,
10
+ O as startOfISOWeekYear
20
11
  };
package/dist/index296.js CHANGED
@@ -1,9 +1,15 @@
1
- import { isDate as r } from "./index235.js";
2
- import { toDate as t } from "./index287.js";
3
- function f(o) {
4
- return !(!r(o) && typeof o != "number" || isNaN(+t(o)));
1
+ import { constructFrom as f } from "./index282.js";
2
+ import { startOfISOWeek as u } from "./index244.js";
3
+ import { toDate as c } from "./index283.js";
4
+ function Y(o, r) {
5
+ const e = c(o, r == null ? void 0 : r.in), t = e.getFullYear(), a = f(e, 0);
6
+ a.setFullYear(t + 1, 0, 4), a.setHours(0, 0, 0, 0);
7
+ const m = u(a), s = f(e, 0);
8
+ s.setFullYear(t, 0, 4), s.setHours(0, 0, 0, 0);
9
+ const n = u(s);
10
+ return e.getTime() >= m.getTime() ? t + 1 : e.getTime() >= n.getTime() ? t : t - 1;
5
11
  }
6
12
  export {
7
- f as default,
8
- f as isValid
13
+ Y as default,
14
+ Y as getISOWeekYear
9
15
  };
package/dist/index297.js CHANGED
@@ -1,11 +1,13 @@
1
- import { differenceInCalendarDays as e } from "./index221.js";
2
- import { startOfYear as t } from "./index247.js";
3
- import { toDate as d } from "./index287.js";
4
- function y(f, r) {
5
- const a = d(f, r == null ? void 0 : r.in);
6
- return e(a, t(a)) + 1;
1
+ import { getDefaultOptions as W } from "./index288.js";
2
+ import { constructFrom as n } from "./index282.js";
3
+ import { getWeekYear as u } from "./index298.js";
4
+ import { startOfWeek as D } from "./index246.js";
5
+ function g(r, e) {
6
+ var f, s, c, k;
7
+ const a = W(), l = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((s = (f = e == null ? void 0 : e.locale) == null ? void 0 : f.options) == null ? void 0 : s.firstWeekContainsDate) ?? a.firstWeekContainsDate ?? ((k = (c = a.locale) == null ? void 0 : c.options) == null ? void 0 : k.firstWeekContainsDate) ?? 1, m = u(r, e), t = n((e == null ? void 0 : e.in) || r, 0);
8
+ return t.setFullYear(m, 0, l), t.setHours(0, 0, 0, 0), D(t, e);
7
9
  }
8
10
  export {
9
- y as default,
10
- y as getDayOfYear
11
+ g as default,
12
+ g as startOfWeekYear
11
13
  };
package/dist/index298.js CHANGED
@@ -1,10 +1,17 @@
1
- import { constructFrom as c } from "./index286.js";
2
- import { toDate as s } from "./index287.js";
3
- function m(a, t) {
4
- const e = s(a, t == null ? void 0 : t.in), n = e.getFullYear(), o = e.getMonth(), r = c(e, 0);
5
- return r.setFullYear(n, o + 1, 0), r.setHours(0, 0, 0, 0), r.getDate();
1
+ import { getDefaultOptions as C } from "./index288.js";
2
+ import { constructFrom as Y } from "./index282.js";
3
+ import { startOfWeek as D } from "./index246.js";
4
+ import { toDate as F } from "./index283.js";
5
+ function H(t, e) {
6
+ var u, k, m, W;
7
+ const a = F(t, e == null ? void 0 : e.in), r = a.getFullYear(), c = C(), s = (e == null ? void 0 : e.firstWeekContainsDate) ?? ((k = (u = e == null ? void 0 : e.locale) == null ? void 0 : u.options) == null ? void 0 : k.firstWeekContainsDate) ?? c.firstWeekContainsDate ?? ((W = (m = c.locale) == null ? void 0 : m.options) == null ? void 0 : W.firstWeekContainsDate) ?? 1, f = Y((e == null ? void 0 : e.in) || t, 0);
8
+ f.setFullYear(r + 1, 0, s), f.setHours(0, 0, 0, 0);
9
+ const O = D(f, e), l = Y((e == null ? void 0 : e.in) || t, 0);
10
+ l.setFullYear(r, 0, s), l.setHours(0, 0, 0, 0);
11
+ const n = D(l, e);
12
+ return +a >= +O ? r + 1 : +a >= +n ? r : r - 1;
6
13
  }
7
14
  export {
8
- m as default,
9
- m as getDaysInMonth
15
+ H as default,
16
+ H as getWeekYear
10
17
  };