@hpcc-js/other 2.15.11 → 2.15.13
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 +73 -68
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +6279 -6274
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +6 -6
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
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
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
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
|
-
|
|
15
|
+
});
|
|
16
|
+
return Object.freeze(n);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
var PKG_NAME = "@hpcc-js/other";
|
|
20
|
-
var PKG_VERSION = "2.15.
|
|
21
|
-
var BUILD_VERSION = "2.104.
|
|
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
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
};
|
|
45
|
-
|
|
46
|
-
function __extends(d, b) {
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
20
|
+
var PKG_VERSION = "2.15.13";
|
|
21
|
+
var BUILD_VERSION = "2.104.32";
|
|
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
|
-
|
|
488
|
-
|
|
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
|
-
|
|
1937
|
-
|
|
1938
|
-
|
|
1939
|
-
|
|
1940
|
-
|
|
1941
|
-
|
|
1942
|
-
|
|
1943
|
-
|
|
1944
|
-
|
|
1945
|
-
|
|
1946
|
-
|
|
1947
|
-
|
|
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
|
-
|
|
2530
|
-
|
|
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
|
-
|
|
4748
|
-
|
|
4749
|
-
|
|
4750
|
-
|
|
4751
|
-
|
|
4752
|
-
|
|
4753
|
-
|
|
4754
|
-
|
|
4755
|
-
|
|
4756
|
-
|
|
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%}";
|