@hpcc-js/common 2.72.0 → 2.73.1

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/dist/index.js CHANGED
@@ -5,8 +5,8 @@
5
5
  })(this, (function (exports, util) { 'use strict';
6
6
 
7
7
  var PKG_NAME = "@hpcc-js/common";
8
- var PKG_VERSION = "2.72.0";
9
- var BUILD_VERSION = "2.106.0";
8
+ var PKG_VERSION = "2.73.1";
9
+ var BUILD_VERSION = "2.108.2";
10
10
 
11
11
  /******************************************************************************
12
12
  Copyright (c) Microsoft Corporation.
@@ -22,7 +22,7 @@
22
22
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
23
23
  PERFORMANCE OF THIS SOFTWARE.
24
24
  ***************************************************************************** */
25
- /* global Reflect, Promise, SuppressedError, Symbol */
25
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
26
26
 
27
27
  var extendStatics = function(d, b) {
28
28
  extendStatics = Object.setPrototypeOf ||
@@ -1950,10 +1950,10 @@
1950
1950
  }));
1951
1951
 
1952
1952
  var A = -0.14861,
1953
- B = +1.78277,
1953
+ B = 1.78277,
1954
1954
  C = -0.29227,
1955
1955
  D = -0.90649,
1956
- E = +1.97294,
1956
+ E = 1.97294,
1957
1957
  ED = E * D,
1958
1958
  EB = E * B,
1959
1959
  BC_DA = B * C - D * A;
@@ -4792,7 +4792,7 @@
4792
4792
  if (step < 0) while (++step <= 0) {
4793
4793
  while (offseti(date, -1), !test(date)) {} // eslint-disable-line no-empty
4794
4794
  } else while (--step >= 0) {
4795
- while (offseti(date, +1), !test(date)) {} // eslint-disable-line no-empty
4795
+ while (offseti(date, 1), !test(date)) {} // eslint-disable-line no-empty
4796
4796
  }
4797
4797
  }
4798
4798
  });
@@ -5771,8 +5771,6 @@
5771
5771
  ? formatIsoNative
5772
5772
  : exports.utcFormat(isoSpecifier);
5773
5773
 
5774
- var formatIso$1 = formatIso;
5775
-
5776
5774
  function parseIsoNative(string) {
5777
5775
  var date = new Date(string);
5778
5776
  return isNaN(date) ? null : date;
@@ -5782,8 +5780,6 @@
5782
5780
  ? parseIsoNative
5783
5781
  : exports.utcParse(isoSpecifier);
5784
5782
 
5785
- var parseIso$1 = parseIso;
5786
-
5787
5783
  function applyMixins(derivedCtor, baseCtors) {
5788
5784
  baseCtors.forEach(function (baseCtor) {
5789
5785
  Object.getOwnPropertyNames(baseCtor).forEach(function (name) {
@@ -14486,7 +14482,7 @@
14486
14482
  exports.event.stopImmediatePropagation();
14487
14483
  }
14488
14484
 
14489
- var MODE_DRAG = {name: "drag"},
14485
+ var MODE_DRAG = {},
14490
14486
  MODE_SPACE = {name: "space"},
14491
14487
  MODE_HANDLE = {name: "handle"},
14492
14488
  MODE_CENTER = {name: "center"};
@@ -14558,29 +14554,29 @@
14558
14554
  };
14559
14555
 
14560
14556
  var signsX = {
14561
- overlay: +1,
14562
- selection: +1,
14557
+ overlay: 1,
14558
+ selection: 1,
14563
14559
  n: null,
14564
- e: +1,
14560
+ e: 1,
14565
14561
  s: null,
14566
14562
  w: -1,
14567
14563
  nw: -1,
14568
- ne: +1,
14569
- se: +1,
14564
+ ne: 1,
14565
+ se: 1,
14570
14566
  sw: -1
14571
14567
  };
14572
14568
 
14573
14569
  var signsY = {
14574
- overlay: +1,
14575
- selection: +1,
14570
+ overlay: 1,
14571
+ selection: 1,
14576
14572
  n: -1,
14577
14573
  e: null,
14578
- s: +1,
14574
+ s: 1,
14579
14575
  w: null,
14580
14576
  nw: -1,
14581
14577
  ne: -1,
14582
- se: +1,
14583
- sw: +1
14578
+ se: 1,
14579
+ sw: 1
14584
14580
  };
14585
14581
 
14586
14582
  function type(t) {
@@ -15229,8 +15225,8 @@
15229
15225
  exports.interpolateWarm = warm;
15230
15226
  exports.interpolateZoom = interpolateZoom;
15231
15227
  exports.interrupt = interrupt;
15232
- exports.isoFormat = formatIso$1;
15233
- exports.isoParse = parseIso$1;
15228
+ exports.isoFormat = formatIso;
15229
+ exports.isoParse = parseIso;
15234
15230
  exports.keys = keys;
15235
15231
  exports.lab = lab$1;
15236
15232
  exports.lch = lch;