@smartsoft001/crud-shell-angular 1.1.668 → 1.1.672

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.
@@ -262,10 +262,16 @@
262
262
  r[k] = a[j];
263
263
  return r;
264
264
  }
265
- function __spreadArray(to, from) {
266
- for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
267
- to[j] = from[i];
268
- return to;
265
+ function __spreadArray(to, from, pack) {
266
+ if (pack || arguments.length === 2)
267
+ for (var i = 0, l = from.length, ar; i < l; i++) {
268
+ if (ar || !(i in from)) {
269
+ if (!ar)
270
+ ar = Array.prototype.slice.call(from, 0, i);
271
+ ar[i] = from[i];
272
+ }
273
+ }
274
+ return to.concat(ar || Array.prototype.slice.call(from));
269
275
  }
270
276
  function __await(v) {
271
277
  return this instanceof __await ? (this.v = v, this) : new __await(v);