@sonygrg/nepali-datepicker 1.0.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.
- package/LICENSE +20 -0
- package/README.md +35 -0
- package/dist/components/InputCalendar.d.ts +1 -0
- package/dist/components/NepaliCalendar.d.ts +14 -0
- package/dist/constants/NepaliDate.d.ts +19 -0
- package/dist/constants/NepaliDigits.d.ts +8 -0
- package/dist/constants/YearData.d.ts +17 -0
- package/dist/converter/bsDateParser.d.ts +6 -0
- package/dist/converter/dateConverter.d.ts +5 -0
- package/dist/index.d.ts +1 -0
- package/dist/nepali-datepicker.cjs.js +6 -0
- package/dist/nepali-datepicker.es.js +1812 -0
- package/package.json +49 -0
|
@@ -0,0 +1,1812 @@
|
|
|
1
|
+
import { Box as e, Card as t, IconButton as n, InputAdornment as r, MenuItem as i, Popover as a, Select as o, TextField as s, Typography as c } from "@mui/material";
|
|
2
|
+
import { CalendarIcon as l } from "@mui/x-date-pickers";
|
|
3
|
+
import * as u from "react";
|
|
4
|
+
import { useEffect as d, useLayoutEffect as f, useRef as p, useState as m } from "react";
|
|
5
|
+
//#region \0rolldown/runtime.js
|
|
6
|
+
var h = (e, t) => () => (t || (e((t = { exports: {} }).exports, t), e = null), t.exports), g = {
|
|
7
|
+
2e3: {
|
|
8
|
+
Baisakh: 30,
|
|
9
|
+
Jestha: 32,
|
|
10
|
+
Asar: 31,
|
|
11
|
+
Shrawan: 32,
|
|
12
|
+
Bhadra: 31,
|
|
13
|
+
Aswin: 30,
|
|
14
|
+
Kartik: 30,
|
|
15
|
+
Mangsir: 30,
|
|
16
|
+
Poush: 29,
|
|
17
|
+
Magh: 30,
|
|
18
|
+
Falgun: 29,
|
|
19
|
+
Chaitra: 31
|
|
20
|
+
},
|
|
21
|
+
2001: {
|
|
22
|
+
Baisakh: 31,
|
|
23
|
+
Jestha: 31,
|
|
24
|
+
Asar: 32,
|
|
25
|
+
Shrawan: 31,
|
|
26
|
+
Bhadra: 31,
|
|
27
|
+
Aswin: 31,
|
|
28
|
+
Kartik: 30,
|
|
29
|
+
Mangsir: 29,
|
|
30
|
+
Poush: 30,
|
|
31
|
+
Magh: 29,
|
|
32
|
+
Falgun: 30,
|
|
33
|
+
Chaitra: 30
|
|
34
|
+
},
|
|
35
|
+
2002: {
|
|
36
|
+
Baisakh: 31,
|
|
37
|
+
Jestha: 31,
|
|
38
|
+
Asar: 32,
|
|
39
|
+
Shrawan: 32,
|
|
40
|
+
Bhadra: 31,
|
|
41
|
+
Aswin: 30,
|
|
42
|
+
Kartik: 30,
|
|
43
|
+
Mangsir: 29,
|
|
44
|
+
Poush: 30,
|
|
45
|
+
Magh: 29,
|
|
46
|
+
Falgun: 30,
|
|
47
|
+
Chaitra: 30
|
|
48
|
+
},
|
|
49
|
+
2003: {
|
|
50
|
+
Baisakh: 31,
|
|
51
|
+
Jestha: 32,
|
|
52
|
+
Asar: 31,
|
|
53
|
+
Shrawan: 32,
|
|
54
|
+
Bhadra: 31,
|
|
55
|
+
Aswin: 30,
|
|
56
|
+
Kartik: 30,
|
|
57
|
+
Mangsir: 30,
|
|
58
|
+
Poush: 29,
|
|
59
|
+
Magh: 29,
|
|
60
|
+
Falgun: 30,
|
|
61
|
+
Chaitra: 31
|
|
62
|
+
},
|
|
63
|
+
2004: {
|
|
64
|
+
Baisakh: 30,
|
|
65
|
+
Jestha: 32,
|
|
66
|
+
Asar: 31,
|
|
67
|
+
Shrawan: 32,
|
|
68
|
+
Bhadra: 31,
|
|
69
|
+
Aswin: 30,
|
|
70
|
+
Kartik: 30,
|
|
71
|
+
Mangsir: 30,
|
|
72
|
+
Poush: 29,
|
|
73
|
+
Magh: 30,
|
|
74
|
+
Falgun: 29,
|
|
75
|
+
Chaitra: 31
|
|
76
|
+
},
|
|
77
|
+
2005: {
|
|
78
|
+
Baisakh: 31,
|
|
79
|
+
Jestha: 31,
|
|
80
|
+
Asar: 32,
|
|
81
|
+
Shrawan: 31,
|
|
82
|
+
Bhadra: 31,
|
|
83
|
+
Aswin: 31,
|
|
84
|
+
Kartik: 30,
|
|
85
|
+
Mangsir: 29,
|
|
86
|
+
Poush: 30,
|
|
87
|
+
Magh: 29,
|
|
88
|
+
Falgun: 30,
|
|
89
|
+
Chaitra: 30
|
|
90
|
+
},
|
|
91
|
+
2006: {
|
|
92
|
+
Baisakh: 31,
|
|
93
|
+
Jestha: 31,
|
|
94
|
+
Asar: 32,
|
|
95
|
+
Shrawan: 32,
|
|
96
|
+
Bhadra: 31,
|
|
97
|
+
Aswin: 30,
|
|
98
|
+
Kartik: 30,
|
|
99
|
+
Mangsir: 29,
|
|
100
|
+
Poush: 30,
|
|
101
|
+
Magh: 29,
|
|
102
|
+
Falgun: 30,
|
|
103
|
+
Chaitra: 30
|
|
104
|
+
},
|
|
105
|
+
2007: {
|
|
106
|
+
Baisakh: 31,
|
|
107
|
+
Jestha: 32,
|
|
108
|
+
Asar: 31,
|
|
109
|
+
Shrawan: 32,
|
|
110
|
+
Bhadra: 31,
|
|
111
|
+
Aswin: 30,
|
|
112
|
+
Kartik: 30,
|
|
113
|
+
Mangsir: 30,
|
|
114
|
+
Poush: 29,
|
|
115
|
+
Magh: 29,
|
|
116
|
+
Falgun: 30,
|
|
117
|
+
Chaitra: 31
|
|
118
|
+
},
|
|
119
|
+
2008: {
|
|
120
|
+
Baisakh: 31,
|
|
121
|
+
Jestha: 31,
|
|
122
|
+
Asar: 31,
|
|
123
|
+
Shrawan: 32,
|
|
124
|
+
Bhadra: 31,
|
|
125
|
+
Aswin: 31,
|
|
126
|
+
Kartik: 29,
|
|
127
|
+
Mangsir: 30,
|
|
128
|
+
Poush: 30,
|
|
129
|
+
Magh: 29,
|
|
130
|
+
Falgun: 29,
|
|
131
|
+
Chaitra: 31
|
|
132
|
+
},
|
|
133
|
+
2009: {
|
|
134
|
+
Baisakh: 31,
|
|
135
|
+
Jestha: 31,
|
|
136
|
+
Asar: 32,
|
|
137
|
+
Shrawan: 31,
|
|
138
|
+
Bhadra: 31,
|
|
139
|
+
Aswin: 31,
|
|
140
|
+
Kartik: 30,
|
|
141
|
+
Mangsir: 29,
|
|
142
|
+
Poush: 30,
|
|
143
|
+
Magh: 29,
|
|
144
|
+
Falgun: 30,
|
|
145
|
+
Chaitra: 30
|
|
146
|
+
},
|
|
147
|
+
2010: {
|
|
148
|
+
Baisakh: 31,
|
|
149
|
+
Jestha: 31,
|
|
150
|
+
Asar: 32,
|
|
151
|
+
Shrawan: 32,
|
|
152
|
+
Bhadra: 31,
|
|
153
|
+
Aswin: 30,
|
|
154
|
+
Kartik: 30,
|
|
155
|
+
Mangsir: 29,
|
|
156
|
+
Poush: 30,
|
|
157
|
+
Magh: 29,
|
|
158
|
+
Falgun: 30,
|
|
159
|
+
Chaitra: 30
|
|
160
|
+
},
|
|
161
|
+
2011: {
|
|
162
|
+
Baisakh: 31,
|
|
163
|
+
Jestha: 32,
|
|
164
|
+
Asar: 31,
|
|
165
|
+
Shrawan: 32,
|
|
166
|
+
Bhadra: 31,
|
|
167
|
+
Aswin: 30,
|
|
168
|
+
Kartik: 30,
|
|
169
|
+
Mangsir: 30,
|
|
170
|
+
Poush: 29,
|
|
171
|
+
Magh: 29,
|
|
172
|
+
Falgun: 30,
|
|
173
|
+
Chaitra: 31
|
|
174
|
+
},
|
|
175
|
+
2012: {
|
|
176
|
+
Baisakh: 31,
|
|
177
|
+
Jestha: 31,
|
|
178
|
+
Asar: 31,
|
|
179
|
+
Shrawan: 32,
|
|
180
|
+
Bhadra: 31,
|
|
181
|
+
Aswin: 31,
|
|
182
|
+
Kartik: 29,
|
|
183
|
+
Mangsir: 30,
|
|
184
|
+
Poush: 30,
|
|
185
|
+
Magh: 29,
|
|
186
|
+
Falgun: 30,
|
|
187
|
+
Chaitra: 30
|
|
188
|
+
},
|
|
189
|
+
2013: {
|
|
190
|
+
Baisakh: 31,
|
|
191
|
+
Jestha: 31,
|
|
192
|
+
Asar: 32,
|
|
193
|
+
Shrawan: 31,
|
|
194
|
+
Bhadra: 31,
|
|
195
|
+
Aswin: 31,
|
|
196
|
+
Kartik: 30,
|
|
197
|
+
Mangsir: 29,
|
|
198
|
+
Poush: 30,
|
|
199
|
+
Magh: 29,
|
|
200
|
+
Falgun: 30,
|
|
201
|
+
Chaitra: 30
|
|
202
|
+
},
|
|
203
|
+
2014: {
|
|
204
|
+
Baisakh: 31,
|
|
205
|
+
Jestha: 31,
|
|
206
|
+
Asar: 32,
|
|
207
|
+
Shrawan: 32,
|
|
208
|
+
Bhadra: 31,
|
|
209
|
+
Aswin: 30,
|
|
210
|
+
Kartik: 30,
|
|
211
|
+
Mangsir: 29,
|
|
212
|
+
Poush: 30,
|
|
213
|
+
Magh: 29,
|
|
214
|
+
Falgun: 30,
|
|
215
|
+
Chaitra: 30
|
|
216
|
+
},
|
|
217
|
+
2015: {
|
|
218
|
+
Baisakh: 31,
|
|
219
|
+
Jestha: 32,
|
|
220
|
+
Asar: 31,
|
|
221
|
+
Shrawan: 32,
|
|
222
|
+
Bhadra: 31,
|
|
223
|
+
Aswin: 30,
|
|
224
|
+
Kartik: 30,
|
|
225
|
+
Mangsir: 30,
|
|
226
|
+
Poush: 29,
|
|
227
|
+
Magh: 29,
|
|
228
|
+
Falgun: 30,
|
|
229
|
+
Chaitra: 31
|
|
230
|
+
},
|
|
231
|
+
2016: {
|
|
232
|
+
Baisakh: 31,
|
|
233
|
+
Jestha: 31,
|
|
234
|
+
Asar: 31,
|
|
235
|
+
Shrawan: 32,
|
|
236
|
+
Bhadra: 31,
|
|
237
|
+
Aswin: 31,
|
|
238
|
+
Kartik: 29,
|
|
239
|
+
Mangsir: 30,
|
|
240
|
+
Poush: 30,
|
|
241
|
+
Magh: 29,
|
|
242
|
+
Falgun: 30,
|
|
243
|
+
Chaitra: 30
|
|
244
|
+
},
|
|
245
|
+
2017: {
|
|
246
|
+
Baisakh: 31,
|
|
247
|
+
Jestha: 31,
|
|
248
|
+
Asar: 32,
|
|
249
|
+
Shrawan: 31,
|
|
250
|
+
Bhadra: 31,
|
|
251
|
+
Aswin: 31,
|
|
252
|
+
Kartik: 30,
|
|
253
|
+
Mangsir: 29,
|
|
254
|
+
Poush: 30,
|
|
255
|
+
Magh: 29,
|
|
256
|
+
Falgun: 30,
|
|
257
|
+
Chaitra: 30
|
|
258
|
+
},
|
|
259
|
+
2018: {
|
|
260
|
+
Baisakh: 31,
|
|
261
|
+
Jestha: 32,
|
|
262
|
+
Asar: 31,
|
|
263
|
+
Shrawan: 32,
|
|
264
|
+
Bhadra: 31,
|
|
265
|
+
Aswin: 30,
|
|
266
|
+
Kartik: 30,
|
|
267
|
+
Mangsir: 29,
|
|
268
|
+
Poush: 30,
|
|
269
|
+
Magh: 29,
|
|
270
|
+
Falgun: 30,
|
|
271
|
+
Chaitra: 30
|
|
272
|
+
},
|
|
273
|
+
2019: {
|
|
274
|
+
Baisakh: 31,
|
|
275
|
+
Jestha: 32,
|
|
276
|
+
Asar: 31,
|
|
277
|
+
Shrawan: 32,
|
|
278
|
+
Bhadra: 31,
|
|
279
|
+
Aswin: 30,
|
|
280
|
+
Kartik: 30,
|
|
281
|
+
Mangsir: 30,
|
|
282
|
+
Poush: 29,
|
|
283
|
+
Magh: 30,
|
|
284
|
+
Falgun: 29,
|
|
285
|
+
Chaitra: 31
|
|
286
|
+
},
|
|
287
|
+
2020: {
|
|
288
|
+
Baisakh: 31,
|
|
289
|
+
Jestha: 31,
|
|
290
|
+
Asar: 31,
|
|
291
|
+
Shrawan: 32,
|
|
292
|
+
Bhadra: 31,
|
|
293
|
+
Aswin: 31,
|
|
294
|
+
Kartik: 30,
|
|
295
|
+
Mangsir: 29,
|
|
296
|
+
Poush: 30,
|
|
297
|
+
Magh: 29,
|
|
298
|
+
Falgun: 30,
|
|
299
|
+
Chaitra: 30
|
|
300
|
+
},
|
|
301
|
+
2021: {
|
|
302
|
+
Baisakh: 31,
|
|
303
|
+
Jestha: 31,
|
|
304
|
+
Asar: 32,
|
|
305
|
+
Shrawan: 31,
|
|
306
|
+
Bhadra: 31,
|
|
307
|
+
Aswin: 31,
|
|
308
|
+
Kartik: 30,
|
|
309
|
+
Mangsir: 29,
|
|
310
|
+
Poush: 30,
|
|
311
|
+
Magh: 29,
|
|
312
|
+
Falgun: 30,
|
|
313
|
+
Chaitra: 30
|
|
314
|
+
},
|
|
315
|
+
2022: {
|
|
316
|
+
Baisakh: 31,
|
|
317
|
+
Jestha: 32,
|
|
318
|
+
Asar: 31,
|
|
319
|
+
Shrawan: 32,
|
|
320
|
+
Bhadra: 31,
|
|
321
|
+
Aswin: 30,
|
|
322
|
+
Kartik: 30,
|
|
323
|
+
Mangsir: 30,
|
|
324
|
+
Poush: 29,
|
|
325
|
+
Magh: 29,
|
|
326
|
+
Falgun: 30,
|
|
327
|
+
Chaitra: 30
|
|
328
|
+
},
|
|
329
|
+
2023: {
|
|
330
|
+
Baisakh: 31,
|
|
331
|
+
Jestha: 32,
|
|
332
|
+
Asar: 31,
|
|
333
|
+
Shrawan: 32,
|
|
334
|
+
Bhadra: 31,
|
|
335
|
+
Aswin: 30,
|
|
336
|
+
Kartik: 30,
|
|
337
|
+
Mangsir: 30,
|
|
338
|
+
Poush: 29,
|
|
339
|
+
Magh: 30,
|
|
340
|
+
Falgun: 29,
|
|
341
|
+
Chaitra: 31
|
|
342
|
+
},
|
|
343
|
+
2024: {
|
|
344
|
+
Baisakh: 31,
|
|
345
|
+
Jestha: 31,
|
|
346
|
+
Asar: 31,
|
|
347
|
+
Shrawan: 32,
|
|
348
|
+
Bhadra: 31,
|
|
349
|
+
Aswin: 31,
|
|
350
|
+
Kartik: 30,
|
|
351
|
+
Mangsir: 29,
|
|
352
|
+
Poush: 30,
|
|
353
|
+
Magh: 29,
|
|
354
|
+
Falgun: 30,
|
|
355
|
+
Chaitra: 30
|
|
356
|
+
},
|
|
357
|
+
2025: {
|
|
358
|
+
Baisakh: 31,
|
|
359
|
+
Jestha: 31,
|
|
360
|
+
Asar: 32,
|
|
361
|
+
Shrawan: 31,
|
|
362
|
+
Bhadra: 31,
|
|
363
|
+
Aswin: 31,
|
|
364
|
+
Kartik: 30,
|
|
365
|
+
Mangsir: 29,
|
|
366
|
+
Poush: 30,
|
|
367
|
+
Magh: 29,
|
|
368
|
+
Falgun: 30,
|
|
369
|
+
Chaitra: 30
|
|
370
|
+
},
|
|
371
|
+
2026: {
|
|
372
|
+
Baisakh: 31,
|
|
373
|
+
Jestha: 32,
|
|
374
|
+
Asar: 31,
|
|
375
|
+
Shrawan: 32,
|
|
376
|
+
Bhadra: 31,
|
|
377
|
+
Aswin: 30,
|
|
378
|
+
Kartik: 30,
|
|
379
|
+
Mangsir: 30,
|
|
380
|
+
Poush: 29,
|
|
381
|
+
Magh: 29,
|
|
382
|
+
Falgun: 30,
|
|
383
|
+
Chaitra: 31
|
|
384
|
+
},
|
|
385
|
+
2027: {
|
|
386
|
+
Baisakh: 30,
|
|
387
|
+
Jestha: 32,
|
|
388
|
+
Asar: 31,
|
|
389
|
+
Shrawan: 32,
|
|
390
|
+
Bhadra: 31,
|
|
391
|
+
Aswin: 30,
|
|
392
|
+
Kartik: 30,
|
|
393
|
+
Mangsir: 30,
|
|
394
|
+
Poush: 29,
|
|
395
|
+
Magh: 30,
|
|
396
|
+
Falgun: 29,
|
|
397
|
+
Chaitra: 31
|
|
398
|
+
},
|
|
399
|
+
2028: {
|
|
400
|
+
Baisakh: 31,
|
|
401
|
+
Jestha: 31,
|
|
402
|
+
Asar: 32,
|
|
403
|
+
Shrawan: 31,
|
|
404
|
+
Bhadra: 31,
|
|
405
|
+
Aswin: 31,
|
|
406
|
+
Kartik: 30,
|
|
407
|
+
Mangsir: 29,
|
|
408
|
+
Poush: 30,
|
|
409
|
+
Magh: 29,
|
|
410
|
+
Falgun: 30,
|
|
411
|
+
Chaitra: 30
|
|
412
|
+
},
|
|
413
|
+
2029: {
|
|
414
|
+
Baisakh: 31,
|
|
415
|
+
Jestha: 31,
|
|
416
|
+
Asar: 32,
|
|
417
|
+
Shrawan: 31,
|
|
418
|
+
Bhadra: 32,
|
|
419
|
+
Aswin: 30,
|
|
420
|
+
Kartik: 30,
|
|
421
|
+
Mangsir: 29,
|
|
422
|
+
Poush: 30,
|
|
423
|
+
Magh: 29,
|
|
424
|
+
Falgun: 30,
|
|
425
|
+
Chaitra: 30
|
|
426
|
+
},
|
|
427
|
+
2030: {
|
|
428
|
+
Baisakh: 31,
|
|
429
|
+
Jestha: 32,
|
|
430
|
+
Asar: 31,
|
|
431
|
+
Shrawan: 32,
|
|
432
|
+
Bhadra: 31,
|
|
433
|
+
Aswin: 30,
|
|
434
|
+
Kartik: 30,
|
|
435
|
+
Mangsir: 30,
|
|
436
|
+
Poush: 29,
|
|
437
|
+
Magh: 29,
|
|
438
|
+
Falgun: 30,
|
|
439
|
+
Chaitra: 31
|
|
440
|
+
},
|
|
441
|
+
2031: {
|
|
442
|
+
Baisakh: 30,
|
|
443
|
+
Jestha: 32,
|
|
444
|
+
Asar: 31,
|
|
445
|
+
Shrawan: 32,
|
|
446
|
+
Bhadra: 31,
|
|
447
|
+
Aswin: 30,
|
|
448
|
+
Kartik: 30,
|
|
449
|
+
Mangsir: 30,
|
|
450
|
+
Poush: 29,
|
|
451
|
+
Magh: 30,
|
|
452
|
+
Falgun: 29,
|
|
453
|
+
Chaitra: 31
|
|
454
|
+
},
|
|
455
|
+
2032: {
|
|
456
|
+
Baisakh: 31,
|
|
457
|
+
Jestha: 31,
|
|
458
|
+
Asar: 32,
|
|
459
|
+
Shrawan: 31,
|
|
460
|
+
Bhadra: 31,
|
|
461
|
+
Aswin: 31,
|
|
462
|
+
Kartik: 30,
|
|
463
|
+
Mangsir: 29,
|
|
464
|
+
Poush: 30,
|
|
465
|
+
Magh: 29,
|
|
466
|
+
Falgun: 30,
|
|
467
|
+
Chaitra: 30
|
|
468
|
+
},
|
|
469
|
+
2033: {
|
|
470
|
+
Baisakh: 31,
|
|
471
|
+
Jestha: 31,
|
|
472
|
+
Asar: 32,
|
|
473
|
+
Shrawan: 32,
|
|
474
|
+
Bhadra: 31,
|
|
475
|
+
Aswin: 30,
|
|
476
|
+
Kartik: 30,
|
|
477
|
+
Mangsir: 29,
|
|
478
|
+
Poush: 30,
|
|
479
|
+
Magh: 29,
|
|
480
|
+
Falgun: 30,
|
|
481
|
+
Chaitra: 30
|
|
482
|
+
},
|
|
483
|
+
2034: {
|
|
484
|
+
Baisakh: 31,
|
|
485
|
+
Jestha: 32,
|
|
486
|
+
Asar: 31,
|
|
487
|
+
Shrawan: 32,
|
|
488
|
+
Bhadra: 31,
|
|
489
|
+
Aswin: 30,
|
|
490
|
+
Kartik: 30,
|
|
491
|
+
Mangsir: 30,
|
|
492
|
+
Poush: 29,
|
|
493
|
+
Magh: 29,
|
|
494
|
+
Falgun: 30,
|
|
495
|
+
Chaitra: 31
|
|
496
|
+
},
|
|
497
|
+
2035: {
|
|
498
|
+
Baisakh: 30,
|
|
499
|
+
Jestha: 32,
|
|
500
|
+
Asar: 31,
|
|
501
|
+
Shrawan: 32,
|
|
502
|
+
Bhadra: 31,
|
|
503
|
+
Aswin: 31,
|
|
504
|
+
Kartik: 29,
|
|
505
|
+
Mangsir: 30,
|
|
506
|
+
Poush: 30,
|
|
507
|
+
Magh: 29,
|
|
508
|
+
Falgun: 29,
|
|
509
|
+
Chaitra: 31
|
|
510
|
+
},
|
|
511
|
+
2036: {
|
|
512
|
+
Baisakh: 31,
|
|
513
|
+
Jestha: 31,
|
|
514
|
+
Asar: 32,
|
|
515
|
+
Shrawan: 31,
|
|
516
|
+
Bhadra: 31,
|
|
517
|
+
Aswin: 31,
|
|
518
|
+
Kartik: 30,
|
|
519
|
+
Mangsir: 29,
|
|
520
|
+
Poush: 30,
|
|
521
|
+
Magh: 29,
|
|
522
|
+
Falgun: 30,
|
|
523
|
+
Chaitra: 30
|
|
524
|
+
},
|
|
525
|
+
2037: {
|
|
526
|
+
Baisakh: 31,
|
|
527
|
+
Jestha: 31,
|
|
528
|
+
Asar: 32,
|
|
529
|
+
Shrawan: 32,
|
|
530
|
+
Bhadra: 31,
|
|
531
|
+
Aswin: 30,
|
|
532
|
+
Kartik: 30,
|
|
533
|
+
Mangsir: 29,
|
|
534
|
+
Poush: 30,
|
|
535
|
+
Magh: 29,
|
|
536
|
+
Falgun: 30,
|
|
537
|
+
Chaitra: 30
|
|
538
|
+
},
|
|
539
|
+
2038: {
|
|
540
|
+
Baisakh: 31,
|
|
541
|
+
Jestha: 32,
|
|
542
|
+
Asar: 31,
|
|
543
|
+
Shrawan: 32,
|
|
544
|
+
Bhadra: 31,
|
|
545
|
+
Aswin: 30,
|
|
546
|
+
Kartik: 30,
|
|
547
|
+
Mangsir: 30,
|
|
548
|
+
Poush: 29,
|
|
549
|
+
Magh: 29,
|
|
550
|
+
Falgun: 30,
|
|
551
|
+
Chaitra: 31
|
|
552
|
+
},
|
|
553
|
+
2039: {
|
|
554
|
+
Baisakh: 31,
|
|
555
|
+
Jestha: 31,
|
|
556
|
+
Asar: 31,
|
|
557
|
+
Shrawan: 32,
|
|
558
|
+
Bhadra: 31,
|
|
559
|
+
Aswin: 31,
|
|
560
|
+
Kartik: 29,
|
|
561
|
+
Mangsir: 30,
|
|
562
|
+
Poush: 30,
|
|
563
|
+
Magh: 29,
|
|
564
|
+
Falgun: 30,
|
|
565
|
+
Chaitra: 30
|
|
566
|
+
},
|
|
567
|
+
2040: {
|
|
568
|
+
Baisakh: 31,
|
|
569
|
+
Jestha: 31,
|
|
570
|
+
Asar: 32,
|
|
571
|
+
Shrawan: 31,
|
|
572
|
+
Bhadra: 31,
|
|
573
|
+
Aswin: 31,
|
|
574
|
+
Kartik: 30,
|
|
575
|
+
Mangsir: 29,
|
|
576
|
+
Poush: 30,
|
|
577
|
+
Magh: 29,
|
|
578
|
+
Falgun: 30,
|
|
579
|
+
Chaitra: 30
|
|
580
|
+
},
|
|
581
|
+
2041: {
|
|
582
|
+
Baisakh: 31,
|
|
583
|
+
Jestha: 31,
|
|
584
|
+
Asar: 32,
|
|
585
|
+
Shrawan: 32,
|
|
586
|
+
Bhadra: 31,
|
|
587
|
+
Aswin: 30,
|
|
588
|
+
Kartik: 30,
|
|
589
|
+
Mangsir: 29,
|
|
590
|
+
Poush: 30,
|
|
591
|
+
Magh: 29,
|
|
592
|
+
Falgun: 30,
|
|
593
|
+
Chaitra: 30
|
|
594
|
+
},
|
|
595
|
+
2042: {
|
|
596
|
+
Baisakh: 31,
|
|
597
|
+
Jestha: 32,
|
|
598
|
+
Asar: 31,
|
|
599
|
+
Shrawan: 32,
|
|
600
|
+
Bhadra: 31,
|
|
601
|
+
Aswin: 30,
|
|
602
|
+
Kartik: 30,
|
|
603
|
+
Mangsir: 30,
|
|
604
|
+
Poush: 29,
|
|
605
|
+
Magh: 29,
|
|
606
|
+
Falgun: 30,
|
|
607
|
+
Chaitra: 31
|
|
608
|
+
},
|
|
609
|
+
2043: {
|
|
610
|
+
Baisakh: 31,
|
|
611
|
+
Jestha: 31,
|
|
612
|
+
Asar: 31,
|
|
613
|
+
Shrawan: 32,
|
|
614
|
+
Bhadra: 31,
|
|
615
|
+
Aswin: 31,
|
|
616
|
+
Kartik: 29,
|
|
617
|
+
Mangsir: 30,
|
|
618
|
+
Poush: 30,
|
|
619
|
+
Magh: 29,
|
|
620
|
+
Falgun: 30,
|
|
621
|
+
Chaitra: 30
|
|
622
|
+
},
|
|
623
|
+
2044: {
|
|
624
|
+
Baisakh: 31,
|
|
625
|
+
Jestha: 31,
|
|
626
|
+
Asar: 32,
|
|
627
|
+
Shrawan: 31,
|
|
628
|
+
Bhadra: 31,
|
|
629
|
+
Aswin: 31,
|
|
630
|
+
Kartik: 30,
|
|
631
|
+
Mangsir: 29,
|
|
632
|
+
Poush: 30,
|
|
633
|
+
Magh: 29,
|
|
634
|
+
Falgun: 30,
|
|
635
|
+
Chaitra: 30
|
|
636
|
+
},
|
|
637
|
+
2045: {
|
|
638
|
+
Baisakh: 31,
|
|
639
|
+
Jestha: 32,
|
|
640
|
+
Asar: 31,
|
|
641
|
+
Shrawan: 32,
|
|
642
|
+
Bhadra: 31,
|
|
643
|
+
Aswin: 30,
|
|
644
|
+
Kartik: 30,
|
|
645
|
+
Mangsir: 29,
|
|
646
|
+
Poush: 30,
|
|
647
|
+
Magh: 29,
|
|
648
|
+
Falgun: 30,
|
|
649
|
+
Chaitra: 30
|
|
650
|
+
},
|
|
651
|
+
2046: {
|
|
652
|
+
Baisakh: 31,
|
|
653
|
+
Jestha: 32,
|
|
654
|
+
Asar: 31,
|
|
655
|
+
Shrawan: 32,
|
|
656
|
+
Bhadra: 31,
|
|
657
|
+
Aswin: 30,
|
|
658
|
+
Kartik: 30,
|
|
659
|
+
Mangsir: 30,
|
|
660
|
+
Poush: 29,
|
|
661
|
+
Magh: 29,
|
|
662
|
+
Falgun: 30,
|
|
663
|
+
Chaitra: 31
|
|
664
|
+
},
|
|
665
|
+
2047: {
|
|
666
|
+
Baisakh: 31,
|
|
667
|
+
Jestha: 31,
|
|
668
|
+
Asar: 31,
|
|
669
|
+
Shrawan: 32,
|
|
670
|
+
Bhadra: 31,
|
|
671
|
+
Aswin: 31,
|
|
672
|
+
Kartik: 30,
|
|
673
|
+
Mangsir: 29,
|
|
674
|
+
Poush: 30,
|
|
675
|
+
Magh: 29,
|
|
676
|
+
Falgun: 30,
|
|
677
|
+
Chaitra: 30
|
|
678
|
+
},
|
|
679
|
+
2048: {
|
|
680
|
+
Baisakh: 31,
|
|
681
|
+
Jestha: 31,
|
|
682
|
+
Asar: 32,
|
|
683
|
+
Shrawan: 31,
|
|
684
|
+
Bhadra: 31,
|
|
685
|
+
Aswin: 31,
|
|
686
|
+
Kartik: 30,
|
|
687
|
+
Mangsir: 29,
|
|
688
|
+
Poush: 30,
|
|
689
|
+
Magh: 29,
|
|
690
|
+
Falgun: 30,
|
|
691
|
+
Chaitra: 30
|
|
692
|
+
},
|
|
693
|
+
2049: {
|
|
694
|
+
Baisakh: 31,
|
|
695
|
+
Jestha: 32,
|
|
696
|
+
Asar: 31,
|
|
697
|
+
Shrawan: 32,
|
|
698
|
+
Bhadra: 31,
|
|
699
|
+
Aswin: 30,
|
|
700
|
+
Kartik: 30,
|
|
701
|
+
Mangsir: 30,
|
|
702
|
+
Poush: 29,
|
|
703
|
+
Magh: 29,
|
|
704
|
+
Falgun: 30,
|
|
705
|
+
Chaitra: 30
|
|
706
|
+
},
|
|
707
|
+
2050: {
|
|
708
|
+
Baisakh: 31,
|
|
709
|
+
Jestha: 32,
|
|
710
|
+
Asar: 31,
|
|
711
|
+
Shrawan: 32,
|
|
712
|
+
Bhadra: 31,
|
|
713
|
+
Aswin: 30,
|
|
714
|
+
Kartik: 30,
|
|
715
|
+
Mangsir: 30,
|
|
716
|
+
Poush: 29,
|
|
717
|
+
Magh: 30,
|
|
718
|
+
Falgun: 29,
|
|
719
|
+
Chaitra: 31
|
|
720
|
+
},
|
|
721
|
+
2051: {
|
|
722
|
+
Baisakh: 31,
|
|
723
|
+
Jestha: 31,
|
|
724
|
+
Asar: 31,
|
|
725
|
+
Shrawan: 32,
|
|
726
|
+
Bhadra: 31,
|
|
727
|
+
Aswin: 31,
|
|
728
|
+
Kartik: 30,
|
|
729
|
+
Mangsir: 29,
|
|
730
|
+
Poush: 30,
|
|
731
|
+
Magh: 29,
|
|
732
|
+
Falgun: 30,
|
|
733
|
+
Chaitra: 30
|
|
734
|
+
},
|
|
735
|
+
2052: {
|
|
736
|
+
Baisakh: 31,
|
|
737
|
+
Jestha: 31,
|
|
738
|
+
Asar: 32,
|
|
739
|
+
Shrawan: 31,
|
|
740
|
+
Bhadra: 31,
|
|
741
|
+
Aswin: 31,
|
|
742
|
+
Kartik: 30,
|
|
743
|
+
Mangsir: 29,
|
|
744
|
+
Poush: 30,
|
|
745
|
+
Magh: 29,
|
|
746
|
+
Falgun: 30,
|
|
747
|
+
Chaitra: 30
|
|
748
|
+
},
|
|
749
|
+
2053: {
|
|
750
|
+
Baisakh: 31,
|
|
751
|
+
Jestha: 32,
|
|
752
|
+
Asar: 31,
|
|
753
|
+
Shrawan: 32,
|
|
754
|
+
Bhadra: 31,
|
|
755
|
+
Aswin: 30,
|
|
756
|
+
Kartik: 30,
|
|
757
|
+
Mangsir: 30,
|
|
758
|
+
Poush: 29,
|
|
759
|
+
Magh: 29,
|
|
760
|
+
Falgun: 30,
|
|
761
|
+
Chaitra: 30
|
|
762
|
+
},
|
|
763
|
+
2054: {
|
|
764
|
+
Baisakh: 31,
|
|
765
|
+
Jestha: 32,
|
|
766
|
+
Asar: 31,
|
|
767
|
+
Shrawan: 32,
|
|
768
|
+
Bhadra: 31,
|
|
769
|
+
Aswin: 30,
|
|
770
|
+
Kartik: 30,
|
|
771
|
+
Mangsir: 30,
|
|
772
|
+
Poush: 29,
|
|
773
|
+
Magh: 30,
|
|
774
|
+
Falgun: 29,
|
|
775
|
+
Chaitra: 31
|
|
776
|
+
},
|
|
777
|
+
2055: {
|
|
778
|
+
Baisakh: 31,
|
|
779
|
+
Jestha: 31,
|
|
780
|
+
Asar: 32,
|
|
781
|
+
Shrawan: 31,
|
|
782
|
+
Bhadra: 31,
|
|
783
|
+
Aswin: 31,
|
|
784
|
+
Kartik: 30,
|
|
785
|
+
Mangsir: 29,
|
|
786
|
+
Poush: 30,
|
|
787
|
+
Magh: 29,
|
|
788
|
+
Falgun: 30,
|
|
789
|
+
Chaitra: 30
|
|
790
|
+
},
|
|
791
|
+
2056: {
|
|
792
|
+
Baisakh: 31,
|
|
793
|
+
Jestha: 31,
|
|
794
|
+
Asar: 32,
|
|
795
|
+
Shrawan: 31,
|
|
796
|
+
Bhadra: 32,
|
|
797
|
+
Aswin: 30,
|
|
798
|
+
Kartik: 30,
|
|
799
|
+
Mangsir: 29,
|
|
800
|
+
Poush: 30,
|
|
801
|
+
Magh: 29,
|
|
802
|
+
Falgun: 30,
|
|
803
|
+
Chaitra: 30
|
|
804
|
+
},
|
|
805
|
+
2057: {
|
|
806
|
+
Baisakh: 31,
|
|
807
|
+
Jestha: 32,
|
|
808
|
+
Asar: 31,
|
|
809
|
+
Shrawan: 32,
|
|
810
|
+
Bhadra: 31,
|
|
811
|
+
Aswin: 30,
|
|
812
|
+
Kartik: 30,
|
|
813
|
+
Mangsir: 30,
|
|
814
|
+
Poush: 29,
|
|
815
|
+
Magh: 29,
|
|
816
|
+
Falgun: 30,
|
|
817
|
+
Chaitra: 31
|
|
818
|
+
},
|
|
819
|
+
2058: {
|
|
820
|
+
Baisakh: 30,
|
|
821
|
+
Jestha: 32,
|
|
822
|
+
Asar: 31,
|
|
823
|
+
Shrawan: 32,
|
|
824
|
+
Bhadra: 31,
|
|
825
|
+
Aswin: 30,
|
|
826
|
+
Kartik: 30,
|
|
827
|
+
Mangsir: 30,
|
|
828
|
+
Poush: 29,
|
|
829
|
+
Magh: 30,
|
|
830
|
+
Falgun: 29,
|
|
831
|
+
Chaitra: 31
|
|
832
|
+
},
|
|
833
|
+
2059: {
|
|
834
|
+
Baisakh: 31,
|
|
835
|
+
Jestha: 31,
|
|
836
|
+
Asar: 32,
|
|
837
|
+
Shrawan: 31,
|
|
838
|
+
Bhadra: 31,
|
|
839
|
+
Aswin: 31,
|
|
840
|
+
Kartik: 30,
|
|
841
|
+
Mangsir: 29,
|
|
842
|
+
Poush: 30,
|
|
843
|
+
Magh: 29,
|
|
844
|
+
Falgun: 30,
|
|
845
|
+
Chaitra: 30
|
|
846
|
+
},
|
|
847
|
+
2060: {
|
|
848
|
+
Baisakh: 31,
|
|
849
|
+
Jestha: 31,
|
|
850
|
+
Asar: 32,
|
|
851
|
+
Shrawan: 32,
|
|
852
|
+
Bhadra: 31,
|
|
853
|
+
Aswin: 30,
|
|
854
|
+
Kartik: 30,
|
|
855
|
+
Mangsir: 29,
|
|
856
|
+
Poush: 30,
|
|
857
|
+
Magh: 29,
|
|
858
|
+
Falgun: 30,
|
|
859
|
+
Chaitra: 30
|
|
860
|
+
},
|
|
861
|
+
2061: {
|
|
862
|
+
Baisakh: 31,
|
|
863
|
+
Jestha: 32,
|
|
864
|
+
Asar: 31,
|
|
865
|
+
Shrawan: 32,
|
|
866
|
+
Bhadra: 31,
|
|
867
|
+
Aswin: 30,
|
|
868
|
+
Kartik: 30,
|
|
869
|
+
Mangsir: 30,
|
|
870
|
+
Poush: 29,
|
|
871
|
+
Magh: 29,
|
|
872
|
+
Falgun: 30,
|
|
873
|
+
Chaitra: 31
|
|
874
|
+
},
|
|
875
|
+
2062: {
|
|
876
|
+
Baisakh: 30,
|
|
877
|
+
Jestha: 32,
|
|
878
|
+
Asar: 31,
|
|
879
|
+
Shrawan: 32,
|
|
880
|
+
Bhadra: 31,
|
|
881
|
+
Aswin: 31,
|
|
882
|
+
Kartik: 29,
|
|
883
|
+
Mangsir: 30,
|
|
884
|
+
Poush: 29,
|
|
885
|
+
Magh: 30,
|
|
886
|
+
Falgun: 29,
|
|
887
|
+
Chaitra: 31
|
|
888
|
+
},
|
|
889
|
+
2063: {
|
|
890
|
+
Baisakh: 31,
|
|
891
|
+
Jestha: 31,
|
|
892
|
+
Asar: 32,
|
|
893
|
+
Shrawan: 31,
|
|
894
|
+
Bhadra: 31,
|
|
895
|
+
Aswin: 31,
|
|
896
|
+
Kartik: 30,
|
|
897
|
+
Mangsir: 29,
|
|
898
|
+
Poush: 30,
|
|
899
|
+
Magh: 29,
|
|
900
|
+
Falgun: 30,
|
|
901
|
+
Chaitra: 30
|
|
902
|
+
},
|
|
903
|
+
2064: {
|
|
904
|
+
Baisakh: 31,
|
|
905
|
+
Jestha: 31,
|
|
906
|
+
Asar: 32,
|
|
907
|
+
Shrawan: 32,
|
|
908
|
+
Bhadra: 31,
|
|
909
|
+
Aswin: 30,
|
|
910
|
+
Kartik: 30,
|
|
911
|
+
Mangsir: 29,
|
|
912
|
+
Poush: 30,
|
|
913
|
+
Magh: 29,
|
|
914
|
+
Falgun: 30,
|
|
915
|
+
Chaitra: 30
|
|
916
|
+
},
|
|
917
|
+
2065: {
|
|
918
|
+
Baisakh: 31,
|
|
919
|
+
Jestha: 32,
|
|
920
|
+
Asar: 31,
|
|
921
|
+
Shrawan: 32,
|
|
922
|
+
Bhadra: 31,
|
|
923
|
+
Aswin: 30,
|
|
924
|
+
Kartik: 30,
|
|
925
|
+
Mangsir: 30,
|
|
926
|
+
Poush: 29,
|
|
927
|
+
Magh: 29,
|
|
928
|
+
Falgun: 30,
|
|
929
|
+
Chaitra: 31
|
|
930
|
+
},
|
|
931
|
+
2066: {
|
|
932
|
+
Baisakh: 31,
|
|
933
|
+
Jestha: 31,
|
|
934
|
+
Asar: 31,
|
|
935
|
+
Shrawan: 32,
|
|
936
|
+
Bhadra: 31,
|
|
937
|
+
Aswin: 31,
|
|
938
|
+
Kartik: 29,
|
|
939
|
+
Mangsir: 30,
|
|
940
|
+
Poush: 30,
|
|
941
|
+
Magh: 29,
|
|
942
|
+
Falgun: 29,
|
|
943
|
+
Chaitra: 31
|
|
944
|
+
},
|
|
945
|
+
2067: {
|
|
946
|
+
Baisakh: 31,
|
|
947
|
+
Jestha: 31,
|
|
948
|
+
Asar: 32,
|
|
949
|
+
Shrawan: 31,
|
|
950
|
+
Bhadra: 31,
|
|
951
|
+
Aswin: 31,
|
|
952
|
+
Kartik: 30,
|
|
953
|
+
Mangsir: 29,
|
|
954
|
+
Poush: 30,
|
|
955
|
+
Magh: 29,
|
|
956
|
+
Falgun: 30,
|
|
957
|
+
Chaitra: 30
|
|
958
|
+
},
|
|
959
|
+
2068: {
|
|
960
|
+
Baisakh: 31,
|
|
961
|
+
Jestha: 31,
|
|
962
|
+
Asar: 32,
|
|
963
|
+
Shrawan: 32,
|
|
964
|
+
Bhadra: 31,
|
|
965
|
+
Aswin: 30,
|
|
966
|
+
Kartik: 30,
|
|
967
|
+
Mangsir: 29,
|
|
968
|
+
Poush: 30,
|
|
969
|
+
Magh: 29,
|
|
970
|
+
Falgun: 30,
|
|
971
|
+
Chaitra: 30
|
|
972
|
+
},
|
|
973
|
+
2069: {
|
|
974
|
+
Baisakh: 31,
|
|
975
|
+
Jestha: 32,
|
|
976
|
+
Asar: 31,
|
|
977
|
+
Shrawan: 32,
|
|
978
|
+
Bhadra: 31,
|
|
979
|
+
Aswin: 30,
|
|
980
|
+
Kartik: 30,
|
|
981
|
+
Mangsir: 30,
|
|
982
|
+
Poush: 29,
|
|
983
|
+
Magh: 29,
|
|
984
|
+
Falgun: 30,
|
|
985
|
+
Chaitra: 31
|
|
986
|
+
},
|
|
987
|
+
2070: {
|
|
988
|
+
Baisakh: 31,
|
|
989
|
+
Jestha: 31,
|
|
990
|
+
Asar: 31,
|
|
991
|
+
Shrawan: 32,
|
|
992
|
+
Bhadra: 31,
|
|
993
|
+
Aswin: 31,
|
|
994
|
+
Kartik: 29,
|
|
995
|
+
Mangsir: 30,
|
|
996
|
+
Poush: 30,
|
|
997
|
+
Magh: 29,
|
|
998
|
+
Falgun: 30,
|
|
999
|
+
Chaitra: 30
|
|
1000
|
+
},
|
|
1001
|
+
2071: {
|
|
1002
|
+
Baisakh: 31,
|
|
1003
|
+
Jestha: 31,
|
|
1004
|
+
Asar: 32,
|
|
1005
|
+
Shrawan: 31,
|
|
1006
|
+
Bhadra: 31,
|
|
1007
|
+
Aswin: 31,
|
|
1008
|
+
Kartik: 30,
|
|
1009
|
+
Mangsir: 29,
|
|
1010
|
+
Poush: 30,
|
|
1011
|
+
Magh: 29,
|
|
1012
|
+
Falgun: 30,
|
|
1013
|
+
Chaitra: 30
|
|
1014
|
+
},
|
|
1015
|
+
2072: {
|
|
1016
|
+
Baisakh: 31,
|
|
1017
|
+
Jestha: 32,
|
|
1018
|
+
Asar: 31,
|
|
1019
|
+
Shrawan: 32,
|
|
1020
|
+
Bhadra: 31,
|
|
1021
|
+
Aswin: 30,
|
|
1022
|
+
Kartik: 30,
|
|
1023
|
+
Mangsir: 29,
|
|
1024
|
+
Poush: 30,
|
|
1025
|
+
Magh: 29,
|
|
1026
|
+
Falgun: 30,
|
|
1027
|
+
Chaitra: 30
|
|
1028
|
+
},
|
|
1029
|
+
2073: {
|
|
1030
|
+
Baisakh: 31,
|
|
1031
|
+
Jestha: 32,
|
|
1032
|
+
Asar: 31,
|
|
1033
|
+
Shrawan: 32,
|
|
1034
|
+
Bhadra: 31,
|
|
1035
|
+
Aswin: 30,
|
|
1036
|
+
Kartik: 30,
|
|
1037
|
+
Mangsir: 30,
|
|
1038
|
+
Poush: 29,
|
|
1039
|
+
Magh: 29,
|
|
1040
|
+
Falgun: 30,
|
|
1041
|
+
Chaitra: 31
|
|
1042
|
+
},
|
|
1043
|
+
2074: {
|
|
1044
|
+
Baisakh: 31,
|
|
1045
|
+
Jestha: 31,
|
|
1046
|
+
Asar: 31,
|
|
1047
|
+
Shrawan: 32,
|
|
1048
|
+
Bhadra: 31,
|
|
1049
|
+
Aswin: 31,
|
|
1050
|
+
Kartik: 30,
|
|
1051
|
+
Mangsir: 29,
|
|
1052
|
+
Poush: 30,
|
|
1053
|
+
Magh: 29,
|
|
1054
|
+
Falgun: 30,
|
|
1055
|
+
Chaitra: 30
|
|
1056
|
+
},
|
|
1057
|
+
2075: {
|
|
1058
|
+
Baisakh: 31,
|
|
1059
|
+
Jestha: 31,
|
|
1060
|
+
Asar: 32,
|
|
1061
|
+
Shrawan: 31,
|
|
1062
|
+
Bhadra: 31,
|
|
1063
|
+
Aswin: 31,
|
|
1064
|
+
Kartik: 30,
|
|
1065
|
+
Mangsir: 29,
|
|
1066
|
+
Poush: 30,
|
|
1067
|
+
Magh: 29,
|
|
1068
|
+
Falgun: 30,
|
|
1069
|
+
Chaitra: 30
|
|
1070
|
+
},
|
|
1071
|
+
2076: {
|
|
1072
|
+
Baisakh: 31,
|
|
1073
|
+
Jestha: 32,
|
|
1074
|
+
Asar: 31,
|
|
1075
|
+
Shrawan: 32,
|
|
1076
|
+
Bhadra: 31,
|
|
1077
|
+
Aswin: 30,
|
|
1078
|
+
Kartik: 30,
|
|
1079
|
+
Mangsir: 30,
|
|
1080
|
+
Poush: 29,
|
|
1081
|
+
Magh: 29,
|
|
1082
|
+
Falgun: 30,
|
|
1083
|
+
Chaitra: 30
|
|
1084
|
+
},
|
|
1085
|
+
2077: {
|
|
1086
|
+
Baisakh: 31,
|
|
1087
|
+
Jestha: 32,
|
|
1088
|
+
Asar: 31,
|
|
1089
|
+
Shrawan: 32,
|
|
1090
|
+
Bhadra: 31,
|
|
1091
|
+
Aswin: 30,
|
|
1092
|
+
Kartik: 30,
|
|
1093
|
+
Mangsir: 30,
|
|
1094
|
+
Poush: 29,
|
|
1095
|
+
Magh: 30,
|
|
1096
|
+
Falgun: 29,
|
|
1097
|
+
Chaitra: 31
|
|
1098
|
+
},
|
|
1099
|
+
2078: {
|
|
1100
|
+
Baisakh: 31,
|
|
1101
|
+
Jestha: 31,
|
|
1102
|
+
Asar: 31,
|
|
1103
|
+
Shrawan: 32,
|
|
1104
|
+
Bhadra: 31,
|
|
1105
|
+
Aswin: 31,
|
|
1106
|
+
Kartik: 30,
|
|
1107
|
+
Mangsir: 29,
|
|
1108
|
+
Poush: 30,
|
|
1109
|
+
Magh: 29,
|
|
1110
|
+
Falgun: 30,
|
|
1111
|
+
Chaitra: 30
|
|
1112
|
+
},
|
|
1113
|
+
2079: {
|
|
1114
|
+
Baisakh: 31,
|
|
1115
|
+
Jestha: 31,
|
|
1116
|
+
Asar: 32,
|
|
1117
|
+
Shrawan: 31,
|
|
1118
|
+
Bhadra: 31,
|
|
1119
|
+
Aswin: 31,
|
|
1120
|
+
Kartik: 30,
|
|
1121
|
+
Mangsir: 29,
|
|
1122
|
+
Poush: 30,
|
|
1123
|
+
Magh: 29,
|
|
1124
|
+
Falgun: 30,
|
|
1125
|
+
Chaitra: 30
|
|
1126
|
+
},
|
|
1127
|
+
2080: {
|
|
1128
|
+
Baisakh: 31,
|
|
1129
|
+
Jestha: 32,
|
|
1130
|
+
Asar: 31,
|
|
1131
|
+
Shrawan: 32,
|
|
1132
|
+
Bhadra: 31,
|
|
1133
|
+
Aswin: 30,
|
|
1134
|
+
Kartik: 30,
|
|
1135
|
+
Mangsir: 30,
|
|
1136
|
+
Poush: 29,
|
|
1137
|
+
Magh: 29,
|
|
1138
|
+
Falgun: 30,
|
|
1139
|
+
Chaitra: 30
|
|
1140
|
+
},
|
|
1141
|
+
2081: {
|
|
1142
|
+
Baisakh: 31,
|
|
1143
|
+
Jestha: 32,
|
|
1144
|
+
Asar: 31,
|
|
1145
|
+
Shrawan: 32,
|
|
1146
|
+
Bhadra: 31,
|
|
1147
|
+
Aswin: 30,
|
|
1148
|
+
Kartik: 30,
|
|
1149
|
+
Mangsir: 30,
|
|
1150
|
+
Poush: 29,
|
|
1151
|
+
Magh: 30,
|
|
1152
|
+
Falgun: 29,
|
|
1153
|
+
Chaitra: 31
|
|
1154
|
+
},
|
|
1155
|
+
2082: {
|
|
1156
|
+
Baisakh: 31,
|
|
1157
|
+
Jestha: 31,
|
|
1158
|
+
Asar: 32,
|
|
1159
|
+
Shrawan: 31,
|
|
1160
|
+
Bhadra: 31,
|
|
1161
|
+
Aswin: 31,
|
|
1162
|
+
Kartik: 30,
|
|
1163
|
+
Mangsir: 29,
|
|
1164
|
+
Poush: 30,
|
|
1165
|
+
Magh: 29,
|
|
1166
|
+
Falgun: 30,
|
|
1167
|
+
Chaitra: 30
|
|
1168
|
+
},
|
|
1169
|
+
2083: {
|
|
1170
|
+
Baisakh: 31,
|
|
1171
|
+
Jestha: 31,
|
|
1172
|
+
Asar: 32,
|
|
1173
|
+
Shrawan: 31,
|
|
1174
|
+
Bhadra: 31,
|
|
1175
|
+
Aswin: 31,
|
|
1176
|
+
Kartik: 30,
|
|
1177
|
+
Mangsir: 29,
|
|
1178
|
+
Poush: 30,
|
|
1179
|
+
Magh: 29,
|
|
1180
|
+
Falgun: 30,
|
|
1181
|
+
Chaitra: 30
|
|
1182
|
+
},
|
|
1183
|
+
2084: {
|
|
1184
|
+
Baisakh: 31,
|
|
1185
|
+
Jestha: 32,
|
|
1186
|
+
Asar: 31,
|
|
1187
|
+
Shrawan: 32,
|
|
1188
|
+
Bhadra: 31,
|
|
1189
|
+
Aswin: 30,
|
|
1190
|
+
Kartik: 30,
|
|
1191
|
+
Mangsir: 30,
|
|
1192
|
+
Poush: 29,
|
|
1193
|
+
Magh: 29,
|
|
1194
|
+
Falgun: 30,
|
|
1195
|
+
Chaitra: 31
|
|
1196
|
+
},
|
|
1197
|
+
2085: {
|
|
1198
|
+
Baisakh: 30,
|
|
1199
|
+
Jestha: 32,
|
|
1200
|
+
Asar: 31,
|
|
1201
|
+
Shrawan: 32,
|
|
1202
|
+
Bhadra: 31,
|
|
1203
|
+
Aswin: 30,
|
|
1204
|
+
Kartik: 30,
|
|
1205
|
+
Mangsir: 30,
|
|
1206
|
+
Poush: 29,
|
|
1207
|
+
Magh: 30,
|
|
1208
|
+
Falgun: 29,
|
|
1209
|
+
Chaitra: 31
|
|
1210
|
+
},
|
|
1211
|
+
2086: {
|
|
1212
|
+
Baisakh: 31,
|
|
1213
|
+
Jestha: 31,
|
|
1214
|
+
Asar: 32,
|
|
1215
|
+
Shrawan: 31,
|
|
1216
|
+
Bhadra: 31,
|
|
1217
|
+
Aswin: 31,
|
|
1218
|
+
Kartik: 30,
|
|
1219
|
+
Mangsir: 29,
|
|
1220
|
+
Poush: 30,
|
|
1221
|
+
Magh: 29,
|
|
1222
|
+
Falgun: 30,
|
|
1223
|
+
Chaitra: 30
|
|
1224
|
+
},
|
|
1225
|
+
2087: {
|
|
1226
|
+
Baisakh: 31,
|
|
1227
|
+
Jestha: 31,
|
|
1228
|
+
Asar: 32,
|
|
1229
|
+
Shrawan: 31,
|
|
1230
|
+
Bhadra: 31,
|
|
1231
|
+
Aswin: 31,
|
|
1232
|
+
Kartik: 30,
|
|
1233
|
+
Mangsir: 30,
|
|
1234
|
+
Poush: 29,
|
|
1235
|
+
Magh: 30,
|
|
1236
|
+
Falgun: 30,
|
|
1237
|
+
Chaitra: 30
|
|
1238
|
+
},
|
|
1239
|
+
2088: {
|
|
1240
|
+
Baisakh: 30,
|
|
1241
|
+
Jestha: 31,
|
|
1242
|
+
Asar: 32,
|
|
1243
|
+
Shrawan: 32,
|
|
1244
|
+
Bhadra: 30,
|
|
1245
|
+
Aswin: 31,
|
|
1246
|
+
Kartik: 30,
|
|
1247
|
+
Mangsir: 30,
|
|
1248
|
+
Poush: 29,
|
|
1249
|
+
Magh: 30,
|
|
1250
|
+
Falgun: 30,
|
|
1251
|
+
Chaitra: 30
|
|
1252
|
+
},
|
|
1253
|
+
2089: {
|
|
1254
|
+
Baisakh: 30,
|
|
1255
|
+
Jestha: 32,
|
|
1256
|
+
Asar: 31,
|
|
1257
|
+
Shrawan: 32,
|
|
1258
|
+
Bhadra: 31,
|
|
1259
|
+
Aswin: 30,
|
|
1260
|
+
Kartik: 30,
|
|
1261
|
+
Mangsir: 30,
|
|
1262
|
+
Poush: 29,
|
|
1263
|
+
Magh: 30,
|
|
1264
|
+
Falgun: 30,
|
|
1265
|
+
Chaitra: 30
|
|
1266
|
+
},
|
|
1267
|
+
2090: {
|
|
1268
|
+
Baisakh: 30,
|
|
1269
|
+
Jestha: 32,
|
|
1270
|
+
Asar: 31,
|
|
1271
|
+
Shrawan: 32,
|
|
1272
|
+
Bhadra: 31,
|
|
1273
|
+
Aswin: 30,
|
|
1274
|
+
Kartik: 30,
|
|
1275
|
+
Mangsir: 30,
|
|
1276
|
+
Poush: 29,
|
|
1277
|
+
Magh: 30,
|
|
1278
|
+
Falgun: 30,
|
|
1279
|
+
Chaitra: 30
|
|
1280
|
+
}
|
|
1281
|
+
}, _ = {
|
|
1282
|
+
day: {
|
|
1283
|
+
short: [
|
|
1284
|
+
"आइत",
|
|
1285
|
+
"सोम",
|
|
1286
|
+
"मंगल",
|
|
1287
|
+
"बुध",
|
|
1288
|
+
"बिहि",
|
|
1289
|
+
"शुक्र",
|
|
1290
|
+
"शनि"
|
|
1291
|
+
],
|
|
1292
|
+
long: [
|
|
1293
|
+
"आइतबार",
|
|
1294
|
+
"सोमबार",
|
|
1295
|
+
"मंगलबार",
|
|
1296
|
+
"बुधबार",
|
|
1297
|
+
"बिहिबार",
|
|
1298
|
+
"शुक्रबार",
|
|
1299
|
+
"शनिबार"
|
|
1300
|
+
]
|
|
1301
|
+
},
|
|
1302
|
+
month: {
|
|
1303
|
+
short: [
|
|
1304
|
+
"बै",
|
|
1305
|
+
"जे",
|
|
1306
|
+
"अ",
|
|
1307
|
+
"श्रा",
|
|
1308
|
+
"भा",
|
|
1309
|
+
"आ",
|
|
1310
|
+
"का",
|
|
1311
|
+
"मं",
|
|
1312
|
+
"पौ",
|
|
1313
|
+
"मा",
|
|
1314
|
+
"फा",
|
|
1315
|
+
"चै"
|
|
1316
|
+
],
|
|
1317
|
+
long: [
|
|
1318
|
+
"बैशाख",
|
|
1319
|
+
"जेठ",
|
|
1320
|
+
"असार",
|
|
1321
|
+
"श्रावण",
|
|
1322
|
+
"भाद्र",
|
|
1323
|
+
"आश्विन",
|
|
1324
|
+
"कार्तिक",
|
|
1325
|
+
"मंसिर",
|
|
1326
|
+
"पौष",
|
|
1327
|
+
"माघ",
|
|
1328
|
+
"फाल्गुण",
|
|
1329
|
+
"चैत्र"
|
|
1330
|
+
]
|
|
1331
|
+
},
|
|
1332
|
+
date: [
|
|
1333
|
+
"०",
|
|
1334
|
+
"१",
|
|
1335
|
+
"२",
|
|
1336
|
+
"३",
|
|
1337
|
+
"४",
|
|
1338
|
+
"५",
|
|
1339
|
+
"६",
|
|
1340
|
+
"७",
|
|
1341
|
+
"८",
|
|
1342
|
+
"९"
|
|
1343
|
+
]
|
|
1344
|
+
}, v = {
|
|
1345
|
+
year: 2e3,
|
|
1346
|
+
month: 1,
|
|
1347
|
+
date: 1,
|
|
1348
|
+
weekday: 1
|
|
1349
|
+
}, y = new Date(1943, 3, 14), b = [
|
|
1350
|
+
"Baisakh",
|
|
1351
|
+
"Jestha",
|
|
1352
|
+
"Asar",
|
|
1353
|
+
"Shrawan",
|
|
1354
|
+
"Bhadra",
|
|
1355
|
+
"Aswin",
|
|
1356
|
+
"Kartik",
|
|
1357
|
+
"Mangsir",
|
|
1358
|
+
"Poush",
|
|
1359
|
+
"Magh",
|
|
1360
|
+
"Falgun",
|
|
1361
|
+
"Chaitra"
|
|
1362
|
+
];
|
|
1363
|
+
function x(e, t) {
|
|
1364
|
+
let n = g[String(e)];
|
|
1365
|
+
if (!n) throw Error(`Year ${e} BS is out of supported range`);
|
|
1366
|
+
return n[b[t - 1]];
|
|
1367
|
+
}
|
|
1368
|
+
function S(e) {
|
|
1369
|
+
let t = 0, n = v.year, r = v.month;
|
|
1370
|
+
for (; n < e.year || n === e.year && r < e.month;) t += x(n, r), r++, r > 12 && (r = 1, n++);
|
|
1371
|
+
return t += e.date - v.date, t;
|
|
1372
|
+
}
|
|
1373
|
+
function C(e) {
|
|
1374
|
+
let t = S(e), n = new Date(y);
|
|
1375
|
+
return n.setDate(n.getDate() + t), n;
|
|
1376
|
+
}
|
|
1377
|
+
function w(e, t) {
|
|
1378
|
+
return C({
|
|
1379
|
+
year: e,
|
|
1380
|
+
month: t,
|
|
1381
|
+
date: 1,
|
|
1382
|
+
weekday: 0
|
|
1383
|
+
}).getDay();
|
|
1384
|
+
}
|
|
1385
|
+
//#endregion
|
|
1386
|
+
//#region src/constants/NepaliDigits.ts
|
|
1387
|
+
var T = {
|
|
1388
|
+
0: "०",
|
|
1389
|
+
1: "१",
|
|
1390
|
+
2: "२",
|
|
1391
|
+
3: "३",
|
|
1392
|
+
4: "४",
|
|
1393
|
+
5: "५",
|
|
1394
|
+
6: "६",
|
|
1395
|
+
7: "७",
|
|
1396
|
+
8: "८",
|
|
1397
|
+
9: "९"
|
|
1398
|
+
}, E = {
|
|
1399
|
+
"०": "0",
|
|
1400
|
+
"१": "1",
|
|
1401
|
+
"२": "2",
|
|
1402
|
+
"३": "3",
|
|
1403
|
+
"४": "4",
|
|
1404
|
+
"५": "5",
|
|
1405
|
+
"६": "6",
|
|
1406
|
+
"७": "7",
|
|
1407
|
+
"८": "8",
|
|
1408
|
+
"९": "9"
|
|
1409
|
+
};
|
|
1410
|
+
function D(e, t = 0) {
|
|
1411
|
+
return (t > 0 ? e.toString().padStart(t, "0") : e.toString()).split("").map((e) => T[e] ?? e).join("");
|
|
1412
|
+
}
|
|
1413
|
+
function O(e) {
|
|
1414
|
+
return ` ${D(e.year, 4)}/${D(e.month, 2)}/${D(e.day, 2)}`;
|
|
1415
|
+
}
|
|
1416
|
+
function k(e) {
|
|
1417
|
+
return e.split("").map((e) => E[e] ?? e).join("");
|
|
1418
|
+
}
|
|
1419
|
+
function A(e) {
|
|
1420
|
+
return e.split("").map((e) => T[e] ?? e).join("");
|
|
1421
|
+
}
|
|
1422
|
+
//#endregion
|
|
1423
|
+
//#region node_modules/react/cjs/react-jsx-runtime.production.js
|
|
1424
|
+
var j = /* @__PURE__ */ h(((e) => {
|
|
1425
|
+
var t = Symbol.for("react.transitional.element"), n = Symbol.for("react.fragment");
|
|
1426
|
+
function r(e, n, r) {
|
|
1427
|
+
var i = null;
|
|
1428
|
+
if (r !== void 0 && (i = "" + r), n.key !== void 0 && (i = "" + n.key), "key" in n) for (var a in r = {}, n) a !== "key" && (r[a] = n[a]);
|
|
1429
|
+
else r = n;
|
|
1430
|
+
return n = r.ref, {
|
|
1431
|
+
$$typeof: t,
|
|
1432
|
+
type: e,
|
|
1433
|
+
key: i,
|
|
1434
|
+
ref: n === void 0 ? null : n,
|
|
1435
|
+
props: r
|
|
1436
|
+
};
|
|
1437
|
+
}
|
|
1438
|
+
e.Fragment = n, e.jsx = r, e.jsxs = r;
|
|
1439
|
+
})), M = /* @__PURE__ */ h(((e, t) => {
|
|
1440
|
+
t.exports = { ...u };
|
|
1441
|
+
})), N = /* @__PURE__ */ h(((e) => {
|
|
1442
|
+
process.env.NODE_ENV !== "production" && (function() {
|
|
1443
|
+
function t(e) {
|
|
1444
|
+
if (e == null) return null;
|
|
1445
|
+
if (typeof e == "function") return e.$$typeof === O ? null : e.displayName || e.name || null;
|
|
1446
|
+
if (typeof e == "string") return e;
|
|
1447
|
+
switch (e) {
|
|
1448
|
+
case _: return "Fragment";
|
|
1449
|
+
case y: return "Profiler";
|
|
1450
|
+
case v: return "StrictMode";
|
|
1451
|
+
case C: return "Suspense";
|
|
1452
|
+
case w: return "SuspenseList";
|
|
1453
|
+
case D: return "Activity";
|
|
1454
|
+
}
|
|
1455
|
+
if (typeof e == "object") switch (typeof e.tag == "number" && console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."), e.$$typeof) {
|
|
1456
|
+
case g: return "Portal";
|
|
1457
|
+
case x: return e.displayName || "Context";
|
|
1458
|
+
case b: return (e._context.displayName || "Context") + ".Consumer";
|
|
1459
|
+
case S:
|
|
1460
|
+
var n = e.render;
|
|
1461
|
+
return e = e.displayName, e ||= (e = n.displayName || n.name || "", e === "" ? "ForwardRef" : "ForwardRef(" + e + ")"), e;
|
|
1462
|
+
case T: return n = e.displayName || null, n === null ? t(e.type) || "Memo" : n;
|
|
1463
|
+
case E:
|
|
1464
|
+
n = e._payload, e = e._init;
|
|
1465
|
+
try {
|
|
1466
|
+
return t(e(n));
|
|
1467
|
+
} catch {}
|
|
1468
|
+
}
|
|
1469
|
+
return null;
|
|
1470
|
+
}
|
|
1471
|
+
function n(e) {
|
|
1472
|
+
return "" + e;
|
|
1473
|
+
}
|
|
1474
|
+
function r(e) {
|
|
1475
|
+
try {
|
|
1476
|
+
n(e);
|
|
1477
|
+
var t = !1;
|
|
1478
|
+
} catch {
|
|
1479
|
+
t = !0;
|
|
1480
|
+
}
|
|
1481
|
+
if (t) {
|
|
1482
|
+
t = console;
|
|
1483
|
+
var r = t.error, i = typeof Symbol == "function" && Symbol.toStringTag && e[Symbol.toStringTag] || e.constructor.name || "Object";
|
|
1484
|
+
return r.call(t, "The provided key is an unsupported type %s. This value must be coerced to a string before using it here.", i), n(e);
|
|
1485
|
+
}
|
|
1486
|
+
}
|
|
1487
|
+
function i(e) {
|
|
1488
|
+
if (e === _) return "<>";
|
|
1489
|
+
if (typeof e == "object" && e && e.$$typeof === E) return "<...>";
|
|
1490
|
+
try {
|
|
1491
|
+
var n = t(e);
|
|
1492
|
+
return n ? "<" + n + ">" : "<...>";
|
|
1493
|
+
} catch {
|
|
1494
|
+
return "<...>";
|
|
1495
|
+
}
|
|
1496
|
+
}
|
|
1497
|
+
function a() {
|
|
1498
|
+
var e = k.A;
|
|
1499
|
+
return e === null ? null : e.getOwner();
|
|
1500
|
+
}
|
|
1501
|
+
function o() {
|
|
1502
|
+
return Error("react-stack-top-frame");
|
|
1503
|
+
}
|
|
1504
|
+
function s(e) {
|
|
1505
|
+
if (A.call(e, "key")) {
|
|
1506
|
+
var t = Object.getOwnPropertyDescriptor(e, "key").get;
|
|
1507
|
+
if (t && t.isReactWarning) return !1;
|
|
1508
|
+
}
|
|
1509
|
+
return e.key !== void 0;
|
|
1510
|
+
}
|
|
1511
|
+
function c(e, t) {
|
|
1512
|
+
function n() {
|
|
1513
|
+
P || (P = !0, console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)", t));
|
|
1514
|
+
}
|
|
1515
|
+
n.isReactWarning = !0, Object.defineProperty(e, "key", {
|
|
1516
|
+
get: n,
|
|
1517
|
+
configurable: !0
|
|
1518
|
+
});
|
|
1519
|
+
}
|
|
1520
|
+
function l() {
|
|
1521
|
+
var e = t(this.type);
|
|
1522
|
+
return F[e] || (F[e] = !0, console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")), e = this.props.ref, e === void 0 ? null : e;
|
|
1523
|
+
}
|
|
1524
|
+
function u(e, t, n, r, i, a) {
|
|
1525
|
+
var o = n.ref;
|
|
1526
|
+
return e = {
|
|
1527
|
+
$$typeof: h,
|
|
1528
|
+
type: e,
|
|
1529
|
+
key: t,
|
|
1530
|
+
props: n,
|
|
1531
|
+
_owner: r
|
|
1532
|
+
}, (o === void 0 ? null : o) === null ? Object.defineProperty(e, "ref", {
|
|
1533
|
+
enumerable: !1,
|
|
1534
|
+
value: null
|
|
1535
|
+
}) : Object.defineProperty(e, "ref", {
|
|
1536
|
+
enumerable: !1,
|
|
1537
|
+
get: l
|
|
1538
|
+
}), e._store = {}, Object.defineProperty(e._store, "validated", {
|
|
1539
|
+
configurable: !1,
|
|
1540
|
+
enumerable: !1,
|
|
1541
|
+
writable: !0,
|
|
1542
|
+
value: 0
|
|
1543
|
+
}), Object.defineProperty(e, "_debugInfo", {
|
|
1544
|
+
configurable: !1,
|
|
1545
|
+
enumerable: !1,
|
|
1546
|
+
writable: !0,
|
|
1547
|
+
value: null
|
|
1548
|
+
}), Object.defineProperty(e, "_debugStack", {
|
|
1549
|
+
configurable: !1,
|
|
1550
|
+
enumerable: !1,
|
|
1551
|
+
writable: !0,
|
|
1552
|
+
value: i
|
|
1553
|
+
}), Object.defineProperty(e, "_debugTask", {
|
|
1554
|
+
configurable: !1,
|
|
1555
|
+
enumerable: !1,
|
|
1556
|
+
writable: !0,
|
|
1557
|
+
value: a
|
|
1558
|
+
}), Object.freeze && (Object.freeze(e.props), Object.freeze(e)), e;
|
|
1559
|
+
}
|
|
1560
|
+
function d(e, n, i, o, l, d) {
|
|
1561
|
+
var p = n.children;
|
|
1562
|
+
if (p !== void 0) if (o) if (j(p)) {
|
|
1563
|
+
for (o = 0; o < p.length; o++) f(p[o]);
|
|
1564
|
+
Object.freeze && Object.freeze(p);
|
|
1565
|
+
} else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");
|
|
1566
|
+
else f(p);
|
|
1567
|
+
if (A.call(n, "key")) {
|
|
1568
|
+
p = t(e);
|
|
1569
|
+
var m = Object.keys(n).filter(function(e) {
|
|
1570
|
+
return e !== "key";
|
|
1571
|
+
});
|
|
1572
|
+
o = 0 < m.length ? "{key: someKey, " + m.join(": ..., ") + ": ...}" : "{key: someKey}", R[p + o] || (m = 0 < m.length ? "{" + m.join(": ..., ") + ": ...}" : "{}", console.error("A props object containing a \"key\" prop is being spread into JSX:\n let props = %s;\n <%s {...props} />\nReact keys must be passed directly to JSX without using spread:\n let props = %s;\n <%s key={someKey} {...props} />", o, p, m, p), R[p + o] = !0);
|
|
1573
|
+
}
|
|
1574
|
+
if (p = null, i !== void 0 && (r(i), p = "" + i), s(n) && (r(n.key), p = "" + n.key), "key" in n) for (var h in i = {}, n) h !== "key" && (i[h] = n[h]);
|
|
1575
|
+
else i = n;
|
|
1576
|
+
return p && c(i, typeof e == "function" ? e.displayName || e.name || "Unknown" : e), u(e, p, i, a(), l, d);
|
|
1577
|
+
}
|
|
1578
|
+
function f(e) {
|
|
1579
|
+
p(e) ? e._store && (e._store.validated = 1) : typeof e == "object" && e && e.$$typeof === E && (e._payload.status === "fulfilled" ? p(e._payload.value) && e._payload.value._store && (e._payload.value._store.validated = 1) : e._store && (e._store.validated = 1));
|
|
1580
|
+
}
|
|
1581
|
+
function p(e) {
|
|
1582
|
+
return typeof e == "object" && !!e && e.$$typeof === h;
|
|
1583
|
+
}
|
|
1584
|
+
var m = M(), h = Symbol.for("react.transitional.element"), g = Symbol.for("react.portal"), _ = Symbol.for("react.fragment"), v = Symbol.for("react.strict_mode"), y = Symbol.for("react.profiler"), b = Symbol.for("react.consumer"), x = Symbol.for("react.context"), S = Symbol.for("react.forward_ref"), C = Symbol.for("react.suspense"), w = Symbol.for("react.suspense_list"), T = Symbol.for("react.memo"), E = Symbol.for("react.lazy"), D = Symbol.for("react.activity"), O = Symbol.for("react.client.reference"), k = m.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE, A = Object.prototype.hasOwnProperty, j = Array.isArray, N = console.createTask ? console.createTask : function() {
|
|
1585
|
+
return null;
|
|
1586
|
+
};
|
|
1587
|
+
m = { react_stack_bottom_frame: function(e) {
|
|
1588
|
+
return e();
|
|
1589
|
+
} };
|
|
1590
|
+
var P, F = {}, I = m.react_stack_bottom_frame.bind(m, o)(), L = N(i(o)), R = {};
|
|
1591
|
+
e.Fragment = _, e.jsx = function(e, t, n) {
|
|
1592
|
+
var r = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
1593
|
+
return d(e, t, n, !1, r ? Error("react-stack-top-frame") : I, r ? N(i(e)) : L);
|
|
1594
|
+
}, e.jsxs = function(e, t, n) {
|
|
1595
|
+
var r = 1e4 > k.recentlyCreatedOwnerStacks++;
|
|
1596
|
+
return d(e, t, n, !0, r ? Error("react-stack-top-frame") : I, r ? N(i(e)) : L);
|
|
1597
|
+
};
|
|
1598
|
+
})();
|
|
1599
|
+
})), P = (/* @__PURE__ */ h(((e, t) => {
|
|
1600
|
+
process.env.NODE_ENV === "production" ? t.exports = j() : t.exports = N();
|
|
1601
|
+
})))(), F = [
|
|
1602
|
+
"Baisakh",
|
|
1603
|
+
"Jestha",
|
|
1604
|
+
"Asar",
|
|
1605
|
+
"Shrawan",
|
|
1606
|
+
"Bhadra",
|
|
1607
|
+
"Aswin",
|
|
1608
|
+
"Kartik",
|
|
1609
|
+
"Mangsir",
|
|
1610
|
+
"Poush",
|
|
1611
|
+
"Magh",
|
|
1612
|
+
"Falgun",
|
|
1613
|
+
"Chaitra"
|
|
1614
|
+
];
|
|
1615
|
+
function I({ onSelectDate: r, selectDate: a }) {
|
|
1616
|
+
let [s, l] = m(() => a?.year ?? 2083), [u, f] = m(() => a?.month ?? 1);
|
|
1617
|
+
d(() => {
|
|
1618
|
+
if (!a) return;
|
|
1619
|
+
let e = setTimeout(() => {
|
|
1620
|
+
l(a.year), f(a.month);
|
|
1621
|
+
}, 0);
|
|
1622
|
+
return () => clearTimeout(e);
|
|
1623
|
+
}, [a]);
|
|
1624
|
+
let p = Object.keys(g).map(Number), h = g[String(s)]?.[F[u - 1]] ?? 30, v = w(s, u), y = () => {
|
|
1625
|
+
u === 1 ? (f(12), l((e) => e - 1)) : f((e) => e - 1);
|
|
1626
|
+
}, b = () => {
|
|
1627
|
+
u === 12 ? (f(1), l((e) => e + 1)) : f((e) => e + 1);
|
|
1628
|
+
}, x = s === 2e3 && u === 1, S = s === 2090 && u === 12, C = [...Array(v).fill(null), ...Array.from({ length: h }, (e, t) => t + 1)];
|
|
1629
|
+
return /* @__PURE__ */ (0, P.jsxs)(t, {
|
|
1630
|
+
sx: {
|
|
1631
|
+
p: "20px",
|
|
1632
|
+
display: "flex",
|
|
1633
|
+
flexDirection: "column",
|
|
1634
|
+
gap: "10px"
|
|
1635
|
+
},
|
|
1636
|
+
children: [/* @__PURE__ */ (0, P.jsxs)(e, {
|
|
1637
|
+
sx: {
|
|
1638
|
+
display: "flex",
|
|
1639
|
+
alignItems: "center",
|
|
1640
|
+
justifyContent: "center",
|
|
1641
|
+
gap: "4px",
|
|
1642
|
+
mb: "8px"
|
|
1643
|
+
},
|
|
1644
|
+
children: [
|
|
1645
|
+
/* @__PURE__ */ (0, P.jsx)(n, {
|
|
1646
|
+
onClick: y,
|
|
1647
|
+
disabled: x,
|
|
1648
|
+
children: "‹"
|
|
1649
|
+
}),
|
|
1650
|
+
/* @__PURE__ */ (0, P.jsx)(o, {
|
|
1651
|
+
value: s,
|
|
1652
|
+
onChange: (e) => {
|
|
1653
|
+
l(Number(e.target.value));
|
|
1654
|
+
},
|
|
1655
|
+
size: "small",
|
|
1656
|
+
MenuProps: { slotProps: { paper: { sx: { maxHeight: 250 } } } },
|
|
1657
|
+
sx: { minWidth: 90 },
|
|
1658
|
+
children: p.map((e) => /* @__PURE__ */ (0, P.jsx)(i, {
|
|
1659
|
+
value: e,
|
|
1660
|
+
children: D(e)
|
|
1661
|
+
}, e))
|
|
1662
|
+
}),
|
|
1663
|
+
/* @__PURE__ */ (0, P.jsx)(o, {
|
|
1664
|
+
value: u,
|
|
1665
|
+
onChange: (e) => f(Number(e.target.value)),
|
|
1666
|
+
MenuProps: { slotProps: { paper: { sx: { maxHeight: 250 } } } },
|
|
1667
|
+
sx: { minWidth: 90 },
|
|
1668
|
+
size: "small",
|
|
1669
|
+
children: _.month.long.map((e, t) => /* @__PURE__ */ (0, P.jsx)(i, {
|
|
1670
|
+
value: t + 1,
|
|
1671
|
+
children: e
|
|
1672
|
+
}, e))
|
|
1673
|
+
}),
|
|
1674
|
+
/* @__PURE__ */ (0, P.jsx)(n, {
|
|
1675
|
+
onClick: b,
|
|
1676
|
+
disabled: S,
|
|
1677
|
+
children: "›"
|
|
1678
|
+
})
|
|
1679
|
+
]
|
|
1680
|
+
}), /* @__PURE__ */ (0, P.jsxs)(e, {
|
|
1681
|
+
sx: {
|
|
1682
|
+
display: "grid",
|
|
1683
|
+
gridTemplateColumns: "repeat(7, 1fr)",
|
|
1684
|
+
textAlign: "center",
|
|
1685
|
+
gap: 2
|
|
1686
|
+
},
|
|
1687
|
+
children: [_.day.short.map((t) => /* @__PURE__ */ (0, P.jsx)(e, { children: /* @__PURE__ */ (0, P.jsx)(c, {
|
|
1688
|
+
variant: "caption",
|
|
1689
|
+
sx: { fontSize: "14px" },
|
|
1690
|
+
children: t
|
|
1691
|
+
}) }, t)), C.map((t, n) => {
|
|
1692
|
+
let i = a && a.day === t && a.month === u && a.year === s;
|
|
1693
|
+
return /* @__PURE__ */ (0, P.jsx)(e, { children: t && /* @__PURE__ */ (0, P.jsx)(e, {
|
|
1694
|
+
onClick: () => {
|
|
1695
|
+
r({
|
|
1696
|
+
year: s,
|
|
1697
|
+
month: u,
|
|
1698
|
+
day: t
|
|
1699
|
+
});
|
|
1700
|
+
},
|
|
1701
|
+
sx: {
|
|
1702
|
+
cursor: "pointer",
|
|
1703
|
+
bgcolor: i ? "primary.main" : "transparent",
|
|
1704
|
+
color: i ? "#fff" : "text.primary",
|
|
1705
|
+
borderRadius: "50%",
|
|
1706
|
+
height: "32px",
|
|
1707
|
+
width: "32px",
|
|
1708
|
+
display: "flex",
|
|
1709
|
+
justifyContent: "center",
|
|
1710
|
+
alignItems: "center"
|
|
1711
|
+
},
|
|
1712
|
+
children: D(t)
|
|
1713
|
+
}) }, n);
|
|
1714
|
+
})]
|
|
1715
|
+
})]
|
|
1716
|
+
});
|
|
1717
|
+
}
|
|
1718
|
+
//#endregion
|
|
1719
|
+
//#region src/converter/bsDateParser.ts
|
|
1720
|
+
var L = [
|
|
1721
|
+
"Baisakh",
|
|
1722
|
+
"Jestha",
|
|
1723
|
+
"Asar",
|
|
1724
|
+
"Shrawan",
|
|
1725
|
+
"Bhadra",
|
|
1726
|
+
"Aswin",
|
|
1727
|
+
"Kartik",
|
|
1728
|
+
"Mangsir",
|
|
1729
|
+
"Poush",
|
|
1730
|
+
"Magh",
|
|
1731
|
+
"Falgun",
|
|
1732
|
+
"Chaitra"
|
|
1733
|
+
];
|
|
1734
|
+
function R(e) {
|
|
1735
|
+
let t = k(e).split("/");
|
|
1736
|
+
if (t.length !== 3 || t[0].length !== 4) return null;
|
|
1737
|
+
let n = parseInt(t[0], 10), r = parseInt(t[1], 10), i = parseInt(t[2], 10);
|
|
1738
|
+
if (isNaN(n) || isNaN(r) || isNaN(i)) return null;
|
|
1739
|
+
let a = g[String(n)]?.[L[r - 1]];
|
|
1740
|
+
return !a || r < 1 || r > 12 || i < 1 || i > a ? null : {
|
|
1741
|
+
year: n,
|
|
1742
|
+
month: r,
|
|
1743
|
+
day: i
|
|
1744
|
+
};
|
|
1745
|
+
}
|
|
1746
|
+
//#endregion
|
|
1747
|
+
//#region src/components/InputCalendar.tsx
|
|
1748
|
+
function z() {
|
|
1749
|
+
let [t, i] = m(null), [o, c] = m(null), [u, d] = m(""), h = p(null), g = p(null), _ = p(null), v = () => {
|
|
1750
|
+
let e = R(u);
|
|
1751
|
+
e ? (c(e), console.log("Selected Date:", O(e))) : u && c(null), d("");
|
|
1752
|
+
};
|
|
1753
|
+
return f(() => {
|
|
1754
|
+
g.current && _.current !== null && g.current.setSelectionRange(_.current, _.current);
|
|
1755
|
+
}, [u]), /* @__PURE__ */ (0, P.jsx)("div", { children: /* @__PURE__ */ (0, P.jsxs)(e, {
|
|
1756
|
+
sx: { m: "50px" },
|
|
1757
|
+
children: [/* @__PURE__ */ (0, P.jsx)(e, {
|
|
1758
|
+
ref: h,
|
|
1759
|
+
children: /* @__PURE__ */ (0, P.jsx)(s, {
|
|
1760
|
+
label: o ? "" : "मिति छानुहोस् ",
|
|
1761
|
+
value: u ? A(u) : o ? O(o) : "",
|
|
1762
|
+
placeholder: " YYYY/MM/DD",
|
|
1763
|
+
onChange: (e) => {
|
|
1764
|
+
let t = e.target, n = t.selectionStart ?? 0, r = k(t.value);
|
|
1765
|
+
r = r.split("").filter((e) => e >= "0" && e <= "9" || e === "/").join("");
|
|
1766
|
+
let i = r.length;
|
|
1767
|
+
(r.length === 4 && !r.includes("/") || r.length === 7 && r.split("/").length === 2) && (r += "/"), r.length > i && n === i && (n += 1), _.current = n, d(r.slice(0, 10));
|
|
1768
|
+
},
|
|
1769
|
+
onFocus: () => {
|
|
1770
|
+
if (o && !u) {
|
|
1771
|
+
let e = o.year;
|
|
1772
|
+
d(`${e}/${String(o.month).padStart(2, "0")}/${String(o.day).padStart(2, "0")}`);
|
|
1773
|
+
}
|
|
1774
|
+
},
|
|
1775
|
+
onBlur: v,
|
|
1776
|
+
onKeyDown: (e) => {
|
|
1777
|
+
e.key === "Enter" && v();
|
|
1778
|
+
},
|
|
1779
|
+
slotProps: { input: {
|
|
1780
|
+
inputRef: g,
|
|
1781
|
+
sx: {
|
|
1782
|
+
pl: "8px",
|
|
1783
|
+
fontSize: "18px"
|
|
1784
|
+
},
|
|
1785
|
+
endAdornment: /* @__PURE__ */ (0, P.jsx)(r, {
|
|
1786
|
+
position: "end",
|
|
1787
|
+
children: /* @__PURE__ */ (0, P.jsx)(n, {
|
|
1788
|
+
onClick: () => i(h.current),
|
|
1789
|
+
children: /* @__PURE__ */ (0, P.jsx)(l, {})
|
|
1790
|
+
})
|
|
1791
|
+
})
|
|
1792
|
+
} }
|
|
1793
|
+
})
|
|
1794
|
+
}), /* @__PURE__ */ (0, P.jsx)(a, {
|
|
1795
|
+
open: !!t,
|
|
1796
|
+
anchorEl: t,
|
|
1797
|
+
onClose: () => i(null),
|
|
1798
|
+
anchorOrigin: {
|
|
1799
|
+
vertical: "bottom",
|
|
1800
|
+
horizontal: "left"
|
|
1801
|
+
},
|
|
1802
|
+
children: /* @__PURE__ */ (0, P.jsx)(I, {
|
|
1803
|
+
selectDate: o,
|
|
1804
|
+
onSelectDate: (e) => {
|
|
1805
|
+
c(e), d(""), i(null), console.log("Selected Date:", O(e));
|
|
1806
|
+
}
|
|
1807
|
+
})
|
|
1808
|
+
})]
|
|
1809
|
+
}) });
|
|
1810
|
+
}
|
|
1811
|
+
//#endregion
|
|
1812
|
+
export { z as InputCalendar };
|