@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.
- package/bundles/smartsoft001-crud-shell-angular.umd.js +10 -4
- package/bundles/smartsoft001-crud-shell-angular.umd.js.map +1 -1
- package/esm2015/lib/pages/item/base/base.component.js +1 -1
- package/fesm2015/smartsoft001-crud-shell-angular.js.map +1 -1
- package/lib/pages/item/base/base.component.d.ts.map +1 -1
- package/package.json +6 -6
|
@@ -262,10 +262,16 @@
|
|
|
262
262
|
r[k] = a[j];
|
|
263
263
|
return r;
|
|
264
264
|
}
|
|
265
|
-
function __spreadArray(to, from) {
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
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);
|