@ahoo-wang/fetcher-wow 1.3.1 → 1.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +1 -1
- package/dist/index.es.js +126 -114
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/query/queryable.d.ts +13 -0
- package/dist/query/queryable.d.ts.map +1 -1
- package/package.json +4 -4
package/LICENSE
CHANGED
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
same "printed page" as the copyright notice for easier
|
|
187
187
|
identification within third-party archives.
|
|
188
188
|
|
|
189
|
-
Copyright [
|
|
189
|
+
Copyright [2025] [ahoo wang <ahoowang@qq.com>]
|
|
190
190
|
|
|
191
191
|
Licensed under the Apache License, Version 2.0 (the "License");
|
|
192
192
|
you may not use this file except in compliance with the License.
|
package/dist/index.es.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { ResultExtractors as S } from "@ahoo-wang/fetcher-decorator";
|
|
2
2
|
import { combineURLs as P, ContentTypeValues as _, HttpMethod as X } from "@ahoo-wang/fetcher";
|
|
3
3
|
import "@ahoo-wang/fetcher-eventstream";
|
|
4
|
-
class
|
|
4
|
+
class v {
|
|
5
5
|
constructor(E) {
|
|
6
6
|
this.options = E;
|
|
7
7
|
}
|
|
@@ -99,7 +99,7 @@ function u(t, E) {
|
|
|
99
99
|
return typeof t < "u" && (T.datePattern = t), typeof E < "u" && (T.zoneId = E), T;
|
|
100
100
|
}
|
|
101
101
|
var Y = /* @__PURE__ */ ((t) => (t.ACTIVE = "ACTIVE", t.DELETED = "DELETED", t.ALL = "ALL", t))(Y || {});
|
|
102
|
-
function
|
|
102
|
+
function K(...t) {
|
|
103
103
|
if (t.length === 0)
|
|
104
104
|
return O();
|
|
105
105
|
if (t.length === 1)
|
|
@@ -109,34 +109,34 @@ function v(...t) {
|
|
|
109
109
|
T.operator !== A.ALL && (T.operator === A.AND && T.children ? E.push(...T.children) : E.push(T));
|
|
110
110
|
}), { operator: A.AND, children: E };
|
|
111
111
|
}
|
|
112
|
-
function
|
|
112
|
+
function k(...t) {
|
|
113
113
|
return t.length === 0 ? O() : { operator: A.OR, children: t };
|
|
114
114
|
}
|
|
115
|
-
function
|
|
115
|
+
function z(...t) {
|
|
116
116
|
return t.length === 0 ? O() : { operator: A.NOR, children: t };
|
|
117
117
|
}
|
|
118
|
-
function
|
|
118
|
+
function H(t) {
|
|
119
119
|
return { operator: A.ID, value: t };
|
|
120
120
|
}
|
|
121
|
-
function
|
|
121
|
+
function j(t) {
|
|
122
122
|
return { operator: A.IDS, value: t };
|
|
123
123
|
}
|
|
124
|
-
function
|
|
124
|
+
function Q(t) {
|
|
125
125
|
return { operator: A.AGGREGATE_ID, value: t };
|
|
126
126
|
}
|
|
127
|
-
function
|
|
127
|
+
function Z(...t) {
|
|
128
128
|
return { operator: A.AGGREGATE_IDS, value: t };
|
|
129
129
|
}
|
|
130
|
-
function
|
|
130
|
+
function p(t) {
|
|
131
131
|
return { operator: A.TENANT_ID, value: t };
|
|
132
132
|
}
|
|
133
|
-
function
|
|
133
|
+
function m(t) {
|
|
134
134
|
return { operator: A.OWNER_ID, value: t };
|
|
135
135
|
}
|
|
136
136
|
function B(t) {
|
|
137
137
|
return { operator: A.DELETED, value: t };
|
|
138
138
|
}
|
|
139
|
-
function
|
|
139
|
+
function d() {
|
|
140
140
|
return B(
|
|
141
141
|
"ACTIVE"
|
|
142
142
|
/* ACTIVE */
|
|
@@ -147,114 +147,114 @@ function O() {
|
|
|
147
147
|
operator: A.ALL
|
|
148
148
|
};
|
|
149
149
|
}
|
|
150
|
-
function
|
|
150
|
+
function tt(t, E) {
|
|
151
151
|
return { field: t, operator: A.EQ, value: E };
|
|
152
152
|
}
|
|
153
|
-
function
|
|
153
|
+
function Et(t, E) {
|
|
154
154
|
return { field: t, operator: A.NE, value: E };
|
|
155
155
|
}
|
|
156
|
-
function
|
|
156
|
+
function Tt(t, E) {
|
|
157
157
|
return { field: t, operator: A.GT, value: E };
|
|
158
158
|
}
|
|
159
|
-
function
|
|
159
|
+
function it(t, E) {
|
|
160
160
|
return { field: t, operator: A.LT, value: E };
|
|
161
161
|
}
|
|
162
|
-
function
|
|
162
|
+
function At(t, E) {
|
|
163
163
|
return { field: t, operator: A.GTE, value: E };
|
|
164
164
|
}
|
|
165
|
-
function
|
|
165
|
+
function st(t, E) {
|
|
166
166
|
return { field: t, operator: A.LTE, value: E };
|
|
167
167
|
}
|
|
168
|
-
function
|
|
168
|
+
function nt(t, E, T) {
|
|
169
169
|
const s = f(T);
|
|
170
170
|
return { field: t, operator: A.CONTAINS, value: E, options: s };
|
|
171
171
|
}
|
|
172
172
|
function ct(t, ...E) {
|
|
173
173
|
return { field: t, operator: A.IN, value: E };
|
|
174
174
|
}
|
|
175
|
-
function
|
|
175
|
+
function It(t, ...E) {
|
|
176
176
|
return { field: t, operator: A.NOT_IN, value: E };
|
|
177
177
|
}
|
|
178
|
-
function
|
|
178
|
+
function Nt(t, E, T) {
|
|
179
179
|
return { field: t, operator: A.BETWEEN, value: [E, T] };
|
|
180
180
|
}
|
|
181
|
-
function
|
|
181
|
+
function rt(t, ...E) {
|
|
182
182
|
return { field: t, operator: A.ALL_IN, value: E };
|
|
183
183
|
}
|
|
184
|
-
function
|
|
184
|
+
function ut(t, E, T) {
|
|
185
185
|
const s = f(T);
|
|
186
186
|
return { field: t, operator: A.STARTS_WITH, value: E, options: s };
|
|
187
187
|
}
|
|
188
|
-
function
|
|
188
|
+
function Rt(t, E, T) {
|
|
189
189
|
const s = f(T);
|
|
190
190
|
return { field: t, operator: A.ENDS_WITH, value: E, options: s };
|
|
191
191
|
}
|
|
192
|
-
function
|
|
192
|
+
function et(t, E) {
|
|
193
193
|
return { field: t, operator: A.ELEM_MATCH, children: [E] };
|
|
194
194
|
}
|
|
195
|
-
function
|
|
195
|
+
function Dt(t) {
|
|
196
196
|
return { field: t, operator: A.NULL };
|
|
197
197
|
}
|
|
198
|
-
function
|
|
198
|
+
function St(t) {
|
|
199
199
|
return { field: t, operator: A.NOT_NULL };
|
|
200
200
|
}
|
|
201
|
-
function
|
|
201
|
+
function Ot(t) {
|
|
202
202
|
return { field: t, operator: A.TRUE };
|
|
203
203
|
}
|
|
204
|
-
function
|
|
204
|
+
function ot(t) {
|
|
205
205
|
return { field: t, operator: A.FALSE };
|
|
206
206
|
}
|
|
207
|
-
function
|
|
207
|
+
function Lt(t, E = !0) {
|
|
208
208
|
return { field: t, operator: A.EXISTS, value: E };
|
|
209
209
|
}
|
|
210
|
-
function
|
|
210
|
+
function _t(t, E, T) {
|
|
211
211
|
const s = u(E, T);
|
|
212
212
|
return { field: t, operator: A.TODAY, options: s };
|
|
213
213
|
}
|
|
214
|
-
function
|
|
214
|
+
function ht(t, E, T, s) {
|
|
215
215
|
const R = u(T, s);
|
|
216
216
|
return { field: t, operator: A.BEFORE_TODAY, value: E, options: R };
|
|
217
217
|
}
|
|
218
|
-
function
|
|
218
|
+
function ft(t, E, T) {
|
|
219
219
|
const s = u(E, T);
|
|
220
220
|
return { field: t, operator: A.TOMORROW, options: s };
|
|
221
221
|
}
|
|
222
|
-
function
|
|
222
|
+
function Gt(t, E, T) {
|
|
223
223
|
const s = u(E, T);
|
|
224
224
|
return { field: t, operator: A.THIS_WEEK, options: s };
|
|
225
225
|
}
|
|
226
|
-
function
|
|
226
|
+
function Mt(t, E, T) {
|
|
227
227
|
const s = u(E, T);
|
|
228
228
|
return { field: t, operator: A.NEXT_WEEK, options: s };
|
|
229
229
|
}
|
|
230
|
-
function
|
|
230
|
+
function Ct(t, E, T) {
|
|
231
231
|
const s = u(E, T);
|
|
232
232
|
return { field: t, operator: A.LAST_WEEK, options: s };
|
|
233
233
|
}
|
|
234
|
-
function
|
|
234
|
+
function Wt(t, E, T) {
|
|
235
235
|
const s = u(E, T);
|
|
236
236
|
return { field: t, operator: A.THIS_MONTH, options: s };
|
|
237
237
|
}
|
|
238
|
-
function
|
|
238
|
+
function lt(t, E, T) {
|
|
239
239
|
const s = u(E, T);
|
|
240
240
|
return { field: t, operator: A.LAST_MONTH, options: s };
|
|
241
241
|
}
|
|
242
|
-
function
|
|
242
|
+
function gt(t, E, T, s) {
|
|
243
243
|
const R = u(T, s);
|
|
244
244
|
return { field: t, operator: A.RECENT_DAYS, value: E, options: R };
|
|
245
245
|
}
|
|
246
|
-
function
|
|
246
|
+
function Pt(t, E, T, s) {
|
|
247
247
|
const R = u(T, s);
|
|
248
248
|
return { field: t, operator: A.EARLIER_DAYS, value: E, options: R };
|
|
249
249
|
}
|
|
250
|
-
function
|
|
250
|
+
function Ut(t) {
|
|
251
251
|
return { operator: A.RAW, value: t };
|
|
252
252
|
}
|
|
253
253
|
const o = {
|
|
254
254
|
index: 1,
|
|
255
255
|
size: 10
|
|
256
256
|
};
|
|
257
|
-
function
|
|
257
|
+
function Vt({
|
|
258
258
|
index: t = o.index,
|
|
259
259
|
size: E = o.size
|
|
260
260
|
} = o) {
|
|
@@ -264,7 +264,7 @@ function Ut({
|
|
|
264
264
|
};
|
|
265
265
|
}
|
|
266
266
|
const q = {};
|
|
267
|
-
function
|
|
267
|
+
function Xt({
|
|
268
268
|
include: t,
|
|
269
269
|
exclude: E
|
|
270
270
|
} = q) {
|
|
@@ -273,7 +273,7 @@ function Vt({
|
|
|
273
273
|
exclude: E
|
|
274
274
|
};
|
|
275
275
|
}
|
|
276
|
-
function
|
|
276
|
+
function $t({
|
|
277
277
|
condition: t = O(),
|
|
278
278
|
projection: E,
|
|
279
279
|
sort: T
|
|
@@ -284,7 +284,7 @@ function Xt({
|
|
|
284
284
|
sort: T
|
|
285
285
|
};
|
|
286
286
|
}
|
|
287
|
-
function
|
|
287
|
+
function Yt({
|
|
288
288
|
condition: t = O(),
|
|
289
289
|
projection: E,
|
|
290
290
|
sort: T,
|
|
@@ -297,7 +297,7 @@ function $t({
|
|
|
297
297
|
limit: s
|
|
298
298
|
};
|
|
299
299
|
}
|
|
300
|
-
function
|
|
300
|
+
function Bt({
|
|
301
301
|
condition: t = O(),
|
|
302
302
|
projection: E,
|
|
303
303
|
sort: T,
|
|
@@ -310,6 +310,16 @@ function Yt({
|
|
|
310
310
|
pagination: s
|
|
311
311
|
};
|
|
312
312
|
}
|
|
313
|
+
const y = {
|
|
314
|
+
total: 0,
|
|
315
|
+
list: []
|
|
316
|
+
};
|
|
317
|
+
function qt({ total: t, list: E = [] } = y) {
|
|
318
|
+
return t === void 0 && (t = E.length), {
|
|
319
|
+
total: t,
|
|
320
|
+
list: E
|
|
321
|
+
};
|
|
322
|
+
}
|
|
313
323
|
class U {
|
|
314
324
|
/**
|
|
315
325
|
* Creates a new QueryClient instance.
|
|
@@ -339,30 +349,30 @@ class U {
|
|
|
339
349
|
return R(V);
|
|
340
350
|
}
|
|
341
351
|
}
|
|
342
|
-
var
|
|
343
|
-
function
|
|
352
|
+
var F = /* @__PURE__ */ ((t) => (t.ASC = "ASC", t.DESC = "DESC", t))(F || {});
|
|
353
|
+
function yt(t) {
|
|
344
354
|
return {
|
|
345
355
|
field: t,
|
|
346
356
|
direction: "ASC"
|
|
347
357
|
/* ASC */
|
|
348
358
|
};
|
|
349
359
|
}
|
|
350
|
-
function
|
|
360
|
+
function Ft(t) {
|
|
351
361
|
return {
|
|
352
362
|
field: t,
|
|
353
363
|
direction: "DESC"
|
|
354
364
|
/* DESC */
|
|
355
365
|
};
|
|
356
366
|
}
|
|
357
|
-
const
|
|
367
|
+
const n = class n {
|
|
358
368
|
};
|
|
359
|
-
|
|
360
|
-
let W =
|
|
369
|
+
n.HEADER = "header", n.COMMAND_OPERATOR = `${n.HEADER}.command_operator`, n.AGGREGATE_ID = "aggregateId", n.TENANT_ID = "tenantId", n.OWNER_ID = "ownerId", n.COMMAND_ID = "commandId", n.REQUEST_ID = "requestId", n.VERSION = "version", n.BODY = "body", n.BODY_ID = `${n.BODY}.id`, n.BODY_NAME = `${n.BODY}.name`, n.BODY_TYPE = `${n.BODY}.bodyType`, n.BODY_REVISION = `${n.BODY}.revision`, n.BODY_BODY = `${n.BODY}.body`, n.CREATE_TIME = "createTime";
|
|
370
|
+
let W = n;
|
|
361
371
|
const e = class e {
|
|
362
372
|
};
|
|
363
373
|
e.EVENT_STREAM_RESOURCE_NAME = "event", e.COUNT = `${e.EVENT_STREAM_RESOURCE_NAME}/count`, e.LIST = `${e.EVENT_STREAM_RESOURCE_NAME}/list`, e.PAGED = `${e.EVENT_STREAM_RESOURCE_NAME}/paged`;
|
|
364
374
|
let D = e;
|
|
365
|
-
class
|
|
375
|
+
class xt extends U {
|
|
366
376
|
/**
|
|
367
377
|
* Creates a new EventStreamQueryClient instance.
|
|
368
378
|
* @param options - The client configuration options including fetcher and base path
|
|
@@ -464,7 +474,7 @@ const I = class I {
|
|
|
464
474
|
};
|
|
465
475
|
I.SNAPSHOT_RESOURCE_NAME = "snapshot", I.COUNT = `${I.SNAPSHOT_RESOURCE_NAME}/count`, I.LIST = `${I.SNAPSHOT_RESOURCE_NAME}/list`, I.LIST_STATE = `${I.LIST}/state`, I.PAGED = `${I.SNAPSHOT_RESOURCE_NAME}/paged`, I.PAGED_STATE = `${I.PAGED}/state`, I.SINGLE = `${I.SNAPSHOT_RESOURCE_NAME}/single`, I.SINGLE_STATE = `${I.SINGLE}/state`;
|
|
466
476
|
let r = I;
|
|
467
|
-
class
|
|
477
|
+
class at extends U {
|
|
468
478
|
/**
|
|
469
479
|
* Creates a new SnapshotQueryClient instance.
|
|
470
480
|
* @param options - The configuration options for the client
|
|
@@ -661,8 +671,8 @@ class Ft extends U {
|
|
|
661
671
|
return this.query(r.SINGLE_STATE, E);
|
|
662
672
|
}
|
|
663
673
|
}
|
|
664
|
-
var
|
|
665
|
-
const
|
|
674
|
+
var x = /* @__PURE__ */ ((t) => (t.RECOVERABLE = "RECOVERABLE", t.UNKNOWN = "UNKNOWN", t.UNRECOVERABLE = "UNRECOVERABLE", t))(x || {});
|
|
675
|
+
const c = class c {
|
|
666
676
|
/**
|
|
667
677
|
* Checks if the provided error code represents a successful operation.
|
|
668
678
|
*
|
|
@@ -670,7 +680,7 @@ const n = class n {
|
|
|
670
680
|
* @returns true if the error code is 'Ok', false otherwise
|
|
671
681
|
*/
|
|
672
682
|
static isSucceeded(E) {
|
|
673
|
-
return E ===
|
|
683
|
+
return E === c.SUCCEEDED;
|
|
674
684
|
}
|
|
675
685
|
/**
|
|
676
686
|
* Checks if the provided error code represents an error condition.
|
|
@@ -679,84 +689,86 @@ const n = class n {
|
|
|
679
689
|
* @returns true if the error code is not 'Ok', false otherwise
|
|
680
690
|
*/
|
|
681
691
|
static isError(E) {
|
|
682
|
-
return !
|
|
692
|
+
return !c.isSucceeded(E);
|
|
683
693
|
}
|
|
684
694
|
};
|
|
685
|
-
|
|
686
|
-
let g =
|
|
687
|
-
var
|
|
688
|
-
const
|
|
695
|
+
c.SUCCEEDED = "Ok", c.SUCCEEDED_MESSAGE = "", c.NOT_FOUND = "NotFound", c.NOT_FOUND_MESSAGE = "Not found resource!", c.BAD_REQUEST = "BadRequest", c.ILLEGAL_ARGUMENT = "IllegalArgument", c.ILLEGAL_STATE = "IllegalState", c.REQUEST_TIMEOUT = "RequestTimeout", c.TOO_MANY_REQUESTS = "TooManyRequests", c.DUPLICATE_REQUEST_ID = "DuplicateRequestId", c.COMMAND_VALIDATION = "CommandValidation", c.REWRITE_NO_COMMAND = "RewriteNoCommand", c.EVENT_VERSION_CONFLICT = "EventVersionConflict", c.DUPLICATE_AGGREGATE_ID = "DuplicateAggregateId", c.COMMAND_EXPECT_VERSION_CONFLICT = "CommandExpectVersionConflict", c.SOURCING_VERSION_CONFLICT = "SourcingVersionConflict", c.ILLEGAL_ACCESS_DELETED_AGGREGATE = "IllegalAccessDeletedAggregate", c.ILLEGAL_ACCESS_OWNER_AGGREGATE = "IllegalAccessOwnerAggregate", c.INTERNAL_SERVER_ERROR = "InternalServerError";
|
|
696
|
+
let g = c;
|
|
697
|
+
var a = /* @__PURE__ */ ((t) => (t.COMMAND = "COMMAND", t.ERROR = "ERROR", t.EVENT = "EVENT", t.SOURCING = "SOURCING", t.STATE_EVENT = "STATE_EVENT", t))(a || {});
|
|
698
|
+
const wt = "";
|
|
689
699
|
export {
|
|
690
|
-
|
|
700
|
+
v as CommandClient,
|
|
691
701
|
M as CommandHttpHeaders,
|
|
692
702
|
$ as CommandStage,
|
|
693
703
|
C as ConditionOptionKey,
|
|
694
|
-
|
|
704
|
+
wt as DEFAULT_OWNER_ID,
|
|
695
705
|
o as DEFAULT_PAGINATION,
|
|
696
706
|
q as DEFAULT_PROJECTION,
|
|
697
707
|
Y as DeletionState,
|
|
698
708
|
W as DomainEventStreamMetadataFields,
|
|
709
|
+
y as EMPTY_PAGED_LIST,
|
|
699
710
|
g as ErrorCodes,
|
|
700
|
-
|
|
711
|
+
xt as EventStreamQueryClient,
|
|
701
712
|
D as EventStreamQueryEndpointPaths,
|
|
702
|
-
|
|
713
|
+
a as FunctionKind,
|
|
703
714
|
A as Operator,
|
|
704
715
|
U as QueryClient,
|
|
705
|
-
|
|
716
|
+
x as RecoverableType,
|
|
706
717
|
l as SnapshotMetadataFields,
|
|
707
|
-
|
|
718
|
+
at as SnapshotQueryClient,
|
|
708
719
|
r as SnapshotQueryEndpointPaths,
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
720
|
+
F as SortDirection,
|
|
721
|
+
d as active,
|
|
722
|
+
Q as aggregateId,
|
|
723
|
+
Z as aggregateIds,
|
|
713
724
|
O as all,
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
725
|
+
rt as allIn,
|
|
726
|
+
K as and,
|
|
727
|
+
yt as asc,
|
|
728
|
+
ht as beforeToday,
|
|
729
|
+
Nt as between,
|
|
730
|
+
nt as contains,
|
|
720
731
|
u as dateOptions,
|
|
721
732
|
B as deleted,
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
733
|
+
Ft as desc,
|
|
734
|
+
Pt as earlierDays,
|
|
735
|
+
et as elemMatch,
|
|
736
|
+
Rt as endsWith,
|
|
737
|
+
tt as eq,
|
|
738
|
+
Lt as exists,
|
|
739
|
+
Tt as gt,
|
|
740
|
+
At as gte,
|
|
741
|
+
H as id,
|
|
742
|
+
j as ids,
|
|
732
743
|
f as ignoreCaseOptions,
|
|
733
|
-
|
|
744
|
+
ot as isFalse,
|
|
734
745
|
ct as isIn,
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
|
|
742
|
-
|
|
743
|
-
|
|
744
|
-
|
|
745
|
-
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
Vt as
|
|
752
|
-
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
746
|
+
Dt as isNull,
|
|
747
|
+
Ot as isTrue,
|
|
748
|
+
lt as lastMonth,
|
|
749
|
+
Ct as lastWeek,
|
|
750
|
+
Yt as listQuery,
|
|
751
|
+
it as lt,
|
|
752
|
+
st as lte,
|
|
753
|
+
Et as ne,
|
|
754
|
+
Mt as nextWeek,
|
|
755
|
+
z as nor,
|
|
756
|
+
It as notIn,
|
|
757
|
+
St as notNull,
|
|
758
|
+
k as or,
|
|
759
|
+
m as ownerId,
|
|
760
|
+
qt as pagedList,
|
|
761
|
+
Bt as pagedQuery,
|
|
762
|
+
Vt as pagination,
|
|
763
|
+
Xt as projection,
|
|
764
|
+
Ut as raw,
|
|
765
|
+
gt as recentDays,
|
|
766
|
+
$t as singleQuery,
|
|
767
|
+
ut as startsWith,
|
|
768
|
+
p as tenantId,
|
|
769
|
+
Wt as thisMonth,
|
|
770
|
+
Gt as thisWeek,
|
|
771
|
+
_t as today,
|
|
772
|
+
ft as tomorrow
|
|
761
773
|
};
|
|
762
774
|
//# sourceMappingURL=index.es.js.map
|