@datarailsshared/datarailsshared 1.3.51 → 1.4.13
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.
|
@@ -98,7 +98,7 @@
|
|
|
98
98
|
defaultValue: [{ type: i0.Input }]
|
|
99
99
|
};
|
|
100
100
|
|
|
101
|
-
|
|
101
|
+
/******************************************************************************
|
|
102
102
|
Copyright (c) Microsoft Corporation.
|
|
103
103
|
|
|
104
104
|
Permission to use, copy, modify, and/or distribute this software for any
|
|
@@ -260,7 +260,11 @@
|
|
|
260
260
|
var __createBinding = Object.create ? (function (o, m, k, k2) {
|
|
261
261
|
if (k2 === undefined)
|
|
262
262
|
k2 = k;
|
|
263
|
-
Object.
|
|
263
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
264
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
265
|
+
desc = { enumerable: true, get: function () { return m[k]; } };
|
|
266
|
+
}
|
|
267
|
+
Object.defineProperty(o, k2, desc);
|
|
264
268
|
}) : (function (o, m, k, k2) {
|
|
265
269
|
if (k2 === undefined)
|
|
266
270
|
k2 = k;
|
|
@@ -324,10 +328,16 @@
|
|
|
324
328
|
r[k] = a[j];
|
|
325
329
|
return r;
|
|
326
330
|
}
|
|
327
|
-
function __spreadArray(to, from) {
|
|
328
|
-
|
|
329
|
-
|
|
330
|
-
|
|
331
|
+
function __spreadArray(to, from, pack) {
|
|
332
|
+
if (pack || arguments.length === 2)
|
|
333
|
+
for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
334
|
+
if (ar || !(i in from)) {
|
|
335
|
+
if (!ar)
|
|
336
|
+
ar = Array.prototype.slice.call(from, 0, i);
|
|
337
|
+
ar[i] = from[i];
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
331
341
|
}
|
|
332
342
|
function __await(v) {
|
|
333
343
|
return this instanceof __await ? (this.v = v, this) : new __await(v);
|
|
@@ -409,6 +419,11 @@
|
|
|
409
419
|
throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
410
420
|
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
411
421
|
}
|
|
422
|
+
function __classPrivateFieldIn(state, receiver) {
|
|
423
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
|
|
424
|
+
throw new TypeError("Cannot use 'in' operator on non-object");
|
|
425
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
426
|
+
}
|
|
412
427
|
|
|
413
428
|
// @ts-ignore
|
|
414
429
|
var moment$9 = require("moment");
|