@andrey4emk/npm-app-front-b24 0.1.18 → 0.1.19
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/npm-app-front-b24.es.js +1205 -1058
- package/dist/npm-app-front-b24.umd.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -1,162 +1,162 @@
|
|
|
1
|
-
import { openBlock as
|
|
2
|
-
class
|
|
1
|
+
import { openBlock as O, createElementBlock as v, createElementVNode as c, withDirectives as Qe, vModelCheckbox as Xe, createTextVNode as is, toDisplayString as I, Fragment as Me, renderList as xe, createCommentVNode as j, normalizeClass as Kt, reactive as as, ref as he, onMounted as os } from "vue";
|
|
2
|
+
class K extends Error {
|
|
3
3
|
}
|
|
4
|
-
class
|
|
4
|
+
class ls extends K {
|
|
5
5
|
constructor(e) {
|
|
6
6
|
super(`Invalid DateTime: ${e.toMessage()}`);
|
|
7
7
|
}
|
|
8
8
|
}
|
|
9
|
-
class
|
|
9
|
+
class us extends K {
|
|
10
10
|
constructor(e) {
|
|
11
11
|
super(`Invalid Interval: ${e.toMessage()}`);
|
|
12
12
|
}
|
|
13
13
|
}
|
|
14
|
-
class
|
|
14
|
+
class cs extends K {
|
|
15
15
|
constructor(e) {
|
|
16
16
|
super(`Invalid Duration: ${e.toMessage()}`);
|
|
17
17
|
}
|
|
18
18
|
}
|
|
19
|
-
class ne extends
|
|
19
|
+
class ne extends K {
|
|
20
20
|
}
|
|
21
|
-
class
|
|
21
|
+
class Qt extends K {
|
|
22
22
|
constructor(e) {
|
|
23
23
|
super(`Invalid unit ${e}`);
|
|
24
24
|
}
|
|
25
25
|
}
|
|
26
|
-
class
|
|
26
|
+
class M extends K {
|
|
27
27
|
}
|
|
28
|
-
class q extends
|
|
28
|
+
class q extends K {
|
|
29
29
|
constructor() {
|
|
30
30
|
super("Zone is an abstract class");
|
|
31
31
|
}
|
|
32
32
|
}
|
|
33
|
-
const
|
|
34
|
-
year:
|
|
35
|
-
month:
|
|
36
|
-
day:
|
|
37
|
-
},
|
|
38
|
-
year:
|
|
33
|
+
const d = "numeric", R = "short", F = "long", Le = {
|
|
34
|
+
year: d,
|
|
35
|
+
month: d,
|
|
36
|
+
day: d
|
|
37
|
+
}, Xt = {
|
|
38
|
+
year: d,
|
|
39
39
|
month: R,
|
|
40
|
-
day:
|
|
41
|
-
},
|
|
42
|
-
year:
|
|
40
|
+
day: d
|
|
41
|
+
}, ds = {
|
|
42
|
+
year: d,
|
|
43
43
|
month: R,
|
|
44
|
-
day:
|
|
44
|
+
day: d,
|
|
45
45
|
weekday: R
|
|
46
|
-
}, jt = {
|
|
47
|
-
year: c,
|
|
48
|
-
month: C,
|
|
49
|
-
day: c
|
|
50
|
-
}, Qt = {
|
|
51
|
-
year: c,
|
|
52
|
-
month: C,
|
|
53
|
-
day: c,
|
|
54
|
-
weekday: C
|
|
55
|
-
}, Kt = {
|
|
56
|
-
hour: c,
|
|
57
|
-
minute: c
|
|
58
|
-
}, Xt = {
|
|
59
|
-
hour: c,
|
|
60
|
-
minute: c,
|
|
61
|
-
second: c
|
|
62
46
|
}, en = {
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
timeZoneName: R
|
|
47
|
+
year: d,
|
|
48
|
+
month: F,
|
|
49
|
+
day: d
|
|
67
50
|
}, tn = {
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
51
|
+
year: d,
|
|
52
|
+
month: F,
|
|
53
|
+
day: d,
|
|
54
|
+
weekday: F
|
|
72
55
|
}, nn = {
|
|
73
|
-
hour:
|
|
74
|
-
minute:
|
|
75
|
-
hourCycle: "h23"
|
|
56
|
+
hour: d,
|
|
57
|
+
minute: d
|
|
76
58
|
}, sn = {
|
|
77
|
-
hour:
|
|
78
|
-
minute:
|
|
79
|
-
second:
|
|
80
|
-
hourCycle: "h23"
|
|
59
|
+
hour: d,
|
|
60
|
+
minute: d,
|
|
61
|
+
second: d
|
|
81
62
|
}, rn = {
|
|
82
|
-
hour:
|
|
83
|
-
minute:
|
|
84
|
-
second:
|
|
85
|
-
hourCycle: "h23",
|
|
63
|
+
hour: d,
|
|
64
|
+
minute: d,
|
|
65
|
+
second: d,
|
|
86
66
|
timeZoneName: R
|
|
87
67
|
}, an = {
|
|
88
|
-
hour:
|
|
89
|
-
minute:
|
|
90
|
-
second:
|
|
91
|
-
|
|
92
|
-
timeZoneName: C
|
|
68
|
+
hour: d,
|
|
69
|
+
minute: d,
|
|
70
|
+
second: d,
|
|
71
|
+
timeZoneName: F
|
|
93
72
|
}, on = {
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
hour: c,
|
|
98
|
-
minute: c
|
|
73
|
+
hour: d,
|
|
74
|
+
minute: d,
|
|
75
|
+
hourCycle: "h23"
|
|
99
76
|
}, ln = {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
minute: c,
|
|
105
|
-
second: c
|
|
77
|
+
hour: d,
|
|
78
|
+
minute: d,
|
|
79
|
+
second: d,
|
|
80
|
+
hourCycle: "h23"
|
|
106
81
|
}, un = {
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
82
|
+
hour: d,
|
|
83
|
+
minute: d,
|
|
84
|
+
second: d,
|
|
85
|
+
hourCycle: "h23",
|
|
86
|
+
timeZoneName: R
|
|
112
87
|
}, cn = {
|
|
113
|
-
|
|
88
|
+
hour: d,
|
|
89
|
+
minute: d,
|
|
90
|
+
second: d,
|
|
91
|
+
hourCycle: "h23",
|
|
92
|
+
timeZoneName: F
|
|
93
|
+
}, dn = {
|
|
94
|
+
year: d,
|
|
95
|
+
month: d,
|
|
96
|
+
day: d,
|
|
97
|
+
hour: d,
|
|
98
|
+
minute: d
|
|
99
|
+
}, fn = {
|
|
100
|
+
year: d,
|
|
101
|
+
month: d,
|
|
102
|
+
day: d,
|
|
103
|
+
hour: d,
|
|
104
|
+
minute: d,
|
|
105
|
+
second: d
|
|
106
|
+
}, hn = {
|
|
107
|
+
year: d,
|
|
108
|
+
month: R,
|
|
109
|
+
day: d,
|
|
110
|
+
hour: d,
|
|
111
|
+
minute: d
|
|
112
|
+
}, mn = {
|
|
113
|
+
year: d,
|
|
114
114
|
month: R,
|
|
115
|
-
day:
|
|
116
|
-
hour:
|
|
117
|
-
minute:
|
|
118
|
-
second:
|
|
119
|
-
},
|
|
120
|
-
year:
|
|
115
|
+
day: d,
|
|
116
|
+
hour: d,
|
|
117
|
+
minute: d,
|
|
118
|
+
second: d
|
|
119
|
+
}, fs = {
|
|
120
|
+
year: d,
|
|
121
121
|
month: R,
|
|
122
|
-
day:
|
|
122
|
+
day: d,
|
|
123
123
|
weekday: R,
|
|
124
|
-
hour:
|
|
125
|
-
minute:
|
|
126
|
-
},
|
|
127
|
-
year:
|
|
128
|
-
month:
|
|
129
|
-
day:
|
|
130
|
-
hour:
|
|
131
|
-
minute:
|
|
124
|
+
hour: d,
|
|
125
|
+
minute: d
|
|
126
|
+
}, yn = {
|
|
127
|
+
year: d,
|
|
128
|
+
month: F,
|
|
129
|
+
day: d,
|
|
130
|
+
hour: d,
|
|
131
|
+
minute: d,
|
|
132
132
|
timeZoneName: R
|
|
133
|
-
},
|
|
134
|
-
year:
|
|
135
|
-
month:
|
|
136
|
-
day:
|
|
137
|
-
hour:
|
|
138
|
-
minute:
|
|
139
|
-
second:
|
|
133
|
+
}, gn = {
|
|
134
|
+
year: d,
|
|
135
|
+
month: F,
|
|
136
|
+
day: d,
|
|
137
|
+
hour: d,
|
|
138
|
+
minute: d,
|
|
139
|
+
second: d,
|
|
140
140
|
timeZoneName: R
|
|
141
|
-
},
|
|
142
|
-
year:
|
|
143
|
-
month:
|
|
144
|
-
day:
|
|
145
|
-
weekday:
|
|
146
|
-
hour:
|
|
147
|
-
minute:
|
|
148
|
-
timeZoneName:
|
|
149
|
-
},
|
|
150
|
-
year:
|
|
151
|
-
month:
|
|
152
|
-
day:
|
|
153
|
-
weekday:
|
|
154
|
-
hour:
|
|
155
|
-
minute:
|
|
156
|
-
second:
|
|
157
|
-
timeZoneName:
|
|
141
|
+
}, wn = {
|
|
142
|
+
year: d,
|
|
143
|
+
month: F,
|
|
144
|
+
day: d,
|
|
145
|
+
weekday: F,
|
|
146
|
+
hour: d,
|
|
147
|
+
minute: d,
|
|
148
|
+
timeZoneName: F
|
|
149
|
+
}, kn = {
|
|
150
|
+
year: d,
|
|
151
|
+
month: F,
|
|
152
|
+
day: d,
|
|
153
|
+
weekday: F,
|
|
154
|
+
hour: d,
|
|
155
|
+
minute: d,
|
|
156
|
+
second: d,
|
|
157
|
+
timeZoneName: F
|
|
158
158
|
};
|
|
159
|
-
class
|
|
159
|
+
class pe {
|
|
160
160
|
/**
|
|
161
161
|
* The type of zone
|
|
162
162
|
* @abstract
|
|
@@ -240,14 +240,14 @@ class ke {
|
|
|
240
240
|
throw new q();
|
|
241
241
|
}
|
|
242
242
|
}
|
|
243
|
-
let
|
|
244
|
-
class
|
|
243
|
+
let qe = null;
|
|
244
|
+
class $e extends pe {
|
|
245
245
|
/**
|
|
246
246
|
* Get a singleton instance of the local zone
|
|
247
247
|
* @return {SystemZone}
|
|
248
248
|
*/
|
|
249
249
|
static get instance() {
|
|
250
|
-
return
|
|
250
|
+
return qe === null && (qe = new $e()), qe;
|
|
251
251
|
}
|
|
252
252
|
/** @override **/
|
|
253
253
|
get type() {
|
|
@@ -263,11 +263,11 @@ class Ae extends ke {
|
|
|
263
263
|
}
|
|
264
264
|
/** @override **/
|
|
265
265
|
offsetName(e, { format: n, locale: s }) {
|
|
266
|
-
return
|
|
266
|
+
return Mn(e, n, s);
|
|
267
267
|
}
|
|
268
268
|
/** @override **/
|
|
269
269
|
formatOffset(e, n) {
|
|
270
|
-
return
|
|
270
|
+
return ke(this.offset(e), n);
|
|
271
271
|
}
|
|
272
272
|
/** @override **/
|
|
273
273
|
offset(e) {
|
|
@@ -282,9 +282,9 @@ class Ae extends ke {
|
|
|
282
282
|
return !0;
|
|
283
283
|
}
|
|
284
284
|
}
|
|
285
|
-
const
|
|
286
|
-
function
|
|
287
|
-
let e =
|
|
285
|
+
const et = /* @__PURE__ */ new Map();
|
|
286
|
+
function hs(t) {
|
|
287
|
+
let e = et.get(t);
|
|
288
288
|
return e === void 0 && (e = new Intl.DateTimeFormat("en-US", {
|
|
289
289
|
hour12: !1,
|
|
290
290
|
timeZone: t,
|
|
@@ -295,9 +295,9 @@ function cs(t) {
|
|
|
295
295
|
minute: "2-digit",
|
|
296
296
|
second: "2-digit",
|
|
297
297
|
era: "short"
|
|
298
|
-
}),
|
|
298
|
+
}), et.set(t, e)), e;
|
|
299
299
|
}
|
|
300
|
-
const
|
|
300
|
+
const ms = {
|
|
301
301
|
year: 0,
|
|
302
302
|
month: 1,
|
|
303
303
|
day: 2,
|
|
@@ -306,34 +306,34 @@ const fs = {
|
|
|
306
306
|
minute: 5,
|
|
307
307
|
second: 6
|
|
308
308
|
};
|
|
309
|
-
function
|
|
310
|
-
const n = t.format(e).replace(/\u200E/g, ""), s = /(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n), [, r, i, a, o, l, u,
|
|
311
|
-
return [a, r, i, o, l, u,
|
|
309
|
+
function ys(t, e) {
|
|
310
|
+
const n = t.format(e).replace(/\u200E/g, ""), s = /(\d+)\/(\d+)\/(\d+) (AD|BC),? (\d+):(\d+):(\d+)/.exec(n), [, r, i, a, o, l, u, f] = s;
|
|
311
|
+
return [a, r, i, o, l, u, f];
|
|
312
312
|
}
|
|
313
|
-
function
|
|
313
|
+
function gs(t, e) {
|
|
314
314
|
const n = t.formatToParts(e), s = [];
|
|
315
315
|
for (let r = 0; r < n.length; r++) {
|
|
316
|
-
const { type: i, value: a } = n[r], o =
|
|
317
|
-
i === "era" ? s[o] = a :
|
|
316
|
+
const { type: i, value: a } = n[r], o = ms[i];
|
|
317
|
+
i === "era" ? s[o] = a : y(o) || (s[o] = parseInt(a, 10));
|
|
318
318
|
}
|
|
319
319
|
return s;
|
|
320
320
|
}
|
|
321
|
-
const
|
|
322
|
-
class z extends
|
|
321
|
+
const Ye = /* @__PURE__ */ new Map();
|
|
322
|
+
class z extends pe {
|
|
323
323
|
/**
|
|
324
324
|
* @param {string} name - Zone name
|
|
325
325
|
* @return {IANAZone}
|
|
326
326
|
*/
|
|
327
327
|
static create(e) {
|
|
328
|
-
let n =
|
|
329
|
-
return n === void 0 &&
|
|
328
|
+
let n = Ye.get(e);
|
|
329
|
+
return n === void 0 && Ye.set(e, n = new z(e)), n;
|
|
330
330
|
}
|
|
331
331
|
/**
|
|
332
332
|
* Reset local caches. Should only be necessary in testing scenarios.
|
|
333
333
|
* @return {void}
|
|
334
334
|
*/
|
|
335
335
|
static resetCache() {
|
|
336
|
-
|
|
336
|
+
Ye.clear(), et.clear();
|
|
337
337
|
}
|
|
338
338
|
/**
|
|
339
339
|
* Returns whether the provided string is a valid specifier. This only checks the string's format, not that the specifier identifies a known zone; see isValidZone for that.
|
|
@@ -401,7 +401,7 @@ class z extends ke {
|
|
|
401
401
|
* @return {string}
|
|
402
402
|
*/
|
|
403
403
|
offsetName(e, { format: n, locale: s }) {
|
|
404
|
-
return
|
|
404
|
+
return Mn(e, n, s, this.name);
|
|
405
405
|
}
|
|
406
406
|
/**
|
|
407
407
|
* Returns the offset's value as a string
|
|
@@ -412,7 +412,7 @@ class z extends ke {
|
|
|
412
412
|
* @return {string}
|
|
413
413
|
*/
|
|
414
414
|
formatOffset(e, n) {
|
|
415
|
-
return
|
|
415
|
+
return ke(this.offset(e), n);
|
|
416
416
|
}
|
|
417
417
|
/**
|
|
418
418
|
* Return the offset in minutes for this zone at the specified timestamp.
|
|
@@ -424,21 +424,21 @@ class z extends ke {
|
|
|
424
424
|
if (!this.valid) return NaN;
|
|
425
425
|
const n = new Date(e);
|
|
426
426
|
if (isNaN(n)) return NaN;
|
|
427
|
-
const s =
|
|
428
|
-
let [r, i, a, o, l, u,
|
|
427
|
+
const s = hs(this.name);
|
|
428
|
+
let [r, i, a, o, l, u, f] = s.formatToParts ? gs(s, n) : ys(s, n);
|
|
429
429
|
o === "BC" && (r = -Math.abs(r) + 1);
|
|
430
|
-
const
|
|
430
|
+
const T = Re({
|
|
431
431
|
year: r,
|
|
432
432
|
month: i,
|
|
433
433
|
day: a,
|
|
434
434
|
hour: l === 24 ? 0 : l,
|
|
435
435
|
minute: u,
|
|
436
|
-
second:
|
|
436
|
+
second: f,
|
|
437
437
|
millisecond: 0
|
|
438
438
|
});
|
|
439
439
|
let h = +n;
|
|
440
|
-
const
|
|
441
|
-
return h -=
|
|
440
|
+
const w = h % 1e3;
|
|
441
|
+
return h -= w >= 0 ? w : 1e3 + w, (T - h) / (60 * 1e3);
|
|
442
442
|
}
|
|
443
443
|
/**
|
|
444
444
|
* Return whether this Zone is equal to another zone
|
|
@@ -458,49 +458,49 @@ class z extends ke {
|
|
|
458
458
|
return this.valid;
|
|
459
459
|
}
|
|
460
460
|
}
|
|
461
|
-
let
|
|
462
|
-
function
|
|
461
|
+
let St = {};
|
|
462
|
+
function ws(t, e = {}) {
|
|
463
463
|
const n = JSON.stringify([t, e]);
|
|
464
|
-
let s =
|
|
465
|
-
return s || (s = new Intl.ListFormat(t, e),
|
|
464
|
+
let s = St[n];
|
|
465
|
+
return s || (s = new Intl.ListFormat(t, e), St[n] = s), s;
|
|
466
466
|
}
|
|
467
|
-
const
|
|
468
|
-
function
|
|
467
|
+
const tt = /* @__PURE__ */ new Map();
|
|
468
|
+
function nt(t, e = {}) {
|
|
469
469
|
const n = JSON.stringify([t, e]);
|
|
470
|
-
let s =
|
|
471
|
-
return s === void 0 && (s = new Intl.DateTimeFormat(t, e),
|
|
470
|
+
let s = tt.get(n);
|
|
471
|
+
return s === void 0 && (s = new Intl.DateTimeFormat(t, e), tt.set(n, s)), s;
|
|
472
472
|
}
|
|
473
|
-
const
|
|
474
|
-
function
|
|
473
|
+
const st = /* @__PURE__ */ new Map();
|
|
474
|
+
function ks(t, e = {}) {
|
|
475
475
|
const n = JSON.stringify([t, e]);
|
|
476
|
-
let s =
|
|
477
|
-
return s === void 0 && (s = new Intl.NumberFormat(t, e),
|
|
476
|
+
let s = st.get(n);
|
|
477
|
+
return s === void 0 && (s = new Intl.NumberFormat(t, e), st.set(n, s)), s;
|
|
478
478
|
}
|
|
479
|
-
const
|
|
480
|
-
function
|
|
479
|
+
const rt = /* @__PURE__ */ new Map();
|
|
480
|
+
function Ts(t, e = {}) {
|
|
481
481
|
const { base: n, ...s } = e, r = JSON.stringify([t, s]);
|
|
482
|
-
let i =
|
|
483
|
-
return i === void 0 && (i = new Intl.RelativeTimeFormat(t, e),
|
|
482
|
+
let i = rt.get(r);
|
|
483
|
+
return i === void 0 && (i = new Intl.RelativeTimeFormat(t, e), rt.set(r, i)), i;
|
|
484
484
|
}
|
|
485
|
-
let
|
|
486
|
-
function
|
|
487
|
-
return
|
|
485
|
+
let ye = null;
|
|
486
|
+
function ps() {
|
|
487
|
+
return ye || (ye = new Intl.DateTimeFormat().resolvedOptions().locale, ye);
|
|
488
488
|
}
|
|
489
|
-
const
|
|
490
|
-
function
|
|
491
|
-
let e =
|
|
492
|
-
return e === void 0 && (e = new Intl.DateTimeFormat(t).resolvedOptions(),
|
|
489
|
+
const it = /* @__PURE__ */ new Map();
|
|
490
|
+
function Tn(t) {
|
|
491
|
+
let e = it.get(t);
|
|
492
|
+
return e === void 0 && (e = new Intl.DateTimeFormat(t).resolvedOptions(), it.set(t, e)), e;
|
|
493
493
|
}
|
|
494
|
-
const
|
|
495
|
-
function
|
|
496
|
-
let e =
|
|
494
|
+
const at = /* @__PURE__ */ new Map();
|
|
495
|
+
function Ss(t) {
|
|
496
|
+
let e = at.get(t);
|
|
497
497
|
if (!e) {
|
|
498
498
|
const n = new Intl.Locale(t);
|
|
499
|
-
e = "getWeekInfo" in n ? n.getWeekInfo() : n.weekInfo, "minimalDays" in e || (e = { ...
|
|
499
|
+
e = "getWeekInfo" in n ? n.getWeekInfo() : n.weekInfo, "minimalDays" in e || (e = { ...pn, ...e }), at.set(t, e);
|
|
500
500
|
}
|
|
501
501
|
return e;
|
|
502
502
|
}
|
|
503
|
-
function
|
|
503
|
+
function Es(t) {
|
|
504
504
|
const e = t.indexOf("-x-");
|
|
505
505
|
e !== -1 && (t = t.substring(0, e));
|
|
506
506
|
const n = t.indexOf("-u-");
|
|
@@ -509,48 +509,48 @@ function ks(t) {
|
|
|
509
509
|
{
|
|
510
510
|
let s, r;
|
|
511
511
|
try {
|
|
512
|
-
s =
|
|
512
|
+
s = nt(t).resolvedOptions(), r = t;
|
|
513
513
|
} catch {
|
|
514
514
|
const l = t.substring(0, n);
|
|
515
|
-
s =
|
|
515
|
+
s = nt(l).resolvedOptions(), r = l;
|
|
516
516
|
}
|
|
517
517
|
const { numberingSystem: i, calendar: a } = s;
|
|
518
518
|
return [r, i, a];
|
|
519
519
|
}
|
|
520
520
|
}
|
|
521
|
-
function
|
|
521
|
+
function Os(t, e, n) {
|
|
522
522
|
return (n || e) && (t.includes("-u-") || (t += "-u"), n && (t += `-ca-${n}`), e && (t += `-nu-${e}`)), t;
|
|
523
523
|
}
|
|
524
|
-
function
|
|
524
|
+
function vs(t) {
|
|
525
525
|
const e = [];
|
|
526
526
|
for (let n = 1; n <= 12; n++) {
|
|
527
|
-
const s =
|
|
527
|
+
const s = g.utc(2009, n, 1);
|
|
528
528
|
e.push(t(s));
|
|
529
529
|
}
|
|
530
530
|
return e;
|
|
531
531
|
}
|
|
532
|
-
function
|
|
532
|
+
function bs(t) {
|
|
533
533
|
const e = [];
|
|
534
534
|
for (let n = 1; n <= 7; n++) {
|
|
535
|
-
const s =
|
|
535
|
+
const s = g.utc(2016, 11, 13 + n);
|
|
536
536
|
e.push(t(s));
|
|
537
537
|
}
|
|
538
538
|
return e;
|
|
539
539
|
}
|
|
540
|
-
function
|
|
540
|
+
function ve(t, e, n, s) {
|
|
541
541
|
const r = t.listingMode();
|
|
542
542
|
return r === "error" ? null : r === "en" ? n(e) : s(e);
|
|
543
543
|
}
|
|
544
|
-
function
|
|
545
|
-
return t.numberingSystem && t.numberingSystem !== "latn" ? !1 : t.numberingSystem === "latn" || !t.locale || t.locale.startsWith("en") ||
|
|
544
|
+
function Ds(t) {
|
|
545
|
+
return t.numberingSystem && t.numberingSystem !== "latn" ? !1 : t.numberingSystem === "latn" || !t.locale || t.locale.startsWith("en") || Tn(t.locale).numberingSystem === "latn";
|
|
546
546
|
}
|
|
547
|
-
class
|
|
547
|
+
class Ns {
|
|
548
548
|
constructor(e, n, s) {
|
|
549
549
|
this.padTo = s.padTo || 0, this.floor = s.floor || !1;
|
|
550
550
|
const { padTo: r, floor: i, ...a } = s;
|
|
551
551
|
if (!n || Object.keys(a).length > 0) {
|
|
552
552
|
const o = { useGrouping: !1, ...s };
|
|
553
|
-
s.padTo > 0 && (o.minimumIntegerDigits = s.padTo), this.inf =
|
|
553
|
+
s.padTo > 0 && (o.minimumIntegerDigits = s.padTo), this.inf = ks(e, o);
|
|
554
554
|
}
|
|
555
555
|
}
|
|
556
556
|
format(e) {
|
|
@@ -558,12 +558,12 @@ class Ds {
|
|
|
558
558
|
const n = this.floor ? Math.floor(e) : e;
|
|
559
559
|
return this.inf.format(n);
|
|
560
560
|
} else {
|
|
561
|
-
const n = this.floor ? Math.floor(e) :
|
|
562
|
-
return
|
|
561
|
+
const n = this.floor ? Math.floor(e) : yt(e, 3);
|
|
562
|
+
return N(n, this.padTo);
|
|
563
563
|
}
|
|
564
564
|
}
|
|
565
565
|
}
|
|
566
|
-
class
|
|
566
|
+
class Is {
|
|
567
567
|
constructor(e, n, s) {
|
|
568
568
|
this.opts = s, this.originalZone = void 0;
|
|
569
569
|
let r;
|
|
@@ -574,7 +574,7 @@ class vs {
|
|
|
574
574
|
e.offset !== 0 && z.create(o).valid ? (r = o, this.dt = e) : (r = "UTC", this.dt = e.offset === 0 ? e : e.setZone("UTC").plus({ minutes: e.offset }), this.originalZone = e.zone);
|
|
575
575
|
} else e.zone.type === "system" ? this.dt = e : e.zone.type === "iana" ? (this.dt = e, r = e.zone.name) : (r = "UTC", this.dt = e.setZone("UTC").plus({ minutes: e.offset }), this.originalZone = e.zone);
|
|
576
576
|
const i = { ...this.opts };
|
|
577
|
-
i.timeZone = i.timeZone || r, this.dtf =
|
|
577
|
+
i.timeZone = i.timeZone || r, this.dtf = nt(n, i);
|
|
578
578
|
}
|
|
579
579
|
format() {
|
|
580
580
|
return this.originalZone ? this.formatToParts().map(({ value: e }) => e).join("") : this.dtf.format(this.dt.toJSDate());
|
|
@@ -599,25 +599,25 @@ class vs {
|
|
|
599
599
|
return this.dtf.resolvedOptions();
|
|
600
600
|
}
|
|
601
601
|
}
|
|
602
|
-
class
|
|
602
|
+
class Ms {
|
|
603
603
|
constructor(e, n, s) {
|
|
604
|
-
this.opts = { style: "long", ...s }, !n &&
|
|
604
|
+
this.opts = { style: "long", ...s }, !n && Nn() && (this.rtf = Ts(e, s));
|
|
605
605
|
}
|
|
606
606
|
format(e, n) {
|
|
607
|
-
return this.rtf ? this.rtf.format(e, n) :
|
|
607
|
+
return this.rtf ? this.rtf.format(e, n) : Ks(n, e, this.opts.numeric, this.opts.style !== "long");
|
|
608
608
|
}
|
|
609
609
|
formatToParts(e, n) {
|
|
610
610
|
return this.rtf ? this.rtf.formatToParts(e, n) : [];
|
|
611
611
|
}
|
|
612
612
|
}
|
|
613
|
-
const
|
|
613
|
+
const pn = {
|
|
614
614
|
firstDay: 1,
|
|
615
615
|
minimalDays: 4,
|
|
616
616
|
weekend: [6, 7]
|
|
617
617
|
};
|
|
618
|
-
class
|
|
618
|
+
class E {
|
|
619
619
|
static fromOpts(e) {
|
|
620
|
-
return
|
|
620
|
+
return E.create(
|
|
621
621
|
e.locale,
|
|
622
622
|
e.numberingSystem,
|
|
623
623
|
e.outputCalendar,
|
|
@@ -626,32 +626,32 @@ class k {
|
|
|
626
626
|
);
|
|
627
627
|
}
|
|
628
628
|
static create(e, n, s, r, i = !1) {
|
|
629
|
-
const a = e ||
|
|
630
|
-
return new
|
|
629
|
+
const a = e || D.defaultLocale, o = a || (i ? "en-US" : ps()), l = n || D.defaultNumberingSystem, u = s || D.defaultOutputCalendar, f = lt(r) || D.defaultWeekSettings;
|
|
630
|
+
return new E(o, l, u, f, a);
|
|
631
631
|
}
|
|
632
632
|
static resetCache() {
|
|
633
|
-
|
|
633
|
+
ye = null, tt.clear(), st.clear(), rt.clear(), it.clear(), at.clear();
|
|
634
634
|
}
|
|
635
635
|
static fromObject({ locale: e, numberingSystem: n, outputCalendar: s, weekSettings: r } = {}) {
|
|
636
|
-
return
|
|
636
|
+
return E.create(e, n, s, r);
|
|
637
637
|
}
|
|
638
638
|
constructor(e, n, s, r, i) {
|
|
639
|
-
const [a, o, l] =
|
|
640
|
-
this.locale = a, this.numberingSystem = n || o || null, this.outputCalendar = s || l || null, this.weekSettings = r, this.intl =
|
|
639
|
+
const [a, o, l] = Es(e);
|
|
640
|
+
this.locale = a, this.numberingSystem = n || o || null, this.outputCalendar = s || l || null, this.weekSettings = r, this.intl = Os(this.locale, this.numberingSystem, this.outputCalendar), this.weekdaysCache = { format: {}, standalone: {} }, this.monthsCache = { format: {}, standalone: {} }, this.meridiemCache = null, this.eraCache = {}, this.specifiedLocale = i, this.fastNumbersCached = null;
|
|
641
641
|
}
|
|
642
642
|
get fastNumbers() {
|
|
643
|
-
return this.fastNumbersCached == null && (this.fastNumbersCached =
|
|
643
|
+
return this.fastNumbersCached == null && (this.fastNumbersCached = Ds(this)), this.fastNumbersCached;
|
|
644
644
|
}
|
|
645
645
|
listingMode() {
|
|
646
646
|
const e = this.isEnglish(), n = (this.numberingSystem === null || this.numberingSystem === "latn") && (this.outputCalendar === null || this.outputCalendar === "gregory");
|
|
647
647
|
return e && n ? "en" : "intl";
|
|
648
648
|
}
|
|
649
649
|
clone(e) {
|
|
650
|
-
return !e || Object.getOwnPropertyNames(e).length === 0 ? this :
|
|
650
|
+
return !e || Object.getOwnPropertyNames(e).length === 0 ? this : E.create(
|
|
651
651
|
e.locale || this.specifiedLocale,
|
|
652
652
|
e.numberingSystem || this.numberingSystem,
|
|
653
653
|
e.outputCalendar || this.outputCalendar,
|
|
654
|
-
|
|
654
|
+
lt(e.weekSettings) || this.weekSettings,
|
|
655
655
|
e.defaultToEN || !1
|
|
656
656
|
);
|
|
657
657
|
}
|
|
@@ -662,34 +662,34 @@ class k {
|
|
|
662
662
|
return this.clone({ ...e, defaultToEN: !1 });
|
|
663
663
|
}
|
|
664
664
|
months(e, n = !1) {
|
|
665
|
-
return
|
|
665
|
+
return ve(this, e, Vn, () => {
|
|
666
666
|
const s = this.intl === "ja" || this.intl.startsWith("ja-");
|
|
667
667
|
n &= !s;
|
|
668
668
|
const r = n ? { month: e, day: "numeric" } : { month: e }, i = n ? "format" : "standalone";
|
|
669
669
|
if (!this.monthsCache[i][e]) {
|
|
670
670
|
const a = s ? (o) => this.dtFormatter(o, r).format() : (o) => this.extract(o, r, "month");
|
|
671
|
-
this.monthsCache[i][e] =
|
|
671
|
+
this.monthsCache[i][e] = vs(a);
|
|
672
672
|
}
|
|
673
673
|
return this.monthsCache[i][e];
|
|
674
674
|
});
|
|
675
675
|
}
|
|
676
676
|
weekdays(e, n = !1) {
|
|
677
|
-
return
|
|
677
|
+
return ve(this, e, An, () => {
|
|
678
678
|
const s = n ? { weekday: e, year: "numeric", month: "long", day: "numeric" } : { weekday: e }, r = n ? "format" : "standalone";
|
|
679
|
-
return this.weekdaysCache[r][e] || (this.weekdaysCache[r][e] =
|
|
679
|
+
return this.weekdaysCache[r][e] || (this.weekdaysCache[r][e] = bs(
|
|
680
680
|
(i) => this.extract(i, s, "weekday")
|
|
681
681
|
)), this.weekdaysCache[r][e];
|
|
682
682
|
});
|
|
683
683
|
}
|
|
684
684
|
meridiems() {
|
|
685
|
-
return
|
|
685
|
+
return ve(
|
|
686
686
|
this,
|
|
687
687
|
void 0,
|
|
688
|
-
() =>
|
|
688
|
+
() => Wn,
|
|
689
689
|
() => {
|
|
690
690
|
if (!this.meridiemCache) {
|
|
691
691
|
const e = { hour: "numeric", hourCycle: "h12" };
|
|
692
|
-
this.meridiemCache = [
|
|
692
|
+
this.meridiemCache = [g.utc(2016, 11, 13, 9), g.utc(2016, 11, 13, 19)].map(
|
|
693
693
|
(n) => this.extract(n, e, "dayperiod")
|
|
694
694
|
);
|
|
695
695
|
}
|
|
@@ -698,9 +698,9 @@ class k {
|
|
|
698
698
|
);
|
|
699
699
|
}
|
|
700
700
|
eras(e) {
|
|
701
|
-
return
|
|
701
|
+
return ve(this, e, _n, () => {
|
|
702
702
|
const n = { era: e };
|
|
703
|
-
return this.eraCache[e] || (this.eraCache[e] = [
|
|
703
|
+
return this.eraCache[e] || (this.eraCache[e] = [g.utc(-40, 1, 1), g.utc(2017, 1, 1)].map(
|
|
704
704
|
(s) => this.extract(s, n, "era")
|
|
705
705
|
)), this.eraCache[e];
|
|
706
706
|
});
|
|
@@ -710,22 +710,22 @@ class k {
|
|
|
710
710
|
return a ? a.value : null;
|
|
711
711
|
}
|
|
712
712
|
numberFormatter(e = {}) {
|
|
713
|
-
return new
|
|
713
|
+
return new Ns(this.intl, e.forceSimple || this.fastNumbers, e);
|
|
714
714
|
}
|
|
715
715
|
dtFormatter(e, n = {}) {
|
|
716
|
-
return new
|
|
716
|
+
return new Is(e, this.intl, n);
|
|
717
717
|
}
|
|
718
718
|
relFormatter(e = {}) {
|
|
719
|
-
return new
|
|
719
|
+
return new Ms(this.intl, this.isEnglish(), e);
|
|
720
720
|
}
|
|
721
721
|
listFormatter(e = {}) {
|
|
722
|
-
return
|
|
722
|
+
return ws(this.intl, e);
|
|
723
723
|
}
|
|
724
724
|
isEnglish() {
|
|
725
|
-
return this.locale === "en" || this.locale.toLowerCase() === "en-us" ||
|
|
725
|
+
return this.locale === "en" || this.locale.toLowerCase() === "en-us" || Tn(this.intl).locale.startsWith("en-us");
|
|
726
726
|
}
|
|
727
727
|
getWeekSettings() {
|
|
728
|
-
return this.weekSettings ? this.weekSettings :
|
|
728
|
+
return this.weekSettings ? this.weekSettings : In() ? Ss(this.locale) : pn;
|
|
729
729
|
}
|
|
730
730
|
getStartOfWeek() {
|
|
731
731
|
return this.getWeekSettings().firstDay;
|
|
@@ -743,14 +743,14 @@ class k {
|
|
|
743
743
|
return `Locale(${this.locale}, ${this.numberingSystem}, ${this.outputCalendar})`;
|
|
744
744
|
}
|
|
745
745
|
}
|
|
746
|
-
let
|
|
747
|
-
class
|
|
746
|
+
let He = null;
|
|
747
|
+
class C extends pe {
|
|
748
748
|
/**
|
|
749
749
|
* Get a singleton instance of UTC
|
|
750
750
|
* @return {FixedOffsetZone}
|
|
751
751
|
*/
|
|
752
752
|
static get utcInstance() {
|
|
753
|
-
return
|
|
753
|
+
return He === null && (He = new C(0)), He;
|
|
754
754
|
}
|
|
755
755
|
/**
|
|
756
756
|
* Get an instance with a specified offset
|
|
@@ -758,7 +758,7 @@ class M extends ke {
|
|
|
758
758
|
* @return {FixedOffsetZone}
|
|
759
759
|
*/
|
|
760
760
|
static instance(e) {
|
|
761
|
-
return e === 0 ?
|
|
761
|
+
return e === 0 ? C.utcInstance : new C(e);
|
|
762
762
|
}
|
|
763
763
|
/**
|
|
764
764
|
* Get an instance of FixedOffsetZone from a UTC offset string, like "UTC+6"
|
|
@@ -772,7 +772,7 @@ class M extends ke {
|
|
|
772
772
|
if (e) {
|
|
773
773
|
const n = e.match(/^utc(?:([+-]\d{1,2})(?::(\d{2}))?)?$/i);
|
|
774
774
|
if (n)
|
|
775
|
-
return new
|
|
775
|
+
return new C(Ue(n[1], n[2]));
|
|
776
776
|
}
|
|
777
777
|
return null;
|
|
778
778
|
}
|
|
@@ -794,7 +794,7 @@ class M extends ke {
|
|
|
794
794
|
* @type {string}
|
|
795
795
|
*/
|
|
796
796
|
get name() {
|
|
797
|
-
return this.fixed === 0 ? "UTC" : `UTC${
|
|
797
|
+
return this.fixed === 0 ? "UTC" : `UTC${ke(this.fixed, "narrow")}`;
|
|
798
798
|
}
|
|
799
799
|
/**
|
|
800
800
|
* The IANA name of this zone, i.e. `Etc/UTC` or `Etc/GMT+/-nn`
|
|
@@ -803,7 +803,7 @@ class M extends ke {
|
|
|
803
803
|
* @type {string}
|
|
804
804
|
*/
|
|
805
805
|
get ianaName() {
|
|
806
|
-
return this.fixed === 0 ? "Etc/UTC" : `Etc/GMT${
|
|
806
|
+
return this.fixed === 0 ? "Etc/UTC" : `Etc/GMT${ke(-this.fixed, "narrow")}`;
|
|
807
807
|
}
|
|
808
808
|
/**
|
|
809
809
|
* Returns the offset's common name at the specified timestamp.
|
|
@@ -823,7 +823,7 @@ class M extends ke {
|
|
|
823
823
|
* @return {string}
|
|
824
824
|
*/
|
|
825
825
|
formatOffset(e, n) {
|
|
826
|
-
return
|
|
826
|
+
return ke(this.fixed, n);
|
|
827
827
|
}
|
|
828
828
|
/**
|
|
829
829
|
* Returns whether the offset is known to be fixed for the whole year:
|
|
@@ -863,7 +863,7 @@ class M extends ke {
|
|
|
863
863
|
return !0;
|
|
864
864
|
}
|
|
865
865
|
}
|
|
866
|
-
class
|
|
866
|
+
class xs extends pe {
|
|
867
867
|
constructor(e) {
|
|
868
868
|
super(), this.zoneName = e;
|
|
869
869
|
}
|
|
@@ -901,16 +901,16 @@ class Ns extends ke {
|
|
|
901
901
|
}
|
|
902
902
|
}
|
|
903
903
|
function H(t, e) {
|
|
904
|
-
if (
|
|
904
|
+
if (y(t) || t === null)
|
|
905
905
|
return e;
|
|
906
|
-
if (t instanceof
|
|
906
|
+
if (t instanceof pe)
|
|
907
907
|
return t;
|
|
908
|
-
if (
|
|
908
|
+
if (Ws(t)) {
|
|
909
909
|
const n = t.toLowerCase();
|
|
910
|
-
return n === "default" ? e : n === "local" || n === "system" ?
|
|
911
|
-
} else return P(t) ?
|
|
910
|
+
return n === "default" ? e : n === "local" || n === "system" ? $e.instance : n === "utc" || n === "gmt" ? C.utcInstance : C.parseSpecifier(n) || z.create(t);
|
|
911
|
+
} else return P(t) ? C.instance(t) : typeof t == "object" && "offset" in t && typeof t.offset == "function" ? t : new xs(t);
|
|
912
912
|
}
|
|
913
|
-
const
|
|
913
|
+
const dt = {
|
|
914
914
|
arab: "[٠-٩]",
|
|
915
915
|
arabext: "[۰-۹]",
|
|
916
916
|
bali: "[᭐-᭙]",
|
|
@@ -932,7 +932,7 @@ const lt = {
|
|
|
932
932
|
thai: "[๐-๙]",
|
|
933
933
|
tibt: "[༠-༩]",
|
|
934
934
|
latn: "\\d"
|
|
935
|
-
},
|
|
935
|
+
}, Et = {
|
|
936
936
|
arab: [1632, 1641],
|
|
937
937
|
arabext: [1776, 1785],
|
|
938
938
|
bali: [6992, 7001],
|
|
@@ -952,18 +952,18 @@ const lt = {
|
|
|
952
952
|
telu: [3174, 3183],
|
|
953
953
|
thai: [3664, 3673],
|
|
954
954
|
tibt: [3872, 3881]
|
|
955
|
-
},
|
|
956
|
-
function
|
|
955
|
+
}, Cs = dt.hanidec.replace(/[\[|\]]/g, "").split("");
|
|
956
|
+
function Vs(t) {
|
|
957
957
|
let e = parseInt(t, 10);
|
|
958
958
|
if (isNaN(e)) {
|
|
959
959
|
e = "";
|
|
960
960
|
for (let n = 0; n < t.length; n++) {
|
|
961
961
|
const s = t.charCodeAt(n);
|
|
962
|
-
if (t[n].search(
|
|
963
|
-
e +=
|
|
962
|
+
if (t[n].search(dt.hanidec) !== -1)
|
|
963
|
+
e += Cs.indexOf(t[n]);
|
|
964
964
|
else
|
|
965
|
-
for (const r in
|
|
966
|
-
const [i, a] =
|
|
965
|
+
for (const r in Et) {
|
|
966
|
+
const [i, a] = Et[r];
|
|
967
967
|
s >= i && s <= a && (e += s - i);
|
|
968
968
|
}
|
|
969
969
|
}
|
|
@@ -971,25 +971,25 @@ function Ms(t) {
|
|
|
971
971
|
} else
|
|
972
972
|
return e;
|
|
973
973
|
}
|
|
974
|
-
const
|
|
975
|
-
function
|
|
976
|
-
|
|
974
|
+
const ot = /* @__PURE__ */ new Map();
|
|
975
|
+
function Fs() {
|
|
976
|
+
ot.clear();
|
|
977
977
|
}
|
|
978
|
-
function
|
|
978
|
+
function _({ numberingSystem: t }, e = "") {
|
|
979
979
|
const n = t || "latn";
|
|
980
|
-
let s =
|
|
981
|
-
s === void 0 && (s = /* @__PURE__ */ new Map(),
|
|
980
|
+
let s = ot.get(n);
|
|
981
|
+
s === void 0 && (s = /* @__PURE__ */ new Map(), ot.set(n, s));
|
|
982
982
|
let r = s.get(e);
|
|
983
|
-
return r === void 0 && (r = new RegExp(`${
|
|
983
|
+
return r === void 0 && (r = new RegExp(`${dt[n]}${e}`), s.set(e, r)), r;
|
|
984
984
|
}
|
|
985
|
-
let
|
|
986
|
-
class
|
|
985
|
+
let Ot = () => Date.now(), vt = "system", bt = null, Dt = null, Nt = null, It = 60, Mt, xt = null;
|
|
986
|
+
class D {
|
|
987
987
|
/**
|
|
988
988
|
* Get the callback for returning the current timestamp.
|
|
989
989
|
* @type {function}
|
|
990
990
|
*/
|
|
991
991
|
static get now() {
|
|
992
|
-
return
|
|
992
|
+
return Ot;
|
|
993
993
|
}
|
|
994
994
|
/**
|
|
995
995
|
* Set the callback for returning the current timestamp.
|
|
@@ -999,7 +999,7 @@ class E {
|
|
|
999
999
|
* @example Settings.now = () => 0 // always pretend it's Jan 1, 1970 at midnight in UTC time
|
|
1000
1000
|
*/
|
|
1001
1001
|
static set now(e) {
|
|
1002
|
-
|
|
1002
|
+
Ot = e;
|
|
1003
1003
|
}
|
|
1004
1004
|
/**
|
|
1005
1005
|
* Set the default time zone to create DateTimes in. Does not affect existing instances.
|
|
@@ -1007,7 +1007,7 @@ class E {
|
|
|
1007
1007
|
* @type {string}
|
|
1008
1008
|
*/
|
|
1009
1009
|
static set defaultZone(e) {
|
|
1010
|
-
|
|
1010
|
+
vt = e;
|
|
1011
1011
|
}
|
|
1012
1012
|
/**
|
|
1013
1013
|
* Get the default time zone object currently used to create DateTimes. Does not affect existing instances.
|
|
@@ -1015,49 +1015,49 @@ class E {
|
|
|
1015
1015
|
* @type {Zone}
|
|
1016
1016
|
*/
|
|
1017
1017
|
static get defaultZone() {
|
|
1018
|
-
return H(
|
|
1018
|
+
return H(vt, $e.instance);
|
|
1019
1019
|
}
|
|
1020
1020
|
/**
|
|
1021
1021
|
* Get the default locale to create DateTimes with. Does not affect existing instances.
|
|
1022
1022
|
* @type {string}
|
|
1023
1023
|
*/
|
|
1024
1024
|
static get defaultLocale() {
|
|
1025
|
-
return
|
|
1025
|
+
return bt;
|
|
1026
1026
|
}
|
|
1027
1027
|
/**
|
|
1028
1028
|
* Set the default locale to create DateTimes with. Does not affect existing instances.
|
|
1029
1029
|
* @type {string}
|
|
1030
1030
|
*/
|
|
1031
1031
|
static set defaultLocale(e) {
|
|
1032
|
-
|
|
1032
|
+
bt = e;
|
|
1033
1033
|
}
|
|
1034
1034
|
/**
|
|
1035
1035
|
* Get the default numbering system to create DateTimes with. Does not affect existing instances.
|
|
1036
1036
|
* @type {string}
|
|
1037
1037
|
*/
|
|
1038
1038
|
static get defaultNumberingSystem() {
|
|
1039
|
-
return
|
|
1039
|
+
return Dt;
|
|
1040
1040
|
}
|
|
1041
1041
|
/**
|
|
1042
1042
|
* Set the default numbering system to create DateTimes with. Does not affect existing instances.
|
|
1043
1043
|
* @type {string}
|
|
1044
1044
|
*/
|
|
1045
1045
|
static set defaultNumberingSystem(e) {
|
|
1046
|
-
|
|
1046
|
+
Dt = e;
|
|
1047
1047
|
}
|
|
1048
1048
|
/**
|
|
1049
1049
|
* Get the default output calendar to create DateTimes with. Does not affect existing instances.
|
|
1050
1050
|
* @type {string}
|
|
1051
1051
|
*/
|
|
1052
1052
|
static get defaultOutputCalendar() {
|
|
1053
|
-
return
|
|
1053
|
+
return Nt;
|
|
1054
1054
|
}
|
|
1055
1055
|
/**
|
|
1056
1056
|
* Set the default output calendar to create DateTimes with. Does not affect existing instances.
|
|
1057
1057
|
* @type {string}
|
|
1058
1058
|
*/
|
|
1059
1059
|
static set defaultOutputCalendar(e) {
|
|
1060
|
-
|
|
1060
|
+
Nt = e;
|
|
1061
1061
|
}
|
|
1062
1062
|
/**
|
|
1063
1063
|
* @typedef {Object} WeekSettings
|
|
@@ -1069,7 +1069,7 @@ class E {
|
|
|
1069
1069
|
* @return {WeekSettings|null}
|
|
1070
1070
|
*/
|
|
1071
1071
|
static get defaultWeekSettings() {
|
|
1072
|
-
return
|
|
1072
|
+
return xt;
|
|
1073
1073
|
}
|
|
1074
1074
|
/**
|
|
1075
1075
|
* Allows overriding the default locale week settings, i.e. the start of the week, the weekend and
|
|
@@ -1079,14 +1079,14 @@ class E {
|
|
|
1079
1079
|
* @param {WeekSettings|null} weekSettings
|
|
1080
1080
|
*/
|
|
1081
1081
|
static set defaultWeekSettings(e) {
|
|
1082
|
-
|
|
1082
|
+
xt = lt(e);
|
|
1083
1083
|
}
|
|
1084
1084
|
/**
|
|
1085
1085
|
* Get the cutoff year for whether a 2-digit year string is interpreted in the current or previous century. Numbers higher than the cutoff will be considered to mean 19xx and numbers lower or equal to the cutoff will be considered 20xx.
|
|
1086
1086
|
* @type {number}
|
|
1087
1087
|
*/
|
|
1088
1088
|
static get twoDigitCutoffYear() {
|
|
1089
|
-
return
|
|
1089
|
+
return It;
|
|
1090
1090
|
}
|
|
1091
1091
|
/**
|
|
1092
1092
|
* Set the cutoff year for whether a 2-digit year string is interpreted in the current or previous century. Numbers higher than the cutoff will be considered to mean 19xx and numbers lower or equal to the cutoff will be considered 20xx.
|
|
@@ -1098,28 +1098,28 @@ class E {
|
|
|
1098
1098
|
* @example Settings.twoDigitCutoffYear = 2050 // ALSO interpreted as 50
|
|
1099
1099
|
*/
|
|
1100
1100
|
static set twoDigitCutoffYear(e) {
|
|
1101
|
-
|
|
1101
|
+
It = e % 100;
|
|
1102
1102
|
}
|
|
1103
1103
|
/**
|
|
1104
1104
|
* Get whether Luxon will throw when it encounters invalid DateTimes, Durations, or Intervals
|
|
1105
1105
|
* @type {boolean}
|
|
1106
1106
|
*/
|
|
1107
1107
|
static get throwOnInvalid() {
|
|
1108
|
-
return
|
|
1108
|
+
return Mt;
|
|
1109
1109
|
}
|
|
1110
1110
|
/**
|
|
1111
1111
|
* Set whether Luxon will throw when it encounters invalid DateTimes, Durations, or Intervals
|
|
1112
1112
|
* @type {boolean}
|
|
1113
1113
|
*/
|
|
1114
1114
|
static set throwOnInvalid(e) {
|
|
1115
|
-
|
|
1115
|
+
Mt = e;
|
|
1116
1116
|
}
|
|
1117
1117
|
/**
|
|
1118
1118
|
* Reset Luxon's global caches. Should only be necessary in testing scenarios.
|
|
1119
1119
|
* @return {void}
|
|
1120
1120
|
*/
|
|
1121
1121
|
static resetCaches() {
|
|
1122
|
-
|
|
1122
|
+
E.resetCache(), z.resetCache(), g.resetCache(), Fs();
|
|
1123
1123
|
}
|
|
1124
1124
|
}
|
|
1125
1125
|
class Z {
|
|
@@ -1130,166 +1130,166 @@ class Z {
|
|
|
1130
1130
|
return this.explanation ? `${this.reason}: ${this.explanation}` : this.reason;
|
|
1131
1131
|
}
|
|
1132
1132
|
}
|
|
1133
|
-
const
|
|
1134
|
-
function
|
|
1133
|
+
const Sn = [0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334], En = [0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335];
|
|
1134
|
+
function A(t, e) {
|
|
1135
1135
|
return new Z(
|
|
1136
1136
|
"unit out of range",
|
|
1137
1137
|
`you specified ${e} (of type ${typeof e}) as a ${t}, which is invalid`
|
|
1138
1138
|
);
|
|
1139
1139
|
}
|
|
1140
|
-
function
|
|
1140
|
+
function ft(t, e, n) {
|
|
1141
1141
|
const s = new Date(Date.UTC(t, e - 1, n));
|
|
1142
1142
|
t < 100 && t >= 0 && s.setUTCFullYear(s.getUTCFullYear() - 1900);
|
|
1143
1143
|
const r = s.getUTCDay();
|
|
1144
1144
|
return r === 0 ? 7 : r;
|
|
1145
1145
|
}
|
|
1146
|
-
function
|
|
1147
|
-
return n + (Se(t) ?
|
|
1146
|
+
function On(t, e, n) {
|
|
1147
|
+
return n + (Se(t) ? En : Sn)[e - 1];
|
|
1148
1148
|
}
|
|
1149
|
-
function
|
|
1150
|
-
const n = Se(t) ?
|
|
1149
|
+
function vn(t, e) {
|
|
1150
|
+
const n = Se(t) ? En : Sn, s = n.findIndex((i) => i < e), r = e - n[s];
|
|
1151
1151
|
return { month: s + 1, day: r };
|
|
1152
1152
|
}
|
|
1153
|
-
function
|
|
1153
|
+
function ht(t, e) {
|
|
1154
1154
|
return (t - e + 7) % 7 + 1;
|
|
1155
1155
|
}
|
|
1156
|
-
function
|
|
1157
|
-
const { year: s, month: r, day: i } = t, a =
|
|
1156
|
+
function Ae(t, e = 4, n = 1) {
|
|
1157
|
+
const { year: s, month: r, day: i } = t, a = On(s, r, i), o = ht(ft(s, r, i), n);
|
|
1158
1158
|
let l = Math.floor((a - o + 14 - e) / 7), u;
|
|
1159
|
-
return l < 1 ? (u = s - 1, l = Te(u, e, n)) : l > Te(s, e, n) ? (u = s + 1, l = 1) : u = s, { weekYear: u, weekNumber: l, weekday: o, ...
|
|
1159
|
+
return l < 1 ? (u = s - 1, l = Te(u, e, n)) : l > Te(s, e, n) ? (u = s + 1, l = 1) : u = s, { weekYear: u, weekNumber: l, weekday: o, ...ze(t) };
|
|
1160
1160
|
}
|
|
1161
|
-
function
|
|
1162
|
-
const { weekYear: s, weekNumber: r, weekday: i } = t, a =
|
|
1161
|
+
function Ct(t, e = 4, n = 1) {
|
|
1162
|
+
const { weekYear: s, weekNumber: r, weekday: i } = t, a = ht(ft(s, 1, e), n), o = se(s);
|
|
1163
1163
|
let l = r * 7 + i - a - 7 + e, u;
|
|
1164
1164
|
l < 1 ? (u = s - 1, l += se(u)) : l > o ? (u = s + 1, l -= se(s)) : u = s;
|
|
1165
|
-
const { month:
|
|
1166
|
-
return { year: u, month:
|
|
1165
|
+
const { month: f, day: m } = vn(u, l);
|
|
1166
|
+
return { year: u, month: f, day: m, ...ze(t) };
|
|
1167
1167
|
}
|
|
1168
|
-
function
|
|
1169
|
-
const { year: e, month: n, day: s } = t, r =
|
|
1170
|
-
return { year: e, ordinal: r, ...
|
|
1168
|
+
function Pe(t) {
|
|
1169
|
+
const { year: e, month: n, day: s } = t, r = On(e, n, s);
|
|
1170
|
+
return { year: e, ordinal: r, ...ze(t) };
|
|
1171
1171
|
}
|
|
1172
|
-
function
|
|
1173
|
-
const { year: e, ordinal: n } = t, { month: s, day: r } =
|
|
1174
|
-
return { year: e, month: s, day: r, ...
|
|
1172
|
+
function Vt(t) {
|
|
1173
|
+
const { year: e, ordinal: n } = t, { month: s, day: r } = vn(e, n);
|
|
1174
|
+
return { year: e, month: s, day: r, ...ze(t) };
|
|
1175
1175
|
}
|
|
1176
|
-
function
|
|
1177
|
-
if (!
|
|
1178
|
-
if (!
|
|
1176
|
+
function Ft(t, e) {
|
|
1177
|
+
if (!y(t.localWeekday) || !y(t.localWeekNumber) || !y(t.localWeekYear)) {
|
|
1178
|
+
if (!y(t.weekday) || !y(t.weekNumber) || !y(t.weekYear))
|
|
1179
1179
|
throw new ne(
|
|
1180
1180
|
"Cannot mix locale-based week fields with ISO-based week fields"
|
|
1181
1181
|
);
|
|
1182
|
-
return
|
|
1182
|
+
return y(t.localWeekday) || (t.weekday = t.localWeekday), y(t.localWeekNumber) || (t.weekNumber = t.localWeekNumber), y(t.localWeekYear) || (t.weekYear = t.localWeekYear), delete t.localWeekday, delete t.localWeekNumber, delete t.localWeekYear, {
|
|
1183
1183
|
minDaysInFirstWeek: e.getMinDaysInFirstWeek(),
|
|
1184
1184
|
startOfWeek: e.getStartOfWeek()
|
|
1185
1185
|
};
|
|
1186
1186
|
} else
|
|
1187
1187
|
return { minDaysInFirstWeek: 4, startOfWeek: 1 };
|
|
1188
1188
|
}
|
|
1189
|
-
function
|
|
1190
|
-
const s =
|
|
1189
|
+
function Ls(t, e = 4, n = 1) {
|
|
1190
|
+
const s = Ze(t.weekYear), r = W(
|
|
1191
1191
|
t.weekNumber,
|
|
1192
1192
|
1,
|
|
1193
1193
|
Te(t.weekYear, e, n)
|
|
1194
|
-
), i =
|
|
1195
|
-
return s ? r ? i ? !1 :
|
|
1194
|
+
), i = W(t.weekday, 1, 7);
|
|
1195
|
+
return s ? r ? i ? !1 : A("weekday", t.weekday) : A("week", t.weekNumber) : A("weekYear", t.weekYear);
|
|
1196
1196
|
}
|
|
1197
|
-
function
|
|
1198
|
-
const e =
|
|
1199
|
-
return e ? n ? !1 :
|
|
1197
|
+
function As(t) {
|
|
1198
|
+
const e = Ze(t.year), n = W(t.ordinal, 1, se(t.year));
|
|
1199
|
+
return e ? n ? !1 : A("ordinal", t.ordinal) : A("year", t.year);
|
|
1200
1200
|
}
|
|
1201
|
-
function
|
|
1202
|
-
const e =
|
|
1203
|
-
return e ? n ? s ? !1 :
|
|
1201
|
+
function bn(t) {
|
|
1202
|
+
const e = Ze(t.year), n = W(t.month, 1, 12), s = W(t.day, 1, We(t.year, t.month));
|
|
1203
|
+
return e ? n ? s ? !1 : A("day", t.day) : A("month", t.month) : A("year", t.year);
|
|
1204
1204
|
}
|
|
1205
|
-
function
|
|
1206
|
-
const { hour: e, minute: n, second: s, millisecond: r } = t, i =
|
|
1207
|
-
return i ? a ? o ? l ? !1 :
|
|
1205
|
+
function Dn(t) {
|
|
1206
|
+
const { hour: e, minute: n, second: s, millisecond: r } = t, i = W(e, 0, 23) || e === 24 && n === 0 && s === 0 && r === 0, a = W(n, 0, 59), o = W(s, 0, 59), l = W(r, 0, 999);
|
|
1207
|
+
return i ? a ? o ? l ? !1 : A("millisecond", r) : A("second", s) : A("minute", n) : A("hour", e);
|
|
1208
1208
|
}
|
|
1209
|
-
function
|
|
1209
|
+
function y(t) {
|
|
1210
1210
|
return typeof t > "u";
|
|
1211
1211
|
}
|
|
1212
1212
|
function P(t) {
|
|
1213
1213
|
return typeof t == "number";
|
|
1214
1214
|
}
|
|
1215
|
-
function
|
|
1215
|
+
function Ze(t) {
|
|
1216
1216
|
return typeof t == "number" && t % 1 === 0;
|
|
1217
1217
|
}
|
|
1218
|
-
function
|
|
1218
|
+
function Ws(t) {
|
|
1219
1219
|
return typeof t == "string";
|
|
1220
1220
|
}
|
|
1221
|
-
function
|
|
1221
|
+
function _s(t) {
|
|
1222
1222
|
return Object.prototype.toString.call(t) === "[object Date]";
|
|
1223
1223
|
}
|
|
1224
|
-
function
|
|
1224
|
+
function Nn() {
|
|
1225
1225
|
try {
|
|
1226
1226
|
return typeof Intl < "u" && !!Intl.RelativeTimeFormat;
|
|
1227
1227
|
} catch {
|
|
1228
1228
|
return !1;
|
|
1229
1229
|
}
|
|
1230
1230
|
}
|
|
1231
|
-
function
|
|
1231
|
+
function In() {
|
|
1232
1232
|
try {
|
|
1233
1233
|
return typeof Intl < "u" && !!Intl.Locale && ("weekInfo" in Intl.Locale.prototype || "getWeekInfo" in Intl.Locale.prototype);
|
|
1234
1234
|
} catch {
|
|
1235
1235
|
return !1;
|
|
1236
1236
|
}
|
|
1237
1237
|
}
|
|
1238
|
-
function
|
|
1238
|
+
function $s(t) {
|
|
1239
1239
|
return Array.isArray(t) ? t : [t];
|
|
1240
1240
|
}
|
|
1241
|
-
function
|
|
1241
|
+
function Lt(t, e, n) {
|
|
1242
1242
|
if (t.length !== 0)
|
|
1243
1243
|
return t.reduce((s, r) => {
|
|
1244
1244
|
const i = [e(r), r];
|
|
1245
1245
|
return s && n(s[0], i[0]) === s[0] ? s : i;
|
|
1246
1246
|
}, null)[1];
|
|
1247
1247
|
}
|
|
1248
|
-
function
|
|
1248
|
+
function Zs(t, e) {
|
|
1249
1249
|
return e.reduce((n, s) => (n[s] = t[s], n), {});
|
|
1250
1250
|
}
|
|
1251
1251
|
function ie(t, e) {
|
|
1252
1252
|
return Object.prototype.hasOwnProperty.call(t, e);
|
|
1253
1253
|
}
|
|
1254
|
-
function
|
|
1254
|
+
function lt(t) {
|
|
1255
1255
|
if (t == null)
|
|
1256
1256
|
return null;
|
|
1257
1257
|
if (typeof t != "object")
|
|
1258
|
-
throw new
|
|
1259
|
-
if (!
|
|
1260
|
-
throw new
|
|
1258
|
+
throw new M("Week settings must be an object");
|
|
1259
|
+
if (!W(t.firstDay, 1, 7) || !W(t.minimalDays, 1, 7) || !Array.isArray(t.weekend) || t.weekend.some((e) => !W(e, 1, 7)))
|
|
1260
|
+
throw new M("Invalid week settings");
|
|
1261
1261
|
return {
|
|
1262
1262
|
firstDay: t.firstDay,
|
|
1263
1263
|
minimalDays: t.minimalDays,
|
|
1264
1264
|
weekend: Array.from(t.weekend)
|
|
1265
1265
|
};
|
|
1266
1266
|
}
|
|
1267
|
-
function
|
|
1268
|
-
return
|
|
1267
|
+
function W(t, e, n) {
|
|
1268
|
+
return Ze(t) && t >= e && t <= n;
|
|
1269
1269
|
}
|
|
1270
|
-
function
|
|
1270
|
+
function Rs(t, e) {
|
|
1271
1271
|
return t - e * Math.floor(t / e);
|
|
1272
1272
|
}
|
|
1273
|
-
function
|
|
1273
|
+
function N(t, e = 2) {
|
|
1274
1274
|
const n = t < 0;
|
|
1275
1275
|
let s;
|
|
1276
1276
|
return n ? s = "-" + ("" + -t).padStart(e, "0") : s = ("" + t).padStart(e, "0"), s;
|
|
1277
1277
|
}
|
|
1278
1278
|
function Y(t) {
|
|
1279
|
-
if (!(
|
|
1279
|
+
if (!(y(t) || t === null || t === ""))
|
|
1280
1280
|
return parseInt(t, 10);
|
|
1281
1281
|
}
|
|
1282
1282
|
function G(t) {
|
|
1283
|
-
if (!(
|
|
1283
|
+
if (!(y(t) || t === null || t === ""))
|
|
1284
1284
|
return parseFloat(t);
|
|
1285
1285
|
}
|
|
1286
|
-
function
|
|
1287
|
-
if (!(
|
|
1286
|
+
function mt(t) {
|
|
1287
|
+
if (!(y(t) || t === null || t === "")) {
|
|
1288
1288
|
const e = parseFloat("0." + t) * 1e3;
|
|
1289
1289
|
return Math.floor(e);
|
|
1290
1290
|
}
|
|
1291
1291
|
}
|
|
1292
|
-
function
|
|
1292
|
+
function yt(t, e, n = "round") {
|
|
1293
1293
|
const s = 10 ** e;
|
|
1294
1294
|
switch (n) {
|
|
1295
1295
|
case "expand":
|
|
@@ -1312,11 +1312,11 @@ function Se(t) {
|
|
|
1312
1312
|
function se(t) {
|
|
1313
1313
|
return Se(t) ? 366 : 365;
|
|
1314
1314
|
}
|
|
1315
|
-
function
|
|
1316
|
-
const n =
|
|
1315
|
+
function We(t, e) {
|
|
1316
|
+
const n = Rs(e - 1, 12) + 1, s = t + (e - n) / 12;
|
|
1317
1317
|
return n === 2 ? Se(s) ? 29 : 28 : [31, null, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31][n - 1];
|
|
1318
1318
|
}
|
|
1319
|
-
function
|
|
1319
|
+
function Re(t) {
|
|
1320
1320
|
let e = Date.UTC(
|
|
1321
1321
|
t.year,
|
|
1322
1322
|
t.month - 1,
|
|
@@ -1328,17 +1328,17 @@ function $e(t) {
|
|
|
1328
1328
|
);
|
|
1329
1329
|
return t.year < 100 && t.year >= 0 && (e = new Date(e), e.setUTCFullYear(t.year, t.month - 1, t.day)), +e;
|
|
1330
1330
|
}
|
|
1331
|
-
function
|
|
1332
|
-
return -
|
|
1331
|
+
function At(t, e, n) {
|
|
1332
|
+
return -ht(ft(t, 1, e), n) + e - 1;
|
|
1333
1333
|
}
|
|
1334
1334
|
function Te(t, e = 4, n = 1) {
|
|
1335
|
-
const s =
|
|
1335
|
+
const s = At(t, e, n), r = At(t + 1, e, n);
|
|
1336
1336
|
return (se(t) - s + r) / 7;
|
|
1337
1337
|
}
|
|
1338
|
-
function
|
|
1339
|
-
return t > 99 ? t : t >
|
|
1338
|
+
function ut(t) {
|
|
1339
|
+
return t > 99 ? t : t > D.twoDigitCutoffYear ? 1900 + t : 2e3 + t;
|
|
1340
1340
|
}
|
|
1341
|
-
function
|
|
1341
|
+
function Mn(t, e, n, s = null) {
|
|
1342
1342
|
const r = new Date(t), i = {
|
|
1343
1343
|
hourCycle: "h23",
|
|
1344
1344
|
year: "numeric",
|
|
@@ -1351,45 +1351,45 @@ function vn(t, e, n, s = null) {
|
|
|
1351
1351
|
const a = { timeZoneName: e, ...i }, o = new Intl.DateTimeFormat(n, a).formatToParts(r).find((l) => l.type.toLowerCase() === "timezonename");
|
|
1352
1352
|
return o ? o.value : null;
|
|
1353
1353
|
}
|
|
1354
|
-
function
|
|
1354
|
+
function Ue(t, e) {
|
|
1355
1355
|
let n = parseInt(t, 10);
|
|
1356
1356
|
Number.isNaN(n) && (n = 0);
|
|
1357
1357
|
const s = parseInt(e, 10) || 0, r = n < 0 || Object.is(n, -0) ? -s : s;
|
|
1358
1358
|
return n * 60 + r;
|
|
1359
1359
|
}
|
|
1360
|
-
function
|
|
1360
|
+
function xn(t) {
|
|
1361
1361
|
const e = Number(t);
|
|
1362
1362
|
if (typeof t == "boolean" || t === "" || !Number.isFinite(e))
|
|
1363
|
-
throw new
|
|
1363
|
+
throw new M(`Invalid unit value ${t}`);
|
|
1364
1364
|
return e;
|
|
1365
1365
|
}
|
|
1366
|
-
function
|
|
1366
|
+
function _e(t, e) {
|
|
1367
1367
|
const n = {};
|
|
1368
1368
|
for (const s in t)
|
|
1369
1369
|
if (ie(t, s)) {
|
|
1370
1370
|
const r = t[s];
|
|
1371
1371
|
if (r == null) continue;
|
|
1372
|
-
n[e(s)] =
|
|
1372
|
+
n[e(s)] = xn(r);
|
|
1373
1373
|
}
|
|
1374
1374
|
return n;
|
|
1375
1375
|
}
|
|
1376
|
-
function
|
|
1376
|
+
function ke(t, e) {
|
|
1377
1377
|
const n = Math.trunc(Math.abs(t / 60)), s = Math.trunc(Math.abs(t % 60)), r = t >= 0 ? "+" : "-";
|
|
1378
1378
|
switch (e) {
|
|
1379
1379
|
case "short":
|
|
1380
|
-
return `${r}${
|
|
1380
|
+
return `${r}${N(n, 2)}:${N(s, 2)}`;
|
|
1381
1381
|
case "narrow":
|
|
1382
1382
|
return `${r}${n}${s > 0 ? `:${s}` : ""}`;
|
|
1383
1383
|
case "techie":
|
|
1384
|
-
return `${r}${
|
|
1384
|
+
return `${r}${N(n, 2)}${N(s, 2)}`;
|
|
1385
1385
|
default:
|
|
1386
1386
|
throw new RangeError(`Value format ${e} is out of range for property format`);
|
|
1387
1387
|
}
|
|
1388
1388
|
}
|
|
1389
|
-
function
|
|
1390
|
-
return
|
|
1389
|
+
function ze(t) {
|
|
1390
|
+
return Zs(t, ["hour", "minute", "second", "millisecond"]);
|
|
1391
1391
|
}
|
|
1392
|
-
const
|
|
1392
|
+
const Us = [
|
|
1393
1393
|
"January",
|
|
1394
1394
|
"February",
|
|
1395
1395
|
"March",
|
|
@@ -1402,7 +1402,7 @@ const Zs = [
|
|
|
1402
1402
|
"October",
|
|
1403
1403
|
"November",
|
|
1404
1404
|
"December"
|
|
1405
|
-
],
|
|
1405
|
+
], Cn = [
|
|
1406
1406
|
"Jan",
|
|
1407
1407
|
"Feb",
|
|
1408
1408
|
"Mar",
|
|
@@ -1415,15 +1415,15 @@ const Zs = [
|
|
|
1415
1415
|
"Oct",
|
|
1416
1416
|
"Nov",
|
|
1417
1417
|
"Dec"
|
|
1418
|
-
],
|
|
1419
|
-
function
|
|
1418
|
+
], zs = ["J", "F", "M", "A", "M", "J", "J", "A", "S", "O", "N", "D"];
|
|
1419
|
+
function Vn(t) {
|
|
1420
1420
|
switch (t) {
|
|
1421
1421
|
case "narrow":
|
|
1422
|
-
return [...
|
|
1422
|
+
return [...zs];
|
|
1423
1423
|
case "short":
|
|
1424
|
-
return [...
|
|
1424
|
+
return [...Cn];
|
|
1425
1425
|
case "long":
|
|
1426
|
-
return [...
|
|
1426
|
+
return [...Us];
|
|
1427
1427
|
case "numeric":
|
|
1428
1428
|
return ["1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"];
|
|
1429
1429
|
case "2-digit":
|
|
@@ -1432,7 +1432,7 @@ function bn(t) {
|
|
|
1432
1432
|
return null;
|
|
1433
1433
|
}
|
|
1434
1434
|
}
|
|
1435
|
-
const
|
|
1435
|
+
const Fn = [
|
|
1436
1436
|
"Monday",
|
|
1437
1437
|
"Tuesday",
|
|
1438
1438
|
"Wednesday",
|
|
@@ -1440,47 +1440,47 @@ const Mn = [
|
|
|
1440
1440
|
"Friday",
|
|
1441
1441
|
"Saturday",
|
|
1442
1442
|
"Sunday"
|
|
1443
|
-
],
|
|
1444
|
-
function
|
|
1443
|
+
], Ln = ["Mon", "Tue", "Wed", "Thu", "Fri", "Sat", "Sun"], qs = ["M", "T", "W", "T", "F", "S", "S"];
|
|
1444
|
+
function An(t) {
|
|
1445
1445
|
switch (t) {
|
|
1446
1446
|
case "narrow":
|
|
1447
|
-
return [...
|
|
1447
|
+
return [...qs];
|
|
1448
1448
|
case "short":
|
|
1449
|
-
return [...
|
|
1449
|
+
return [...Ln];
|
|
1450
1450
|
case "long":
|
|
1451
|
-
return [...
|
|
1451
|
+
return [...Fn];
|
|
1452
1452
|
case "numeric":
|
|
1453
1453
|
return ["1", "2", "3", "4", "5", "6", "7"];
|
|
1454
1454
|
default:
|
|
1455
1455
|
return null;
|
|
1456
1456
|
}
|
|
1457
1457
|
}
|
|
1458
|
-
const
|
|
1459
|
-
function
|
|
1458
|
+
const Wn = ["AM", "PM"], Ys = ["Before Christ", "Anno Domini"], Hs = ["BC", "AD"], Ps = ["B", "A"];
|
|
1459
|
+
function _n(t) {
|
|
1460
1460
|
switch (t) {
|
|
1461
1461
|
case "narrow":
|
|
1462
|
-
return [...
|
|
1462
|
+
return [...Ps];
|
|
1463
1463
|
case "short":
|
|
1464
|
-
return [...
|
|
1464
|
+
return [...Hs];
|
|
1465
1465
|
case "long":
|
|
1466
|
-
return [...
|
|
1466
|
+
return [...Ys];
|
|
1467
1467
|
default:
|
|
1468
1468
|
return null;
|
|
1469
1469
|
}
|
|
1470
1470
|
}
|
|
1471
|
-
function
|
|
1472
|
-
return
|
|
1471
|
+
function Gs(t) {
|
|
1472
|
+
return Wn[t.hour < 12 ? 0 : 1];
|
|
1473
1473
|
}
|
|
1474
|
-
function
|
|
1475
|
-
return
|
|
1474
|
+
function Js(t, e) {
|
|
1475
|
+
return An(e)[t.weekday - 1];
|
|
1476
1476
|
}
|
|
1477
|
-
function
|
|
1478
|
-
return
|
|
1477
|
+
function js(t, e) {
|
|
1478
|
+
return Vn(e)[t.month - 1];
|
|
1479
1479
|
}
|
|
1480
|
-
function
|
|
1481
|
-
return
|
|
1480
|
+
function Bs(t, e) {
|
|
1481
|
+
return _n(e)[t.year < 0 ? 0 : 1];
|
|
1482
1482
|
}
|
|
1483
|
-
function
|
|
1483
|
+
function Ks(t, e, n = "always", s = !1) {
|
|
1484
1484
|
const r = {
|
|
1485
1485
|
years: ["year", "yr."],
|
|
1486
1486
|
quarters: ["quarter", "qtr."],
|
|
@@ -1492,50 +1492,50 @@ function Js(t, e, n = "always", s = !1) {
|
|
|
1492
1492
|
seconds: ["second", "sec."]
|
|
1493
1493
|
}, i = ["hours", "minutes", "seconds"].indexOf(t) === -1;
|
|
1494
1494
|
if (n === "auto" && i) {
|
|
1495
|
-
const
|
|
1495
|
+
const m = t === "days";
|
|
1496
1496
|
switch (e) {
|
|
1497
1497
|
case 1:
|
|
1498
|
-
return
|
|
1498
|
+
return m ? "tomorrow" : `next ${r[t][0]}`;
|
|
1499
1499
|
case -1:
|
|
1500
|
-
return
|
|
1500
|
+
return m ? "yesterday" : `last ${r[t][0]}`;
|
|
1501
1501
|
case 0:
|
|
1502
|
-
return
|
|
1502
|
+
return m ? "today" : `this ${r[t][0]}`;
|
|
1503
1503
|
}
|
|
1504
1504
|
}
|
|
1505
|
-
const a = Object.is(e, -0) || e < 0, o = Math.abs(e), l = o === 1, u = r[t],
|
|
1506
|
-
return a ? `${o} ${
|
|
1505
|
+
const a = Object.is(e, -0) || e < 0, o = Math.abs(e), l = o === 1, u = r[t], f = s ? l ? u[1] : u[2] || u[1] : l ? r[t][0] : t;
|
|
1506
|
+
return a ? `${o} ${f} ago` : `in ${o} ${f}`;
|
|
1507
1507
|
}
|
|
1508
|
-
function
|
|
1508
|
+
function Wt(t, e) {
|
|
1509
1509
|
let n = "";
|
|
1510
1510
|
for (const s of t)
|
|
1511
1511
|
s.literal ? n += s.val : n += e(s.val);
|
|
1512
1512
|
return n;
|
|
1513
1513
|
}
|
|
1514
|
-
const
|
|
1515
|
-
D:
|
|
1516
|
-
DD:
|
|
1517
|
-
DDD:
|
|
1518
|
-
DDDD:
|
|
1519
|
-
t:
|
|
1520
|
-
tt:
|
|
1521
|
-
ttt:
|
|
1522
|
-
tttt:
|
|
1523
|
-
T:
|
|
1524
|
-
TT:
|
|
1525
|
-
TTT:
|
|
1526
|
-
TTTT:
|
|
1527
|
-
f:
|
|
1528
|
-
ff:
|
|
1529
|
-
fff:
|
|
1530
|
-
ffff:
|
|
1531
|
-
F:
|
|
1532
|
-
FF:
|
|
1533
|
-
FFF:
|
|
1534
|
-
FFFF:
|
|
1514
|
+
const Qs = {
|
|
1515
|
+
D: Le,
|
|
1516
|
+
DD: Xt,
|
|
1517
|
+
DDD: en,
|
|
1518
|
+
DDDD: tn,
|
|
1519
|
+
t: nn,
|
|
1520
|
+
tt: sn,
|
|
1521
|
+
ttt: rn,
|
|
1522
|
+
tttt: an,
|
|
1523
|
+
T: on,
|
|
1524
|
+
TT: ln,
|
|
1525
|
+
TTT: un,
|
|
1526
|
+
TTTT: cn,
|
|
1527
|
+
f: dn,
|
|
1528
|
+
ff: hn,
|
|
1529
|
+
fff: yn,
|
|
1530
|
+
ffff: wn,
|
|
1531
|
+
F: fn,
|
|
1532
|
+
FF: mn,
|
|
1533
|
+
FFF: gn,
|
|
1534
|
+
FFFF: kn
|
|
1535
1535
|
};
|
|
1536
|
-
class
|
|
1536
|
+
class x {
|
|
1537
1537
|
static create(e, n = {}) {
|
|
1538
|
-
return new
|
|
1538
|
+
return new x(e, n);
|
|
1539
1539
|
}
|
|
1540
1540
|
static parseFormat(e) {
|
|
1541
1541
|
let n = null, s = "", r = !1;
|
|
@@ -1550,7 +1550,7 @@ class b {
|
|
|
1550
1550
|
return s.length > 0 && i.push({ literal: r || /^\s+$/.test(s), val: s }), i;
|
|
1551
1551
|
}
|
|
1552
1552
|
static macroTokenToFormatOpts(e) {
|
|
1553
|
-
return
|
|
1553
|
+
return Qs[e];
|
|
1554
1554
|
}
|
|
1555
1555
|
constructor(e, n) {
|
|
1556
1556
|
this.opts = n, this.loc = e, this.systemLoc = null;
|
|
@@ -1575,18 +1575,18 @@ class b {
|
|
|
1575
1575
|
}
|
|
1576
1576
|
num(e, n = 0, s = void 0) {
|
|
1577
1577
|
if (this.opts.forceSimple)
|
|
1578
|
-
return
|
|
1578
|
+
return N(e, n);
|
|
1579
1579
|
const r = { ...this.opts };
|
|
1580
1580
|
return n > 0 && (r.padTo = n), s && (r.signDisplay = s), this.loc.numberFormatter(r).format(e);
|
|
1581
1581
|
}
|
|
1582
1582
|
formatDateTimeFromString(e, n) {
|
|
1583
|
-
const s = this.loc.listingMode() === "en", r = this.loc.outputCalendar && this.loc.outputCalendar !== "gregory", i = (h,
|
|
1584
|
-
|
|
1583
|
+
const s = this.loc.listingMode() === "en", r = this.loc.outputCalendar && this.loc.outputCalendar !== "gregory", i = (h, w) => this.loc.extract(e, h, w), a = (h) => e.isOffsetFixed && e.offset === 0 && h.allowZ ? "Z" : e.isValid ? e.zone.formatOffset(e.ts, h.format) : "", o = () => s ? Gs(e) : i({ hour: "numeric", hourCycle: "h12" }, "dayperiod"), l = (h, w) => s ? js(e, h) : i(w ? { month: h } : { month: h, day: "numeric" }, "month"), u = (h, w) => s ? Js(e, h) : i(
|
|
1584
|
+
w ? { weekday: h } : { weekday: h, month: "long", day: "numeric" },
|
|
1585
1585
|
"weekday"
|
|
1586
|
-
),
|
|
1587
|
-
const
|
|
1588
|
-
return
|
|
1589
|
-
},
|
|
1586
|
+
), f = (h) => {
|
|
1587
|
+
const w = x.macroTokenToFormatOpts(h);
|
|
1588
|
+
return w ? this.formatWithSystemDefault(e, w) : h;
|
|
1589
|
+
}, m = (h) => s ? Bs(e, h) : i({ era: h }, "era"), T = (h) => {
|
|
1590
1590
|
switch (h) {
|
|
1591
1591
|
case "S":
|
|
1592
1592
|
return this.num(e.millisecond);
|
|
@@ -1676,11 +1676,11 @@ class b {
|
|
|
1676
1676
|
case "yyyyyy":
|
|
1677
1677
|
return r ? i({ year: "numeric" }, "year") : this.num(e.year, 6);
|
|
1678
1678
|
case "G":
|
|
1679
|
-
return
|
|
1679
|
+
return m("short");
|
|
1680
1680
|
case "GG":
|
|
1681
|
-
return
|
|
1681
|
+
return m("long");
|
|
1682
1682
|
case "GGGGG":
|
|
1683
|
-
return
|
|
1683
|
+
return m("narrow");
|
|
1684
1684
|
case "kk":
|
|
1685
1685
|
return this.num(e.weekYear.toString().slice(-2), 2);
|
|
1686
1686
|
case "kkkk":
|
|
@@ -1710,14 +1710,14 @@ class b {
|
|
|
1710
1710
|
case "x":
|
|
1711
1711
|
return this.num(e.ts);
|
|
1712
1712
|
default:
|
|
1713
|
-
return
|
|
1713
|
+
return f(h);
|
|
1714
1714
|
}
|
|
1715
1715
|
};
|
|
1716
|
-
return
|
|
1716
|
+
return Wt(x.parseFormat(n), T);
|
|
1717
1717
|
}
|
|
1718
1718
|
formatDurationFromString(e, n) {
|
|
1719
|
-
const s = this.opts.signMode === "negativeLargestOnly" ? -1 : 1, r = (
|
|
1720
|
-
switch (
|
|
1719
|
+
const s = this.opts.signMode === "negativeLargestOnly" ? -1 : 1, r = (f) => {
|
|
1720
|
+
switch (f[0]) {
|
|
1721
1721
|
case "S":
|
|
1722
1722
|
return "milliseconds";
|
|
1723
1723
|
case "s":
|
|
@@ -1737,27 +1737,27 @@ class b {
|
|
|
1737
1737
|
default:
|
|
1738
1738
|
return null;
|
|
1739
1739
|
}
|
|
1740
|
-
}, i = (
|
|
1741
|
-
const h = r(
|
|
1740
|
+
}, i = (f, m) => (T) => {
|
|
1741
|
+
const h = r(T);
|
|
1742
1742
|
if (h) {
|
|
1743
|
-
const
|
|
1744
|
-
let
|
|
1745
|
-
return this.opts.signMode === "negativeLargestOnly" && h !==
|
|
1743
|
+
const w = m.isNegativeDuration && h !== m.largestUnit ? s : 1;
|
|
1744
|
+
let p;
|
|
1745
|
+
return this.opts.signMode === "negativeLargestOnly" && h !== m.largestUnit ? p = "never" : this.opts.signMode === "all" ? p = "always" : p = "auto", this.num(f.get(h) * w, T.length, p);
|
|
1746
1746
|
} else
|
|
1747
|
-
return
|
|
1748
|
-
}, a =
|
|
1749
|
-
(
|
|
1747
|
+
return T;
|
|
1748
|
+
}, a = x.parseFormat(n), o = a.reduce(
|
|
1749
|
+
(f, { literal: m, val: T }) => m ? f : f.concat(T),
|
|
1750
1750
|
[]
|
|
1751
|
-
), l = e.shiftTo(...o.map(r).filter((
|
|
1751
|
+
), l = e.shiftTo(...o.map(r).filter((f) => f)), u = {
|
|
1752
1752
|
isNegativeDuration: l < 0,
|
|
1753
1753
|
// this relies on "collapsed" being based on "shiftTo", which builds up the object
|
|
1754
1754
|
// in order
|
|
1755
1755
|
largestUnit: Object.keys(l.values)[0]
|
|
1756
1756
|
};
|
|
1757
|
-
return
|
|
1757
|
+
return Wt(a, i(l, u));
|
|
1758
1758
|
}
|
|
1759
1759
|
}
|
|
1760
|
-
const
|
|
1760
|
+
const $n = /[A-Za-z_+-]{1,256}(?::?\/[A-Za-z0-9_+-]{1,256}(?:\/[A-Za-z0-9_+-]{1,256})?)?/;
|
|
1761
1761
|
function ae(...t) {
|
|
1762
1762
|
const e = t.reduce((n, s) => n + s.source, "");
|
|
1763
1763
|
return RegExp(`^${e}$`);
|
|
@@ -1781,7 +1781,7 @@ function le(t, ...e) {
|
|
|
1781
1781
|
}
|
|
1782
1782
|
return [null, null];
|
|
1783
1783
|
}
|
|
1784
|
-
function
|
|
1784
|
+
function Zn(...t) {
|
|
1785
1785
|
return (e, n) => {
|
|
1786
1786
|
const s = {};
|
|
1787
1787
|
let r;
|
|
@@ -1790,14 +1790,14 @@ function An(...t) {
|
|
|
1790
1790
|
return [s, null, n + r];
|
|
1791
1791
|
};
|
|
1792
1792
|
}
|
|
1793
|
-
const
|
|
1794
|
-
`${
|
|
1795
|
-
),
|
|
1793
|
+
const Rn = /(?:([Zz])|([+-]\d\d)(?::?(\d\d))?)/, Xs = `(?:${Rn.source}?(?:\\[(${$n.source})\\])?)?`, gt = /(\d\d)(?::?(\d\d)(?::?(\d\d)(?:[.,](\d{1,30}))?)?)?/, Un = RegExp(`${gt.source}${Xs}`), wt = RegExp(`(?:[Tt]${Un.source})?`), er = /([+-]\d{6}|\d{4})(?:-?(\d\d)(?:-?(\d\d))?)?/, tr = /(\d{4})-?W(\d\d)(?:-?(\d))?/, nr = /(\d{4})-?(\d{3})/, sr = Zn("weekYear", "weekNumber", "weekDay"), rr = Zn("year", "ordinal"), ir = /(\d{4})-(\d\d)-(\d\d)/, zn = RegExp(
|
|
1794
|
+
`${gt.source} ?(?:${Rn.source}|(${$n.source}))?`
|
|
1795
|
+
), ar = RegExp(`(?: ${zn.source})?`);
|
|
1796
1796
|
function re(t, e, n) {
|
|
1797
1797
|
const s = t[e];
|
|
1798
|
-
return
|
|
1798
|
+
return y(s) ? n : Y(s);
|
|
1799
1799
|
}
|
|
1800
|
-
function
|
|
1800
|
+
function or(t, e) {
|
|
1801
1801
|
return [{
|
|
1802
1802
|
year: re(t, e),
|
|
1803
1803
|
month: re(t, e + 1, 1),
|
|
@@ -1809,34 +1809,34 @@ function ue(t, e) {
|
|
|
1809
1809
|
hours: re(t, e, 0),
|
|
1810
1810
|
minutes: re(t, e + 1, 0),
|
|
1811
1811
|
seconds: re(t, e + 2, 0),
|
|
1812
|
-
milliseconds:
|
|
1812
|
+
milliseconds: mt(t[e + 3])
|
|
1813
1813
|
}, null, e + 4];
|
|
1814
1814
|
}
|
|
1815
|
-
function
|
|
1816
|
-
const n = !t[e] && !t[e + 1], s =
|
|
1815
|
+
function Ee(t, e) {
|
|
1816
|
+
const n = !t[e] && !t[e + 1], s = Ue(t[e + 1], t[e + 2]), r = n ? null : C.instance(s);
|
|
1817
1817
|
return [{}, r, e + 3];
|
|
1818
1818
|
}
|
|
1819
|
-
function
|
|
1819
|
+
function Oe(t, e) {
|
|
1820
1820
|
const n = t[e] ? z.create(t[e]) : null;
|
|
1821
1821
|
return [{}, n, e + 1];
|
|
1822
1822
|
}
|
|
1823
|
-
const
|
|
1824
|
-
function
|
|
1825
|
-
const [e, n, s, r, i, a, o, l, u] = t,
|
|
1823
|
+
const lr = RegExp(`^T?${gt.source}$`), ur = /^-?P(?:(?:(-?\d{1,20}(?:\.\d{1,20})?)Y)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20}(?:\.\d{1,20})?)W)?(?:(-?\d{1,20}(?:\.\d{1,20})?)D)?(?:T(?:(-?\d{1,20}(?:\.\d{1,20})?)H)?(?:(-?\d{1,20}(?:\.\d{1,20})?)M)?(?:(-?\d{1,20})(?:[.,](-?\d{1,20}))?S)?)?)$/;
|
|
1824
|
+
function cr(t) {
|
|
1825
|
+
const [e, n, s, r, i, a, o, l, u] = t, f = e[0] === "-", m = l && l[0] === "-", T = (h, w = !1) => h !== void 0 && (w || h && f) ? -h : h;
|
|
1826
1826
|
return [
|
|
1827
1827
|
{
|
|
1828
|
-
years:
|
|
1829
|
-
months:
|
|
1830
|
-
weeks:
|
|
1831
|
-
days:
|
|
1832
|
-
hours:
|
|
1833
|
-
minutes:
|
|
1834
|
-
seconds:
|
|
1835
|
-
milliseconds:
|
|
1828
|
+
years: T(G(n)),
|
|
1829
|
+
months: T(G(s)),
|
|
1830
|
+
weeks: T(G(r)),
|
|
1831
|
+
days: T(G(i)),
|
|
1832
|
+
hours: T(G(a)),
|
|
1833
|
+
minutes: T(G(o)),
|
|
1834
|
+
seconds: T(G(l), l === "-0"),
|
|
1835
|
+
milliseconds: T(mt(u), m)
|
|
1836
1836
|
}
|
|
1837
1837
|
];
|
|
1838
1838
|
}
|
|
1839
|
-
const
|
|
1839
|
+
const dr = {
|
|
1840
1840
|
GMT: 0,
|
|
1841
1841
|
EDT: -4 * 60,
|
|
1842
1842
|
EST: -5 * 60,
|
|
@@ -1847,18 +1847,18 @@ const lr = {
|
|
|
1847
1847
|
PDT: -7 * 60,
|
|
1848
1848
|
PST: -8 * 60
|
|
1849
1849
|
};
|
|
1850
|
-
function
|
|
1850
|
+
function kt(t, e, n, s, r, i, a) {
|
|
1851
1851
|
const o = {
|
|
1852
|
-
year: e.length === 2 ?
|
|
1853
|
-
month:
|
|
1852
|
+
year: e.length === 2 ? ut(Y(e)) : Y(e),
|
|
1853
|
+
month: Cn.indexOf(n) + 1,
|
|
1854
1854
|
day: Y(s),
|
|
1855
1855
|
hour: Y(r),
|
|
1856
1856
|
minute: Y(i)
|
|
1857
1857
|
};
|
|
1858
|
-
return a && (o.second = Y(a)), t && (o.weekday = t.length > 3 ?
|
|
1858
|
+
return a && (o.second = Y(a)), t && (o.weekday = t.length > 3 ? Fn.indexOf(t) + 1 : Ln.indexOf(t) + 1), o;
|
|
1859
1859
|
}
|
|
1860
|
-
const
|
|
1861
|
-
function
|
|
1860
|
+
const fr = /^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|(?:([+-]\d\d)(\d\d)))$/;
|
|
1861
|
+
function hr(t) {
|
|
1862
1862
|
const [
|
|
1863
1863
|
,
|
|
1864
1864
|
e,
|
|
@@ -1870,84 +1870,84 @@ function cr(t) {
|
|
|
1870
1870
|
o,
|
|
1871
1871
|
l,
|
|
1872
1872
|
u,
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
] = t,
|
|
1873
|
+
f,
|
|
1874
|
+
m
|
|
1875
|
+
] = t, T = kt(e, r, s, n, i, a, o);
|
|
1876
1876
|
let h;
|
|
1877
|
-
return l ? h =
|
|
1877
|
+
return l ? h = dr[l] : u ? h = 0 : h = Ue(f, m), [T, new C(h)];
|
|
1878
1878
|
}
|
|
1879
|
-
function
|
|
1879
|
+
function mr(t) {
|
|
1880
1880
|
return t.replace(/\([^()]*\)|[\n\t]/g, " ").replace(/(\s\s+)/g, " ").trim();
|
|
1881
1881
|
}
|
|
1882
|
-
const
|
|
1883
|
-
function
|
|
1882
|
+
const yr = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun), (\d\d) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) (\d{4}) (\d\d):(\d\d):(\d\d) GMT$/, gr = /^(Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday), (\d\d)-(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)-(\d\d) (\d\d):(\d\d):(\d\d) GMT$/, wr = /^(Mon|Tue|Wed|Thu|Fri|Sat|Sun) (Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec) ( \d|\d\d) (\d\d):(\d\d):(\d\d) (\d{4})$/;
|
|
1883
|
+
function _t(t) {
|
|
1884
1884
|
const [, e, n, s, r, i, a, o] = t;
|
|
1885
|
-
return [
|
|
1885
|
+
return [kt(e, r, s, n, i, a, o), C.utcInstance];
|
|
1886
1886
|
}
|
|
1887
|
-
function
|
|
1887
|
+
function kr(t) {
|
|
1888
1888
|
const [, e, n, s, r, i, a, o] = t;
|
|
1889
|
-
return [
|
|
1889
|
+
return [kt(e, o, n, s, r, i, a), C.utcInstance];
|
|
1890
1890
|
}
|
|
1891
|
-
const
|
|
1892
|
-
|
|
1891
|
+
const Tr = ae(er, wt), pr = ae(tr, wt), Sr = ae(nr, wt), Er = ae(Un), qn = oe(
|
|
1892
|
+
or,
|
|
1893
1893
|
ue,
|
|
1894
|
-
|
|
1895
|
-
|
|
1896
|
-
),
|
|
1897
|
-
|
|
1894
|
+
Ee,
|
|
1895
|
+
Oe
|
|
1896
|
+
), Or = oe(
|
|
1897
|
+
sr,
|
|
1898
1898
|
ue,
|
|
1899
|
-
|
|
1900
|
-
|
|
1901
|
-
),
|
|
1902
|
-
|
|
1899
|
+
Ee,
|
|
1900
|
+
Oe
|
|
1901
|
+
), vr = oe(
|
|
1902
|
+
rr,
|
|
1903
1903
|
ue,
|
|
1904
|
-
|
|
1905
|
-
|
|
1906
|
-
),
|
|
1904
|
+
Ee,
|
|
1905
|
+
Oe
|
|
1906
|
+
), br = oe(
|
|
1907
1907
|
ue,
|
|
1908
|
-
|
|
1909
|
-
|
|
1908
|
+
Ee,
|
|
1909
|
+
Oe
|
|
1910
1910
|
);
|
|
1911
|
-
function
|
|
1911
|
+
function Dr(t) {
|
|
1912
1912
|
return le(
|
|
1913
1913
|
t,
|
|
1914
|
-
[
|
|
1915
|
-
[
|
|
1916
|
-
[
|
|
1917
|
-
[
|
|
1914
|
+
[Tr, qn],
|
|
1915
|
+
[pr, Or],
|
|
1916
|
+
[Sr, vr],
|
|
1917
|
+
[Er, br]
|
|
1918
1918
|
);
|
|
1919
1919
|
}
|
|
1920
|
-
function
|
|
1921
|
-
return le(
|
|
1920
|
+
function Nr(t) {
|
|
1921
|
+
return le(mr(t), [fr, hr]);
|
|
1922
1922
|
}
|
|
1923
|
-
function
|
|
1923
|
+
function Ir(t) {
|
|
1924
1924
|
return le(
|
|
1925
1925
|
t,
|
|
1926
|
-
[
|
|
1927
|
-
[
|
|
1928
|
-
[
|
|
1926
|
+
[yr, _t],
|
|
1927
|
+
[gr, _t],
|
|
1928
|
+
[wr, kr]
|
|
1929
1929
|
);
|
|
1930
1930
|
}
|
|
1931
|
-
function
|
|
1932
|
-
return le(t, [
|
|
1931
|
+
function Mr(t) {
|
|
1932
|
+
return le(t, [ur, cr]);
|
|
1933
1933
|
}
|
|
1934
|
-
const
|
|
1935
|
-
function
|
|
1936
|
-
return le(t, [
|
|
1934
|
+
const xr = oe(ue);
|
|
1935
|
+
function Cr(t) {
|
|
1936
|
+
return le(t, [lr, xr]);
|
|
1937
1937
|
}
|
|
1938
|
-
const
|
|
1938
|
+
const Vr = ae(ir, ar), Fr = ae(zn), Lr = oe(
|
|
1939
1939
|
ue,
|
|
1940
|
-
|
|
1941
|
-
|
|
1940
|
+
Ee,
|
|
1941
|
+
Oe
|
|
1942
1942
|
);
|
|
1943
|
-
function
|
|
1943
|
+
function Ar(t) {
|
|
1944
1944
|
return le(
|
|
1945
1945
|
t,
|
|
1946
|
-
[
|
|
1947
|
-
[
|
|
1946
|
+
[Vr, qn],
|
|
1947
|
+
[Fr, Lr]
|
|
1948
1948
|
);
|
|
1949
1949
|
}
|
|
1950
|
-
const
|
|
1950
|
+
const $t = "Invalid Duration", Yn = {
|
|
1951
1951
|
weeks: {
|
|
1952
1952
|
days: 7,
|
|
1953
1953
|
hours: 7 * 24,
|
|
@@ -1964,7 +1964,7 @@ const At = "Invalid Duration", Un = {
|
|
|
1964
1964
|
hours: { minutes: 60, seconds: 60 * 60, milliseconds: 60 * 60 * 1e3 },
|
|
1965
1965
|
minutes: { seconds: 60, milliseconds: 60 * 1e3 },
|
|
1966
1966
|
seconds: { milliseconds: 1e3 }
|
|
1967
|
-
},
|
|
1967
|
+
}, Wr = {
|
|
1968
1968
|
years: {
|
|
1969
1969
|
quarters: 4,
|
|
1970
1970
|
months: 12,
|
|
@@ -1992,26 +1992,26 @@ const At = "Invalid Duration", Un = {
|
|
|
1992
1992
|
seconds: 30 * 24 * 60 * 60,
|
|
1993
1993
|
milliseconds: 30 * 24 * 60 * 60 * 1e3
|
|
1994
1994
|
},
|
|
1995
|
-
...
|
|
1996
|
-
},
|
|
1995
|
+
...Yn
|
|
1996
|
+
}, L = 146097 / 400, X = 146097 / 4800, _r = {
|
|
1997
1997
|
years: {
|
|
1998
1998
|
quarters: 4,
|
|
1999
1999
|
months: 12,
|
|
2000
|
-
weeks:
|
|
2001
|
-
days:
|
|
2002
|
-
hours:
|
|
2003
|
-
minutes:
|
|
2004
|
-
seconds:
|
|
2005
|
-
milliseconds:
|
|
2000
|
+
weeks: L / 7,
|
|
2001
|
+
days: L,
|
|
2002
|
+
hours: L * 24,
|
|
2003
|
+
minutes: L * 24 * 60,
|
|
2004
|
+
seconds: L * 24 * 60 * 60,
|
|
2005
|
+
milliseconds: L * 24 * 60 * 60 * 1e3
|
|
2006
2006
|
},
|
|
2007
2007
|
quarters: {
|
|
2008
2008
|
months: 3,
|
|
2009
|
-
weeks:
|
|
2010
|
-
days:
|
|
2011
|
-
hours:
|
|
2012
|
-
minutes:
|
|
2013
|
-
seconds:
|
|
2014
|
-
milliseconds:
|
|
2009
|
+
weeks: L / 28,
|
|
2010
|
+
days: L / 4,
|
|
2011
|
+
hours: L * 24 / 4,
|
|
2012
|
+
minutes: L * 24 * 60 / 4,
|
|
2013
|
+
seconds: L * 24 * 60 * 60 / 4,
|
|
2014
|
+
milliseconds: L * 24 * 60 * 60 * 1e3 / 4
|
|
2015
2015
|
},
|
|
2016
2016
|
months: {
|
|
2017
2017
|
weeks: X / 7,
|
|
@@ -2021,7 +2021,7 @@ const At = "Invalid Duration", Un = {
|
|
|
2021
2021
|
seconds: X * 24 * 60 * 60,
|
|
2022
2022
|
milliseconds: X * 24 * 60 * 60 * 1e3
|
|
2023
2023
|
},
|
|
2024
|
-
...
|
|
2024
|
+
...Yn
|
|
2025
2025
|
}, B = [
|
|
2026
2026
|
"years",
|
|
2027
2027
|
"quarters",
|
|
@@ -2032,26 +2032,26 @@ const At = "Invalid Duration", Un = {
|
|
|
2032
2032
|
"minutes",
|
|
2033
2033
|
"seconds",
|
|
2034
2034
|
"milliseconds"
|
|
2035
|
-
],
|
|
2036
|
-
function
|
|
2035
|
+
], $r = B.slice(0).reverse();
|
|
2036
|
+
function U(t, e, n = !1) {
|
|
2037
2037
|
const s = {
|
|
2038
2038
|
values: n ? e.values : { ...t.values, ...e.values || {} },
|
|
2039
2039
|
loc: t.loc.clone(e.loc),
|
|
2040
2040
|
conversionAccuracy: e.conversionAccuracy || t.conversionAccuracy,
|
|
2041
2041
|
matrix: e.matrix || t.matrix
|
|
2042
2042
|
};
|
|
2043
|
-
return new
|
|
2043
|
+
return new k(s);
|
|
2044
2044
|
}
|
|
2045
|
-
function
|
|
2045
|
+
function Hn(t, e) {
|
|
2046
2046
|
let n = e.milliseconds ?? 0;
|
|
2047
|
-
for (const s of
|
|
2047
|
+
for (const s of $r.slice(1))
|
|
2048
2048
|
e[s] && (n += e[s] * t[s].milliseconds);
|
|
2049
2049
|
return n;
|
|
2050
2050
|
}
|
|
2051
|
-
function
|
|
2052
|
-
const n =
|
|
2051
|
+
function Zt(t, e) {
|
|
2052
|
+
const n = Hn(t, e) < 0 ? -1 : 1;
|
|
2053
2053
|
B.reduceRight((s, r) => {
|
|
2054
|
-
if (
|
|
2054
|
+
if (y(e[r]))
|
|
2055
2055
|
return s;
|
|
2056
2056
|
if (s) {
|
|
2057
2057
|
const i = e[s] * n, a = t[r][s], o = Math.floor(i / a);
|
|
@@ -2059,7 +2059,7 @@ function Wt(t, e) {
|
|
|
2059
2059
|
}
|
|
2060
2060
|
return r;
|
|
2061
2061
|
}, null), B.reduce((s, r) => {
|
|
2062
|
-
if (
|
|
2062
|
+
if (y(e[r]))
|
|
2063
2063
|
return s;
|
|
2064
2064
|
if (s) {
|
|
2065
2065
|
const i = e[s] % 1;
|
|
@@ -2068,20 +2068,20 @@ function Wt(t, e) {
|
|
|
2068
2068
|
return r;
|
|
2069
2069
|
}, null);
|
|
2070
2070
|
}
|
|
2071
|
-
function
|
|
2071
|
+
function Rt(t) {
|
|
2072
2072
|
const e = {};
|
|
2073
2073
|
for (const [n, s] of Object.entries(t))
|
|
2074
2074
|
s !== 0 && (e[n] = s);
|
|
2075
2075
|
return e;
|
|
2076
2076
|
}
|
|
2077
|
-
class
|
|
2077
|
+
class k {
|
|
2078
2078
|
/**
|
|
2079
2079
|
* @private
|
|
2080
2080
|
*/
|
|
2081
2081
|
constructor(e) {
|
|
2082
2082
|
const n = e.conversionAccuracy === "longterm" || !1;
|
|
2083
|
-
let s = n ?
|
|
2084
|
-
e.matrix && (s = e.matrix), this.values = e.values, this.loc = e.loc ||
|
|
2083
|
+
let s = n ? _r : Wr;
|
|
2084
|
+
e.matrix && (s = e.matrix), this.values = e.values, this.loc = e.loc || E.create(), this.conversionAccuracy = n ? "longterm" : "casual", this.invalid = e.invalid || null, this.matrix = s, this.isLuxonDuration = !0;
|
|
2085
2085
|
}
|
|
2086
2086
|
/**
|
|
2087
2087
|
* Create Duration from a number of milliseconds.
|
|
@@ -2093,7 +2093,7 @@ class w {
|
|
|
2093
2093
|
* @return {Duration}
|
|
2094
2094
|
*/
|
|
2095
2095
|
static fromMillis(e, n) {
|
|
2096
|
-
return
|
|
2096
|
+
return k.fromObject({ milliseconds: e }, n);
|
|
2097
2097
|
}
|
|
2098
2098
|
/**
|
|
2099
2099
|
* Create a Duration from a JavaScript object with keys like 'years' and 'hours'.
|
|
@@ -2117,12 +2117,12 @@ class w {
|
|
|
2117
2117
|
*/
|
|
2118
2118
|
static fromObject(e, n = {}) {
|
|
2119
2119
|
if (e == null || typeof e != "object")
|
|
2120
|
-
throw new
|
|
2120
|
+
throw new M(
|
|
2121
2121
|
`Duration.fromObject: argument expected to be an object, got ${e === null ? "null" : typeof e}`
|
|
2122
2122
|
);
|
|
2123
|
-
return new
|
|
2124
|
-
values:
|
|
2125
|
-
loc:
|
|
2123
|
+
return new k({
|
|
2124
|
+
values: _e(e, k.normalizeUnit),
|
|
2125
|
+
loc: E.fromObject(n),
|
|
2126
2126
|
conversionAccuracy: n.conversionAccuracy,
|
|
2127
2127
|
matrix: n.matrix
|
|
2128
2128
|
});
|
|
@@ -2139,12 +2139,12 @@ class w {
|
|
|
2139
2139
|
*/
|
|
2140
2140
|
static fromDurationLike(e) {
|
|
2141
2141
|
if (P(e))
|
|
2142
|
-
return
|
|
2143
|
-
if (
|
|
2142
|
+
return k.fromMillis(e);
|
|
2143
|
+
if (k.isDuration(e))
|
|
2144
2144
|
return e;
|
|
2145
2145
|
if (typeof e == "object")
|
|
2146
|
-
return
|
|
2147
|
-
throw new
|
|
2146
|
+
return k.fromObject(e);
|
|
2147
|
+
throw new M(
|
|
2148
2148
|
`Unknown duration argument ${e} of type ${typeof e}`
|
|
2149
2149
|
);
|
|
2150
2150
|
}
|
|
@@ -2163,8 +2163,8 @@ class w {
|
|
|
2163
2163
|
* @return {Duration}
|
|
2164
2164
|
*/
|
|
2165
2165
|
static fromISO(e, n) {
|
|
2166
|
-
const [s] =
|
|
2167
|
-
return s ?
|
|
2166
|
+
const [s] = Mr(e);
|
|
2167
|
+
return s ? k.fromObject(s, n) : k.invalid("unparsable", `the input "${e}" can't be parsed as ISO 8601`);
|
|
2168
2168
|
}
|
|
2169
2169
|
/**
|
|
2170
2170
|
* Create a Duration from an ISO 8601 time string.
|
|
@@ -2183,8 +2183,8 @@ class w {
|
|
|
2183
2183
|
* @return {Duration}
|
|
2184
2184
|
*/
|
|
2185
2185
|
static fromISOTime(e, n) {
|
|
2186
|
-
const [s] =
|
|
2187
|
-
return s ?
|
|
2186
|
+
const [s] = Cr(e);
|
|
2187
|
+
return s ? k.fromObject(s, n) : k.invalid("unparsable", `the input "${e}" can't be parsed as ISO 8601`);
|
|
2188
2188
|
}
|
|
2189
2189
|
/**
|
|
2190
2190
|
* Create an invalid Duration.
|
|
@@ -2194,11 +2194,11 @@ class w {
|
|
|
2194
2194
|
*/
|
|
2195
2195
|
static invalid(e, n = null) {
|
|
2196
2196
|
if (!e)
|
|
2197
|
-
throw new
|
|
2197
|
+
throw new M("need to specify a reason the Duration is invalid");
|
|
2198
2198
|
const s = e instanceof Z ? e : new Z(e, n);
|
|
2199
|
-
if (
|
|
2200
|
-
throw new
|
|
2201
|
-
return new
|
|
2199
|
+
if (D.throwOnInvalid)
|
|
2200
|
+
throw new cs(s);
|
|
2201
|
+
return new k({ invalid: s });
|
|
2202
2202
|
}
|
|
2203
2203
|
/**
|
|
2204
2204
|
* @private
|
|
@@ -2224,7 +2224,7 @@ class w {
|
|
|
2224
2224
|
millisecond: "milliseconds",
|
|
2225
2225
|
milliseconds: "milliseconds"
|
|
2226
2226
|
}[e && e.toLowerCase()];
|
|
2227
|
-
if (!n) throw new
|
|
2227
|
+
if (!n) throw new Qt(e);
|
|
2228
2228
|
return n;
|
|
2229
2229
|
}
|
|
2230
2230
|
/**
|
|
@@ -2281,7 +2281,7 @@ class w {
|
|
|
2281
2281
|
...n,
|
|
2282
2282
|
floor: n.round !== !1 && n.floor !== !1
|
|
2283
2283
|
};
|
|
2284
|
-
return this.isValid ?
|
|
2284
|
+
return this.isValid ? x.create(this.loc, s).formatDurationFromString(this, e) : $t;
|
|
2285
2285
|
}
|
|
2286
2286
|
/**
|
|
2287
2287
|
* Returns a string representation of a Duration with all units included.
|
|
@@ -2300,10 +2300,10 @@ class w {
|
|
|
2300
2300
|
* ```
|
|
2301
2301
|
*/
|
|
2302
2302
|
toHuman(e = {}) {
|
|
2303
|
-
if (!this.isValid) return
|
|
2303
|
+
if (!this.isValid) return $t;
|
|
2304
2304
|
const n = e.showZeros !== !1, s = B.map((r) => {
|
|
2305
2305
|
const i = this.values[r];
|
|
2306
|
-
return
|
|
2306
|
+
return y(i) || i === 0 && !n ? null : this.loc.numberFormatter({ style: "unit", unitDisplay: "long", ...e, unit: r.slice(0, -1) }).format(i);
|
|
2307
2307
|
}).filter((r) => r);
|
|
2308
2308
|
return this.loc.listFormatter({ type: "conjunction", style: e.listStyle || "narrow", ...e }).format(s);
|
|
2309
2309
|
}
|
|
@@ -2328,7 +2328,7 @@ class w {
|
|
|
2328
2328
|
toISO() {
|
|
2329
2329
|
if (!this.isValid) return null;
|
|
2330
2330
|
let e = "P";
|
|
2331
|
-
return this.years !== 0 && (e += this.years + "Y"), (this.months !== 0 || this.quarters !== 0) && (e += this.months + this.quarters * 3 + "M"), this.weeks !== 0 && (e += this.weeks + "W"), this.days !== 0 && (e += this.days + "D"), (this.hours !== 0 || this.minutes !== 0 || this.seconds !== 0 || this.milliseconds !== 0) && (e += "T"), this.hours !== 0 && (e += this.hours + "H"), this.minutes !== 0 && (e += this.minutes + "M"), (this.seconds !== 0 || this.milliseconds !== 0) && (e +=
|
|
2331
|
+
return this.years !== 0 && (e += this.years + "Y"), (this.months !== 0 || this.quarters !== 0) && (e += this.months + this.quarters * 3 + "M"), this.weeks !== 0 && (e += this.weeks + "W"), this.days !== 0 && (e += this.days + "D"), (this.hours !== 0 || this.minutes !== 0 || this.seconds !== 0 || this.milliseconds !== 0) && (e += "T"), this.hours !== 0 && (e += this.hours + "H"), this.minutes !== 0 && (e += this.minutes + "M"), (this.seconds !== 0 || this.milliseconds !== 0) && (e += yt(this.seconds + this.milliseconds / 1e3, 3) + "S"), e === "P" && (e += "T0S"), e;
|
|
2332
2332
|
}
|
|
2333
2333
|
/**
|
|
2334
2334
|
* Returns an ISO 8601-compliant string representation of this Duration, formatted as a time of day.
|
|
@@ -2356,7 +2356,7 @@ class w {
|
|
|
2356
2356
|
format: "extended",
|
|
2357
2357
|
...e,
|
|
2358
2358
|
includeOffset: !1
|
|
2359
|
-
},
|
|
2359
|
+
}, g.fromMillis(n, { zone: "UTC" }).toISOTime(e));
|
|
2360
2360
|
}
|
|
2361
2361
|
/**
|
|
2362
2362
|
* Returns an ISO 8601 representation of this Duration appropriate for use in JSON.
|
|
@@ -2384,7 +2384,7 @@ class w {
|
|
|
2384
2384
|
* @return {number}
|
|
2385
2385
|
*/
|
|
2386
2386
|
toMillis() {
|
|
2387
|
-
return this.isValid ?
|
|
2387
|
+
return this.isValid ? Hn(this.matrix, this.values) : NaN;
|
|
2388
2388
|
}
|
|
2389
2389
|
/**
|
|
2390
2390
|
* Returns an milliseconds value of this Duration. Alias of {@link toMillis}
|
|
@@ -2400,10 +2400,10 @@ class w {
|
|
|
2400
2400
|
*/
|
|
2401
2401
|
plus(e) {
|
|
2402
2402
|
if (!this.isValid) return this;
|
|
2403
|
-
const n =
|
|
2403
|
+
const n = k.fromDurationLike(e), s = {};
|
|
2404
2404
|
for (const r of B)
|
|
2405
2405
|
(ie(n.values, r) || ie(this.values, r)) && (s[r] = n.get(r) + this.get(r));
|
|
2406
|
-
return
|
|
2406
|
+
return U(this, { values: s }, !0);
|
|
2407
2407
|
}
|
|
2408
2408
|
/**
|
|
2409
2409
|
* Make this Duration shorter by the specified amount. Return a newly-constructed Duration.
|
|
@@ -2412,7 +2412,7 @@ class w {
|
|
|
2412
2412
|
*/
|
|
2413
2413
|
minus(e) {
|
|
2414
2414
|
if (!this.isValid) return this;
|
|
2415
|
-
const n =
|
|
2415
|
+
const n = k.fromDurationLike(e);
|
|
2416
2416
|
return this.plus(n.negate());
|
|
2417
2417
|
}
|
|
2418
2418
|
/**
|
|
@@ -2426,8 +2426,8 @@ class w {
|
|
|
2426
2426
|
if (!this.isValid) return this;
|
|
2427
2427
|
const n = {};
|
|
2428
2428
|
for (const s of Object.keys(this.values))
|
|
2429
|
-
n[s] =
|
|
2430
|
-
return
|
|
2429
|
+
n[s] = xn(e(this.values[s], s));
|
|
2430
|
+
return U(this, { values: n }, !0);
|
|
2431
2431
|
}
|
|
2432
2432
|
/**
|
|
2433
2433
|
* Get the value of unit.
|
|
@@ -2438,7 +2438,7 @@ class w {
|
|
|
2438
2438
|
* @return {number}
|
|
2439
2439
|
*/
|
|
2440
2440
|
get(e) {
|
|
2441
|
-
return this[
|
|
2441
|
+
return this[k.normalizeUnit(e)];
|
|
2442
2442
|
}
|
|
2443
2443
|
/**
|
|
2444
2444
|
* "Set" the values of specified units. Return a newly-constructed Duration.
|
|
@@ -2449,8 +2449,8 @@ class w {
|
|
|
2449
2449
|
*/
|
|
2450
2450
|
set(e) {
|
|
2451
2451
|
if (!this.isValid) return this;
|
|
2452
|
-
const n = { ...this.values, ...
|
|
2453
|
-
return
|
|
2452
|
+
const n = { ...this.values, ..._e(e, k.normalizeUnit) };
|
|
2453
|
+
return U(this, { values: n });
|
|
2454
2454
|
}
|
|
2455
2455
|
/**
|
|
2456
2456
|
* "Set" the locale and/or numberingSystem. Returns a newly-constructed Duration.
|
|
@@ -2459,7 +2459,7 @@ class w {
|
|
|
2459
2459
|
*/
|
|
2460
2460
|
reconfigure({ locale: e, numberingSystem: n, conversionAccuracy: s, matrix: r } = {}) {
|
|
2461
2461
|
const a = { loc: this.loc.clone({ locale: e, numberingSystem: n }), matrix: r, conversionAccuracy: s };
|
|
2462
|
-
return
|
|
2462
|
+
return U(this, a);
|
|
2463
2463
|
}
|
|
2464
2464
|
/**
|
|
2465
2465
|
* Return the length of the duration in the specified unit.
|
|
@@ -2490,7 +2490,7 @@ class w {
|
|
|
2490
2490
|
normalize() {
|
|
2491
2491
|
if (!this.isValid) return this;
|
|
2492
2492
|
const e = this.toObject();
|
|
2493
|
-
return
|
|
2493
|
+
return Zt(this.matrix, e), U(this, { values: e }, !0);
|
|
2494
2494
|
}
|
|
2495
2495
|
/**
|
|
2496
2496
|
* Rescale units to its largest representation
|
|
@@ -2499,8 +2499,8 @@ class w {
|
|
|
2499
2499
|
*/
|
|
2500
2500
|
rescale() {
|
|
2501
2501
|
if (!this.isValid) return this;
|
|
2502
|
-
const e =
|
|
2503
|
-
return
|
|
2502
|
+
const e = Rt(this.normalize().shiftToAll().toObject());
|
|
2503
|
+
return U(this, { values: e }, !0);
|
|
2504
2504
|
}
|
|
2505
2505
|
/**
|
|
2506
2506
|
* Convert this Duration into its representation in a different set of units.
|
|
@@ -2511,7 +2511,7 @@ class w {
|
|
|
2511
2511
|
if (!this.isValid) return this;
|
|
2512
2512
|
if (e.length === 0)
|
|
2513
2513
|
return this;
|
|
2514
|
-
e = e.map((a) =>
|
|
2514
|
+
e = e.map((a) => k.normalizeUnit(a));
|
|
2515
2515
|
const n = {}, s = {}, r = this.toObject();
|
|
2516
2516
|
let i;
|
|
2517
2517
|
for (const a of B)
|
|
@@ -2526,7 +2526,7 @@ class w {
|
|
|
2526
2526
|
} else P(r[a]) && (s[a] = r[a]);
|
|
2527
2527
|
for (const a in s)
|
|
2528
2528
|
s[a] !== 0 && (n[i] += a === i ? s[a] : s[a] / this.matrix[i][a]);
|
|
2529
|
-
return
|
|
2529
|
+
return Zt(this.matrix, n), U(this, { values: n }, !0);
|
|
2530
2530
|
}
|
|
2531
2531
|
/**
|
|
2532
2532
|
* Shift this Duration to all available units.
|
|
@@ -2555,7 +2555,7 @@ class w {
|
|
|
2555
2555
|
const e = {};
|
|
2556
2556
|
for (const n of Object.keys(this.values))
|
|
2557
2557
|
e[n] = this.values[n] === 0 ? 0 : -this.values[n];
|
|
2558
|
-
return
|
|
2558
|
+
return U(this, { values: e }, !0);
|
|
2559
2559
|
}
|
|
2560
2560
|
/**
|
|
2561
2561
|
* Removes all units with values equal to 0 from this Duration.
|
|
@@ -2564,8 +2564,8 @@ class w {
|
|
|
2564
2564
|
*/
|
|
2565
2565
|
removeZeros() {
|
|
2566
2566
|
if (!this.isValid) return this;
|
|
2567
|
-
const e =
|
|
2568
|
-
return
|
|
2567
|
+
const e = Rt(this.values);
|
|
2568
|
+
return U(this, { values: e }, !0);
|
|
2569
2569
|
}
|
|
2570
2570
|
/**
|
|
2571
2571
|
* Get the years.
|
|
@@ -2671,13 +2671,13 @@ class w {
|
|
|
2671
2671
|
}
|
|
2672
2672
|
}
|
|
2673
2673
|
const ee = "Invalid Interval";
|
|
2674
|
-
function
|
|
2675
|
-
return !t || !t.isValid ?
|
|
2674
|
+
function Zr(t, e) {
|
|
2675
|
+
return !t || !t.isValid ? b.invalid("missing or invalid start") : !e || !e.isValid ? b.invalid("missing or invalid end") : e < t ? b.invalid(
|
|
2676
2676
|
"end before start",
|
|
2677
2677
|
`The end of an interval must be after its start, but you had start=${t.toISO()} and end=${e.toISO()}`
|
|
2678
2678
|
) : null;
|
|
2679
2679
|
}
|
|
2680
|
-
class
|
|
2680
|
+
class b {
|
|
2681
2681
|
/**
|
|
2682
2682
|
* @private
|
|
2683
2683
|
*/
|
|
@@ -2692,11 +2692,11 @@ class p {
|
|
|
2692
2692
|
*/
|
|
2693
2693
|
static invalid(e, n = null) {
|
|
2694
2694
|
if (!e)
|
|
2695
|
-
throw new
|
|
2695
|
+
throw new M("need to specify a reason the Interval is invalid");
|
|
2696
2696
|
const s = e instanceof Z ? e : new Z(e, n);
|
|
2697
|
-
if (
|
|
2698
|
-
throw new
|
|
2699
|
-
return new
|
|
2697
|
+
if (D.throwOnInvalid)
|
|
2698
|
+
throw new us(s);
|
|
2699
|
+
return new b({ invalid: s });
|
|
2700
2700
|
}
|
|
2701
2701
|
/**
|
|
2702
2702
|
* Create an Interval from a start DateTime and an end DateTime. Inclusive of the start but not the end.
|
|
@@ -2705,8 +2705,8 @@ class p {
|
|
|
2705
2705
|
* @return {Interval}
|
|
2706
2706
|
*/
|
|
2707
2707
|
static fromDateTimes(e, n) {
|
|
2708
|
-
const s =
|
|
2709
|
-
return i ?? new
|
|
2708
|
+
const s = me(e), r = me(n), i = Zr(s, r);
|
|
2709
|
+
return i ?? new b({
|
|
2710
2710
|
start: s,
|
|
2711
2711
|
end: r
|
|
2712
2712
|
});
|
|
@@ -2718,8 +2718,8 @@ class p {
|
|
|
2718
2718
|
* @return {Interval}
|
|
2719
2719
|
*/
|
|
2720
2720
|
static after(e, n) {
|
|
2721
|
-
const s =
|
|
2722
|
-
return
|
|
2721
|
+
const s = k.fromDurationLike(n), r = me(e);
|
|
2722
|
+
return b.fromDateTimes(r, r.plus(s));
|
|
2723
2723
|
}
|
|
2724
2724
|
/**
|
|
2725
2725
|
* Create an Interval from an end DateTime and a Duration to extend backwards to.
|
|
@@ -2728,8 +2728,8 @@ class p {
|
|
|
2728
2728
|
* @return {Interval}
|
|
2729
2729
|
*/
|
|
2730
2730
|
static before(e, n) {
|
|
2731
|
-
const s =
|
|
2732
|
-
return
|
|
2731
|
+
const s = k.fromDurationLike(n), r = me(e);
|
|
2732
|
+
return b.fromDateTimes(r.minus(s), r);
|
|
2733
2733
|
}
|
|
2734
2734
|
/**
|
|
2735
2735
|
* Create an Interval from an ISO 8601 string.
|
|
@@ -2744,29 +2744,29 @@ class p {
|
|
|
2744
2744
|
if (s && r) {
|
|
2745
2745
|
let i, a;
|
|
2746
2746
|
try {
|
|
2747
|
-
i =
|
|
2747
|
+
i = g.fromISO(s, n), a = i.isValid;
|
|
2748
2748
|
} catch {
|
|
2749
2749
|
a = !1;
|
|
2750
2750
|
}
|
|
2751
2751
|
let o, l;
|
|
2752
2752
|
try {
|
|
2753
|
-
o =
|
|
2753
|
+
o = g.fromISO(r, n), l = o.isValid;
|
|
2754
2754
|
} catch {
|
|
2755
2755
|
l = !1;
|
|
2756
2756
|
}
|
|
2757
2757
|
if (a && l)
|
|
2758
|
-
return
|
|
2758
|
+
return b.fromDateTimes(i, o);
|
|
2759
2759
|
if (a) {
|
|
2760
|
-
const u =
|
|
2760
|
+
const u = k.fromISO(r, n);
|
|
2761
2761
|
if (u.isValid)
|
|
2762
|
-
return
|
|
2762
|
+
return b.after(i, u);
|
|
2763
2763
|
} else if (l) {
|
|
2764
|
-
const u =
|
|
2764
|
+
const u = k.fromISO(s, n);
|
|
2765
2765
|
if (u.isValid)
|
|
2766
|
-
return
|
|
2766
|
+
return b.before(o, u);
|
|
2767
2767
|
}
|
|
2768
2768
|
}
|
|
2769
|
-
return
|
|
2769
|
+
return b.invalid("unparsable", `the input "${e}" can't be parsed as ISO 8601`);
|
|
2770
2770
|
}
|
|
2771
2771
|
/**
|
|
2772
2772
|
* Check if an object is an Interval. Works across context boundaries
|
|
@@ -2889,7 +2889,7 @@ class p {
|
|
|
2889
2889
|
* @return {Interval}
|
|
2890
2890
|
*/
|
|
2891
2891
|
set({ start: e, end: n } = {}) {
|
|
2892
|
-
return this.isValid ?
|
|
2892
|
+
return this.isValid ? b.fromDateTimes(e || this.s, n || this.e) : this;
|
|
2893
2893
|
}
|
|
2894
2894
|
/**
|
|
2895
2895
|
* Split this Interval at each of the specified DateTimes
|
|
@@ -2898,11 +2898,11 @@ class p {
|
|
|
2898
2898
|
*/
|
|
2899
2899
|
splitAt(...e) {
|
|
2900
2900
|
if (!this.isValid) return [];
|
|
2901
|
-
const n = e.map(
|
|
2901
|
+
const n = e.map(me).filter((a) => this.contains(a)).sort((a, o) => a.toMillis() - o.toMillis()), s = [];
|
|
2902
2902
|
let { s: r } = this, i = 0;
|
|
2903
2903
|
for (; r < this.e; ) {
|
|
2904
2904
|
const a = n[i] || this.e, o = +a > +this.e ? this.e : a;
|
|
2905
|
-
s.push(
|
|
2905
|
+
s.push(b.fromDateTimes(r, o)), r = o, i += 1;
|
|
2906
2906
|
}
|
|
2907
2907
|
return s;
|
|
2908
2908
|
}
|
|
@@ -2913,14 +2913,14 @@ class p {
|
|
|
2913
2913
|
* @return {Array}
|
|
2914
2914
|
*/
|
|
2915
2915
|
splitBy(e) {
|
|
2916
|
-
const n =
|
|
2916
|
+
const n = k.fromDurationLike(e);
|
|
2917
2917
|
if (!this.isValid || !n.isValid || n.as("milliseconds") === 0)
|
|
2918
2918
|
return [];
|
|
2919
2919
|
let { s } = this, r = 1, i;
|
|
2920
2920
|
const a = [];
|
|
2921
2921
|
for (; s < this.e; ) {
|
|
2922
2922
|
const o = this.start.plus(n.mapUnits((l) => l * r));
|
|
2923
|
-
i = +o > +this.e ? this.e : o, a.push(
|
|
2923
|
+
i = +o > +this.e ? this.e : o, a.push(b.fromDateTimes(s, i)), s = i, r += 1;
|
|
2924
2924
|
}
|
|
2925
2925
|
return a;
|
|
2926
2926
|
}
|
|
@@ -2982,7 +2982,7 @@ class p {
|
|
|
2982
2982
|
intersection(e) {
|
|
2983
2983
|
if (!this.isValid) return this;
|
|
2984
2984
|
const n = this.s > e.s ? this.s : e.s, s = this.e < e.e ? this.e : e.e;
|
|
2985
|
-
return n >= s ? null :
|
|
2985
|
+
return n >= s ? null : b.fromDateTimes(n, s);
|
|
2986
2986
|
}
|
|
2987
2987
|
/**
|
|
2988
2988
|
* Return an Interval representing the union of this Interval and the specified Interval.
|
|
@@ -2993,7 +2993,7 @@ class p {
|
|
|
2993
2993
|
union(e) {
|
|
2994
2994
|
if (!this.isValid) return this;
|
|
2995
2995
|
const n = this.s < e.s ? this.s : e.s, s = this.e > e.e ? this.e : e.e;
|
|
2996
|
-
return
|
|
2996
|
+
return b.fromDateTimes(n, s);
|
|
2997
2997
|
}
|
|
2998
2998
|
/**
|
|
2999
2999
|
* Merge an array of Intervals into an equivalent minimal set of Intervals.
|
|
@@ -3023,8 +3023,8 @@ class p {
|
|
|
3023
3023
|
{ time: l.e, type: "e" }
|
|
3024
3024
|
]), a = Array.prototype.concat(...i), o = a.sort((l, u) => l.time - u.time);
|
|
3025
3025
|
for (const l of o)
|
|
3026
|
-
s += l.type === "s" ? 1 : -1, s === 1 ? n = l.time : (n && +n != +l.time && r.push(
|
|
3027
|
-
return
|
|
3026
|
+
s += l.type === "s" ? 1 : -1, s === 1 ? n = l.time : (n && +n != +l.time && r.push(b.fromDateTimes(n, l.time)), n = null);
|
|
3027
|
+
return b.merge(r);
|
|
3028
3028
|
}
|
|
3029
3029
|
/**
|
|
3030
3030
|
* Return an Interval representing the span of time in this Interval that doesn't overlap with any of the specified Intervals.
|
|
@@ -3032,7 +3032,7 @@ class p {
|
|
|
3032
3032
|
* @return {Array}
|
|
3033
3033
|
*/
|
|
3034
3034
|
difference(...e) {
|
|
3035
|
-
return
|
|
3035
|
+
return b.xor([this].concat(e)).map((n) => this.intersection(n)).filter((n) => n && !n.isEmpty());
|
|
3036
3036
|
}
|
|
3037
3037
|
/**
|
|
3038
3038
|
* Returns a string representation of this Interval appropriate for debugging.
|
|
@@ -3066,8 +3066,8 @@ class p {
|
|
|
3066
3066
|
* @example Interval.fromISO('2022-11-07T17:00Z/2022-11-07T19:00Z').toLocaleString({ weekday: 'short', month: 'short', day: '2-digit', hour: '2-digit', minute: '2-digit' }); //=> Mon, Nov 07, 6:00 – 8:00 p
|
|
3067
3067
|
* @return {string}
|
|
3068
3068
|
*/
|
|
3069
|
-
toLocaleString(e =
|
|
3070
|
-
return this.isValid ?
|
|
3069
|
+
toLocaleString(e = Le, n = {}) {
|
|
3070
|
+
return this.isValid ? x.create(this.s.loc.clone(n), e).formatInterval(this) : ee;
|
|
3071
3071
|
}
|
|
3072
3072
|
/**
|
|
3073
3073
|
* Returns an ISO 8601-compliant string representation of this Interval.
|
|
@@ -3124,7 +3124,7 @@ class p {
|
|
|
3124
3124
|
* @return {Duration}
|
|
3125
3125
|
*/
|
|
3126
3126
|
toDuration(e, n) {
|
|
3127
|
-
return this.isValid ? this.e.diff(this.s, e, n) :
|
|
3127
|
+
return this.isValid ? this.e.diff(this.s, e, n) : k.invalid(this.invalidReason);
|
|
3128
3128
|
}
|
|
3129
3129
|
/**
|
|
3130
3130
|
* Run mapFn on the interval start and end, returning a new Interval from the resulting DateTimes
|
|
@@ -3134,17 +3134,17 @@ class p {
|
|
|
3134
3134
|
* @example Interval.fromDateTimes(dt1, dt2).mapEndpoints(endpoint => endpoint.plus({ hours: 2 }))
|
|
3135
3135
|
*/
|
|
3136
3136
|
mapEndpoints(e) {
|
|
3137
|
-
return
|
|
3137
|
+
return b.fromDateTimes(e(this.s), e(this.e));
|
|
3138
3138
|
}
|
|
3139
3139
|
}
|
|
3140
|
-
class
|
|
3140
|
+
class be {
|
|
3141
3141
|
/**
|
|
3142
3142
|
* Return whether the specified zone contains a DST.
|
|
3143
3143
|
* @param {string|Zone} [zone='local'] - Zone to check. Defaults to the environment's local zone.
|
|
3144
3144
|
* @return {boolean}
|
|
3145
3145
|
*/
|
|
3146
|
-
static hasDST(e =
|
|
3147
|
-
const n =
|
|
3146
|
+
static hasDST(e = D.defaultZone) {
|
|
3147
|
+
const n = g.now().setZone(e).set({ month: 12 });
|
|
3148
3148
|
return !e.isUniversal && n.offset !== n.set({ month: 6 }).offset;
|
|
3149
3149
|
}
|
|
3150
3150
|
/**
|
|
@@ -3170,7 +3170,7 @@ class De {
|
|
|
3170
3170
|
* @return {Zone}
|
|
3171
3171
|
*/
|
|
3172
3172
|
static normalizeZone(e) {
|
|
3173
|
-
return H(e,
|
|
3173
|
+
return H(e, D.defaultZone);
|
|
3174
3174
|
}
|
|
3175
3175
|
/**
|
|
3176
3176
|
* Get the weekday on which the week starts according to the given locale.
|
|
@@ -3180,7 +3180,7 @@ class De {
|
|
|
3180
3180
|
* @returns {number} the start of the week, 1 for Monday through 7 for Sunday
|
|
3181
3181
|
*/
|
|
3182
3182
|
static getStartOfWeek({ locale: e = null, locObj: n = null } = {}) {
|
|
3183
|
-
return (n ||
|
|
3183
|
+
return (n || E.create(e)).getStartOfWeek();
|
|
3184
3184
|
}
|
|
3185
3185
|
/**
|
|
3186
3186
|
* Get the minimum number of days necessary in a week before it is considered part of the next year according
|
|
@@ -3191,7 +3191,7 @@ class De {
|
|
|
3191
3191
|
* @returns {number}
|
|
3192
3192
|
*/
|
|
3193
3193
|
static getMinimumDaysInFirstWeek({ locale: e = null, locObj: n = null } = {}) {
|
|
3194
|
-
return (n ||
|
|
3194
|
+
return (n || E.create(e)).getMinDaysInFirstWeek();
|
|
3195
3195
|
}
|
|
3196
3196
|
/**
|
|
3197
3197
|
* Get the weekdays, which are considered the weekend according to the given locale
|
|
@@ -3201,7 +3201,7 @@ class De {
|
|
|
3201
3201
|
* @returns {number[]} an array of weekdays, 1 for Monday through 7 for Sunday
|
|
3202
3202
|
*/
|
|
3203
3203
|
static getWeekendWeekdays({ locale: e = null, locObj: n = null } = {}) {
|
|
3204
|
-
return (n ||
|
|
3204
|
+
return (n || E.create(e)).getWeekendDays().slice();
|
|
3205
3205
|
}
|
|
3206
3206
|
/**
|
|
3207
3207
|
* Return an array of standalone month names.
|
|
@@ -3221,7 +3221,7 @@ class De {
|
|
|
3221
3221
|
* @return {Array}
|
|
3222
3222
|
*/
|
|
3223
3223
|
static months(e = "long", { locale: n = null, numberingSystem: s = null, locObj: r = null, outputCalendar: i = "gregory" } = {}) {
|
|
3224
|
-
return (r ||
|
|
3224
|
+
return (r || E.create(n, s, i)).months(e);
|
|
3225
3225
|
}
|
|
3226
3226
|
/**
|
|
3227
3227
|
* Return an array of format month names.
|
|
@@ -3237,7 +3237,7 @@ class De {
|
|
|
3237
3237
|
* @return {Array}
|
|
3238
3238
|
*/
|
|
3239
3239
|
static monthsFormat(e = "long", { locale: n = null, numberingSystem: s = null, locObj: r = null, outputCalendar: i = "gregory" } = {}) {
|
|
3240
|
-
return (r ||
|
|
3240
|
+
return (r || E.create(n, s, i)).months(e, !0);
|
|
3241
3241
|
}
|
|
3242
3242
|
/**
|
|
3243
3243
|
* Return an array of standalone week names.
|
|
@@ -3254,7 +3254,7 @@ class De {
|
|
|
3254
3254
|
* @return {Array}
|
|
3255
3255
|
*/
|
|
3256
3256
|
static weekdays(e = "long", { locale: n = null, numberingSystem: s = null, locObj: r = null } = {}) {
|
|
3257
|
-
return (r ||
|
|
3257
|
+
return (r || E.create(n, s, null)).weekdays(e);
|
|
3258
3258
|
}
|
|
3259
3259
|
/**
|
|
3260
3260
|
* Return an array of format week names.
|
|
@@ -3269,7 +3269,7 @@ class De {
|
|
|
3269
3269
|
* @return {Array}
|
|
3270
3270
|
*/
|
|
3271
3271
|
static weekdaysFormat(e = "long", { locale: n = null, numberingSystem: s = null, locObj: r = null } = {}) {
|
|
3272
|
-
return (r ||
|
|
3272
|
+
return (r || E.create(n, s, null)).weekdays(e, !0);
|
|
3273
3273
|
}
|
|
3274
3274
|
/**
|
|
3275
3275
|
* Return an array of meridiems.
|
|
@@ -3280,7 +3280,7 @@ class De {
|
|
|
3280
3280
|
* @return {Array}
|
|
3281
3281
|
*/
|
|
3282
3282
|
static meridiems({ locale: e = null } = {}) {
|
|
3283
|
-
return
|
|
3283
|
+
return E.create(e).meridiems();
|
|
3284
3284
|
}
|
|
3285
3285
|
/**
|
|
3286
3286
|
* Return an array of eras, such as ['BC', 'AD']. The locale can be specified, but the calendar system is always Gregorian.
|
|
@@ -3293,7 +3293,7 @@ class De {
|
|
|
3293
3293
|
* @return {Array}
|
|
3294
3294
|
*/
|
|
3295
3295
|
static eras(e = "short", { locale: n = null } = {}) {
|
|
3296
|
-
return
|
|
3296
|
+
return E.create(n, null, "gregory").eras(e);
|
|
3297
3297
|
}
|
|
3298
3298
|
/**
|
|
3299
3299
|
* Return the set of available features in this environment.
|
|
@@ -3305,14 +3305,14 @@ class De {
|
|
|
3305
3305
|
* @return {Object}
|
|
3306
3306
|
*/
|
|
3307
3307
|
static features() {
|
|
3308
|
-
return { relative:
|
|
3308
|
+
return { relative: Nn(), localeWeek: In() };
|
|
3309
3309
|
}
|
|
3310
3310
|
}
|
|
3311
|
-
function
|
|
3311
|
+
function Ut(t, e) {
|
|
3312
3312
|
const n = (r) => r.toUTC(0, { keepLocalTime: !0 }).startOf("day").valueOf(), s = n(e) - n(t);
|
|
3313
|
-
return Math.floor(
|
|
3313
|
+
return Math.floor(k.fromMillis(s).as("days"));
|
|
3314
3314
|
}
|
|
3315
|
-
function
|
|
3315
|
+
function Rr(t, e, n) {
|
|
3316
3316
|
const s = [
|
|
3317
3317
|
["years", (l, u) => u.year - l.year],
|
|
3318
3318
|
["quarters", (l, u) => u.quarter - l.quarter + (u.year - l.year) * 4],
|
|
@@ -3320,138 +3320,138 @@ function $r(t, e, n) {
|
|
|
3320
3320
|
[
|
|
3321
3321
|
"weeks",
|
|
3322
3322
|
(l, u) => {
|
|
3323
|
-
const
|
|
3324
|
-
return (
|
|
3323
|
+
const f = Ut(l, u);
|
|
3324
|
+
return (f - f % 7) / 7;
|
|
3325
3325
|
}
|
|
3326
3326
|
],
|
|
3327
|
-
["days",
|
|
3327
|
+
["days", Ut]
|
|
3328
3328
|
], r = {}, i = t;
|
|
3329
3329
|
let a, o;
|
|
3330
3330
|
for (const [l, u] of s)
|
|
3331
3331
|
n.indexOf(l) >= 0 && (a = l, r[l] = u(t, e), o = i.plus(r), o > e ? (r[l]--, t = i.plus(r), t > e && (o = t, r[l]--, t = i.plus(r))) : t = o);
|
|
3332
3332
|
return [t, r, o, a];
|
|
3333
3333
|
}
|
|
3334
|
-
function
|
|
3335
|
-
let [r, i, a, o] =
|
|
3334
|
+
function Ur(t, e, n, s) {
|
|
3335
|
+
let [r, i, a, o] = Rr(t, e, n);
|
|
3336
3336
|
const l = e - r, u = n.filter(
|
|
3337
|
-
(
|
|
3337
|
+
(m) => ["hours", "minutes", "seconds", "milliseconds"].indexOf(m) >= 0
|
|
3338
3338
|
);
|
|
3339
3339
|
u.length === 0 && (a < e && (a = r.plus({ [o]: 1 })), a !== r && (i[o] = (i[o] || 0) + l / (a - r)));
|
|
3340
|
-
const
|
|
3341
|
-
return u.length > 0 ?
|
|
3340
|
+
const f = k.fromObject(i, s);
|
|
3341
|
+
return u.length > 0 ? k.fromMillis(l, s).shiftTo(...u).plus(f) : f;
|
|
3342
3342
|
}
|
|
3343
|
-
const
|
|
3344
|
-
function
|
|
3345
|
-
return { regex: t, deser: ([n]) => e(
|
|
3343
|
+
const zr = "missing Intl.DateTimeFormat.formatToParts support";
|
|
3344
|
+
function S(t, e = (n) => n) {
|
|
3345
|
+
return { regex: t, deser: ([n]) => e(Vs(n)) };
|
|
3346
3346
|
}
|
|
3347
|
-
const
|
|
3348
|
-
function
|
|
3349
|
-
return t.replace(/\./g, "\\.?").replace(
|
|
3347
|
+
const qr = " ", Pn = `[ ${qr}]`, Gn = new RegExp(Pn, "g");
|
|
3348
|
+
function Yr(t) {
|
|
3349
|
+
return t.replace(/\./g, "\\.?").replace(Gn, Pn);
|
|
3350
3350
|
}
|
|
3351
|
-
function
|
|
3352
|
-
return t.replace(/\./g, "").replace(
|
|
3351
|
+
function zt(t) {
|
|
3352
|
+
return t.replace(/\./g, "").replace(Gn, " ").toLowerCase();
|
|
3353
3353
|
}
|
|
3354
3354
|
function $(t, e) {
|
|
3355
3355
|
return t === null ? null : {
|
|
3356
|
-
regex: RegExp(t.map(
|
|
3357
|
-
deser: ([n]) => t.findIndex((s) =>
|
|
3356
|
+
regex: RegExp(t.map(Yr).join("|")),
|
|
3357
|
+
deser: ([n]) => t.findIndex((s) => zt(n) === zt(s)) + e
|
|
3358
3358
|
};
|
|
3359
3359
|
}
|
|
3360
|
-
function
|
|
3361
|
-
return { regex: t, deser: ([, n, s]) =>
|
|
3360
|
+
function qt(t, e) {
|
|
3361
|
+
return { regex: t, deser: ([, n, s]) => Ue(n, s), groups: e };
|
|
3362
3362
|
}
|
|
3363
|
-
function
|
|
3363
|
+
function De(t) {
|
|
3364
3364
|
return { regex: t, deser: ([e]) => e };
|
|
3365
3365
|
}
|
|
3366
|
-
function
|
|
3366
|
+
function Hr(t) {
|
|
3367
3367
|
return t.replace(/[\-\[\]{}()*+?.,\\\^$|#\s]/g, "\\$&");
|
|
3368
3368
|
}
|
|
3369
|
-
function
|
|
3370
|
-
const n =
|
|
3369
|
+
function Pr(t, e) {
|
|
3370
|
+
const n = _(e), s = _(e, "{2}"), r = _(e, "{3}"), i = _(e, "{4}"), a = _(e, "{6}"), o = _(e, "{1,2}"), l = _(e, "{1,3}"), u = _(e, "{1,6}"), f = _(e, "{1,9}"), m = _(e, "{2,4}"), T = _(e, "{4,6}"), h = (V) => ({ regex: RegExp(Hr(V.val)), deser: ([Q]) => Q, literal: !0 }), p = ((V) => {
|
|
3371
3371
|
if (t.literal)
|
|
3372
|
-
return h(
|
|
3373
|
-
switch (
|
|
3372
|
+
return h(V);
|
|
3373
|
+
switch (V.val) {
|
|
3374
3374
|
case "G":
|
|
3375
3375
|
return $(e.eras("short"), 0);
|
|
3376
3376
|
case "GG":
|
|
3377
3377
|
return $(e.eras("long"), 0);
|
|
3378
3378
|
case "y":
|
|
3379
|
-
return
|
|
3379
|
+
return S(u);
|
|
3380
3380
|
case "yy":
|
|
3381
|
-
return
|
|
3381
|
+
return S(m, ut);
|
|
3382
3382
|
case "yyyy":
|
|
3383
|
-
return
|
|
3383
|
+
return S(i);
|
|
3384
3384
|
case "yyyyy":
|
|
3385
|
-
return T
|
|
3385
|
+
return S(T);
|
|
3386
3386
|
case "yyyyyy":
|
|
3387
|
-
return
|
|
3387
|
+
return S(a);
|
|
3388
3388
|
case "M":
|
|
3389
|
-
return
|
|
3389
|
+
return S(o);
|
|
3390
3390
|
case "MM":
|
|
3391
|
-
return
|
|
3391
|
+
return S(s);
|
|
3392
3392
|
case "MMM":
|
|
3393
3393
|
return $(e.months("short", !0), 1);
|
|
3394
3394
|
case "MMMM":
|
|
3395
3395
|
return $(e.months("long", !0), 1);
|
|
3396
3396
|
case "L":
|
|
3397
|
-
return
|
|
3397
|
+
return S(o);
|
|
3398
3398
|
case "LL":
|
|
3399
|
-
return
|
|
3399
|
+
return S(s);
|
|
3400
3400
|
case "LLL":
|
|
3401
3401
|
return $(e.months("short", !1), 1);
|
|
3402
3402
|
case "LLLL":
|
|
3403
3403
|
return $(e.months("long", !1), 1);
|
|
3404
3404
|
case "d":
|
|
3405
|
-
return
|
|
3405
|
+
return S(o);
|
|
3406
3406
|
case "dd":
|
|
3407
|
-
return
|
|
3407
|
+
return S(s);
|
|
3408
3408
|
case "o":
|
|
3409
|
-
return
|
|
3409
|
+
return S(l);
|
|
3410
3410
|
case "ooo":
|
|
3411
|
-
return
|
|
3411
|
+
return S(r);
|
|
3412
3412
|
case "HH":
|
|
3413
|
-
return
|
|
3413
|
+
return S(s);
|
|
3414
3414
|
case "H":
|
|
3415
|
-
return
|
|
3415
|
+
return S(o);
|
|
3416
3416
|
case "hh":
|
|
3417
|
-
return
|
|
3417
|
+
return S(s);
|
|
3418
3418
|
case "h":
|
|
3419
|
-
return
|
|
3419
|
+
return S(o);
|
|
3420
3420
|
case "mm":
|
|
3421
|
-
return
|
|
3421
|
+
return S(s);
|
|
3422
3422
|
case "m":
|
|
3423
|
-
return
|
|
3423
|
+
return S(o);
|
|
3424
3424
|
case "q":
|
|
3425
|
-
return
|
|
3425
|
+
return S(o);
|
|
3426
3426
|
case "qq":
|
|
3427
|
-
return
|
|
3427
|
+
return S(s);
|
|
3428
3428
|
case "s":
|
|
3429
|
-
return
|
|
3429
|
+
return S(o);
|
|
3430
3430
|
case "ss":
|
|
3431
|
-
return
|
|
3431
|
+
return S(s);
|
|
3432
3432
|
case "S":
|
|
3433
|
-
return
|
|
3433
|
+
return S(l);
|
|
3434
3434
|
case "SSS":
|
|
3435
|
-
return
|
|
3435
|
+
return S(r);
|
|
3436
3436
|
case "u":
|
|
3437
|
-
return
|
|
3437
|
+
return De(f);
|
|
3438
3438
|
case "uu":
|
|
3439
|
-
return
|
|
3439
|
+
return De(o);
|
|
3440
3440
|
case "uuu":
|
|
3441
|
-
return
|
|
3441
|
+
return S(n);
|
|
3442
3442
|
case "a":
|
|
3443
3443
|
return $(e.meridiems(), 0);
|
|
3444
3444
|
case "kkkk":
|
|
3445
|
-
return
|
|
3445
|
+
return S(i);
|
|
3446
3446
|
case "kk":
|
|
3447
|
-
return
|
|
3447
|
+
return S(m, ut);
|
|
3448
3448
|
case "W":
|
|
3449
|
-
return
|
|
3449
|
+
return S(o);
|
|
3450
3450
|
case "WW":
|
|
3451
|
-
return
|
|
3451
|
+
return S(s);
|
|
3452
3452
|
case "E":
|
|
3453
3453
|
case "c":
|
|
3454
|
-
return
|
|
3454
|
+
return S(n);
|
|
3455
3455
|
case "EEE":
|
|
3456
3456
|
return $(e.weekdays("short", !1), 1);
|
|
3457
3457
|
case "EEEE":
|
|
@@ -3462,22 +3462,22 @@ function qr(t, e) {
|
|
|
3462
3462
|
return $(e.weekdays("long", !0), 1);
|
|
3463
3463
|
case "Z":
|
|
3464
3464
|
case "ZZ":
|
|
3465
|
-
return
|
|
3465
|
+
return qt(new RegExp(`([+-]${o.source})(?::(${s.source}))?`), 2);
|
|
3466
3466
|
case "ZZZ":
|
|
3467
|
-
return
|
|
3467
|
+
return qt(new RegExp(`([+-]${o.source})(${s.source})?`), 2);
|
|
3468
3468
|
case "z":
|
|
3469
|
-
return
|
|
3469
|
+
return De(/[a-z_+-/]{1,256}?/i);
|
|
3470
3470
|
case " ":
|
|
3471
|
-
return
|
|
3471
|
+
return De(/[^\S\n\r]/);
|
|
3472
3472
|
default:
|
|
3473
|
-
return h(
|
|
3473
|
+
return h(V);
|
|
3474
3474
|
}
|
|
3475
3475
|
})(t) || {
|
|
3476
|
-
invalidReason:
|
|
3476
|
+
invalidReason: zr
|
|
3477
3477
|
};
|
|
3478
|
-
return
|
|
3478
|
+
return p.token = t, p;
|
|
3479
3479
|
}
|
|
3480
|
-
const
|
|
3480
|
+
const Gr = {
|
|
3481
3481
|
year: {
|
|
3482
3482
|
"2-digit": "yy",
|
|
3483
3483
|
numeric: "yyyyy"
|
|
@@ -3519,7 +3519,7 @@ const Yr = {
|
|
|
3519
3519
|
short: "ZZZ"
|
|
3520
3520
|
}
|
|
3521
3521
|
};
|
|
3522
|
-
function
|
|
3522
|
+
function Jr(t, e, n) {
|
|
3523
3523
|
const { type: s, value: r } = t;
|
|
3524
3524
|
if (s === "literal") {
|
|
3525
3525
|
const l = /^\s+$/.test(r);
|
|
@@ -3531,17 +3531,17 @@ function Hr(t, e, n) {
|
|
|
3531
3531
|
const i = e[s];
|
|
3532
3532
|
let a = s;
|
|
3533
3533
|
s === "hour" && (e.hour12 != null ? a = e.hour12 ? "hour12" : "hour24" : e.hourCycle != null ? e.hourCycle === "h11" || e.hourCycle === "h12" ? a = "hour12" : a = "hour24" : a = n.hour12 ? "hour12" : "hour24");
|
|
3534
|
-
let o =
|
|
3534
|
+
let o = Gr[a];
|
|
3535
3535
|
if (typeof o == "object" && (o = o[i]), o)
|
|
3536
3536
|
return {
|
|
3537
3537
|
literal: !1,
|
|
3538
3538
|
val: o
|
|
3539
3539
|
};
|
|
3540
3540
|
}
|
|
3541
|
-
function
|
|
3541
|
+
function jr(t) {
|
|
3542
3542
|
return [`^${t.map((n) => n.regex).reduce((n, s) => `${n}(${s.source})`, "")}$`, t];
|
|
3543
3543
|
}
|
|
3544
|
-
function
|
|
3544
|
+
function Br(t, e, n) {
|
|
3545
3545
|
const s = t.match(e);
|
|
3546
3546
|
if (s) {
|
|
3547
3547
|
const r = {};
|
|
@@ -3555,7 +3555,7 @@ function Gr(t, e, n) {
|
|
|
3555
3555
|
} else
|
|
3556
3556
|
return [s, {}];
|
|
3557
3557
|
}
|
|
3558
|
-
function
|
|
3558
|
+
function Kr(t) {
|
|
3559
3559
|
const e = (i) => {
|
|
3560
3560
|
switch (i) {
|
|
3561
3561
|
case "S":
|
|
@@ -3590,34 +3590,34 @@ function Jr(t) {
|
|
|
3590
3590
|
}
|
|
3591
3591
|
};
|
|
3592
3592
|
let n = null, s;
|
|
3593
|
-
return
|
|
3593
|
+
return y(t.z) || (n = z.create(t.z)), y(t.Z) || (n || (n = new C(t.Z)), s = t.Z), y(t.q) || (t.M = (t.q - 1) * 3 + 1), y(t.h) || (t.h < 12 && t.a === 1 ? t.h += 12 : t.h === 12 && t.a === 0 && (t.h = 0)), t.G === 0 && t.y && (t.y = -t.y), y(t.u) || (t.S = mt(t.u)), [Object.keys(t).reduce((i, a) => {
|
|
3594
3594
|
const o = e(a);
|
|
3595
3595
|
return o && (i[o] = t[a]), i;
|
|
3596
3596
|
}, {}), n, s];
|
|
3597
3597
|
}
|
|
3598
|
-
let
|
|
3599
|
-
function
|
|
3600
|
-
return
|
|
3598
|
+
let Ge = null;
|
|
3599
|
+
function Qr() {
|
|
3600
|
+
return Ge || (Ge = g.fromMillis(1555555555555)), Ge;
|
|
3601
3601
|
}
|
|
3602
|
-
function
|
|
3602
|
+
function Xr(t, e) {
|
|
3603
3603
|
if (t.literal)
|
|
3604
3604
|
return t;
|
|
3605
|
-
const n =
|
|
3605
|
+
const n = x.macroTokenToFormatOpts(t.val), s = Kn(n, e);
|
|
3606
3606
|
return s == null || s.includes(void 0) ? t : s;
|
|
3607
3607
|
}
|
|
3608
|
-
function
|
|
3609
|
-
return Array.prototype.concat(...t.map((n) =>
|
|
3608
|
+
function Jn(t, e) {
|
|
3609
|
+
return Array.prototype.concat(...t.map((n) => Xr(n, e)));
|
|
3610
3610
|
}
|
|
3611
|
-
class
|
|
3611
|
+
class jn {
|
|
3612
3612
|
constructor(e, n) {
|
|
3613
|
-
if (this.locale = e, this.format = n, this.tokens =
|
|
3614
|
-
const [s, r] =
|
|
3613
|
+
if (this.locale = e, this.format = n, this.tokens = Jn(x.parseFormat(n), e), this.units = this.tokens.map((s) => Pr(s, e)), this.disqualifyingUnit = this.units.find((s) => s.invalidReason), !this.disqualifyingUnit) {
|
|
3614
|
+
const [s, r] = jr(this.units);
|
|
3615
3615
|
this.regex = RegExp(s, "i"), this.handlers = r;
|
|
3616
3616
|
}
|
|
3617
3617
|
}
|
|
3618
3618
|
explainFromTokens(e) {
|
|
3619
3619
|
if (this.isValid) {
|
|
3620
|
-
const [n, s] =
|
|
3620
|
+
const [n, s] = Br(e, this.regex, this.handlers), [r, i, a] = s ? Kr(s) : [null, null, void 0];
|
|
3621
3621
|
if (ie(s, "a") && ie(s, "H"))
|
|
3622
3622
|
throw new ne(
|
|
3623
3623
|
"Can't include meridiem when specifying 24-hour format"
|
|
@@ -3642,28 +3642,28 @@ class Hn {
|
|
|
3642
3642
|
return this.disqualifyingUnit ? this.disqualifyingUnit.invalidReason : null;
|
|
3643
3643
|
}
|
|
3644
3644
|
}
|
|
3645
|
-
function
|
|
3646
|
-
return new
|
|
3645
|
+
function Bn(t, e, n) {
|
|
3646
|
+
return new jn(t, n).explainFromTokens(e);
|
|
3647
3647
|
}
|
|
3648
|
-
function
|
|
3649
|
-
const { result: s, zone: r, specificOffset: i, invalidReason: a } =
|
|
3648
|
+
function ei(t, e, n) {
|
|
3649
|
+
const { result: s, zone: r, specificOffset: i, invalidReason: a } = Bn(t, e, n);
|
|
3650
3650
|
return [s, r, i, a];
|
|
3651
3651
|
}
|
|
3652
|
-
function
|
|
3652
|
+
function Kn(t, e) {
|
|
3653
3653
|
if (!t)
|
|
3654
3654
|
return null;
|
|
3655
|
-
const s =
|
|
3656
|
-
return r.map((a) =>
|
|
3655
|
+
const s = x.create(e, t).dtFormatter(Qr()), r = s.formatToParts(), i = s.resolvedOptions();
|
|
3656
|
+
return r.map((a) => Jr(a, t, i));
|
|
3657
3657
|
}
|
|
3658
|
-
const
|
|
3659
|
-
function
|
|
3658
|
+
const Je = "Invalid DateTime", Yt = 864e13;
|
|
3659
|
+
function ge(t) {
|
|
3660
3660
|
return new Z("unsupported zone", `the zone "${t.name}" is not supported`);
|
|
3661
3661
|
}
|
|
3662
|
-
function
|
|
3663
|
-
return t.weekData === null && (t.weekData =
|
|
3662
|
+
function je(t) {
|
|
3663
|
+
return t.weekData === null && (t.weekData = Ae(t.c)), t.weekData;
|
|
3664
3664
|
}
|
|
3665
3665
|
function Be(t) {
|
|
3666
|
-
return t.localWeekData === null && (t.localWeekData =
|
|
3666
|
+
return t.localWeekData === null && (t.localWeekData = Ae(
|
|
3667
3667
|
t.c,
|
|
3668
3668
|
t.loc.getMinDaysInFirstWeek(),
|
|
3669
3669
|
t.loc.getStartOfWeek()
|
|
@@ -3678,9 +3678,9 @@ function J(t, e) {
|
|
|
3678
3678
|
loc: t.loc,
|
|
3679
3679
|
invalid: t.invalid
|
|
3680
3680
|
};
|
|
3681
|
-
return new
|
|
3681
|
+
return new g({ ...n, ...e, old: n });
|
|
3682
3682
|
}
|
|
3683
|
-
function
|
|
3683
|
+
function Qn(t, e, n) {
|
|
3684
3684
|
let s = t - e * 60 * 1e3;
|
|
3685
3685
|
const r = n.offset(s);
|
|
3686
3686
|
if (e === r)
|
|
@@ -3689,7 +3689,7 @@ function Jn(t, e, n) {
|
|
|
3689
3689
|
const i = n.offset(s);
|
|
3690
3690
|
return r === i ? [s, r] : [t - Math.min(r, i) * 60 * 1e3, Math.max(r, i)];
|
|
3691
3691
|
}
|
|
3692
|
-
function
|
|
3692
|
+
function Ne(t, e) {
|
|
3693
3693
|
t += e * 60 * 1e3;
|
|
3694
3694
|
const n = new Date(t);
|
|
3695
3695
|
return {
|
|
@@ -3702,16 +3702,16 @@ function Ie(t, e) {
|
|
|
3702
3702
|
millisecond: n.getUTCMilliseconds()
|
|
3703
3703
|
};
|
|
3704
3704
|
}
|
|
3705
|
-
function
|
|
3706
|
-
return
|
|
3705
|
+
function Ce(t, e, n) {
|
|
3706
|
+
return Qn(Re(t), e, n);
|
|
3707
3707
|
}
|
|
3708
|
-
function
|
|
3708
|
+
function Ht(t, e) {
|
|
3709
3709
|
const n = t.o, s = t.c.year + Math.trunc(e.years), r = t.c.month + Math.trunc(e.months) + Math.trunc(e.quarters) * 3, i = {
|
|
3710
3710
|
...t.c,
|
|
3711
3711
|
year: s,
|
|
3712
3712
|
month: r,
|
|
3713
|
-
day: Math.min(t.c.day,
|
|
3714
|
-
}, a =
|
|
3713
|
+
day: Math.min(t.c.day, We(s, r)) + Math.trunc(e.days) + Math.trunc(e.weeks) * 7
|
|
3714
|
+
}, a = k.fromObject({
|
|
3715
3715
|
years: e.years - Math.trunc(e.years),
|
|
3716
3716
|
quarters: e.quarters - Math.trunc(e.quarters),
|
|
3717
3717
|
months: e.months - Math.trunc(e.months),
|
|
@@ -3721,41 +3721,41 @@ function zt(t, e) {
|
|
|
3721
3721
|
minutes: e.minutes,
|
|
3722
3722
|
seconds: e.seconds,
|
|
3723
3723
|
milliseconds: e.milliseconds
|
|
3724
|
-
}).as("milliseconds"), o =
|
|
3725
|
-
let [l, u] =
|
|
3724
|
+
}).as("milliseconds"), o = Re(i);
|
|
3725
|
+
let [l, u] = Qn(o, n, t.zone);
|
|
3726
3726
|
return a !== 0 && (l += a, u = t.zone.offset(l)), { ts: l, o: u };
|
|
3727
3727
|
}
|
|
3728
3728
|
function te(t, e, n, s, r, i) {
|
|
3729
3729
|
const { setZone: a, zone: o } = n;
|
|
3730
3730
|
if (t && Object.keys(t).length !== 0 || e) {
|
|
3731
|
-
const l = e || o, u =
|
|
3731
|
+
const l = e || o, u = g.fromObject(t, {
|
|
3732
3732
|
...n,
|
|
3733
3733
|
zone: l,
|
|
3734
3734
|
specificOffset: i
|
|
3735
3735
|
});
|
|
3736
3736
|
return a ? u : u.setZone(o);
|
|
3737
3737
|
} else
|
|
3738
|
-
return
|
|
3738
|
+
return g.invalid(
|
|
3739
3739
|
new Z("unparsable", `the input "${r}" can't be parsed as ${s}`)
|
|
3740
3740
|
);
|
|
3741
3741
|
}
|
|
3742
|
-
function
|
|
3743
|
-
return t.isValid ?
|
|
3742
|
+
function Ie(t, e, n = !0) {
|
|
3743
|
+
return t.isValid ? x.create(E.create("en-US"), {
|
|
3744
3744
|
allowZ: n,
|
|
3745
3745
|
forceSimple: !0
|
|
3746
3746
|
}).formatDateTimeFromString(t, e) : null;
|
|
3747
3747
|
}
|
|
3748
|
-
function
|
|
3748
|
+
function Ke(t, e, n) {
|
|
3749
3749
|
const s = t.c.year > 9999 || t.c.year < 0;
|
|
3750
3750
|
let r = "";
|
|
3751
|
-
if (s && t.c.year >= 0 && (r += "+"), r +=
|
|
3751
|
+
if (s && t.c.year >= 0 && (r += "+"), r += N(t.c.year, s ? 6 : 4), n === "year") return r;
|
|
3752
3752
|
if (e) {
|
|
3753
|
-
if (r += "-", r +=
|
|
3753
|
+
if (r += "-", r += N(t.c.month), n === "month") return r;
|
|
3754
3754
|
r += "-";
|
|
3755
|
-
} else if (r +=
|
|
3756
|
-
return r +=
|
|
3755
|
+
} else if (r += N(t.c.month), n === "month") return r;
|
|
3756
|
+
return r += N(t.c.day), r;
|
|
3757
3757
|
}
|
|
3758
|
-
function
|
|
3758
|
+
function Pt(t, e, n, s, r, i, a) {
|
|
3759
3759
|
let o = !n || t.c.millisecond !== 0 || t.c.second !== 0, l = "";
|
|
3760
3760
|
switch (a) {
|
|
3761
3761
|
case "day":
|
|
@@ -3763,40 +3763,40 @@ function qt(t, e, n, s, r, i, a) {
|
|
|
3763
3763
|
case "year":
|
|
3764
3764
|
break;
|
|
3765
3765
|
default:
|
|
3766
|
-
if (l +=
|
|
3766
|
+
if (l += N(t.c.hour), a === "hour") break;
|
|
3767
3767
|
if (e) {
|
|
3768
|
-
if (l += ":", l +=
|
|
3769
|
-
o && (l += ":", l +=
|
|
3768
|
+
if (l += ":", l += N(t.c.minute), a === "minute") break;
|
|
3769
|
+
o && (l += ":", l += N(t.c.second));
|
|
3770
3770
|
} else {
|
|
3771
|
-
if (l +=
|
|
3772
|
-
o && (l +=
|
|
3771
|
+
if (l += N(t.c.minute), a === "minute") break;
|
|
3772
|
+
o && (l += N(t.c.second));
|
|
3773
3773
|
}
|
|
3774
3774
|
if (a === "second") break;
|
|
3775
|
-
o && (!s || t.c.millisecond !== 0) && (l += ".", l +=
|
|
3775
|
+
o && (!s || t.c.millisecond !== 0) && (l += ".", l += N(t.c.millisecond, 3));
|
|
3776
3776
|
}
|
|
3777
|
-
return r && (t.isOffsetFixed && t.offset === 0 && !i ? l += "Z" : t.o < 0 ? (l += "-", l +=
|
|
3777
|
+
return r && (t.isOffsetFixed && t.offset === 0 && !i ? l += "Z" : t.o < 0 ? (l += "-", l += N(Math.trunc(-t.o / 60)), l += ":", l += N(Math.trunc(-t.o % 60))) : (l += "+", l += N(Math.trunc(t.o / 60)), l += ":", l += N(Math.trunc(t.o % 60)))), i && (l += "[" + t.zone.ianaName + "]"), l;
|
|
3778
3778
|
}
|
|
3779
|
-
const
|
|
3779
|
+
const Xn = {
|
|
3780
3780
|
month: 1,
|
|
3781
3781
|
day: 1,
|
|
3782
3782
|
hour: 0,
|
|
3783
3783
|
minute: 0,
|
|
3784
3784
|
second: 0,
|
|
3785
3785
|
millisecond: 0
|
|
3786
|
-
},
|
|
3786
|
+
}, ti = {
|
|
3787
3787
|
weekNumber: 1,
|
|
3788
3788
|
weekday: 1,
|
|
3789
3789
|
hour: 0,
|
|
3790
3790
|
minute: 0,
|
|
3791
3791
|
second: 0,
|
|
3792
3792
|
millisecond: 0
|
|
3793
|
-
},
|
|
3793
|
+
}, ni = {
|
|
3794
3794
|
ordinal: 1,
|
|
3795
3795
|
hour: 0,
|
|
3796
3796
|
minute: 0,
|
|
3797
3797
|
second: 0,
|
|
3798
3798
|
millisecond: 0
|
|
3799
|
-
},
|
|
3799
|
+
}, Ve = ["year", "month", "day", "hour", "minute", "second", "millisecond"], si = [
|
|
3800
3800
|
"weekYear",
|
|
3801
3801
|
"weekNumber",
|
|
3802
3802
|
"weekday",
|
|
@@ -3804,8 +3804,8 @@ const Bn = {
|
|
|
3804
3804
|
"minute",
|
|
3805
3805
|
"second",
|
|
3806
3806
|
"millisecond"
|
|
3807
|
-
],
|
|
3808
|
-
function
|
|
3807
|
+
], ri = ["year", "ordinal", "hour", "minute", "second", "millisecond"];
|
|
3808
|
+
function Fe(t) {
|
|
3809
3809
|
const e = {
|
|
3810
3810
|
year: "year",
|
|
3811
3811
|
years: "year",
|
|
@@ -3832,10 +3832,10 @@ function xe(t) {
|
|
|
3832
3832
|
weekyears: "weekYear",
|
|
3833
3833
|
ordinal: "ordinal"
|
|
3834
3834
|
}[t.toLowerCase()];
|
|
3835
|
-
if (!e) throw new
|
|
3835
|
+
if (!e) throw new Qt(t);
|
|
3836
3836
|
return e;
|
|
3837
3837
|
}
|
|
3838
|
-
function
|
|
3838
|
+
function Gt(t) {
|
|
3839
3839
|
switch (t.toLowerCase()) {
|
|
3840
3840
|
case "localweekday":
|
|
3841
3841
|
case "localweekdays":
|
|
@@ -3847,37 +3847,37 @@ function Yt(t) {
|
|
|
3847
3847
|
case "localweekyears":
|
|
3848
3848
|
return "localWeekYear";
|
|
3849
3849
|
default:
|
|
3850
|
-
return
|
|
3850
|
+
return Fe(t);
|
|
3851
3851
|
}
|
|
3852
3852
|
}
|
|
3853
|
-
function
|
|
3854
|
-
if (
|
|
3855
|
-
return t.offset(
|
|
3853
|
+
function ii(t) {
|
|
3854
|
+
if (we === void 0 && (we = D.now()), t.type !== "iana")
|
|
3855
|
+
return t.offset(we);
|
|
3856
3856
|
const e = t.name;
|
|
3857
|
-
let n =
|
|
3858
|
-
return n === void 0 && (n = t.offset(
|
|
3857
|
+
let n = ct.get(e);
|
|
3858
|
+
return n === void 0 && (n = t.offset(we), ct.set(e, n)), n;
|
|
3859
3859
|
}
|
|
3860
|
-
function
|
|
3861
|
-
const n = H(e.zone,
|
|
3860
|
+
function Jt(t, e) {
|
|
3861
|
+
const n = H(e.zone, D.defaultZone);
|
|
3862
3862
|
if (!n.isValid)
|
|
3863
|
-
return
|
|
3864
|
-
const s =
|
|
3863
|
+
return g.invalid(ge(n));
|
|
3864
|
+
const s = E.fromObject(e);
|
|
3865
3865
|
let r, i;
|
|
3866
|
-
if (
|
|
3867
|
-
r =
|
|
3866
|
+
if (y(t.year))
|
|
3867
|
+
r = D.now();
|
|
3868
3868
|
else {
|
|
3869
|
-
for (const l of
|
|
3870
|
-
|
|
3871
|
-
const a =
|
|
3869
|
+
for (const l of Ve)
|
|
3870
|
+
y(t[l]) && (t[l] = Xn[l]);
|
|
3871
|
+
const a = bn(t) || Dn(t);
|
|
3872
3872
|
if (a)
|
|
3873
|
-
return
|
|
3874
|
-
const o =
|
|
3875
|
-
[r, i] =
|
|
3873
|
+
return g.invalid(a);
|
|
3874
|
+
const o = ii(n);
|
|
3875
|
+
[r, i] = Ce(t, o, n);
|
|
3876
3876
|
}
|
|
3877
|
-
return new
|
|
3877
|
+
return new g({ ts: r, zone: n, loc: s, o: i });
|
|
3878
3878
|
}
|
|
3879
|
-
function
|
|
3880
|
-
const s =
|
|
3879
|
+
function jt(t, e, n) {
|
|
3880
|
+
const s = y(n.round) ? !0 : n.round, r = y(n.rounding) ? "trunc" : n.rounding, i = (o, l) => (o = yt(o, s || n.calendary ? 0 : 2, n.calendary ? "round" : r), e.loc.clone(n).relFormatter(n).format(o, l)), a = (o) => n.calendary ? e.hasSame(t, o) ? 0 : e.startOf(o).diff(t.startOf(o), o).get(o) : e.diff(t, o).get(o);
|
|
3881
3881
|
if (n.unit)
|
|
3882
3882
|
return i(a(n.unit), n.unit);
|
|
3883
3883
|
for (const o of n.units) {
|
|
@@ -3887,29 +3887,29 @@ function Pt(t, e, n) {
|
|
|
3887
3887
|
}
|
|
3888
3888
|
return i(t > e ? -0 : 0, n.units[n.units.length - 1]);
|
|
3889
3889
|
}
|
|
3890
|
-
function
|
|
3890
|
+
function Bt(t) {
|
|
3891
3891
|
let e = {}, n;
|
|
3892
3892
|
return t.length > 0 && typeof t[t.length - 1] == "object" ? (e = t[t.length - 1], n = Array.from(t).slice(0, t.length - 1)) : n = Array.from(t), [e, n];
|
|
3893
3893
|
}
|
|
3894
|
-
let
|
|
3895
|
-
const
|
|
3896
|
-
class
|
|
3894
|
+
let we;
|
|
3895
|
+
const ct = /* @__PURE__ */ new Map();
|
|
3896
|
+
class g {
|
|
3897
3897
|
/**
|
|
3898
3898
|
* @access private
|
|
3899
3899
|
*/
|
|
3900
3900
|
constructor(e) {
|
|
3901
|
-
const n = e.zone ||
|
|
3902
|
-
let s = e.invalid || (Number.isNaN(e.ts) ? new Z("invalid input") : null) || (n.isValid ? null :
|
|
3903
|
-
this.ts =
|
|
3901
|
+
const n = e.zone || D.defaultZone;
|
|
3902
|
+
let s = e.invalid || (Number.isNaN(e.ts) ? new Z("invalid input") : null) || (n.isValid ? null : ge(n));
|
|
3903
|
+
this.ts = y(e.ts) ? D.now() : e.ts;
|
|
3904
3904
|
let r = null, i = null;
|
|
3905
3905
|
if (!s)
|
|
3906
3906
|
if (e.old && e.old.ts === this.ts && e.old.zone.equals(n))
|
|
3907
3907
|
[r, i] = [e.old.c, e.old.o];
|
|
3908
3908
|
else {
|
|
3909
3909
|
const o = P(e.o) && !e.old ? e.o : n.offset(this.ts);
|
|
3910
|
-
r =
|
|
3910
|
+
r = Ne(this.ts, o), s = Number.isNaN(r.year) ? new Z("invalid input") : null, r = s ? null : r, i = s ? null : o;
|
|
3911
3911
|
}
|
|
3912
|
-
this._zone = n, this.loc = e.loc ||
|
|
3912
|
+
this._zone = n, this.loc = e.loc || E.create(), this.invalid = s, this.weekData = null, this.localWeekData = null, this.c = r, this.o = i, this.isLuxonDateTime = !0;
|
|
3913
3913
|
}
|
|
3914
3914
|
// CONSTRUCT
|
|
3915
3915
|
/**
|
|
@@ -3920,7 +3920,7 @@ class y {
|
|
|
3920
3920
|
* @return {DateTime}
|
|
3921
3921
|
*/
|
|
3922
3922
|
static now() {
|
|
3923
|
-
return new
|
|
3923
|
+
return new g({});
|
|
3924
3924
|
}
|
|
3925
3925
|
/**
|
|
3926
3926
|
* Create a local DateTime
|
|
@@ -3944,8 +3944,8 @@ class y {
|
|
|
3944
3944
|
* @return {DateTime}
|
|
3945
3945
|
*/
|
|
3946
3946
|
static local() {
|
|
3947
|
-
const [e, n] =
|
|
3948
|
-
return
|
|
3947
|
+
const [e, n] = Bt(arguments), [s, r, i, a, o, l, u] = n;
|
|
3948
|
+
return Jt({ year: s, month: r, day: i, hour: a, minute: o, second: l, millisecond: u }, e);
|
|
3949
3949
|
}
|
|
3950
3950
|
/**
|
|
3951
3951
|
* Create a DateTime in UTC
|
|
@@ -3973,8 +3973,8 @@ class y {
|
|
|
3973
3973
|
* @return {DateTime}
|
|
3974
3974
|
*/
|
|
3975
3975
|
static utc() {
|
|
3976
|
-
const [e, n] =
|
|
3977
|
-
return e.zone =
|
|
3976
|
+
const [e, n] = Bt(arguments), [s, r, i, a, o, l, u] = n;
|
|
3977
|
+
return e.zone = C.utcInstance, Jt({ year: s, month: r, day: i, hour: a, minute: o, second: l, millisecond: u }, e);
|
|
3978
3978
|
}
|
|
3979
3979
|
/**
|
|
3980
3980
|
* Create a DateTime from a JavaScript Date object. Uses the default zone.
|
|
@@ -3984,15 +3984,15 @@ class y {
|
|
|
3984
3984
|
* @return {DateTime}
|
|
3985
3985
|
*/
|
|
3986
3986
|
static fromJSDate(e, n = {}) {
|
|
3987
|
-
const s =
|
|
3987
|
+
const s = _s(e) ? e.valueOf() : NaN;
|
|
3988
3988
|
if (Number.isNaN(s))
|
|
3989
|
-
return
|
|
3990
|
-
const r = H(n.zone,
|
|
3991
|
-
return r.isValid ? new
|
|
3989
|
+
return g.invalid("invalid input");
|
|
3990
|
+
const r = H(n.zone, D.defaultZone);
|
|
3991
|
+
return r.isValid ? new g({
|
|
3992
3992
|
ts: s,
|
|
3993
3993
|
zone: r,
|
|
3994
|
-
loc:
|
|
3995
|
-
}) :
|
|
3994
|
+
loc: E.fromObject(n)
|
|
3995
|
+
}) : g.invalid(ge(r));
|
|
3996
3996
|
}
|
|
3997
3997
|
/**
|
|
3998
3998
|
* Create a DateTime from a number of milliseconds since the epoch (meaning since 1 January 1970 00:00:00 UTC). Uses the default zone.
|
|
@@ -4007,12 +4007,12 @@ class y {
|
|
|
4007
4007
|
*/
|
|
4008
4008
|
static fromMillis(e, n = {}) {
|
|
4009
4009
|
if (P(e))
|
|
4010
|
-
return e < -
|
|
4010
|
+
return e < -Yt || e > Yt ? g.invalid("Timestamp out of range") : new g({
|
|
4011
4011
|
ts: e,
|
|
4012
|
-
zone: H(n.zone,
|
|
4013
|
-
loc:
|
|
4012
|
+
zone: H(n.zone, D.defaultZone),
|
|
4013
|
+
loc: E.fromObject(n)
|
|
4014
4014
|
});
|
|
4015
|
-
throw new
|
|
4015
|
+
throw new M(
|
|
4016
4016
|
`fromMillis requires a numerical input, but received a ${typeof e} with value ${e}`
|
|
4017
4017
|
);
|
|
4018
4018
|
}
|
|
@@ -4029,12 +4029,12 @@ class y {
|
|
|
4029
4029
|
*/
|
|
4030
4030
|
static fromSeconds(e, n = {}) {
|
|
4031
4031
|
if (P(e))
|
|
4032
|
-
return new
|
|
4032
|
+
return new g({
|
|
4033
4033
|
ts: e * 1e3,
|
|
4034
|
-
zone: H(n.zone,
|
|
4035
|
-
loc:
|
|
4034
|
+
zone: H(n.zone, D.defaultZone),
|
|
4035
|
+
loc: E.fromObject(n)
|
|
4036
4036
|
});
|
|
4037
|
-
throw new
|
|
4037
|
+
throw new M("fromSeconds requires a numerical input");
|
|
4038
4038
|
}
|
|
4039
4039
|
/**
|
|
4040
4040
|
* Create a DateTime from a JavaScript object with keys like 'year' and 'hour' with reasonable defaults.
|
|
@@ -4071,37 +4071,37 @@ class y {
|
|
|
4071
4071
|
*/
|
|
4072
4072
|
static fromObject(e, n = {}) {
|
|
4073
4073
|
e = e || {};
|
|
4074
|
-
const s = H(n.zone,
|
|
4074
|
+
const s = H(n.zone, D.defaultZone);
|
|
4075
4075
|
if (!s.isValid)
|
|
4076
|
-
return
|
|
4077
|
-
const r =
|
|
4078
|
-
if ((h ||
|
|
4076
|
+
return g.invalid(ge(s));
|
|
4077
|
+
const r = E.fromObject(n), i = _e(e, Gt), { minDaysInFirstWeek: a, startOfWeek: o } = Ft(i, r), l = D.now(), u = y(n.specificOffset) ? s.offset(l) : n.specificOffset, f = !y(i.ordinal), m = !y(i.year), T = !y(i.month) || !y(i.day), h = m || T, w = i.weekYear || i.weekNumber;
|
|
4078
|
+
if ((h || f) && w)
|
|
4079
4079
|
throw new ne(
|
|
4080
4080
|
"Can't mix weekYear/weekNumber units with year/month/day or ordinals"
|
|
4081
4081
|
);
|
|
4082
|
-
if (
|
|
4082
|
+
if (T && f)
|
|
4083
4083
|
throw new ne("Can't mix ordinal dates with month/day");
|
|
4084
|
-
const
|
|
4085
|
-
let
|
|
4086
|
-
|
|
4087
|
-
let
|
|
4088
|
-
for (const
|
|
4089
|
-
const
|
|
4090
|
-
|
|
4084
|
+
const p = w || i.weekday && !h;
|
|
4085
|
+
let V, Q, ce = Ne(l, u);
|
|
4086
|
+
p ? (V = si, Q = ti, ce = Ae(ce, a, o)) : f ? (V = ri, Q = ni, ce = Pe(ce)) : (V = Ve, Q = Xn);
|
|
4087
|
+
let Tt = !1;
|
|
4088
|
+
for (const fe of V) {
|
|
4089
|
+
const rs = i[fe];
|
|
4090
|
+
y(rs) ? Tt ? i[fe] = Q[fe] : i[fe] = ce[fe] : Tt = !0;
|
|
4091
4091
|
}
|
|
4092
|
-
const
|
|
4093
|
-
if (
|
|
4094
|
-
return
|
|
4095
|
-
const
|
|
4096
|
-
ts:
|
|
4092
|
+
const es = p ? Ls(i, a, o) : f ? As(i) : bn(i), pt = es || Dn(i);
|
|
4093
|
+
if (pt)
|
|
4094
|
+
return g.invalid(pt);
|
|
4095
|
+
const ts = p ? Ct(i, a, o) : f ? Vt(i) : i, [ns, ss] = Ce(ts, u, s), de = new g({
|
|
4096
|
+
ts: ns,
|
|
4097
4097
|
zone: s,
|
|
4098
|
-
o:
|
|
4098
|
+
o: ss,
|
|
4099
4099
|
loc: r
|
|
4100
4100
|
});
|
|
4101
|
-
return i.weekday && h && e.weekday !==
|
|
4101
|
+
return i.weekday && h && e.weekday !== de.weekday ? g.invalid(
|
|
4102
4102
|
"mismatched weekday",
|
|
4103
|
-
`you can't specify both a weekday of ${i.weekday} and a date of ${
|
|
4104
|
-
) :
|
|
4103
|
+
`you can't specify both a weekday of ${i.weekday} and a date of ${de.toISO()}`
|
|
4104
|
+
) : de.isValid ? de : g.invalid(de.invalid);
|
|
4105
4105
|
}
|
|
4106
4106
|
/**
|
|
4107
4107
|
* Create a DateTime from an ISO 8601 string
|
|
@@ -4121,7 +4121,7 @@ class y {
|
|
|
4121
4121
|
* @return {DateTime}
|
|
4122
4122
|
*/
|
|
4123
4123
|
static fromISO(e, n = {}) {
|
|
4124
|
-
const [s, r] =
|
|
4124
|
+
const [s, r] = Dr(e);
|
|
4125
4125
|
return te(s, r, n, "ISO 8601", e);
|
|
4126
4126
|
}
|
|
4127
4127
|
/**
|
|
@@ -4140,7 +4140,7 @@ class y {
|
|
|
4140
4140
|
* @return {DateTime}
|
|
4141
4141
|
*/
|
|
4142
4142
|
static fromRFC2822(e, n = {}) {
|
|
4143
|
-
const [s, r] =
|
|
4143
|
+
const [s, r] = Nr(e);
|
|
4144
4144
|
return te(s, r, n, "RFC 2822", e);
|
|
4145
4145
|
}
|
|
4146
4146
|
/**
|
|
@@ -4160,7 +4160,7 @@ class y {
|
|
|
4160
4160
|
* @return {DateTime}
|
|
4161
4161
|
*/
|
|
4162
4162
|
static fromHTTP(e, n = {}) {
|
|
4163
|
-
const [s, r] =
|
|
4163
|
+
const [s, r] = Ir(e);
|
|
4164
4164
|
return te(s, r, n, "HTTP", n);
|
|
4165
4165
|
}
|
|
4166
4166
|
/**
|
|
@@ -4178,20 +4178,20 @@ class y {
|
|
|
4178
4178
|
* @return {DateTime}
|
|
4179
4179
|
*/
|
|
4180
4180
|
static fromFormat(e, n, s = {}) {
|
|
4181
|
-
if (
|
|
4182
|
-
throw new
|
|
4183
|
-
const { locale: r = null, numberingSystem: i = null } = s, a =
|
|
4181
|
+
if (y(e) || y(n))
|
|
4182
|
+
throw new M("fromFormat requires an input string and a format");
|
|
4183
|
+
const { locale: r = null, numberingSystem: i = null } = s, a = E.fromOpts({
|
|
4184
4184
|
locale: r,
|
|
4185
4185
|
numberingSystem: i,
|
|
4186
4186
|
defaultToEN: !0
|
|
4187
|
-
}), [o, l, u,
|
|
4188
|
-
return
|
|
4187
|
+
}), [o, l, u, f] = ei(a, e, n);
|
|
4188
|
+
return f ? g.invalid(f) : te(o, l, s, `format ${n}`, e, u);
|
|
4189
4189
|
}
|
|
4190
4190
|
/**
|
|
4191
4191
|
* @deprecated use fromFormat instead
|
|
4192
4192
|
*/
|
|
4193
4193
|
static fromString(e, n, s = {}) {
|
|
4194
|
-
return
|
|
4194
|
+
return g.fromFormat(e, n, s);
|
|
4195
4195
|
}
|
|
4196
4196
|
/**
|
|
4197
4197
|
* Create a DateTime from a SQL date, time, or datetime
|
|
@@ -4215,7 +4215,7 @@ class y {
|
|
|
4215
4215
|
* @return {DateTime}
|
|
4216
4216
|
*/
|
|
4217
4217
|
static fromSQL(e, n = {}) {
|
|
4218
|
-
const [s, r] =
|
|
4218
|
+
const [s, r] = Ar(e);
|
|
4219
4219
|
return te(s, r, n, "SQL", e);
|
|
4220
4220
|
}
|
|
4221
4221
|
/**
|
|
@@ -4226,11 +4226,11 @@ class y {
|
|
|
4226
4226
|
*/
|
|
4227
4227
|
static invalid(e, n = null) {
|
|
4228
4228
|
if (!e)
|
|
4229
|
-
throw new
|
|
4229
|
+
throw new M("need to specify a reason the DateTime is invalid");
|
|
4230
4230
|
const s = e instanceof Z ? e : new Z(e, n);
|
|
4231
|
-
if (
|
|
4232
|
-
throw new
|
|
4233
|
-
return new
|
|
4231
|
+
if (D.throwOnInvalid)
|
|
4232
|
+
throw new ls(s);
|
|
4233
|
+
return new g({ invalid: s });
|
|
4234
4234
|
}
|
|
4235
4235
|
/**
|
|
4236
4236
|
* Check if an object is an instance of DateTime. Works across context boundaries
|
|
@@ -4247,7 +4247,7 @@ class y {
|
|
|
4247
4247
|
* @returns {string}
|
|
4248
4248
|
*/
|
|
4249
4249
|
static parseFormatForOpts(e, n = {}) {
|
|
4250
|
-
const s =
|
|
4250
|
+
const s = Kn(e, E.fromObject(n));
|
|
4251
4251
|
return s ? s.map((r) => r ? r.val : null).join("") : null;
|
|
4252
4252
|
}
|
|
4253
4253
|
/**
|
|
@@ -4258,10 +4258,10 @@ class y {
|
|
|
4258
4258
|
* @returns {string}
|
|
4259
4259
|
*/
|
|
4260
4260
|
static expandFormat(e, n = {}) {
|
|
4261
|
-
return
|
|
4261
|
+
return Jn(x.parseFormat(e), E.fromObject(n)).map((r) => r.val).join("");
|
|
4262
4262
|
}
|
|
4263
4263
|
static resetCache() {
|
|
4264
|
-
|
|
4264
|
+
we = void 0, ct.clear();
|
|
4265
4265
|
}
|
|
4266
4266
|
// INFO
|
|
4267
4267
|
/**
|
|
@@ -4406,7 +4406,7 @@ class y {
|
|
|
4406
4406
|
* @type {number}
|
|
4407
4407
|
*/
|
|
4408
4408
|
get weekYear() {
|
|
4409
|
-
return this.isValid ?
|
|
4409
|
+
return this.isValid ? je(this).weekYear : NaN;
|
|
4410
4410
|
}
|
|
4411
4411
|
/**
|
|
4412
4412
|
* Get the week number of the week year (1-52ish).
|
|
@@ -4415,7 +4415,7 @@ class y {
|
|
|
4415
4415
|
* @type {number}
|
|
4416
4416
|
*/
|
|
4417
4417
|
get weekNumber() {
|
|
4418
|
-
return this.isValid ?
|
|
4418
|
+
return this.isValid ? je(this).weekNumber : NaN;
|
|
4419
4419
|
}
|
|
4420
4420
|
/**
|
|
4421
4421
|
* Get the day of the week.
|
|
@@ -4425,7 +4425,7 @@ class y {
|
|
|
4425
4425
|
* @type {number}
|
|
4426
4426
|
*/
|
|
4427
4427
|
get weekday() {
|
|
4428
|
-
return this.isValid ?
|
|
4428
|
+
return this.isValid ? je(this).weekday : NaN;
|
|
4429
4429
|
}
|
|
4430
4430
|
/**
|
|
4431
4431
|
* Returns true if this date is on a weekend according to the locale, false otherwise
|
|
@@ -4466,7 +4466,7 @@ class y {
|
|
|
4466
4466
|
* @type {number|DateTime}
|
|
4467
4467
|
*/
|
|
4468
4468
|
get ordinal() {
|
|
4469
|
-
return this.isValid ?
|
|
4469
|
+
return this.isValid ? Pe(this.c).ordinal : NaN;
|
|
4470
4470
|
}
|
|
4471
4471
|
/**
|
|
4472
4472
|
* Get the human readable short month name, such as 'Oct'.
|
|
@@ -4475,7 +4475,7 @@ class y {
|
|
|
4475
4475
|
* @type {string}
|
|
4476
4476
|
*/
|
|
4477
4477
|
get monthShort() {
|
|
4478
|
-
return this.isValid ?
|
|
4478
|
+
return this.isValid ? be.months("short", { locObj: this.loc })[this.month - 1] : null;
|
|
4479
4479
|
}
|
|
4480
4480
|
/**
|
|
4481
4481
|
* Get the human readable long month name, such as 'October'.
|
|
@@ -4484,7 +4484,7 @@ class y {
|
|
|
4484
4484
|
* @type {string}
|
|
4485
4485
|
*/
|
|
4486
4486
|
get monthLong() {
|
|
4487
|
-
return this.isValid ?
|
|
4487
|
+
return this.isValid ? be.months("long", { locObj: this.loc })[this.month - 1] : null;
|
|
4488
4488
|
}
|
|
4489
4489
|
/**
|
|
4490
4490
|
* Get the human readable short weekday, such as 'Mon'.
|
|
@@ -4493,7 +4493,7 @@ class y {
|
|
|
4493
4493
|
* @type {string}
|
|
4494
4494
|
*/
|
|
4495
4495
|
get weekdayShort() {
|
|
4496
|
-
return this.isValid ?
|
|
4496
|
+
return this.isValid ? be.weekdays("short", { locObj: this.loc })[this.weekday - 1] : null;
|
|
4497
4497
|
}
|
|
4498
4498
|
/**
|
|
4499
4499
|
* Get the human readable long weekday, such as 'Monday'.
|
|
@@ -4502,7 +4502,7 @@ class y {
|
|
|
4502
4502
|
* @type {string}
|
|
4503
4503
|
*/
|
|
4504
4504
|
get weekdayLong() {
|
|
4505
|
-
return this.isValid ?
|
|
4505
|
+
return this.isValid ? be.weekdays("long", { locObj: this.loc })[this.weekday - 1] : null;
|
|
4506
4506
|
}
|
|
4507
4507
|
/**
|
|
4508
4508
|
* Get the UTC offset of this DateTime in minutes
|
|
@@ -4559,11 +4559,11 @@ class y {
|
|
|
4559
4559
|
getPossibleOffsets() {
|
|
4560
4560
|
if (!this.isValid || this.isOffsetFixed)
|
|
4561
4561
|
return [this];
|
|
4562
|
-
const e = 864e5, n = 6e4, s =
|
|
4562
|
+
const e = 864e5, n = 6e4, s = Re(this.c), r = this.zone.offset(s - e), i = this.zone.offset(s + e), a = this.zone.offset(s - r * n), o = this.zone.offset(s - i * n);
|
|
4563
4563
|
if (a === o)
|
|
4564
4564
|
return [this];
|
|
4565
|
-
const l = s - a * n, u = s - o * n,
|
|
4566
|
-
return
|
|
4565
|
+
const l = s - a * n, u = s - o * n, f = Ne(l, a), m = Ne(u, o);
|
|
4566
|
+
return f.hour === m.hour && f.minute === m.minute && f.second === m.second && f.millisecond === m.millisecond ? [J(this, { ts: l }), J(this, { ts: u })] : [this];
|
|
4567
4567
|
}
|
|
4568
4568
|
/**
|
|
4569
4569
|
* Returns true if this DateTime is in a leap year, false otherwise
|
|
@@ -4581,7 +4581,7 @@ class y {
|
|
|
4581
4581
|
* @type {number}
|
|
4582
4582
|
*/
|
|
4583
4583
|
get daysInMonth() {
|
|
4584
|
-
return
|
|
4584
|
+
return We(this.year, this.month);
|
|
4585
4585
|
}
|
|
4586
4586
|
/**
|
|
4587
4587
|
* Returns the number of days in this DateTime's year
|
|
@@ -4622,7 +4622,7 @@ class y {
|
|
|
4622
4622
|
* @return {Object}
|
|
4623
4623
|
*/
|
|
4624
4624
|
resolvedLocaleOptions(e = {}) {
|
|
4625
|
-
const { locale: n, numberingSystem: s, calendar: r } =
|
|
4625
|
+
const { locale: n, numberingSystem: s, calendar: r } = x.create(
|
|
4626
4626
|
this.loc.clone(e),
|
|
4627
4627
|
e
|
|
4628
4628
|
).resolvedOptions(this);
|
|
@@ -4638,7 +4638,7 @@ class y {
|
|
|
4638
4638
|
* @return {DateTime}
|
|
4639
4639
|
*/
|
|
4640
4640
|
toUTC(e = 0, n = {}) {
|
|
4641
|
-
return this.setZone(
|
|
4641
|
+
return this.setZone(C.instance(e), n);
|
|
4642
4642
|
}
|
|
4643
4643
|
/**
|
|
4644
4644
|
* "Set" the DateTime's zone to the host's local zone. Returns a newly-constructed DateTime.
|
|
@@ -4647,7 +4647,7 @@ class y {
|
|
|
4647
4647
|
* @return {DateTime}
|
|
4648
4648
|
*/
|
|
4649
4649
|
toLocal() {
|
|
4650
|
-
return this.setZone(
|
|
4650
|
+
return this.setZone(D.defaultZone);
|
|
4651
4651
|
}
|
|
4652
4652
|
/**
|
|
4653
4653
|
* "Set" the DateTime's zone to specified zone. Returns a newly-constructed DateTime.
|
|
@@ -4659,17 +4659,17 @@ class y {
|
|
|
4659
4659
|
* @return {DateTime}
|
|
4660
4660
|
*/
|
|
4661
4661
|
setZone(e, { keepLocalTime: n = !1, keepCalendarTime: s = !1 } = {}) {
|
|
4662
|
-
if (e = H(e,
|
|
4662
|
+
if (e = H(e, D.defaultZone), e.equals(this.zone))
|
|
4663
4663
|
return this;
|
|
4664
4664
|
if (e.isValid) {
|
|
4665
4665
|
let r = this.ts;
|
|
4666
4666
|
if (n || s) {
|
|
4667
4667
|
const i = e.offset(this.ts), a = this.toObject();
|
|
4668
|
-
[r] =
|
|
4668
|
+
[r] = Ce(a, i, e);
|
|
4669
4669
|
}
|
|
4670
4670
|
return J(this, { ts: r, zone: e });
|
|
4671
4671
|
} else
|
|
4672
|
-
return
|
|
4672
|
+
return g.invalid(ge(e));
|
|
4673
4673
|
}
|
|
4674
4674
|
/**
|
|
4675
4675
|
* "Set" the locale, numberingSystem, or outputCalendar. Returns a newly-constructed DateTime.
|
|
@@ -4705,21 +4705,21 @@ class y {
|
|
|
4705
4705
|
*/
|
|
4706
4706
|
set(e) {
|
|
4707
4707
|
if (!this.isValid) return this;
|
|
4708
|
-
const n =
|
|
4709
|
-
if ((u || a) &&
|
|
4708
|
+
const n = _e(e, Gt), { minDaysInFirstWeek: s, startOfWeek: r } = Ft(n, this.loc), i = !y(n.weekYear) || !y(n.weekNumber) || !y(n.weekday), a = !y(n.ordinal), o = !y(n.year), l = !y(n.month) || !y(n.day), u = o || l, f = n.weekYear || n.weekNumber;
|
|
4709
|
+
if ((u || a) && f)
|
|
4710
4710
|
throw new ne(
|
|
4711
4711
|
"Can't mix weekYear/weekNumber units with year/month/day or ordinals"
|
|
4712
4712
|
);
|
|
4713
4713
|
if (l && a)
|
|
4714
4714
|
throw new ne("Can't mix ordinal dates with month/day");
|
|
4715
|
-
let
|
|
4716
|
-
i ?
|
|
4717
|
-
{ ...
|
|
4715
|
+
let m;
|
|
4716
|
+
i ? m = Ct(
|
|
4717
|
+
{ ...Ae(this.c, s, r), ...n },
|
|
4718
4718
|
s,
|
|
4719
4719
|
r
|
|
4720
|
-
) :
|
|
4721
|
-
const [
|
|
4722
|
-
return J(this, { ts:
|
|
4720
|
+
) : y(n.ordinal) ? (m = { ...this.toObject(), ...n }, y(n.day) && (m.day = Math.min(We(m.year, m.month), m.day))) : m = Vt({ ...Pe(this.c), ...n });
|
|
4721
|
+
const [T, h] = Ce(m, this.o, this.zone);
|
|
4722
|
+
return J(this, { ts: T, o: h });
|
|
4723
4723
|
}
|
|
4724
4724
|
/**
|
|
4725
4725
|
* Add a period of time to this DateTime and return the resulting DateTime
|
|
@@ -4736,8 +4736,8 @@ class y {
|
|
|
4736
4736
|
*/
|
|
4737
4737
|
plus(e) {
|
|
4738
4738
|
if (!this.isValid) return this;
|
|
4739
|
-
const n =
|
|
4740
|
-
return J(this,
|
|
4739
|
+
const n = k.fromDurationLike(e);
|
|
4740
|
+
return J(this, Ht(this, n));
|
|
4741
4741
|
}
|
|
4742
4742
|
/**
|
|
4743
4743
|
* Subtract a period of time to this DateTime and return the resulting DateTime
|
|
@@ -4747,8 +4747,8 @@ class y {
|
|
|
4747
4747
|
*/
|
|
4748
4748
|
minus(e) {
|
|
4749
4749
|
if (!this.isValid) return this;
|
|
4750
|
-
const n =
|
|
4751
|
-
return J(this,
|
|
4750
|
+
const n = k.fromDurationLike(e).negate();
|
|
4751
|
+
return J(this, Ht(this, n));
|
|
4752
4752
|
}
|
|
4753
4753
|
/**
|
|
4754
4754
|
* "Set" this DateTime to the beginning of a unit of time.
|
|
@@ -4764,7 +4764,7 @@ class y {
|
|
|
4764
4764
|
*/
|
|
4765
4765
|
startOf(e, { useLocaleWeeks: n = !1 } = {}) {
|
|
4766
4766
|
if (!this.isValid) return this;
|
|
4767
|
-
const s = {}, r =
|
|
4767
|
+
const s = {}, r = k.normalizeUnit(e);
|
|
4768
4768
|
switch (r) {
|
|
4769
4769
|
case "years":
|
|
4770
4770
|
s.month = 1;
|
|
@@ -4823,7 +4823,7 @@ class y {
|
|
|
4823
4823
|
* @return {string}
|
|
4824
4824
|
*/
|
|
4825
4825
|
toFormat(e, n = {}) {
|
|
4826
|
-
return this.isValid ?
|
|
4826
|
+
return this.isValid ? x.create(this.loc.redefaultToEN(n)).formatDateTimeFromString(this, e) : Je;
|
|
4827
4827
|
}
|
|
4828
4828
|
/**
|
|
4829
4829
|
* Returns a localized string representing this date. Accepts the same options as the Intl.DateTimeFormat constructor and any presets defined by Luxon, such as `DateTime.DATE_FULL` or `DateTime.TIME_SIMPLE`.
|
|
@@ -4844,8 +4844,8 @@ class y {
|
|
|
4844
4844
|
* @example DateTime.now().toLocaleString({ hour: '2-digit', minute: '2-digit', hourCycle: 'h23' }); //=> '11:32'
|
|
4845
4845
|
* @return {string}
|
|
4846
4846
|
*/
|
|
4847
|
-
toLocaleString(e =
|
|
4848
|
-
return this.isValid ?
|
|
4847
|
+
toLocaleString(e = Le, n = {}) {
|
|
4848
|
+
return this.isValid ? x.create(this.loc.clone(n), e).formatDateTime(this) : Je;
|
|
4849
4849
|
}
|
|
4850
4850
|
/**
|
|
4851
4851
|
* Returns an array of format "parts", meaning individual tokens along with metadata. This is allows callers to post-process individual sections of the formatted output.
|
|
@@ -4861,7 +4861,7 @@ class y {
|
|
|
4861
4861
|
* //=> ]
|
|
4862
4862
|
*/
|
|
4863
4863
|
toLocaleParts(e = {}) {
|
|
4864
|
-
return this.isValid ?
|
|
4864
|
+
return this.isValid ? x.create(this.loc.clone(e), e).formatDateTimeParts(this) : [];
|
|
4865
4865
|
}
|
|
4866
4866
|
/**
|
|
4867
4867
|
* Returns an ISO 8601-compliant string representation of this DateTime
|
|
@@ -4890,10 +4890,10 @@ class y {
|
|
|
4890
4890
|
} = {}) {
|
|
4891
4891
|
if (!this.isValid)
|
|
4892
4892
|
return null;
|
|
4893
|
-
a =
|
|
4893
|
+
a = Fe(a);
|
|
4894
4894
|
const o = e === "extended";
|
|
4895
|
-
let l =
|
|
4896
|
-
return
|
|
4895
|
+
let l = Ke(this, o, a);
|
|
4896
|
+
return Ve.indexOf(a) >= 3 && (l += "T"), l += Pt(
|
|
4897
4897
|
this,
|
|
4898
4898
|
o,
|
|
4899
4899
|
n,
|
|
@@ -4914,7 +4914,7 @@ class y {
|
|
|
4914
4914
|
* @return {string|null}
|
|
4915
4915
|
*/
|
|
4916
4916
|
toISODate({ format: e = "extended", precision: n = "day" } = {}) {
|
|
4917
|
-
return this.isValid ?
|
|
4917
|
+
return this.isValid ? Ke(this, e === "extended", Fe(n)) : null;
|
|
4918
4918
|
}
|
|
4919
4919
|
/**
|
|
4920
4920
|
* Returns an ISO 8601-compliant string representation of this DateTime's week date
|
|
@@ -4922,7 +4922,7 @@ class y {
|
|
|
4922
4922
|
* @return {string}
|
|
4923
4923
|
*/
|
|
4924
4924
|
toISOWeekDate() {
|
|
4925
|
-
return
|
|
4925
|
+
return Ie(this, "kkkk-'W'WW-c");
|
|
4926
4926
|
}
|
|
4927
4927
|
/**
|
|
4928
4928
|
* Returns an ISO 8601-compliant string representation of this DateTime's time component
|
|
@@ -4950,7 +4950,7 @@ class y {
|
|
|
4950
4950
|
format: a = "extended",
|
|
4951
4951
|
precision: o = "milliseconds"
|
|
4952
4952
|
} = {}) {
|
|
4953
|
-
return this.isValid ? (o =
|
|
4953
|
+
return this.isValid ? (o = Fe(o), (r && Ve.indexOf(o) >= 3 ? "T" : "") + Pt(
|
|
4954
4954
|
this,
|
|
4955
4955
|
a === "extended",
|
|
4956
4956
|
n,
|
|
@@ -4967,7 +4967,7 @@ class y {
|
|
|
4967
4967
|
* @return {string}
|
|
4968
4968
|
*/
|
|
4969
4969
|
toRFC2822() {
|
|
4970
|
-
return
|
|
4970
|
+
return Ie(this, "EEE, dd LLL yyyy HH:mm:ss ZZZ", !1);
|
|
4971
4971
|
}
|
|
4972
4972
|
/**
|
|
4973
4973
|
* Returns a string representation of this DateTime appropriate for use in HTTP headers. The output is always expressed in GMT.
|
|
@@ -4978,7 +4978,7 @@ class y {
|
|
|
4978
4978
|
* @return {string}
|
|
4979
4979
|
*/
|
|
4980
4980
|
toHTTP() {
|
|
4981
|
-
return
|
|
4981
|
+
return Ie(this.toUTC(), "EEE, dd LLL yyyy HH:mm:ss 'GMT'");
|
|
4982
4982
|
}
|
|
4983
4983
|
/**
|
|
4984
4984
|
* Returns a string representation of this DateTime appropriate for use in SQL Date
|
|
@@ -4986,7 +4986,7 @@ class y {
|
|
|
4986
4986
|
* @return {string|null}
|
|
4987
4987
|
*/
|
|
4988
4988
|
toSQLDate() {
|
|
4989
|
-
return this.isValid ?
|
|
4989
|
+
return this.isValid ? Ke(this, !0) : null;
|
|
4990
4990
|
}
|
|
4991
4991
|
/**
|
|
4992
4992
|
* Returns a string representation of this DateTime appropriate for use in SQL Time
|
|
@@ -5002,7 +5002,7 @@ class y {
|
|
|
5002
5002
|
*/
|
|
5003
5003
|
toSQLTime({ includeOffset: e = !0, includeZone: n = !1, includeOffsetSpace: s = !0 } = {}) {
|
|
5004
5004
|
let r = "HH:mm:ss.SSS";
|
|
5005
|
-
return (n || e) && (s && (r += " "), n ? r += "z" : e && (r += "ZZ")),
|
|
5005
|
+
return (n || e) && (s && (r += " "), n ? r += "z" : e && (r += "ZZ")), Ie(this, r, !0);
|
|
5006
5006
|
}
|
|
5007
5007
|
/**
|
|
5008
5008
|
* Returns a string representation of this DateTime appropriate for use in SQL DateTime
|
|
@@ -5024,7 +5024,7 @@ class y {
|
|
|
5024
5024
|
* @return {string}
|
|
5025
5025
|
*/
|
|
5026
5026
|
toString() {
|
|
5027
|
-
return this.isValid ? this.toISO() :
|
|
5027
|
+
return this.isValid ? this.toISO() : Je;
|
|
5028
5028
|
}
|
|
5029
5029
|
/**
|
|
5030
5030
|
* Returns a string representation of this DateTime appropriate for the REPL.
|
|
@@ -5112,8 +5112,8 @@ class y {
|
|
|
5112
5112
|
*/
|
|
5113
5113
|
diff(e, n = "milliseconds", s = {}) {
|
|
5114
5114
|
if (!this.isValid || !e.isValid)
|
|
5115
|
-
return
|
|
5116
|
-
const r = { locale: this.locale, numberingSystem: this.numberingSystem, ...s }, i =
|
|
5115
|
+
return k.invalid("created by diffing an invalid DateTime");
|
|
5116
|
+
const r = { locale: this.locale, numberingSystem: this.numberingSystem, ...s }, i = $s(n).map(k.normalizeUnit), a = e.valueOf() > this.valueOf(), o = a ? this : e, l = a ? e : this, u = Ur(o, l, i, r);
|
|
5117
5117
|
return a ? u.negate() : u;
|
|
5118
5118
|
}
|
|
5119
5119
|
/**
|
|
@@ -5125,7 +5125,7 @@ class y {
|
|
|
5125
5125
|
* @return {Duration}
|
|
5126
5126
|
*/
|
|
5127
5127
|
diffNow(e = "milliseconds", n = {}) {
|
|
5128
|
-
return this.diff(
|
|
5128
|
+
return this.diff(g.now(), e, n);
|
|
5129
5129
|
}
|
|
5130
5130
|
/**
|
|
5131
5131
|
* Return an Interval spanning between this DateTime and another DateTime
|
|
@@ -5133,7 +5133,7 @@ class y {
|
|
|
5133
5133
|
* @return {Interval|DateTime}
|
|
5134
5134
|
*/
|
|
5135
5135
|
until(e) {
|
|
5136
|
-
return this.isValid ?
|
|
5136
|
+
return this.isValid ? b.fromDateTimes(this, e) : this;
|
|
5137
5137
|
}
|
|
5138
5138
|
/**
|
|
5139
5139
|
* Return whether this DateTime is in the same unit of time as another DateTime.
|
|
@@ -5182,9 +5182,9 @@ class y {
|
|
|
5182
5182
|
*/
|
|
5183
5183
|
toRelative(e = {}) {
|
|
5184
5184
|
if (!this.isValid) return null;
|
|
5185
|
-
const n = e.base ||
|
|
5185
|
+
const n = e.base || g.fromObject({}, { zone: this.zone }), s = e.padding ? this < n ? -e.padding : e.padding : 0;
|
|
5186
5186
|
let r = ["years", "months", "days", "hours", "minutes", "seconds"], i = e.unit;
|
|
5187
|
-
return Array.isArray(e.unit) && (r = e.unit, i = void 0),
|
|
5187
|
+
return Array.isArray(e.unit) && (r = e.unit, i = void 0), jt(n, this.plus(s), {
|
|
5188
5188
|
...e,
|
|
5189
5189
|
numeric: "always",
|
|
5190
5190
|
units: r,
|
|
@@ -5205,7 +5205,7 @@ class y {
|
|
|
5205
5205
|
* @example DateTime.now().minus({ days: 2 }).toRelativeCalendar() //=> "2 days ago"
|
|
5206
5206
|
*/
|
|
5207
5207
|
toRelativeCalendar(e = {}) {
|
|
5208
|
-
return this.isValid ?
|
|
5208
|
+
return this.isValid ? jt(e.base || g.fromObject({}, { zone: this.zone }), this, {
|
|
5209
5209
|
...e,
|
|
5210
5210
|
numeric: "auto",
|
|
5211
5211
|
units: ["years", "months", "days"],
|
|
@@ -5218,9 +5218,9 @@ class y {
|
|
|
5218
5218
|
* @return {DateTime} the min DateTime, or undefined if called with no argument
|
|
5219
5219
|
*/
|
|
5220
5220
|
static min(...e) {
|
|
5221
|
-
if (!e.every(
|
|
5222
|
-
throw new
|
|
5223
|
-
return
|
|
5221
|
+
if (!e.every(g.isDateTime))
|
|
5222
|
+
throw new M("min requires all arguments be DateTimes");
|
|
5223
|
+
return Lt(e, (n) => n.valueOf(), Math.min);
|
|
5224
5224
|
}
|
|
5225
5225
|
/**
|
|
5226
5226
|
* Return the max of several date times
|
|
@@ -5228,9 +5228,9 @@ class y {
|
|
|
5228
5228
|
* @return {DateTime} the max DateTime, or undefined if called with no argument
|
|
5229
5229
|
*/
|
|
5230
5230
|
static max(...e) {
|
|
5231
|
-
if (!e.every(
|
|
5232
|
-
throw new
|
|
5233
|
-
return
|
|
5231
|
+
if (!e.every(g.isDateTime))
|
|
5232
|
+
throw new M("max requires all arguments be DateTimes");
|
|
5233
|
+
return Lt(e, (n) => n.valueOf(), Math.max);
|
|
5234
5234
|
}
|
|
5235
5235
|
// MISC
|
|
5236
5236
|
/**
|
|
@@ -5241,18 +5241,18 @@ class y {
|
|
|
5241
5241
|
* @return {Object}
|
|
5242
5242
|
*/
|
|
5243
5243
|
static fromFormatExplain(e, n, s = {}) {
|
|
5244
|
-
const { locale: r = null, numberingSystem: i = null } = s, a =
|
|
5244
|
+
const { locale: r = null, numberingSystem: i = null } = s, a = E.fromOpts({
|
|
5245
5245
|
locale: r,
|
|
5246
5246
|
numberingSystem: i,
|
|
5247
5247
|
defaultToEN: !0
|
|
5248
5248
|
});
|
|
5249
|
-
return
|
|
5249
|
+
return Bn(a, e, n);
|
|
5250
5250
|
}
|
|
5251
5251
|
/**
|
|
5252
5252
|
* @deprecated use fromFormatExplain instead
|
|
5253
5253
|
*/
|
|
5254
5254
|
static fromStringExplain(e, n, s = {}) {
|
|
5255
|
-
return
|
|
5255
|
+
return g.fromFormatExplain(e, n, s);
|
|
5256
5256
|
}
|
|
5257
5257
|
/**
|
|
5258
5258
|
* Build a parser for `fmt` using the given locale. This parser can be passed
|
|
@@ -5267,12 +5267,12 @@ class y {
|
|
|
5267
5267
|
* @returns {TokenParser} - opaque object to be used
|
|
5268
5268
|
*/
|
|
5269
5269
|
static buildFormatParser(e, n = {}) {
|
|
5270
|
-
const { locale: s = null, numberingSystem: r = null } = n, i =
|
|
5270
|
+
const { locale: s = null, numberingSystem: r = null } = n, i = E.fromOpts({
|
|
5271
5271
|
locale: s,
|
|
5272
5272
|
numberingSystem: r,
|
|
5273
5273
|
defaultToEN: !0
|
|
5274
5274
|
});
|
|
5275
|
-
return new
|
|
5275
|
+
return new jn(i, e);
|
|
5276
5276
|
}
|
|
5277
5277
|
/**
|
|
5278
5278
|
* Create a DateTime from an input string and format parser.
|
|
@@ -5285,21 +5285,21 @@ class y {
|
|
|
5285
5285
|
* @returns {DateTime}
|
|
5286
5286
|
*/
|
|
5287
5287
|
static fromFormatParser(e, n, s = {}) {
|
|
5288
|
-
if (
|
|
5289
|
-
throw new
|
|
5288
|
+
if (y(e) || y(n))
|
|
5289
|
+
throw new M(
|
|
5290
5290
|
"fromFormatParser requires an input string and a format parser"
|
|
5291
5291
|
);
|
|
5292
|
-
const { locale: r = null, numberingSystem: i = null } = s, a =
|
|
5292
|
+
const { locale: r = null, numberingSystem: i = null } = s, a = E.fromOpts({
|
|
5293
5293
|
locale: r,
|
|
5294
5294
|
numberingSystem: i,
|
|
5295
5295
|
defaultToEN: !0
|
|
5296
5296
|
});
|
|
5297
5297
|
if (!a.equals(n.locale))
|
|
5298
|
-
throw new
|
|
5298
|
+
throw new M(
|
|
5299
5299
|
`fromFormatParser called with a locale of ${a}, but the format parser was created for ${n.locale}`
|
|
5300
5300
|
);
|
|
5301
|
-
const { result: o, zone: l, specificOffset: u, invalidReason:
|
|
5302
|
-
return
|
|
5301
|
+
const { result: o, zone: l, specificOffset: u, invalidReason: f } = n.explainFromTokens(e);
|
|
5302
|
+
return f ? g.invalid(f) : te(
|
|
5303
5303
|
o,
|
|
5304
5304
|
l,
|
|
5305
5305
|
s,
|
|
@@ -5314,173 +5314,173 @@ class y {
|
|
|
5314
5314
|
* @type {Object}
|
|
5315
5315
|
*/
|
|
5316
5316
|
static get DATE_SHORT() {
|
|
5317
|
-
return
|
|
5317
|
+
return Le;
|
|
5318
5318
|
}
|
|
5319
5319
|
/**
|
|
5320
5320
|
* {@link DateTime#toLocaleString} format like 'Oct 14, 1983'
|
|
5321
5321
|
* @type {Object}
|
|
5322
5322
|
*/
|
|
5323
5323
|
static get DATE_MED() {
|
|
5324
|
-
return
|
|
5324
|
+
return Xt;
|
|
5325
5325
|
}
|
|
5326
5326
|
/**
|
|
5327
5327
|
* {@link DateTime#toLocaleString} format like 'Fri, Oct 14, 1983'
|
|
5328
5328
|
* @type {Object}
|
|
5329
5329
|
*/
|
|
5330
5330
|
static get DATE_MED_WITH_WEEKDAY() {
|
|
5331
|
-
return
|
|
5331
|
+
return ds;
|
|
5332
5332
|
}
|
|
5333
5333
|
/**
|
|
5334
5334
|
* {@link DateTime#toLocaleString} format like 'October 14, 1983'
|
|
5335
5335
|
* @type {Object}
|
|
5336
5336
|
*/
|
|
5337
5337
|
static get DATE_FULL() {
|
|
5338
|
-
return
|
|
5338
|
+
return en;
|
|
5339
5339
|
}
|
|
5340
5340
|
/**
|
|
5341
5341
|
* {@link DateTime#toLocaleString} format like 'Tuesday, October 14, 1983'
|
|
5342
5342
|
* @type {Object}
|
|
5343
5343
|
*/
|
|
5344
5344
|
static get DATE_HUGE() {
|
|
5345
|
-
return
|
|
5345
|
+
return tn;
|
|
5346
5346
|
}
|
|
5347
5347
|
/**
|
|
5348
5348
|
* {@link DateTime#toLocaleString} format like '09:30 AM'. Only 12-hour if the locale is.
|
|
5349
5349
|
* @type {Object}
|
|
5350
5350
|
*/
|
|
5351
5351
|
static get TIME_SIMPLE() {
|
|
5352
|
-
return
|
|
5352
|
+
return nn;
|
|
5353
5353
|
}
|
|
5354
5354
|
/**
|
|
5355
5355
|
* {@link DateTime#toLocaleString} format like '09:30:23 AM'. Only 12-hour if the locale is.
|
|
5356
5356
|
* @type {Object}
|
|
5357
5357
|
*/
|
|
5358
5358
|
static get TIME_WITH_SECONDS() {
|
|
5359
|
-
return
|
|
5359
|
+
return sn;
|
|
5360
5360
|
}
|
|
5361
5361
|
/**
|
|
5362
5362
|
* {@link DateTime#toLocaleString} format like '09:30:23 AM EDT'. Only 12-hour if the locale is.
|
|
5363
5363
|
* @type {Object}
|
|
5364
5364
|
*/
|
|
5365
5365
|
static get TIME_WITH_SHORT_OFFSET() {
|
|
5366
|
-
return
|
|
5366
|
+
return rn;
|
|
5367
5367
|
}
|
|
5368
5368
|
/**
|
|
5369
5369
|
* {@link DateTime#toLocaleString} format like '09:30:23 AM Eastern Daylight Time'. Only 12-hour if the locale is.
|
|
5370
5370
|
* @type {Object}
|
|
5371
5371
|
*/
|
|
5372
5372
|
static get TIME_WITH_LONG_OFFSET() {
|
|
5373
|
-
return
|
|
5373
|
+
return an;
|
|
5374
5374
|
}
|
|
5375
5375
|
/**
|
|
5376
5376
|
* {@link DateTime#toLocaleString} format like '09:30', always 24-hour.
|
|
5377
5377
|
* @type {Object}
|
|
5378
5378
|
*/
|
|
5379
5379
|
static get TIME_24_SIMPLE() {
|
|
5380
|
-
return
|
|
5380
|
+
return on;
|
|
5381
5381
|
}
|
|
5382
5382
|
/**
|
|
5383
5383
|
* {@link DateTime#toLocaleString} format like '09:30:23', always 24-hour.
|
|
5384
5384
|
* @type {Object}
|
|
5385
5385
|
*/
|
|
5386
5386
|
static get TIME_24_WITH_SECONDS() {
|
|
5387
|
-
return
|
|
5387
|
+
return ln;
|
|
5388
5388
|
}
|
|
5389
5389
|
/**
|
|
5390
5390
|
* {@link DateTime#toLocaleString} format like '09:30:23 EDT', always 24-hour.
|
|
5391
5391
|
* @type {Object}
|
|
5392
5392
|
*/
|
|
5393
5393
|
static get TIME_24_WITH_SHORT_OFFSET() {
|
|
5394
|
-
return
|
|
5394
|
+
return un;
|
|
5395
5395
|
}
|
|
5396
5396
|
/**
|
|
5397
5397
|
* {@link DateTime#toLocaleString} format like '09:30:23 Eastern Daylight Time', always 24-hour.
|
|
5398
5398
|
* @type {Object}
|
|
5399
5399
|
*/
|
|
5400
5400
|
static get TIME_24_WITH_LONG_OFFSET() {
|
|
5401
|
-
return
|
|
5401
|
+
return cn;
|
|
5402
5402
|
}
|
|
5403
5403
|
/**
|
|
5404
5404
|
* {@link DateTime#toLocaleString} format like '10/14/1983, 9:30 AM'. Only 12-hour if the locale is.
|
|
5405
5405
|
* @type {Object}
|
|
5406
5406
|
*/
|
|
5407
5407
|
static get DATETIME_SHORT() {
|
|
5408
|
-
return
|
|
5408
|
+
return dn;
|
|
5409
5409
|
}
|
|
5410
5410
|
/**
|
|
5411
5411
|
* {@link DateTime#toLocaleString} format like '10/14/1983, 9:30:33 AM'. Only 12-hour if the locale is.
|
|
5412
5412
|
* @type {Object}
|
|
5413
5413
|
*/
|
|
5414
5414
|
static get DATETIME_SHORT_WITH_SECONDS() {
|
|
5415
|
-
return
|
|
5415
|
+
return fn;
|
|
5416
5416
|
}
|
|
5417
5417
|
/**
|
|
5418
5418
|
* {@link DateTime#toLocaleString} format like 'Oct 14, 1983, 9:30 AM'. Only 12-hour if the locale is.
|
|
5419
5419
|
* @type {Object}
|
|
5420
5420
|
*/
|
|
5421
5421
|
static get DATETIME_MED() {
|
|
5422
|
-
return
|
|
5422
|
+
return hn;
|
|
5423
5423
|
}
|
|
5424
5424
|
/**
|
|
5425
5425
|
* {@link DateTime#toLocaleString} format like 'Oct 14, 1983, 9:30:33 AM'. Only 12-hour if the locale is.
|
|
5426
5426
|
* @type {Object}
|
|
5427
5427
|
*/
|
|
5428
5428
|
static get DATETIME_MED_WITH_SECONDS() {
|
|
5429
|
-
return
|
|
5429
|
+
return mn;
|
|
5430
5430
|
}
|
|
5431
5431
|
/**
|
|
5432
5432
|
* {@link DateTime#toLocaleString} format like 'Fri, 14 Oct 1983, 9:30 AM'. Only 12-hour if the locale is.
|
|
5433
5433
|
* @type {Object}
|
|
5434
5434
|
*/
|
|
5435
5435
|
static get DATETIME_MED_WITH_WEEKDAY() {
|
|
5436
|
-
return
|
|
5436
|
+
return fs;
|
|
5437
5437
|
}
|
|
5438
5438
|
/**
|
|
5439
5439
|
* {@link DateTime#toLocaleString} format like 'October 14, 1983, 9:30 AM EDT'. Only 12-hour if the locale is.
|
|
5440
5440
|
* @type {Object}
|
|
5441
5441
|
*/
|
|
5442
5442
|
static get DATETIME_FULL() {
|
|
5443
|
-
return
|
|
5443
|
+
return yn;
|
|
5444
5444
|
}
|
|
5445
5445
|
/**
|
|
5446
5446
|
* {@link DateTime#toLocaleString} format like 'October 14, 1983, 9:30:33 AM EDT'. Only 12-hour if the locale is.
|
|
5447
5447
|
* @type {Object}
|
|
5448
5448
|
*/
|
|
5449
5449
|
static get DATETIME_FULL_WITH_SECONDS() {
|
|
5450
|
-
return
|
|
5450
|
+
return gn;
|
|
5451
5451
|
}
|
|
5452
5452
|
/**
|
|
5453
5453
|
* {@link DateTime#toLocaleString} format like 'Friday, October 14, 1983, 9:30 AM Eastern Daylight Time'. Only 12-hour if the locale is.
|
|
5454
5454
|
* @type {Object}
|
|
5455
5455
|
*/
|
|
5456
5456
|
static get DATETIME_HUGE() {
|
|
5457
|
-
return
|
|
5457
|
+
return wn;
|
|
5458
5458
|
}
|
|
5459
5459
|
/**
|
|
5460
5460
|
* {@link DateTime#toLocaleString} format like 'Friday, October 14, 1983, 9:30:33 AM Eastern Daylight Time'. Only 12-hour if the locale is.
|
|
5461
5461
|
* @type {Object}
|
|
5462
5462
|
*/
|
|
5463
5463
|
static get DATETIME_HUGE_WITH_SECONDS() {
|
|
5464
|
-
return
|
|
5464
|
+
return kn;
|
|
5465
5465
|
}
|
|
5466
5466
|
}
|
|
5467
|
-
function
|
|
5468
|
-
if (
|
|
5467
|
+
function me(t) {
|
|
5468
|
+
if (g.isDateTime(t))
|
|
5469
5469
|
return t;
|
|
5470
5470
|
if (t && t.valueOf && P(t.valueOf()))
|
|
5471
|
-
return
|
|
5471
|
+
return g.fromJSDate(t);
|
|
5472
5472
|
if (t && typeof t == "object")
|
|
5473
|
-
return
|
|
5474
|
-
throw new
|
|
5473
|
+
return g.fromObject(t);
|
|
5474
|
+
throw new M(
|
|
5475
5475
|
`Unknown datetime argument: ${t}, of type ${typeof t}`
|
|
5476
5476
|
);
|
|
5477
5477
|
}
|
|
5478
|
-
const
|
|
5478
|
+
const ai = (t, e) => {
|
|
5479
5479
|
const n = t.__vccOpts || t;
|
|
5480
5480
|
for (const [s, r] of e)
|
|
5481
5481
|
n[s] = r;
|
|
5482
5482
|
return n;
|
|
5483
|
-
},
|
|
5483
|
+
}, oi = {
|
|
5484
5484
|
name: "Subscriptions",
|
|
5485
5485
|
// props: {
|
|
5486
5486
|
// b24: { type: Object, default: null },
|
|
@@ -5502,7 +5502,7 @@ const si = (t, e) => {
|
|
|
5502
5502
|
computed: {},
|
|
5503
5503
|
methods: {
|
|
5504
5504
|
formatDate(t) {
|
|
5505
|
-
return t ?
|
|
5505
|
+
return t ? g.fromISO(t).toFormat("dd.MM HH:mm:ss") : "";
|
|
5506
5506
|
},
|
|
5507
5507
|
pause(t) {
|
|
5508
5508
|
return new Promise((e) => setTimeout(e, t));
|
|
@@ -5624,14 +5624,14 @@ const si = (t, e) => {
|
|
|
5624
5624
|
id: t.EVENT_DATA.FIELDS.ID
|
|
5625
5625
|
});
|
|
5626
5626
|
if (u = u.getData().result.item, console.log("Данные смарт процесса до изменения:", u), u.id == ((i = t.EVENT_DATA.FIELDS) == null ? void 0 : i.ID)) {
|
|
5627
|
-
let
|
|
5627
|
+
let f = await $b24.callMethod("crm.item.update", {
|
|
5628
5628
|
entityTypeId: t.EVENT_DATA.FIELDS.ENTITY_TYPE_ID,
|
|
5629
5629
|
id: t.EVENT_DATA.FIELDS.ID,
|
|
5630
5630
|
fields: {
|
|
5631
5631
|
title: u.title + "123"
|
|
5632
5632
|
}
|
|
5633
5633
|
});
|
|
5634
|
-
console.log("Результат обновления смарт процесса:",
|
|
5634
|
+
console.log("Результат обновления смарт процесса:", f.getData()), f.id === u.id ? (console.log("Сущность успешно обновлена."), e = !0) : (console.error("Ошибка при обновлении сущности."), e = !0);
|
|
5635
5635
|
} else
|
|
5636
5636
|
e = !0;
|
|
5637
5637
|
} else {
|
|
@@ -5639,13 +5639,13 @@ const si = (t, e) => {
|
|
|
5639
5639
|
id: (a = t.EVENT_DATA.FIELDS) == null ? void 0 : a.ID
|
|
5640
5640
|
});
|
|
5641
5641
|
if (u = u.getData().result, console.log("Данные сделки до изменения:", u), u.ID == ((o = t.EVENT_DATA.FIELDS) == null ? void 0 : o.ID)) {
|
|
5642
|
-
let
|
|
5642
|
+
let f = await $b24.callMethod("crm.deal.update", {
|
|
5643
5643
|
id: (l = t.EVENT_DATA.FIELDS) == null ? void 0 : l.ID,
|
|
5644
5644
|
fields: {
|
|
5645
5645
|
TITLE: u.TITLE
|
|
5646
5646
|
}
|
|
5647
5647
|
});
|
|
5648
|
-
console.log("Результат обновления сделки:",
|
|
5648
|
+
console.log("Результат обновления сделки:", f.getData()), f = f.getData().result, f === !0 ? console.log("Сущность успешно обновлена.") : (console.error("Ошибка при обновлении сущности."), e = !0);
|
|
5649
5649
|
} else
|
|
5650
5650
|
e = !0;
|
|
5651
5651
|
}
|
|
@@ -5659,179 +5659,326 @@ const si = (t, e) => {
|
|
|
5659
5659
|
mounted() {
|
|
5660
5660
|
this.getSubscribedEvents(), this.eventsList(), this.loadOfflineEntitiesList(), this.autoRefreshEntities();
|
|
5661
5661
|
}
|
|
5662
|
-
},
|
|
5662
|
+
}, li = { class: "Subscriptions" }, ui = { key: 0 }, ci = ["disabled"], di = {
|
|
5663
5663
|
class: "switch tooltipParent",
|
|
5664
5664
|
style: { top: "12px" }
|
|
5665
|
-
},
|
|
5665
|
+
}, fi = { key: 0 }, hi = {
|
|
5666
5666
|
key: 0,
|
|
5667
5667
|
class: "main"
|
|
5668
|
-
},
|
|
5668
|
+
}, mi = ["onClick"], yi = ["onClick"], gi = ["href"], wi = {
|
|
5669
5669
|
class: "tooltipParent",
|
|
5670
5670
|
style: {}
|
|
5671
|
-
},
|
|
5671
|
+
}, ki = { class: "tooltip" }, Ti = { key: 1 }, pi = { key: 1 }, Si = {
|
|
5672
5672
|
key: 0,
|
|
5673
5673
|
class: "main"
|
|
5674
|
-
},
|
|
5674
|
+
}, Ei = ["onClick"], Oi = { key: 1 }, vi = {
|
|
5675
5675
|
key: 0,
|
|
5676
5676
|
class: "main"
|
|
5677
|
-
},
|
|
5678
|
-
function
|
|
5679
|
-
return
|
|
5680
|
-
e[15] || (e[15] =
|
|
5681
|
-
|
|
5677
|
+
}, bi = ["onClick", "disabled"], Di = { key: 1 }, Ni = { key: 2 };
|
|
5678
|
+
function Ii(t, e, n, s, r, i) {
|
|
5679
|
+
return O(), v("div", li, [
|
|
5680
|
+
e[15] || (e[15] = c("h1", null, "Страница подписок", -1)),
|
|
5681
|
+
c("button", {
|
|
5682
5682
|
onClick: e[0] || (e[0] = (a) => t.selectTab("tab1"))
|
|
5683
5683
|
}, "Сущности"),
|
|
5684
|
-
|
|
5684
|
+
c("button", {
|
|
5685
5685
|
onClick: e[1] || (e[1] = (a) => t.selectTab("tab2"))
|
|
5686
5686
|
}, "События"),
|
|
5687
|
-
e[16] || (e[16] =
|
|
5688
|
-
e[17] || (e[17] =
|
|
5689
|
-
e[18] || (e[18] =
|
|
5690
|
-
t.tabs.tab1 ? (
|
|
5691
|
-
|
|
5692
|
-
|
|
5687
|
+
e[16] || (e[16] = c("br", null, null, -1)),
|
|
5688
|
+
e[17] || (e[17] = c("br", null, null, -1)),
|
|
5689
|
+
e[18] || (e[18] = c("br", null, null, -1)),
|
|
5690
|
+
t.tabs.tab1 ? (O(), v("div", ui, [
|
|
5691
|
+
c("div", null, [
|
|
5692
|
+
c("button", {
|
|
5693
5693
|
onClick: e[2] || (e[2] = (...a) => i.loadOfflineEntitiesList && i.loadOfflineEntitiesList(...a)),
|
|
5694
5694
|
disabled: t.loading
|
|
5695
|
-
}, "Обновить", 8,
|
|
5696
|
-
|
|
5697
|
-
|
|
5695
|
+
}, "Обновить", 8, ci),
|
|
5696
|
+
c("label", di, [
|
|
5697
|
+
Qe(c("input", {
|
|
5698
5698
|
type: "checkbox",
|
|
5699
5699
|
"onUpdate:modelValue": e[3] || (e[3] = (a) => r.autoRefresh = a),
|
|
5700
5700
|
onChange: e[4] || (e[4] = (...a) => i.autoRefreshEntities && i.autoRefreshEntities(...a))
|
|
5701
5701
|
}, null, 544), [
|
|
5702
|
-
[
|
|
5702
|
+
[Xe, r.autoRefresh]
|
|
5703
5703
|
]),
|
|
5704
|
-
e[7] || (e[7] =
|
|
5705
|
-
e[8] || (e[8] =
|
|
5704
|
+
e[7] || (e[7] = c("span", { class: "slider" }, null, -1)),
|
|
5705
|
+
e[8] || (e[8] = c("span", { class: "tooltip" }, "Автообновление каждые 3 секунды", -1))
|
|
5706
5706
|
])
|
|
5707
5707
|
]),
|
|
5708
|
-
r.entities.list.length > 0 ? (
|
|
5709
|
-
|
|
5710
|
-
|
|
5708
|
+
r.entities.list.length > 0 ? (O(), v("div", fi, [
|
|
5709
|
+
c("p", null, [
|
|
5710
|
+
c("button", {
|
|
5711
5711
|
onClick: e[5] || (e[5] = (...a) => i.deleteOfflineEntitiesAll && i.deleteOfflineEntitiesAll(...a))
|
|
5712
5712
|
}, "Удалить все"),
|
|
5713
|
-
|
|
5713
|
+
c("button", {
|
|
5714
5714
|
onClick: e[6] || (e[6] = (...a) => i.deleteOfflineEntitiesAllEmpty && i.deleteOfflineEntitiesAllEmpty(...a))
|
|
5715
5715
|
}, "Удалить все пустые"),
|
|
5716
|
-
|
|
5716
|
+
is(" Всего измененных сущностей " + I(r.entities.total), 1)
|
|
5717
5717
|
]),
|
|
5718
|
-
r.entities.list.length ? (
|
|
5719
|
-
e[10] || (e[10] =
|
|
5720
|
-
|
|
5721
|
-
|
|
5722
|
-
|
|
5723
|
-
|
|
5724
|
-
|
|
5725
|
-
|
|
5726
|
-
|
|
5727
|
-
|
|
5728
|
-
|
|
5729
|
-
|
|
5730
|
-
|
|
5718
|
+
r.entities.list.length ? (O(), v("table", hi, [
|
|
5719
|
+
e[10] || (e[10] = c("thead", null, [
|
|
5720
|
+
c("tr", null, [
|
|
5721
|
+
c("th", null, "#"),
|
|
5722
|
+
c("th", null, "Удалить"),
|
|
5723
|
+
c("th", null, "Обновить"),
|
|
5724
|
+
c("th", null, "Дата"),
|
|
5725
|
+
c("th", null, "PROCESS_ID"),
|
|
5726
|
+
c("th", null, "EVENT_NAME"),
|
|
5727
|
+
c("th", null, "Ссылка"),
|
|
5728
|
+
c("th", null, "EVENT_DATA"),
|
|
5729
|
+
c("th", null, "who_update"),
|
|
5730
|
+
c("th", null, "entity")
|
|
5731
5731
|
])
|
|
5732
5732
|
], -1)),
|
|
5733
|
-
|
|
5734
|
-
(
|
|
5735
|
-
var l, u,
|
|
5736
|
-
return
|
|
5733
|
+
c("tbody", null, [
|
|
5734
|
+
(O(!0), v(Me, null, xe(r.entities.list, (a, o) => {
|
|
5735
|
+
var l, u, f, m;
|
|
5736
|
+
return O(), v("tr", {
|
|
5737
5737
|
key: a.PROCESS_ID + "-" + a.ID
|
|
5738
5738
|
}, [
|
|
5739
|
-
|
|
5740
|
-
|
|
5741
|
-
|
|
5742
|
-
onClick: (
|
|
5743
|
-
}, "Удалить", 8,
|
|
5739
|
+
c("td", null, I(o + 1), 1),
|
|
5740
|
+
c("td", null, [
|
|
5741
|
+
c("button", {
|
|
5742
|
+
onClick: (T) => i.deleteOfflineEntities(a)
|
|
5743
|
+
}, "Удалить", 8, mi)
|
|
5744
5744
|
]),
|
|
5745
|
-
|
|
5746
|
-
(l = a.EVENT_DATA.FIELDS) != null && l.ID && (a.EVENT_NAME == "ONCRMDEALUPDATE" || a.EVENT_NAME.includes("ONCRMDYNAMICITEMUPDATE_")) ? (
|
|
5745
|
+
c("td", null, [
|
|
5746
|
+
(l = a.EVENT_DATA.FIELDS) != null && l.ID && (a.EVENT_NAME == "ONCRMDEALUPDATE" || a.EVENT_NAME.includes("ONCRMDYNAMICITEMUPDATE_")) ? (O(), v("button", {
|
|
5747
5747
|
key: 0,
|
|
5748
|
-
onClick: (
|
|
5749
|
-
}, "Изменить", 8,
|
|
5748
|
+
onClick: (T) => i.entityUpdate(a)
|
|
5749
|
+
}, "Изменить", 8, yi)) : j("", !0)
|
|
5750
5750
|
]),
|
|
5751
|
-
|
|
5752
|
-
|
|
5753
|
-
|
|
5754
|
-
|
|
5755
|
-
(u = a.EVENT_DATA.FIELDS) != null && u.ID && a.EVENT_NAME == "ONCRMDEALUPDATE" ? (
|
|
5751
|
+
c("td", null, I(i.formatDate(a.TIMESTAMP_X)), 1),
|
|
5752
|
+
c("td", null, I(a.PROCESS_ID), 1),
|
|
5753
|
+
c("td", null, I(a.EVENT_NAME), 1),
|
|
5754
|
+
c("td", null, [
|
|
5755
|
+
(u = a.EVENT_DATA.FIELDS) != null && u.ID && a.EVENT_NAME == "ONCRMDEALUPDATE" ? (O(), v("a", {
|
|
5756
5756
|
key: 0,
|
|
5757
|
-
href: "https://repacheb.bitrix24.ru/crm/deal/details/" + ((
|
|
5757
|
+
href: "https://repacheb.bitrix24.ru/crm/deal/details/" + ((f = a.EVENT_DATA.FIELDS) == null ? void 0 : f.ID) + "/",
|
|
5758
5758
|
target: "_blank",
|
|
5759
5759
|
rel: "noopener noreferrer"
|
|
5760
|
-
},
|
|
5760
|
+
}, I((m = a.EVENT_DATA.FIELDS) == null ? void 0 : m.ID), 9, gi)) : j("", !0)
|
|
5761
5761
|
]),
|
|
5762
|
-
|
|
5763
|
-
|
|
5764
|
-
|
|
5765
|
-
e[9] || (e[9] =
|
|
5766
|
-
|
|
5762
|
+
c("td", null, I(a.EVENT_DATA), 1),
|
|
5763
|
+
c("td", null, I(a.EVENT_ADDITIONAL.user_id), 1),
|
|
5764
|
+
c("td", wi, [
|
|
5765
|
+
e[9] || (e[9] = c("span", null, "Подробней", -1)),
|
|
5766
|
+
c("span", ki, I(a), 1)
|
|
5767
5767
|
])
|
|
5768
5768
|
]);
|
|
5769
5769
|
}), 128))
|
|
5770
5770
|
])
|
|
5771
|
-
])) :
|
|
5772
|
-
])) : (
|
|
5773
|
-
])) :
|
|
5774
|
-
t.tabs.tab2 ? (
|
|
5775
|
-
|
|
5776
|
-
e[12] || (e[12] =
|
|
5777
|
-
r.subscribedEvents.length ? (
|
|
5778
|
-
e[11] || (e[11] =
|
|
5779
|
-
|
|
5780
|
-
|
|
5781
|
-
|
|
5782
|
-
|
|
5783
|
-
|
|
5771
|
+
])) : j("", !0)
|
|
5772
|
+
])) : (O(), v("div", Ti, "Список сущностей пуст."))
|
|
5773
|
+
])) : j("", !0),
|
|
5774
|
+
t.tabs.tab2 ? (O(), v("div", pi, [
|
|
5775
|
+
c("div", null, [
|
|
5776
|
+
e[12] || (e[12] = c("h3", null, "Подписаны на события:", -1)),
|
|
5777
|
+
r.subscribedEvents.length ? (O(), v("table", Si, [
|
|
5778
|
+
e[11] || (e[11] = c("thead", null, [
|
|
5779
|
+
c("tr", null, [
|
|
5780
|
+
c("th", null, "Событие"),
|
|
5781
|
+
c("th", null, "connector_id"),
|
|
5782
|
+
c("th", null, "offline"),
|
|
5783
|
+
c("th", null, "Отписаться")
|
|
5784
5784
|
])
|
|
5785
5785
|
], -1)),
|
|
5786
|
-
|
|
5787
|
-
(
|
|
5786
|
+
c("tbody", null, [
|
|
5787
|
+
(O(!0), v(Me, null, xe(r.subscribedEvents, (a) => (O(), v("tr", {
|
|
5788
5788
|
key: a.id
|
|
5789
5789
|
}, [
|
|
5790
|
-
|
|
5791
|
-
|
|
5792
|
-
|
|
5793
|
-
|
|
5794
|
-
|
|
5790
|
+
c("td", null, I(a.event), 1),
|
|
5791
|
+
c("td", null, I(a.connector_id), 1),
|
|
5792
|
+
c("td", null, I(a.offline), 1),
|
|
5793
|
+
c("td", null, [
|
|
5794
|
+
c("button", {
|
|
5795
5795
|
onClick: (o) => i.unbindSubscribedEvents(a)
|
|
5796
|
-
}, "Отписаться от событий", 8,
|
|
5796
|
+
}, "Отписаться от событий", 8, Ei)
|
|
5797
5797
|
])
|
|
5798
5798
|
]))), 128))
|
|
5799
5799
|
])
|
|
5800
|
-
])) : (
|
|
5800
|
+
])) : (O(), v("p", Oi, "Подписок на события нет."))
|
|
5801
5801
|
]),
|
|
5802
|
-
|
|
5803
|
-
e[14] || (e[14] =
|
|
5804
|
-
r.events.length ? (
|
|
5805
|
-
e[13] || (e[13] =
|
|
5806
|
-
|
|
5807
|
-
|
|
5808
|
-
|
|
5802
|
+
c("div", null, [
|
|
5803
|
+
e[14] || (e[14] = c("h3", null, "На какие события можно подписаться:", -1)),
|
|
5804
|
+
r.events.length ? (O(), v("table", vi, [
|
|
5805
|
+
e[13] || (e[13] = c("thead", null, [
|
|
5806
|
+
c("tr", null, [
|
|
5807
|
+
c("th", null, "Событие"),
|
|
5808
|
+
c("th", null, "Подписаться")
|
|
5809
5809
|
])
|
|
5810
5810
|
], -1)),
|
|
5811
|
-
|
|
5812
|
-
(
|
|
5813
|
-
|
|
5814
|
-
|
|
5815
|
-
|
|
5811
|
+
c("tbody", null, [
|
|
5812
|
+
(O(!0), v(Me, null, xe(r.events, (a) => (O(), v("tr", { key: a }, [
|
|
5813
|
+
c("td", null, I(a), 1),
|
|
5814
|
+
c("td", null, [
|
|
5815
|
+
c("button", {
|
|
5816
5816
|
onClick: (o) => i.subscribeToEvents(a),
|
|
5817
5817
|
disabled: i.isSubscribed(a),
|
|
5818
|
-
class:
|
|
5819
|
-
}, "Подписаться", 10,
|
|
5818
|
+
class: Kt({ "disabled-button": i.isSubscribed(a) })
|
|
5819
|
+
}, "Подписаться", 10, bi)
|
|
5820
5820
|
])
|
|
5821
5821
|
]))), 128))
|
|
5822
5822
|
])
|
|
5823
|
-
])) : (
|
|
5823
|
+
])) : (O(), v("p", Di, "Список событий пуст."))
|
|
5824
5824
|
])
|
|
5825
|
-
])) :
|
|
5826
|
-
t.tabs.tab3 ? (
|
|
5825
|
+
])) : j("", !0),
|
|
5826
|
+
t.tabs.tab3 ? (O(), v("div", Ni)) : j("", !0)
|
|
5827
5827
|
]);
|
|
5828
5828
|
}
|
|
5829
|
-
const
|
|
5829
|
+
const Mi = /* @__PURE__ */ ai(oi, [["render", Ii]]), xi = { class: "config-logs" }, Ci = {
|
|
5830
|
+
key: 0,
|
|
5831
|
+
class: "config-logs__loading"
|
|
5832
|
+
}, Vi = {
|
|
5833
|
+
key: 1,
|
|
5834
|
+
class: "config-logs__error"
|
|
5835
|
+
}, Fi = { key: 2 }, Li = { class: "config-logs__table" }, Ai = { class: "config-logs__level-name" }, Wi = { class: "config-logs__level-key" }, _i = { class: "config-logs__switch" }, $i = ["onUpdate:modelValue"], Zi = { class: "config-logs__checkbox" }, Ri = ["onUpdate:modelValue"], Ui = { class: "config-logs__actions" }, zi = ["disabled"], qi = ["disabled"], Yi = {
|
|
5836
|
+
__name: "ConfigLogs",
|
|
5837
|
+
props: {
|
|
5838
|
+
apiBase: {
|
|
5839
|
+
type: String,
|
|
5840
|
+
default: ""
|
|
5841
|
+
},
|
|
5842
|
+
secretKey: {
|
|
5843
|
+
type: String,
|
|
5844
|
+
default: ""
|
|
5845
|
+
},
|
|
5846
|
+
configName: {
|
|
5847
|
+
type: String,
|
|
5848
|
+
default: "log"
|
|
5849
|
+
}
|
|
5850
|
+
},
|
|
5851
|
+
setup(t) {
|
|
5852
|
+
const e = t, n = [
|
|
5853
|
+
{ key: "trace", label: "Трассировка" },
|
|
5854
|
+
{ key: "debug", label: "Отладка" },
|
|
5855
|
+
{ key: "info", label: "Информация" },
|
|
5856
|
+
{ key: "warn", label: "Предупреждения" },
|
|
5857
|
+
{ key: "error", label: "Ошибки" }
|
|
5858
|
+
], s = as({
|
|
5859
|
+
trace: { enabled: !1, json: !0, color: "" },
|
|
5860
|
+
debug: { enabled: !0, json: !0, color: "" },
|
|
5861
|
+
info: { enabled: !0, json: !0, color: "" },
|
|
5862
|
+
warn: { enabled: !0, json: !0, color: "" },
|
|
5863
|
+
error: { enabled: !0, json: !0, color: "" }
|
|
5864
|
+
}), r = he(!1), i = he(!1), a = he(""), o = he(""), l = he("ok");
|
|
5865
|
+
function u() {
|
|
5866
|
+
const h = { "Content-Type": "application/json" };
|
|
5867
|
+
return e.secretKey && (h.secret = e.secretKey), h;
|
|
5868
|
+
}
|
|
5869
|
+
function f() {
|
|
5870
|
+
return `${e.apiBase.replace(/\/+$/, "")}/api/config/${e.configName}`;
|
|
5871
|
+
}
|
|
5872
|
+
async function m() {
|
|
5873
|
+
r.value = !0, a.value = "", o.value = "";
|
|
5874
|
+
try {
|
|
5875
|
+
const w = await (await fetch(f(), { headers: u() })).json();
|
|
5876
|
+
if (w.status === "ok" && w.data)
|
|
5877
|
+
for (const p of n)
|
|
5878
|
+
w.data[p.key] && (s[p.key].enabled = w.data[p.key].enabled ?? !1, s[p.key].json = w.data[p.key].json ?? !0, s[p.key].color = w.data[p.key].color ?? "");
|
|
5879
|
+
else
|
|
5880
|
+
a.value = w.message || "Не удалось загрузить конфиг";
|
|
5881
|
+
} catch (h) {
|
|
5882
|
+
a.value = `Ошибка загрузки: ${h.message}`;
|
|
5883
|
+
} finally {
|
|
5884
|
+
r.value = !1;
|
|
5885
|
+
}
|
|
5886
|
+
}
|
|
5887
|
+
async function T() {
|
|
5888
|
+
i.value = !0, o.value = "";
|
|
5889
|
+
const h = {};
|
|
5890
|
+
for (const w of n)
|
|
5891
|
+
h[w.key] = {
|
|
5892
|
+
enabled: s[w.key].enabled,
|
|
5893
|
+
color: s[w.key].color,
|
|
5894
|
+
json: s[w.key].json
|
|
5895
|
+
};
|
|
5896
|
+
try {
|
|
5897
|
+
const p = await (await fetch(f(), {
|
|
5898
|
+
method: "POST",
|
|
5899
|
+
headers: u(),
|
|
5900
|
+
body: JSON.stringify(h)
|
|
5901
|
+
})).json();
|
|
5902
|
+
p.status === "ok" ? (o.value = p.message || "Конфиг сохранён", l.value = "ok") : (o.value = p.message || "Ошибка сохранения", l.value = "error");
|
|
5903
|
+
} catch (w) {
|
|
5904
|
+
o.value = `Ошибка сохранения: ${w.message}`, l.value = "error";
|
|
5905
|
+
} finally {
|
|
5906
|
+
i.value = !1;
|
|
5907
|
+
}
|
|
5908
|
+
}
|
|
5909
|
+
return os(() => {
|
|
5910
|
+
m();
|
|
5911
|
+
}), (h, w) => (O(), v("div", xi, [
|
|
5912
|
+
w[3] || (w[3] = c("h2", null, "Уровни логирования", -1)),
|
|
5913
|
+
r.value ? (O(), v("div", Ci, "Загрузка...")) : a.value ? (O(), v("div", Vi, [
|
|
5914
|
+
c("p", null, I(a.value), 1),
|
|
5915
|
+
c("button", { onClick: m }, "Повторить")
|
|
5916
|
+
])) : (O(), v("div", Fi, [
|
|
5917
|
+
c("table", Li, [
|
|
5918
|
+
w[2] || (w[2] = c("thead", null, [
|
|
5919
|
+
c("tr", null, [
|
|
5920
|
+
c("th", null, "Уровень"),
|
|
5921
|
+
c("th", null, "Включён"),
|
|
5922
|
+
c("th", null, "JSON-формат")
|
|
5923
|
+
])
|
|
5924
|
+
], -1)),
|
|
5925
|
+
c("tbody", null, [
|
|
5926
|
+
(O(), v(Me, null, xe(n, (p) => c("tr", {
|
|
5927
|
+
key: p.key
|
|
5928
|
+
}, [
|
|
5929
|
+
c("td", null, [
|
|
5930
|
+
c("span", Ai, I(p.label), 1),
|
|
5931
|
+
c("span", Wi, I(p.key), 1)
|
|
5932
|
+
]),
|
|
5933
|
+
c("td", null, [
|
|
5934
|
+
c("label", _i, [
|
|
5935
|
+
Qe(c("input", {
|
|
5936
|
+
type: "checkbox",
|
|
5937
|
+
"onUpdate:modelValue": (V) => s[p.key].enabled = V
|
|
5938
|
+
}, null, 8, $i), [
|
|
5939
|
+
[Xe, s[p.key].enabled]
|
|
5940
|
+
]),
|
|
5941
|
+
w[0] || (w[0] = c("span", { class: "config-logs__slider" }, null, -1))
|
|
5942
|
+
])
|
|
5943
|
+
]),
|
|
5944
|
+
c("td", null, [
|
|
5945
|
+
c("label", Zi, [
|
|
5946
|
+
Qe(c("input", {
|
|
5947
|
+
type: "checkbox",
|
|
5948
|
+
"onUpdate:modelValue": (V) => s[p.key].json = V
|
|
5949
|
+
}, null, 8, Ri), [
|
|
5950
|
+
[Xe, s[p.key].json]
|
|
5951
|
+
]),
|
|
5952
|
+
w[1] || (w[1] = c("span", null, "JSON", -1))
|
|
5953
|
+
])
|
|
5954
|
+
])
|
|
5955
|
+
])), 64))
|
|
5956
|
+
])
|
|
5957
|
+
]),
|
|
5958
|
+
c("div", Ui, [
|
|
5959
|
+
c("button", {
|
|
5960
|
+
onClick: T,
|
|
5961
|
+
disabled: i.value
|
|
5962
|
+
}, I(i.value ? "Сохранение..." : "Сохранить"), 9, zi),
|
|
5963
|
+
c("button", {
|
|
5964
|
+
onClick: m,
|
|
5965
|
+
disabled: r.value
|
|
5966
|
+
}, "Обновить", 8, qi)
|
|
5967
|
+
]),
|
|
5968
|
+
o.value ? (O(), v("div", {
|
|
5969
|
+
key: 0,
|
|
5970
|
+
class: Kt(["config-logs__message", l.value === "ok" ? "config-logs__message--success" : "config-logs__message--error"])
|
|
5971
|
+
}, I(o.value), 3)) : j("", !0)
|
|
5972
|
+
]))
|
|
5973
|
+
]));
|
|
5974
|
+
}
|
|
5975
|
+
}, Pi = {
|
|
5830
5976
|
install(t, e = {}) {
|
|
5831
|
-
t.component("Subscriptions",
|
|
5977
|
+
t.component("Subscriptions", Mi), t.component("ConfigLogs", Yi), e.b24 && (t.config.globalProperties.$b24 = e.b24);
|
|
5832
5978
|
}
|
|
5833
5979
|
};
|
|
5834
5980
|
export {
|
|
5835
|
-
|
|
5836
|
-
|
|
5981
|
+
Yi as ConfigLogs,
|
|
5982
|
+
Mi as Subscriptions,
|
|
5983
|
+
Pi as default
|
|
5837
5984
|
};
|