@hpcc-js/other 2.15.10 → 2.15.12

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.es6.js CHANGED
@@ -2,55 +2,60 @@ import { HTMLWidget, timeParse, format, select, map, extent, range, Utility, Pal
2
2
  import { VerticalList, HorizontalList, Grid } from '@hpcc-js/layout';
3
3
 
4
4
  function _mergeNamespaces(n, m) {
5
- m.forEach(function (e) {
6
- e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
7
- if (k !== 'default' && !(k in n)) {
8
- var d = Object.getOwnPropertyDescriptor(e, k);
9
- Object.defineProperty(n, k, d.get ? d : {
10
- enumerable: true,
11
- get: function () { return e[k]; }
12
- });
13
- }
5
+ m.forEach(function (e) {
6
+ e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
7
+ if (k !== 'default' && !(k in n)) {
8
+ var d = Object.getOwnPropertyDescriptor(e, k);
9
+ Object.defineProperty(n, k, d.get ? d : {
10
+ enumerable: true,
11
+ get: function () { return e[k]; }
14
12
  });
13
+ }
15
14
  });
16
- return Object.freeze(n);
15
+ });
16
+ return Object.freeze(n);
17
17
  }
18
18
 
19
19
  var PKG_NAME = "@hpcc-js/other";
20
- var PKG_VERSION = "2.15.10";
21
- var BUILD_VERSION = "2.104.27";
22
-
23
- /******************************************************************************
24
- Copyright (c) Microsoft Corporation.
25
-
26
- Permission to use, copy, modify, and/or distribute this software for any
27
- purpose with or without fee is hereby granted.
28
-
29
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
30
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
31
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
32
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
33
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
34
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
35
- PERFORMANCE OF THIS SOFTWARE.
36
- ***************************************************************************** */
37
- /* global Reflect, Promise */
38
-
39
- var extendStatics = function(d, b) {
40
- extendStatics = Object.setPrototypeOf ||
41
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
42
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
43
- return extendStatics(d, b);
44
- };
45
-
46
- function __extends(d, b) {
47
- if (typeof b !== "function" && b !== null)
48
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
49
- extendStatics(d, b);
50
- function __() { this.constructor = d; }
51
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
20
+ var PKG_VERSION = "2.15.12";
21
+ var BUILD_VERSION = "2.104.30";
22
+
23
+ /******************************************************************************
24
+ Copyright (c) Microsoft Corporation.
25
+
26
+ Permission to use, copy, modify, and/or distribute this software for any
27
+ purpose with or without fee is hereby granted.
28
+
29
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
30
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
31
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
32
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
33
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
34
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
35
+ PERFORMANCE OF THIS SOFTWARE.
36
+ ***************************************************************************** */
37
+ /* global Reflect, Promise, SuppressedError, Symbol */
38
+
39
+ var extendStatics = function(d, b) {
40
+ extendStatics = Object.setPrototypeOf ||
41
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
42
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
43
+ return extendStatics(d, b);
44
+ };
45
+
46
+ function __extends(d, b) {
47
+ if (typeof b !== "function" && b !== null)
48
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
49
+ extendStatics(d, b);
50
+ function __() { this.constructor = d; }
51
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
52
52
  }
53
53
 
54
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
55
+ var e = new Error(message);
56
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
57
+ };
58
+
54
59
  var frame = 0, // is an animation frame pending?
55
60
  timeout = 0, // is a timeout pending?
56
61
  interval = 0, // are any timers active?
@@ -484,8 +489,8 @@ var autoComplete = (function(){
484
489
  var autoComplete_1 = autoComplete.exports;
485
490
 
486
491
  var AutoComplete = /*#__PURE__*/_mergeNamespaces({
487
- __proto__: null,
488
- 'default': autoComplete_1
492
+ __proto__: null,
493
+ 'default': autoComplete_1
489
494
  }, [autoComplete.exports]);
490
495
 
491
496
  function styleInject(css, ref) {
@@ -1933,18 +1938,18 @@ function hookJsonp(func) {
1933
1938
  }
1934
1939
 
1935
1940
  var Comms$1 = /*#__PURE__*/Object.freeze({
1936
- __proto__: null,
1937
- ESPUrl: ESPUrl,
1938
- ESPMappings: ESPMappings,
1939
- Comms: Comms,
1940
- Basic: Basic,
1941
- WsECL: WsECL,
1942
- WsWorkunits: WsWorkunits$1,
1943
- createESPConnection: createESPConnection,
1944
- hookJsonp: hookJsonp,
1945
- HIPIEWorkunit: HIPIEWorkunit,
1946
- HIPIERoxie: HIPIERoxie,
1947
- HIPIEDatabomb: HIPIEDatabomb
1941
+ __proto__: null,
1942
+ ESPUrl: ESPUrl,
1943
+ ESPMappings: ESPMappings,
1944
+ Comms: Comms,
1945
+ Basic: Basic,
1946
+ WsECL: WsECL,
1947
+ WsWorkunits: WsWorkunits$1,
1948
+ createESPConnection: createESPConnection,
1949
+ hookJsonp: hookJsonp,
1950
+ HIPIEWorkunit: HIPIEWorkunit,
1951
+ HIPIERoxie: HIPIERoxie,
1952
+ HIPIEDatabomb: HIPIEDatabomb
1948
1953
  });
1949
1954
 
1950
1955
  function nestedRowFix(row) {
@@ -2526,8 +2531,8 @@ simpleheat.prototype = {
2526
2531
  var simpleheat_1 = simpleheat$1.exports;
2527
2532
 
2528
2533
  var _simpleheat = /*#__PURE__*/_mergeNamespaces({
2529
- __proto__: null,
2530
- 'default': simpleheat_1
2534
+ __proto__: null,
2535
+ 'default': simpleheat_1
2531
2536
  }, [simpleheat$1.exports]);
2532
2537
 
2533
2538
  var simpleheat = window.simpleheat || (_simpleheat && simpleheat_1) || _simpleheat;
@@ -4744,16 +4749,16 @@ function serialize(widget, filter, includeData, includeState) {
4744
4749
  }
4745
4750
 
4746
4751
  var Persist = /*#__PURE__*/Object.freeze({
4747
- __proto__: null,
4748
- discover: discover,
4749
- widgetArrayWalker: widgetArrayWalker,
4750
- widgetPropertyWalker: widgetPropertyWalker,
4751
- serializeTheme: serializeTheme,
4752
- serializeThemeToObject: serializeThemeToObject,
4753
- removeTheme: removeTheme,
4754
- applyTheme: applyTheme,
4755
- serializeToObject: serializeToObject,
4756
- serialize: serialize
4752
+ __proto__: null,
4753
+ discover: discover,
4754
+ widgetArrayWalker: widgetArrayWalker,
4755
+ widgetPropertyWalker: widgetPropertyWalker,
4756
+ serializeTheme: serializeTheme,
4757
+ serializeThemeToObject: serializeThemeToObject,
4758
+ removeTheme: removeTheme,
4759
+ applyTheme: applyTheme,
4760
+ serializeToObject: serializeToObject,
4761
+ serialize: serialize
4757
4762
  });
4758
4763
 
4759
4764
  var css_248z$3 = ".other_PropertyEditor{height:100%;overflow-y:scroll;width:100%}.other_PropertyEditor .other_PropertyEditor{overflow:hidden}.other_PropertyEditor .property-table{border:solid #ddd;border-width:0 0 0 1px;width:100%}.other_PropertyEditor thead>tr>th{background-color:#333}.other_PropertyEditor .other_PropertyEditor th{background-color:#444}.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#555}.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#666}.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor th{background-color:#777}.other_PropertyEditor .headerRow{background-color:#eee}.other_PropertyEditor .other_PropertyEditor .headerRow{background-color:#ddd}.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .headerRow{background-color:#ccc}.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .headerRow{background-color:#bbb}.other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .other_PropertyEditor .headerRow{background-color:#aaa}.other_PropertyEditor .fa{font-size:14px;width:14px}.other_PropertyEditor div.property-table-collapsed{display:none}.other_PropertyEditor .headerRow>.peInput{padding-top:2px}.other_PropertyEditor .headerRow>.peInput>span{font-weight:700;padding-left:2px}.other_PropertyEditor .headerRow>.peInput>i{float:right;padding-bottom:2px;padding-top:2px}.other_PropertyEditor .headerRow>span>i:hover{background-color:#555;cursor:pointer}.other_PropertyEditor .property-table thead>tr>th{background-color:#333;color:#fff;padding-left:4px;padding-top:2px;text-align:left}.other_PropertyEditor .property-table thead>tr>th>i{float:right;padding-bottom:2px;padding-right:4px;padding-top:2px}.other_PropertyEditor .property-table thead>tr>th>i:hover{background-color:#555;cursor:pointer}.other_PropertyEditor .property-table tbody>tr:nth-child(2n){background-color:#f9f9f9}.other_PropertyEditor .property-table tbody>tr:nth-child(odd){background-color:#fff}.other_PropertyEditor .property-table tbody>tr>td{color:#333;padding:0 0 0 2px;text-align:left}.other_PropertyEditor .property-table tbody>tr.disabled>td{color:gray}.other_PropertyEditor .property-table tbody>tr.invalid>td{color:red}.other_PropertyEditor .property-input-cell>div{padding-left:8px}.other_PropertyEditor .property-label{box-sizing:border-box;height:20px;padding-right:4px}.other_PropertyEditor td.property-input-cell{height:20px;padding:1px 0;text-align:left;width:80%}.other_PropertyEditor .property-input-cell>input,.other_PropertyEditor .property-input-cell>textarea{box-sizing:border-box;width:100%}.other_PropertyEditor .property-input-cell>input{height:20px}.other_PropertyEditor .property-input-cell>textarea{height:120px}.other_PropertyEditor .property-input-cell.boolean-cell{margin:0;position:relative;width:auto}.other_PropertyEditor .property-input-cell>input[type=checkbox]{margin:0;position:absolute;top:0;width:auto}.other_PropertyEditor .html-color-cell>input{width:80%}.other_PropertyEditor .html-color-cell>input[type=color]{position:relative;top:-1px;width:20%}";