mobicloud-core 1.0.180 → 1.0.181

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.
@@ -4,7 +4,7 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory((global['mobicloud-core'] = global['mobicloud-core'] || {}, global['mobicloud-core'].api = {}), global.ng.core, global.ng.common, global.ng.common.http, global.rxjs.operators, global.rxjs, global.signalR, global['mobicloud-core'], global.ng.localize.init, global.moment));
5
5
  }(this, (function (exports, i0, common, i1, operators, rxjs, signalR, i2, init, moment) { 'use strict';
6
6
 
7
- /*! *****************************************************************************
7
+ /******************************************************************************
8
8
  Copyright (c) Microsoft Corporation.
9
9
 
10
10
  Permission to use, copy, modify, and/or distribute this software for any
@@ -166,7 +166,11 @@
166
166
  var __createBinding = Object.create ? (function (o, m, k, k2) {
167
167
  if (k2 === undefined)
168
168
  k2 = k;
169
- Object.defineProperty(o, k2, { enumerable: true, get: function () { return m[k]; } });
169
+ var desc = Object.getOwnPropertyDescriptor(m, k);
170
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
171
+ desc = { enumerable: true, get: function () { return m[k]; } };
172
+ }
173
+ Object.defineProperty(o, k2, desc);
170
174
  }) : (function (o, m, k, k2) {
171
175
  if (k2 === undefined)
172
176
  k2 = k;
@@ -230,10 +234,16 @@
230
234
  r[k] = a[j];
231
235
  return r;
232
236
  }
233
- function __spreadArray(to, from) {
234
- for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
235
- to[j] = from[i];
236
- return to;
237
+ function __spreadArray(to, from, pack) {
238
+ if (pack || arguments.length === 2)
239
+ for (var i = 0, l = from.length, ar; i < l; i++) {
240
+ if (ar || !(i in from)) {
241
+ if (!ar)
242
+ ar = Array.prototype.slice.call(from, 0, i);
243
+ ar[i] = from[i];
244
+ }
245
+ }
246
+ return to.concat(ar || Array.prototype.slice.call(from));
237
247
  }
238
248
  function __await(v) {
239
249
  return this instanceof __await ? (this.v = v, this) : new __await(v);
@@ -314,6 +324,11 @@
314
324
  if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver))
315
325
  throw new TypeError("Cannot write private member to an object whose class did not declare it");
316
326
  return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
327
+ }
328
+ function __classPrivateFieldIn(state, receiver) {
329
+ if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function"))
330
+ throw new TypeError("Cannot use 'in' operator on non-object");
331
+ return typeof state === "function" ? receiver === state : state.has(receiver);
317
332
  }
318
333
 
319
334
  var API_SETTINGS = /** @class */ (function () {