@hpcc-js/other 2.13.71 → 2.13.75

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
@@ -1,12 +1,27 @@
1
1
  (function (global, factory) {
2
2
  typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@hpcc-js/common'), require('@hpcc-js/layout')) :
3
3
  typeof define === 'function' && define.amd ? define(['exports', '@hpcc-js/common', '@hpcc-js/layout'], factory) :
4
- (global = global || self, factory(global['@hpcc-js/other'] = {}, global['@hpcc-js/common'], global['@hpcc-js/layout']));
5
- }(this, (function (exports, common, layout) { 'use strict';
4
+ (global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global["@hpcc-js/other"] = {}, global["@hpcc-js/common"], global["@hpcc-js/layout"]));
5
+ })(this, (function (exports, common, layout) { 'use strict';
6
+
7
+ function _mergeNamespaces(n, m) {
8
+ m.forEach(function (e) {
9
+ e && typeof e !== 'string' && !Array.isArray(e) && Object.keys(e).forEach(function (k) {
10
+ if (k !== 'default' && !(k in n)) {
11
+ var d = Object.getOwnPropertyDescriptor(e, k);
12
+ Object.defineProperty(n, k, d.get ? d : {
13
+ enumerable: true,
14
+ get: function () { return e[k]; }
15
+ });
16
+ }
17
+ });
18
+ });
19
+ return Object.freeze(n);
20
+ }
6
21
 
7
22
  var PKG_NAME = "@hpcc-js/other";
8
- var PKG_VERSION = "2.13.71";
9
- var BUILD_VERSION = "2.91.0";
23
+ var PKG_VERSION = "2.13.75";
24
+ var BUILD_VERSION = "2.97.0";
10
25
 
11
26
  /*! *****************************************************************************
12
27
  Copyright (c) Microsoft Corporation.
@@ -220,21 +235,8 @@
220
235
  Audio.prototype._class += " other_Audio";
221
236
  Audio.prototype.publish("source", "", "string", "Audio Source");
222
237
 
223
- function createCommonjsModule(fn, basedir, module) {
224
- return module = {
225
- path: basedir,
226
- exports: {},
227
- require: function (path, base) {
228
- return commonjsRequire(path, (base === undefined || base === null) ? module.path : base);
229
- }
230
- }, fn(module, module.exports), module.exports;
231
- }
232
-
233
- function commonjsRequire () {
234
- throw new Error('Dynamic requires are not currently supported by @rollup/plugin-commonjs');
235
- }
238
+ var autoComplete = {exports: {}};
236
239
 
237
- var autoComplete_1 = createCommonjsModule(function (module) {
238
240
  /*
239
241
  JavaScript autoComplete v1.0.4
240
242
  Copyright (c) 2014 Simon Steinberger / Pixabay
@@ -242,6 +244,7 @@
242
244
  License: http://www.opensource.org/licenses/mit-license.php
243
245
  */
244
246
 
247
+ (function (module) {
245
248
  var autoComplete = (function(){
246
249
  // "use strict";
247
250
  function autoComplete(options){
@@ -473,17 +476,19 @@
473
476
  })();
474
477
 
475
478
  (function(){
476
- if ( module.exports)
479
+ if (module.exports)
477
480
  module.exports = autoComplete;
478
481
  else
479
482
  window.autoComplete = autoComplete;
480
483
  })();
481
- });
484
+ }(autoComplete));
485
+
486
+ var autoComplete_1 = autoComplete.exports;
482
487
 
483
- var AutoComplete = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.assign(/*#__PURE__*/Object.create(null), autoComplete_1, {
484
- 'default': autoComplete_1,
485
- __moduleExports: autoComplete_1
486
- }));
488
+ var AutoComplete = /*#__PURE__*/Object.freeze(/*#__PURE__*/_mergeNamespaces({
489
+ __proto__: null,
490
+ 'default': autoComplete_1
491
+ }, [autoComplete.exports]));
487
492
 
488
493
  function styleInject(css, ref) {
489
494
  if ( ref === void 0 ) ref = {};
@@ -512,8 +517,8 @@
512
517
  }
513
518
  }
514
519
 
515
- var css_248z = ".other_autoCompleteText label{display:inline-block;vertical-align:top}.other_autoCompleteText input{width:100%;max-width:600px;outline:0;border-radius:100}.autocomplete-suggestions{text-align:left;cursor:default;border:1px solid #ccc;border-top:0;background:#fff;box-shadow:-1px 1px 3px rgba(0,0,0,.1);position:absolute;display:none;z-index:9999;max-height:254px;overflow:hidden;overflow-y:auto;box-sizing:border-box}.autocomplete-suggestion{position:relative;padding:0 .6em;line-height:23px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:1.02em;color:#333}.autocomplete-suggestion b{font-weight:400;color:#1f8dd6}.autocomplete-suggestion.selected{background:#f0f0f0}";
516
- styleInject(css_248z);
520
+ var css_248z$c = ".other_autoCompleteText label{display:inline-block;vertical-align:top}.other_autoCompleteText input{border-radius:100;max-width:600px;outline:0;width:100%}.autocomplete-suggestions{background:#fff;border:1px solid #ccc;border-top:0;box-shadow:-1px 1px 3px rgba(0,0,0,.1);box-sizing:border-box;cursor:default;display:none;max-height:254px;overflow:hidden;overflow-y:auto;position:absolute;text-align:left;z-index:9999}.autocomplete-suggestion{color:#333;font-size:1.02em;line-height:23px;overflow:hidden;padding:0 .6em;position:relative;text-overflow:ellipsis;white-space:nowrap}.autocomplete-suggestion b{color:#1f8dd6;font-weight:400}.autocomplete-suggestion.selected{background:#f0f0f0}";
521
+ styleInject(css_248z$c);
517
522
 
518
523
  var AutoCompleteText = /** @class */ (function (_super) {
519
524
  __extends(AutoCompleteText, _super);
@@ -708,12 +713,12 @@
708
713
  }
709
714
 
710
715
  var sunday = weekday(0);
711
- var monday = weekday(1);
712
- var tuesday = weekday(2);
713
- var wednesday = weekday(3);
714
- var thursday = weekday(4);
715
- var friday = weekday(5);
716
- var saturday = weekday(6);
716
+ weekday(1);
717
+ weekday(2);
718
+ weekday(3);
719
+ weekday(4);
720
+ weekday(5);
721
+ weekday(6);
717
722
 
718
723
  var month = newInterval(function(date) {
719
724
  date.setDate(1);
@@ -749,8 +754,10 @@
749
754
  });
750
755
  };
751
756
 
752
- var css_248z$1 = ".other_CalendarHeatMap{shape-rendering:crispEdges}.other_CalendarHeatMap .day{fill:#fff;stroke:#ccc}.other_CalendarHeatMap .day.selected{stroke:red}.other_CalendarHeatMap .day.over{stroke:orange}.other_CalendarHeatMap .day.selected.over{stroke:red}.other_CalendarHeatMap .month{fill:none;stroke:#000;stroke-width:2px}";
753
- styleInject(css_248z$1);
757
+ var d3TimeYear = year;
758
+
759
+ var css_248z$b = ".other_CalendarHeatMap{shape-rendering:crispEdges}.other_CalendarHeatMap .day{fill:#fff;stroke:#ccc}.other_CalendarHeatMap .day.selected{stroke:red}.other_CalendarHeatMap .day.over{stroke:orange}.other_CalendarHeatMap .day.selected.over{stroke:red}.other_CalendarHeatMap .month{fill:none;stroke:#000;stroke-width:2px}";
760
+ styleInject(css_248z$b);
754
761
 
755
762
  var CalendarHeatMap = /** @class */ (function (_super) {
756
763
  __extends(CalendarHeatMap, _super);
@@ -861,7 +868,7 @@
861
868
  dayRectElement.append("title");
862
869
  })
863
870
  .merge(dayRect)
864
- .attr("x", function (d) { return sunday.count(year(d), d) * cellSize; })
871
+ .attr("x", function (d) { return sunday.count(d3TimeYear(d), d) * cellSize; })
865
872
  .attr("y", function (d) { return d.getDay() * cellSize; })
866
873
  .attr("width", cellSize)
867
874
  .attr("height", cellSize)
@@ -895,9 +902,9 @@
895
902
  function calcMonthPath(t0) {
896
903
  var t1 = new Date(t0.getFullYear(), t0.getMonth() + 1, 0);
897
904
  var d0 = t0.getDay();
898
- var w0 = sunday.count(year(t0), t0);
905
+ var w0 = sunday.count(d3TimeYear(t0), t0);
899
906
  var d1 = t1.getDay();
900
- var w1 = sunday.count(year(t1), t1);
907
+ var w1 = sunday.count(d3TimeYear(t1), t1);
901
908
  return "M" + (w0 + 1) * cellSize + "," + d0 * cellSize +
902
909
  "H" + w0 * cellSize + "V" + 7 * cellSize +
903
910
  "H" + w1 * cellSize + "V" + (d1 + 1) * cellSize +
@@ -1111,7 +1118,7 @@
1111
1118
  this.mapResult(response, key);
1112
1119
  }
1113
1120
  };
1114
- var serialize = function (obj) {
1121
+ var serialize$1 = function (obj) {
1115
1122
  var str = [];
1116
1123
  for (var key in obj) {
1117
1124
  if (obj.hasOwnProperty(key)) {
@@ -1134,7 +1141,7 @@
1134
1141
  resolve(response);
1135
1142
  };
1136
1143
  var script = document.createElement("script");
1137
- script.src = url + (url.indexOf("?") >= 0 ? "&" : "?") + "jsonp=" + callbackName + "&" + serialize(request);
1144
+ script.src = url + (url.indexOf("?") >= 0 ? "&" : "?") + "jsonp=" + callbackName + "&" + serialize$1(request);
1138
1145
  document.body.appendChild(script);
1139
1146
  var progress = setInterval(function () {
1140
1147
  if (respondedTimeout <= 0) {
@@ -1203,7 +1210,7 @@
1203
1210
  return new Promise(function (resolve, reject) {
1204
1211
  var uri = url;
1205
1212
  if (method === "GET" && request) {
1206
- uri += "?" + serialize(request);
1213
+ uri += "?" + serialize$1(request);
1207
1214
  }
1208
1215
  var xhr = new XMLHttpRequest();
1209
1216
  xhr.onload = function (e) {
@@ -1224,7 +1231,7 @@
1224
1231
  }
1225
1232
  else {
1226
1233
  xhr.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
1227
- xhr.send(serialize(request));
1234
+ xhr.send(serialize$1(request));
1228
1235
  }
1229
1236
  });
1230
1237
  };
@@ -1266,7 +1273,7 @@
1266
1273
  return this;
1267
1274
  };
1268
1275
  Basic.prototype.call = function (request, callback) {
1269
- var url = this._url + (this._url.indexOf("?") >= 0 ? "&" : "?") + serialize(request);
1276
+ var url = this._url + (this._url.indexOf("?") >= 0 ? "&" : "?") + serialize$1(request);
1270
1277
  if (this._cacheCalls) {
1271
1278
  var context_1 = this;
1272
1279
  return new Promise(function (resolve, reject) {
@@ -1303,7 +1310,7 @@
1303
1310
  };
1304
1311
  return Basic;
1305
1312
  }(Comms));
1306
- function locateRoxieResponse(response) {
1313
+ function locateRoxieResponse$1(response) {
1307
1314
  // v5 and v6 compatible ---
1308
1315
  for (var key in response) {
1309
1316
  if (response[key].Row && response[key].Row instanceof Array) {
@@ -1311,7 +1318,7 @@
1311
1318
  }
1312
1319
  var retVal = void 0;
1313
1320
  if (typeof (response[key]) !== "string") {
1314
- retVal = locateRoxieResponse(response[key]);
1321
+ retVal = locateRoxieResponse$1(response[key]);
1315
1322
  }
1316
1323
  if (retVal) {
1317
1324
  return retVal;
@@ -1397,7 +1404,7 @@
1397
1404
  pathname: "WsEcl/submit/query/" + target.target + "/" + target.query + "/json"
1398
1405
  });
1399
1406
  return this.jsonp(url, request).then(function (response) {
1400
- var _response = locateRoxieResponse(response);
1407
+ var _response = locateRoxieResponse$1(response);
1401
1408
  if (!_response) {
1402
1409
  _response = locateRoxieException(response);
1403
1410
  }
@@ -1430,7 +1437,7 @@
1430
1437
  };
1431
1438
  return WsECL;
1432
1439
  }(Comms));
1433
- var WsWorkunits = /** @class */ (function (_super) {
1440
+ var WsWorkunits$1 = /** @class */ (function (_super) {
1434
1441
  __extends(WsWorkunits, _super);
1435
1442
  function WsWorkunits() {
1436
1443
  var _this = _super.call(this) || this;
@@ -1743,7 +1750,7 @@
1743
1750
  this._resultNameCacheCount = 0;
1744
1751
  var context = this;
1745
1752
  return this.jsonp(url, request).then(function (response) {
1746
- var _response = locateRoxieResponse(response);
1753
+ var _response = locateRoxieResponse$1(response);
1747
1754
  if (!_response) {
1748
1755
  _response = locateRoxieException(response);
1749
1756
  }
@@ -1794,12 +1801,12 @@
1794
1801
  };
1795
1802
  // HIPIEWorkunit ---
1796
1803
  function HIPIEWorkunit() {
1797
- WsWorkunits.call(this);
1804
+ WsWorkunits$1.call(this);
1798
1805
  }
1799
- HIPIEWorkunit.prototype = Object.create(WsWorkunits.prototype);
1806
+ HIPIEWorkunit.prototype = Object.create(WsWorkunits$1.prototype);
1800
1807
  HIPIEWorkunit.prototype.fetchResults = function (callback) {
1801
1808
  var context = this;
1802
- return WsWorkunits.prototype.fetchResultNames.call(this).then(function (response) {
1809
+ return WsWorkunits$1.prototype.fetchResultNames.call(this).then(function (response) {
1803
1810
  var fetchArray = [];
1804
1811
  for (var key in context._hipieResults) {
1805
1812
  var item = context._hipieResults[key];
@@ -1815,7 +1822,7 @@
1815
1822
  });
1816
1823
  };
1817
1824
  HIPIEWorkunit.prototype.fetchResult = function (name, callback) {
1818
- return WsWorkunits.prototype.fetchResult.call(this, { wuid: this._wuid, resultname: name }).then(function (response) {
1825
+ return WsWorkunits$1.prototype.fetchResult.call(this, { wuid: this._wuid, resultname: name }).then(function (response) {
1819
1826
  if (callback) {
1820
1827
  console.log("Deprecated: callback, use promise (HIPIEWorkunit.prototype.fetchResult)");
1821
1828
  callback(response);
@@ -1912,7 +1919,7 @@
1912
1919
  .url(url);
1913
1920
  }
1914
1921
  if (testURL.isWsWorkunits()) {
1915
- return new WsWorkunits()
1922
+ return new WsWorkunits$1()
1916
1923
  .url(url);
1917
1924
  }
1918
1925
  if (testURL.isWsEcl()) {
@@ -1932,7 +1939,7 @@
1932
1939
  Comms: Comms,
1933
1940
  Basic: Basic,
1934
1941
  WsECL: WsECL,
1935
- WsWorkunits: WsWorkunits,
1942
+ WsWorkunits: WsWorkunits$1,
1936
1943
  createESPConnection: createESPConnection,
1937
1944
  hookJsonp: hookJsonp,
1938
1945
  HIPIEWorkunit: HIPIEWorkunit,
@@ -1974,12 +1981,12 @@
1974
1981
  });
1975
1982
  };
1976
1983
  // WsWorkunits ---
1977
- function WsWorkunits$1(baseUrl) {
1984
+ function WsWorkunits(baseUrl) {
1978
1985
  BasicComms.call(this);
1979
1986
  this.url(baseUrl + "WsWorkunits/");
1980
1987
  }
1981
- WsWorkunits$1.prototype = Object.create(BasicComms.prototype);
1982
- WsWorkunits$1.prototype.wuQuery = function (options) {
1988
+ WsWorkunits.prototype = Object.create(BasicComms.prototype);
1989
+ WsWorkunits.prototype.wuQuery = function (options) {
1983
1990
  var url = this.getUrl({
1984
1991
  pathname: "WsWorkunits/WUQuery.json"
1985
1992
  });
@@ -2255,13 +2262,13 @@
2255
2262
  return true;
2256
2263
  });
2257
2264
  }
2258
- function locateRoxieResponse$1(response) {
2265
+ function locateRoxieResponse(response) {
2259
2266
  // v5 and v6 compatible ---
2260
2267
  for (var key in response) {
2261
2268
  if (response[key].Row && response[key].Row instanceof Array) {
2262
2269
  return response;
2263
2270
  }
2264
- var retVal = locateRoxieResponse$1(response[key]);
2271
+ var retVal = locateRoxieResponse(response[key]);
2265
2272
  if (retVal) {
2266
2273
  return retVal;
2267
2274
  }
@@ -2280,7 +2287,7 @@
2280
2287
  }
2281
2288
  var context = this;
2282
2289
  return this.jsonp(this.url(), request).then(function (response) {
2283
- response = locateRoxieResponse$1(response);
2290
+ response = locateRoxieResponse(response);
2284
2291
  if (response) {
2285
2292
  if (context._resultName) {
2286
2293
  if (response && response[context._resultName] && response[context._resultName].Row) {
@@ -2331,7 +2338,7 @@
2331
2338
  .url(url);
2332
2339
  if (testURL.isWsWorkunits()) {
2333
2340
  var espConnection = createESPConnection(url);
2334
- if (espConnection instanceof WsWorkunits && espConnection.wuid()) {
2341
+ if (espConnection instanceof WsWorkunits$1 && espConnection.wuid()) {
2335
2342
  return new Workunit(espConnection.getUrl({ pathname: "" }), espConnection.wuid())
2336
2343
  .url(url);
2337
2344
  }
@@ -2370,7 +2377,9 @@
2370
2377
  return retVal;
2371
2378
  }
2372
2379
 
2373
- var simpleheat_1 = createCommonjsModule(function (module) {
2380
+ var simpleheat$1 = {exports: {}};
2381
+
2382
+ (function (module) {
2374
2383
 
2375
2384
  module.exports = simpleheat;
2376
2385
 
@@ -2512,12 +2521,14 @@
2512
2521
  }
2513
2522
  }
2514
2523
  };
2515
- });
2524
+ }(simpleheat$1));
2516
2525
 
2517
- var _simpleheat = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.assign(/*#__PURE__*/Object.create(null), simpleheat_1, {
2518
- 'default': simpleheat_1,
2519
- __moduleExports: simpleheat_1
2520
- }));
2526
+ var simpleheat_1 = simpleheat$1.exports;
2527
+
2528
+ var _simpleheat = /*#__PURE__*/Object.freeze(/*#__PURE__*/_mergeNamespaces({
2529
+ __proto__: null,
2530
+ 'default': simpleheat_1
2531
+ }, [simpleheat$1.exports]));
2521
2532
 
2522
2533
  var simpleheat = window.simpleheat || (_simpleheat && simpleheat_1) || _simpleheat;
2523
2534
  var HeatMap = /** @class */ (function (_super) {
@@ -2764,8 +2775,8 @@
2764
2775
  HPCCBadge.prototype._class += " other_HPCCBadge";
2765
2776
  HPCCBadge.prototype.publish("animation", "none", "set", "Animation Style", ["none", "accentInOut", "accentIn", "fade_in"]);
2766
2777
 
2767
- var css_248z$2 = ".other_Html{height:100%;width:100%;overflow-x:auto;overflow-y:scroll}";
2768
- styleInject(css_248z$2);
2778
+ var css_248z$a = ".other_Html{height:100%;overflow-x:auto;overflow-y:scroll;width:100%}";
2779
+ styleInject(css_248z$a);
2769
2780
 
2770
2781
  var Html = /** @class */ (function (_super) {
2771
2782
  __extends(Html, _super);
@@ -2796,8 +2807,8 @@
2796
2807
  Html.prototype.publish("overflowX", null, "set", "CSS overflow-x", ["", "visible", "hidden", "scroll", "auto", "initial", "inherit"], { tags: ["Basic"], optional: true });
2797
2808
  Html.prototype.publish("overflowY", null, "set", "CSS overflow-y", ["", "visible", "hidden", "scroll", "auto", "initial", "inherit"], { tags: ["Basic"], optional: true });
2798
2809
 
2799
- var css_248z$3 = ".other_IconList .other_Html{overflow-x:hidden;overflow-y:hidden}";
2800
- styleInject(css_248z$3);
2810
+ var css_248z$9 = ".other_IconList .other_Html{overflow-x:hidden;overflow-y:hidden}";
2811
+ styleInject(css_248z$9);
2801
2812
 
2802
2813
  var IconList = /** @class */ (function (_super) {
2803
2814
  __extends(IconList, _super);
@@ -2846,7 +2857,7 @@
2846
2857
  IconList.prototype.updateListProperties = function (list, idx) {
2847
2858
  return list
2848
2859
  .disableScroll(true)
2849
- .widgetsFlexBasis([this.iconSize() + "px", "calc(100% - " + this.iconSize() + "px)"]);
2860
+ .widgetsFlexBasis([this.iconSize() + "px", "calc(100% - ".concat(this.iconSize(), "px)")]);
2850
2861
  };
2851
2862
  IconList.prototype.updateEntityProperties = function (entity, idx) {
2852
2863
  return entity
@@ -2863,8 +2874,8 @@
2863
2874
  IconList.prototype.publish("iconColorColumnIndex", 1, "number", "Index of column containing icon color");
2864
2875
  IconList.prototype.publish("htmlColumnIndex", 2, "number", "Index of column containing html string");
2865
2876
 
2866
- var css_248z$4 = ".other_Paginator{display:block;position:absolute;white-space:nowrap}.other_Paginator .pagination{display:inline-block;white-space:nowrap;margin:0;padding:0}.other_Paginator .pagination>li{display:inline}.other_Paginator input[type=number].currentPageNumber{border:1px solid #ddd;outline:0 none;position:relative;width:37px;text-align:center}.other_Paginator div.side{padding-top:5px;padding-left:8px;vertical-align:top}.other_Paginator span.side{position:relative;color:#337ab7}.other_Paginator .pagination>div,.other_Paginator .pagination>li>a,.other_Paginator .pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.other_Paginator .pagination>li:first-child>a,.other_Paginator .pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.other_Paginator .pagination>li:last-child>a,.other_Paginator .pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px}.other_Paginator .pagination>li>a:focus,.other_Paginator .pagination>li>a:hover,.other_Paginator .pagination>li>span:focus,.other_Paginator .pagination>li>span:hover{color:#23527c;background-color:#eee;border-color:#ddd}.other_Paginator .pagination>.active>a,.other_Paginator .pagination>.active>a:focus,.other_Paginator .pagination>.active>a:hover,.other_Paginator .pagination>.active>span,.other_Paginator .pagination>.active>span:focus,.other_Paginator .pagination>.active>span:hover{z-index:2;color:#fff;cursor:default;background-color:#337ab7;border-color:#337ab7}.other_Paginator .pagination>.disabled>a,.other_Paginator .pagination>.disabled>a:focus,.other_Paginator .pagination>.disabled>a:hover,.other_Paginator .pagination>.disabled>span,.other_Paginator .pagination>.disabled>span:focus,.other_Paginator .pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.other_Paginator .pagination-lg>li>a,.other_Paginator .pagination-lg>li>span{padding:10px 16px;font-size:18px}.other_Paginator .pagination-lg>li:first-child>a,.other_Paginator .pagination-lg>li:first-child>span{border-top-left-radius:6px;border-bottom-left-radius:6px}.other_Paginator .pagination-lg>li:last-child>a,.other_Paginator .pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px}.other_Paginator .pagination-sm>li>a,.other_Paginator .pagination-sm>li>span{padding:5px 10px;font-size:12px}.other_Paginator .pagination-sm>li:first-child>a,.other_Paginator .pagination-sm>li:first-child>span{border-top-left-radius:3px;border-bottom-left-radius:3px}.other_Paginator .pagination-sm>li:last-child>a,.other_Paginator .pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px}";
2867
- styleInject(css_248z$4);
2877
+ var css_248z$8 = ".other_Paginator{display:block;position:absolute;white-space:nowrap}.other_Paginator .pagination{display:inline-block;margin:0;padding:0;white-space:nowrap}.other_Paginator .pagination>li{display:inline}.other_Paginator input[type=number].currentPageNumber{border:1px solid #ddd;outline:0 none;position:relative;text-align:center;width:37px}.other_Paginator div.side{padding-left:8px;padding-top:5px;vertical-align:top}.other_Paginator span.side{color:#337ab7;position:relative}.other_Paginator .pagination>div,.other_Paginator .pagination>li>a,.other_Paginator .pagination>li>span{background-color:#fff;border:1px solid #ddd;color:#337ab7;float:left;line-height:1.42857143;margin-left:-1px;padding:6px 12px;position:relative;text-decoration:none}.other_Paginator .pagination>li:first-child>a,.other_Paginator .pagination>li:first-child>span{border-bottom-left-radius:4px;border-top-left-radius:4px;margin-left:0}.other_Paginator .pagination>li:last-child>a,.other_Paginator .pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px}.other_Paginator .pagination>li>a:focus,.other_Paginator .pagination>li>a:hover,.other_Paginator .pagination>li>span:focus,.other_Paginator .pagination>li>span:hover{background-color:#eee;border-color:#ddd;color:#23527c}.other_Paginator .pagination>.active>a,.other_Paginator .pagination>.active>a:focus,.other_Paginator .pagination>.active>a:hover,.other_Paginator .pagination>.active>span,.other_Paginator .pagination>.active>span:focus,.other_Paginator .pagination>.active>span:hover{background-color:#337ab7;border-color:#337ab7;color:#fff;cursor:default;z-index:2}.other_Paginator .pagination>.disabled>a,.other_Paginator .pagination>.disabled>a:focus,.other_Paginator .pagination>.disabled>a:hover,.other_Paginator .pagination>.disabled>span,.other_Paginator .pagination>.disabled>span:focus,.other_Paginator .pagination>.disabled>span:hover{background-color:#fff;border-color:#ddd;color:#777;cursor:not-allowed}.other_Paginator .pagination-lg>li>a,.other_Paginator .pagination-lg>li>span{font-size:18px;padding:10px 16px}.other_Paginator .pagination-lg>li:first-child>a,.other_Paginator .pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px}.other_Paginator .pagination-lg>li:last-child>a,.other_Paginator .pagination-lg>li:last-child>span{border-bottom-right-radius:6px;border-top-right-radius:6px}.other_Paginator .pagination-sm>li>a,.other_Paginator .pagination-sm>li>span{font-size:12px;padding:5px 10px}.other_Paginator .pagination-sm>li:first-child>a,.other_Paginator .pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px}.other_Paginator .pagination-sm>li:last-child>a,.other_Paginator .pagination-sm>li:last-child>span{border-bottom-right-radius:3px;border-top-right-radius:3px}";
2878
+ styleInject(css_248z$8);
2868
2879
 
2869
2880
  var Paginator = /** @class */ (function (_super) {
2870
2881
  __extends(Paginator, _super);
@@ -2982,8 +2993,8 @@
2982
2993
  Paginator.prototype.publish("bottom", 20, "number", "Pagination bottom offset", null, { tags: ["Private"] });
2983
2994
  Paginator.prototype.publish("right", 20, "number", "Pagination right offset", null, { tags: ["Private"] });
2984
2995
 
2985
- var css_248z$5 = ".other_Table{color:#333;border-width:1px;border-color:#999}.other_Table table{border-collapse:collapse;border-spacing:0}.other_Table .tableDiv{position:absolute}.labels-wrapper th,.other_Table th{padding:5px 10px;border:1px solid #a9c6c9;color:#fff;white-space:nowrap;cursor:pointer;box-sizing:border-box}.cols-wrapper tr,.other_Table thead>tr{background-color:#1f77b4}.labels-wrapper .thIcon,.other_Table .thIcon{font-family:FontAwesome;padding-left:8px}.other_Table .tableDiv tbody>tr:nth-child(odd){background-color:#f3faff;color:#000}.other_Table .tableDiv tbody>tr:nth-child(2n){background-color:#fff;color:#000}.other_Table .tableDiv tbody>tr.selected{background-color:#f48a00;color:#fff}.other_Table .rows-wrapper table>tbody>tr{background-color:#bce1fb;color:#000}.other_Table .rows-wrapper .labels-wrapper{width:100%}.other_Table table tbody>tr.selected{background-color:#f48a00;color:#fff}.other_Table .tableDiv tbody>tr.hover,.other_Table .tableDiv tbody>tr:hover,.rows-wrapper table tbody tr.hover{background-color:#bfd7e7;color:#fff}.other_Table .rows-wrapper tbody tr.hover.selected,.other_Table .tableDiv tbody>tr.selected.hover,.other_Table .tableDiv tbody>tr.selected:hover,.other_Table tr.selected.hover,.other_Table tr.selected:hover{background-color:#5ea8db;color:#fff}.other_Table td,.rows-wrapper td{padding:2px 5px;border:1px solid #a9c6c9;white-space:nowrap;box-sizing:border-box;vertical-align:middle}.other_Table tfoot td,.rows-wrapper tfoot td{background-color:#addff3;font-weight:700}";
2986
- styleInject(css_248z$5);
2996
+ var css_248z$7 = ".other_Table{border-color:#999;border-width:1px;color:#333}.other_Table table{border-collapse:collapse;border-spacing:0}.other_Table .tableDiv{position:absolute}.labels-wrapper th,.other_Table th{border:1px solid #a9c6c9;box-sizing:border-box;color:#fff;cursor:pointer;padding:5px 10px;white-space:nowrap}.cols-wrapper tr,.other_Table thead>tr{background-color:#1f77b4}.labels-wrapper .thIcon,.other_Table .thIcon{font-family:FontAwesome;padding-left:8px}.other_Table .tableDiv tbody>tr:nth-child(odd){background-color:#f3faff;color:#000}.other_Table .tableDiv tbody>tr:nth-child(2n){background-color:#fff;color:#000}.other_Table .tableDiv tbody>tr.selected{background-color:#f48a00;color:#fff}.other_Table .rows-wrapper table>tbody>tr{background-color:#bce1fb;color:#000}.other_Table .rows-wrapper .labels-wrapper{width:100%}.other_Table table tbody>tr.selected{background-color:#f48a00;color:#fff}.other_Table .tableDiv tbody>tr.hover,.other_Table .tableDiv tbody>tr:hover,.rows-wrapper table tbody tr.hover{background-color:#bfd7e7;color:#fff}.other_Table .rows-wrapper tbody tr.hover.selected,.other_Table .tableDiv tbody>tr.selected.hover,.other_Table .tableDiv tbody>tr.selected:hover,.other_Table tr.selected.hover,.other_Table tr.selected:hover{background-color:#5ea8db;color:#fff}.other_Table td,.rows-wrapper td{border:1px solid #a9c6c9;box-sizing:border-box;padding:2px 5px;vertical-align:middle;white-space:nowrap}.other_Table tfoot td,.rows-wrapper tfoot td{background-color:#addff3;font-weight:700}";
2997
+ styleInject(css_248z$7);
2987
2998
 
2988
2999
  function replacer(key, value) {
2989
3000
  if (value instanceof common.Widget) {
@@ -3492,8 +3503,6 @@
3492
3503
  if (!rowsUpdate.empty())
3493
3504
  this.setColumnWidths(rowsUpdate);
3494
3505
  var box;
3495
- var newTableHeight;
3496
- var maxWidth;
3497
3506
  if (this.fixedSize()) {
3498
3507
  var node = common.select(".tableDiv > table").node();
3499
3508
  if (node) {
@@ -3542,12 +3551,11 @@
3542
3551
  }
3543
3552
  this.setOnScrollEvents(this.tableDiv.node(), tableMarginHeight);
3544
3553
  function calcWidth() {
3545
- var newTableWidth = box.width;
3546
- maxWidth = context.tbody.property("offsetWidth") + 1;
3554
+ box.width;
3555
+ context.tbody.property("offsetWidth") + 1;
3547
3556
  }
3548
3557
  function calcHeight() {
3549
- newTableHeight = context.tbody.property("offsetHeight") + tableMarginHeight;
3550
- newTableHeight = newTableHeight;
3558
+ context.tbody.property("offsetHeight") + tableMarginHeight;
3551
3559
  }
3552
3560
  this._paginator.render();
3553
3561
  setTimeout(function () {
@@ -3848,7 +3856,7 @@
3848
3856
  Table.prototype.publish("sortByFieldIndex", null, "number", "Index for the field/column to sort the data", null, { tags: ["Basic"], optional: true });
3849
3857
  Table.prototype.publish("descending", false, "boolean", "Direction for sorting the data: ascending (true) or descending (false)", null, { tags: ["Basic"], optional: true });
3850
3858
 
3851
- var css_248z$6 = ".other_Legend .colorBlock{width:10px;height:10px}.other_Legend>table,.other_Legend>table td,.other_Legend>table th{border-collapse:collapse;border-spacing:0}.other_Table.other_Legend table{border-spacing:0}.labels-wrapper th,.other_Table.other_Legend th{padding:2px 5px;background-color:transparent;border:1px solid transparent;color:#333;white-space:nowrap;cursor:default;font-weight:400;text-align:left}.other_Table.other_Legend tr{background-color:transparent;color:#333}.other_Table.other_Legend .tableDiv tbody>tr:nth-child(odd){background-color:unset;color:#000}.other_Table.other_Legend .tableDiv tbody>tr.hover,.other_Table.other_Legend .tableDiv tbody>tr:hover,.rows-wrapper table tbody tr.hover{background-color:#bfd7e7;color:#fff}.other_Table.other_Legend thead>tr:hover{background-color:transparent}.other_Table.other_Legend tbody>tr.hover,.other_Table.other_Legend tbody>tr:hover,.rows-wrapper tbody tr.hover{background-color:#eee}.other_Table.other_Legend td,.rows-wrapper td{border-width:0;padding:2px 5px;white-space:nowrap;box-sizing:border-box}.other_Legend>.tableDiv>table>tbody>tr:hover{cursor:pointer;color:#000;background-color:#ddd}.other_Legend.horiz-legend .tableDiv{width:100%!important;text-align:left}.other_Legend.horiz-legend .tableDiv>table{display:inline-block;width:100%!important;top:0!important;left:0!important}.other_Legend.horiz-legend tbody,.other_Legend.horiz-legend thead,.other_Legend.horiz-legend tr{display:inline-block}.other_Legend.horiz-legend td,.other_Legend.horiz-legend td>div{display:inline-block;white-space:nowrap}.other_Legend.horiz-legend tr{white-space:nowrap}.other_Legend.horiz-legend tbody{display:inline-block;width:100%!important;text-align:center}";
3859
+ var css_248z$6 = ".other_Legend .colorBlock{height:10px;width:10px}.other_Legend>table,.other_Legend>table td,.other_Legend>table th{border-collapse:collapse;border-spacing:0}.other_Table.other_Legend table{border-spacing:0}.labels-wrapper th,.other_Table.other_Legend th{background-color:transparent;border:1px solid transparent;color:#333;cursor:default;font-weight:400;padding:2px 5px;text-align:left;white-space:nowrap}.other_Table.other_Legend tr{background-color:transparent;color:#333}.other_Table.other_Legend .tableDiv tbody>tr:nth-child(odd){background-color:unset;color:#000}.other_Table.other_Legend .tableDiv tbody>tr.hover,.other_Table.other_Legend .tableDiv tbody>tr:hover,.rows-wrapper table tbody tr.hover{background-color:#bfd7e7;color:#fff}.other_Table.other_Legend thead>tr:hover{background-color:transparent}.other_Table.other_Legend tbody>tr.hover,.other_Table.other_Legend tbody>tr:hover,.rows-wrapper tbody tr.hover{background-color:#eee}.other_Table.other_Legend td,.rows-wrapper td{border-width:0;box-sizing:border-box;padding:2px 5px;white-space:nowrap}.other_Legend>.tableDiv>table>tbody>tr:hover{background-color:#ddd;color:#000;cursor:pointer}.other_Legend.horiz-legend .tableDiv{text-align:left;width:100%!important}.other_Legend.horiz-legend .tableDiv>table{display:inline-block;left:0!important;top:0!important;width:100%!important}.other_Legend.horiz-legend tbody,.other_Legend.horiz-legend thead,.other_Legend.horiz-legend tr{display:inline-block}.other_Legend.horiz-legend td,.other_Legend.horiz-legend td>div{display:inline-block;white-space:nowrap}.other_Legend.horiz-legend tr{white-space:nowrap}.other_Legend.horiz-legend tbody{display:inline-block;text-align:center;width:100%!important}";
3852
3860
  styleInject(css_248z$6);
3853
3861
 
3854
3862
  function _htmlColorBlock(hexColor) {
@@ -4040,8 +4048,8 @@
4040
4048
  return retVal;
4041
4049
  };
4042
4050
 
4043
- var css_248z$7 = ".other_MorphText .enter{fill:green}.other_MorphText .update{fill:#333}.other_MorphText .exit{fill:brown}";
4044
- styleInject(css_248z$7);
4051
+ var css_248z$5 = ".other_MorphText .enter{fill:green}.other_MorphText .update{fill:#333}.other_MorphText .exit{fill:brown}";
4052
+ styleInject(css_248z$5);
4045
4053
 
4046
4054
  var MorphText = /** @class */ (function (_super) {
4047
4055
  __extends(MorphText, _super);
@@ -4169,8 +4177,8 @@
4169
4177
  return origData.apply(this, arguments);
4170
4178
  };
4171
4179
 
4172
- var css_248z$8 = ".graph_Opportunity{transform:translate(20px,20px)scale(1)!important}.graph_Opportunity .group{stroke-width:1;stroke:#555;fill:#fefefe}.graph_Opportunity .group_headings{font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;line-height:20px}.graph_Opportunity .node_prev_rect{fill:#fff;stroke-width:2;stroke:#000;stroke-dasharray:3,3;opacity:.6}.graph_Opportunity .node_rev_change{fill:#fff}.graph_Opportunity .node_rev_change_text{font-size:18px;font-family:Arial;color:#000;font-weight:700}.graph_Opportunity .node_date_change{fill:#fff}.graph_Opportunity .node_date_change_text{font-size:18px;font-family:Arial;color:#000;font-weight:700}.graph_Opportunity .node_prev_text{font-size:9px;font-family:Arial;opacity:.6}.graph_Opportunity .node_cur_rect{stroke-width:2;stroke:#000}.graph_Opportunity .node_cur_text{font-size:9px;font-family:Arial;text-decoration:underline}.graph_Opportunity .arrowhead{refX:6}.graph_Opportunity-tooltip.tooltip{position:absolute;text-align:left;width:350px;height:135px;padding:15px 10px 10px;font:14px arial;background:#bdbdbd;border:0;border-radius:8px;pointer-events:none;z-index:1}";
4173
- styleInject(css_248z$8);
4180
+ var css_248z$4 = ".graph_Opportunity{transform:translate(20px,20px)scale(1)!important}.graph_Opportunity .group{stroke-width:1;stroke:#555;fill:#fefefe}.graph_Opportunity .group_headings{font-family:Helvetica,Arial,sans-serif;font-size:14px;font-weight:700;line-height:20px}.graph_Opportunity .node_prev_rect{fill:#fff;stroke-width:2;stroke:#000;stroke-dasharray:3,3;opacity:.6}.graph_Opportunity .node_rev_change{fill:#fff}.graph_Opportunity .node_rev_change_text{color:#000;font-family:Arial;font-size:18px;font-weight:700}.graph_Opportunity .node_date_change{fill:#fff}.graph_Opportunity .node_date_change_text{color:#000;font-family:Arial;font-size:18px;font-weight:700}.graph_Opportunity .node_prev_text{font-family:Arial;font-size:9px;opacity:.6}.graph_Opportunity .node_cur_rect{stroke-width:2;stroke:#000}.graph_Opportunity .node_cur_text{font-family:Arial;font-size:9px;text-decoration:underline}.graph_Opportunity .arrowhead{refX:6}.graph_Opportunity-tooltip.tooltip{background:#bdbdbd;border:0;border-radius:8px;font:14px arial;height:135px;padding:15px 10px 10px;pointer-events:none;position:absolute;text-align:left;width:350px;z-index:1}";
4181
+ styleInject(css_248z$4);
4174
4182
 
4175
4183
  var Column = /** @class */ (function (_super) {
4176
4184
  __extends(Column, _super);
@@ -4748,7 +4756,7 @@
4748
4756
  }
4749
4757
  return retVal;
4750
4758
  }
4751
- function serialize$1(widget, filter, includeData, includeState) {
4759
+ function serialize(widget, filter, includeData, includeState) {
4752
4760
  return JSON.stringify(serializeToObject(widget, filter, includeData, includeState));
4753
4761
  }
4754
4762
 
@@ -4762,11 +4770,11 @@
4762
4770
  removeTheme: removeTheme,
4763
4771
  applyTheme: applyTheme,
4764
4772
  serializeToObject: serializeToObject,
4765
- serialize: serialize$1
4773
+ serialize: serialize
4766
4774
  });
4767
4775
 
4768
- var css_248z$9 = ".other_PropertyEditor{overflow-y:scroll;height:100%;width:100%}.other_PropertyEditor .other_PropertyEditor{overflow:hidden}.other_PropertyEditor .property-table{width:100%;border:solid #ddd;border-width:0 0 0 1px}.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-top:2px;padding-bottom:2px}.other_PropertyEditor .headerRow>span>i:hover{background-color:#555;cursor:pointer}.other_PropertyEditor .property-table thead>tr>th{text-align:left;background-color:#333;color:#fff;padding-top:2px;padding-left:4px}.other_PropertyEditor .property-table thead>tr>th>i{float:right;padding-top:2px;padding-right:4px;padding-bottom: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{text-align:left;color:#333;padding:0 0 0 2px}.other_PropertyEditor .property-table tbody>tr.disabled>td{color:grey}.other_PropertyEditor .property-table tbody>tr.invalid>td{color:red}.other_PropertyEditor .property-input-cell>div{padding-left:8px}.other_PropertyEditor .property-label{padding-right:4px;box-sizing:border-box;height:20px}.other_PropertyEditor td.property-input-cell{text-align:left;height:20px;padding:1px 0;width:80%}.other_PropertyEditor .property-input-cell>input,.other_PropertyEditor .property-input-cell>textarea{width:100%;box-sizing:border-box}.other_PropertyEditor .property-input-cell>input{height:20px}.other_PropertyEditor .property-input-cell>textarea{height:120px}.other_PropertyEditor .property-input-cell.boolean-cell{width:auto;margin:0;position:relative}.other_PropertyEditor .property-input-cell>input[type=checkbox]{width:auto;margin:0;position:absolute;top:0}.other_PropertyEditor .html-color-cell>input{width:80%}.other_PropertyEditor .html-color-cell>input[type=color]{width:20%;position:relative;top:-1px}";
4769
- styleInject(css_248z$9);
4776
+ 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%}";
4777
+ styleInject(css_248z$3);
4770
4778
 
4771
4779
  function hasProperties(type) {
4772
4780
  switch (type) {
@@ -4835,15 +4843,15 @@
4835
4843
  }
4836
4844
  return true;
4837
4845
  });
4838
- var table = element.selectAll("table.property-table.table-" + this.depth()).data(rootWidgets, function (d) {
4846
+ var table = element.selectAll("table.property-table.table-".concat(this.depth())).data(rootWidgets, function (d) {
4839
4847
  // We reuse the existing DOM Nodes and this node _might_ have been a regular Input previously ---
4840
4848
  if (typeof d.id !== "function") {
4841
- return "meta-" + d.id;
4849
+ return "meta-".concat(d.id);
4842
4850
  }
4843
4851
  return d.id();
4844
4852
  });
4845
4853
  table.enter().append("table")
4846
- .attr("class", "property-table table-" + this.depth())
4854
+ .attr("class", "property-table table-".concat(this.depth()))
4847
4855
  .each(function () {
4848
4856
  var tableElement = common.select(this);
4849
4857
  // Header ---
@@ -4909,16 +4917,16 @@
4909
4917
  switch (context.peInputIcon()) {
4910
4918
  case "fa-caret-up":
4911
4919
  case "fa-caret-right":
4912
- context.element().selectAll(".table-" + context.depth() + " > tbody > tr > .headerRow > .peInput > .property-table-collapsed")
4920
+ context.element().selectAll(".table-".concat(context.depth(), " > tbody > tr > .headerRow > .peInput > .property-table-collapsed"))
4913
4921
  .classed("property-table-collapsed", false);
4914
- context.element().selectAll(".table-" + context.depth() + " > tbody > tr > .headerRow > .peInput > i")
4922
+ context.element().selectAll(".table-".concat(context.depth(), " > tbody > tr > .headerRow > .peInput > i"))
4915
4923
  .classed("fa-minus-square-o", true)
4916
4924
  .classed("fa-plus-square-o", false);
4917
4925
  break;
4918
4926
  case "fa-caret-down":
4919
- context.element().selectAll(".table-" + context.depth() + " > tbody > tr > .headerRow > .peInput > div")
4927
+ context.element().selectAll(".table-".concat(context.depth(), " > tbody > tr > .headerRow > .peInput > div"))
4920
4928
  .classed("property-table-collapsed", true);
4921
- context.element().selectAll(".table-" + context.depth() + " > tbody > tr > .headerRow > .peInput > i")
4929
+ context.element().selectAll(".table-".concat(context.depth(), " > tbody > tr > .headerRow > .peInput > i"))
4922
4930
  .classed("fa-minus-square-o", false)
4923
4931
  .classed("fa-plus-square-o", true);
4924
4932
  break;
@@ -4957,10 +4965,10 @@
4957
4965
  this.refreshHideParamsIcon(th.select(".hideParamsIcon"));
4958
4966
  };
4959
4967
  PropertyEditor.prototype.peInputCount = function () {
4960
- return this.element().selectAll(".table-" + this.depth() + " > tbody > tr > .headerRow > .peInput > div").size();
4968
+ return this.element().selectAll(".table-".concat(this.depth(), " > tbody > tr > .headerRow > .peInput > div")).size();
4961
4969
  };
4962
4970
  PropertyEditor.prototype.peInputCollapsedCount = function () {
4963
- return this.element().selectAll(".table-" + this.depth() + " > tbody > tr > .headerRow > .peInput > div.property-table-collapsed").size();
4971
+ return this.element().selectAll(".table-".concat(this.depth(), " > tbody > tr > .headerRow > .peInput > div.property-table-collapsed")).size();
4964
4972
  };
4965
4973
  PropertyEditor.prototype.peInputIcon = function () {
4966
4974
  var collapsed = this.peInputCollapsedCount();
@@ -4974,7 +4982,7 @@
4974
4982
  };
4975
4983
  PropertyEditor.prototype.refreshExpandIcon = function () {
4976
4984
  var newIcon = this.peInputIcon();
4977
- this.element().select(".table-" + this.depth() + " > thead > tr > th > .expandIcon")
4985
+ this.element().select(".table-".concat(this.depth(), " > thead > tr > th > .expandIcon"))
4978
4986
  .classed("fa-caret-up", false)
4979
4987
  .classed("fa-caret-right", false)
4980
4988
  .classed("fa-caret-down", false)
@@ -5179,9 +5187,9 @@
5179
5187
  }
5180
5188
  var context = this;
5181
5189
  element.classed("headerRow", true);
5182
- var peInput = element.selectAll("div.peInput-" + this.depth()).data(widgetArr, function (d) { return d.id(); });
5190
+ var peInput = element.selectAll("div.peInput-".concat(this.depth())).data(widgetArr, function (d) { return d.id(); });
5183
5191
  peInput.enter().append("div")
5184
- .attr("class", "peInput peInput-" + this.depth())
5192
+ .attr("class", "peInput peInput-".concat(this.depth()))
5185
5193
  .each(function (w) {
5186
5194
  var peInputElement = common.select(this);
5187
5195
  // Header ---
@@ -5207,7 +5215,7 @@
5207
5215
  var clickTarget = peInputElement.select("div");
5208
5216
  // Header ---
5209
5217
  common.select(this).select("span")
5210
- .text("" + param.id);
5218
+ .text("".concat(param.id));
5211
5219
  common.select(this).select("i")
5212
5220
  .classed("fa-minus-square-o", !clickTarget.classed("property-table-collapsed"))
5213
5221
  .classed("fa-plus-square-o", clickTarget.classed("property-table-collapsed"));
@@ -5373,7 +5381,7 @@
5373
5381
  case "object":
5374
5382
  element.property("value", JSON.stringify(val, function replacer(_key, value) {
5375
5383
  if (value instanceof common.Widget) {
5376
- return serialize$1(value);
5384
+ return serialize(value);
5377
5385
  }
5378
5386
  return value;
5379
5387
  }, " "));
@@ -5416,8 +5424,8 @@
5416
5424
  return retVal;
5417
5425
  };
5418
5426
 
5419
- var css_248z$a = ".other_RadioCheckbox label,.other_RadioCheckbox span{vertical-align:top}";
5420
- styleInject(css_248z$a);
5427
+ var css_248z$2 = ".other_RadioCheckbox label,.other_RadioCheckbox span{vertical-align:top}";
5428
+ styleInject(css_248z$2);
5421
5429
 
5422
5430
  var RadioCheckbox = /** @class */ (function (_super) {
5423
5431
  __extends(RadioCheckbox, _super);
@@ -5521,8 +5529,8 @@
5521
5529
  RadioCheckbox.prototype.publish("sort", null, "set", "Sort contents", ["", "ascending", "descending"], { optional: true });
5522
5530
  RadioCheckbox.prototype.publish("multiple", false, "boolean", "Multiple selection");
5523
5531
 
5524
- var css_248z$b = ".other_Select label,.other_Select span{vertical-align:top}";
5525
- styleInject(css_248z$b);
5532
+ var css_248z$1 = ".other_Select label,.other_Select span{vertical-align:top}";
5533
+ styleInject(css_248z$1);
5526
5534
 
5527
5535
  var Select = /** @class */ (function (_super) {
5528
5536
  __extends(Select, _super);
@@ -5615,8 +5623,8 @@
5615
5623
  Select.prototype.publish("multiple", false, "boolean", "Multiple selection");
5616
5624
  Select.prototype.publish("selectSize", 5, "number", "Size of multiselect box", null, { disable: function (w) { return !w.multiple(); } });
5617
5625
 
5618
- var css_248z$c = ".other_ThemeEditor *{box-sizing:border-box}.other_ThemeEditor table{width:100%;margin-bottom:4px}.other_ThemeEditor table:last-child{margin-bottom:0}.other_ThemeEditor thead>tr>th{text-align:left}.other_ThemeEditor thead>tr>th>b{font-weight:700}.other_ThemeEditor thead>tr>th{background-color:#fafafa}.other_ThemeEditor tbody>tr>td,.other_ThemeEditor tbody>tr>th{font-weight:400;background-color:#fafafa}.other_ThemeEditor thead>tr:first-child>th{background-color:#e5e5e5}.other_ThemeEditor thead>tr.mm-content>th{padding:0 4px;font-size:12px}.other_ThemeEditor td,.other_ThemeEditor th{padding:4px;white-space:nowrap}.other_ThemeEditor thead.mm-label>tr:first-child>th{position:relative;padding-left:29px}.other_ThemeEditor thead.mm-label>tr:first-child>th:before{content:\"[+]\";position:absolute;left:3px;top:3px;color:#404040;height:15px;width:15px;font-family:monospace}.other_ThemeEditor thead.mm-label.max>tr:first-child>th:before{content:\"[-]\"}.other_ThemeEditor tr.sharedPropertyRow>td.label:after{content:\"[+]\";position:absolute;right:10px;top:3px;color:#404040;height:15px;width:15px;font-family:monospace}.other_ThemeEditor tr.sharedPropertyRow>td.label.expanded:after{content:\"[-]\"}.other_ThemeEditor tr.sharedPropertyRow>td.label{position:relative;padding-right:30px;text-decoration:underline}.other_ThemeEditor tr.sharedPropertyRow>td.label:hover{text-decoration:none;cursor:pointer}.other_ThemeEditor tr.propertyRow>td,.other_ThemeEditor tr.propertyRow>th{background-color:#f4f4f4}.other_ThemeEditor tr.propertyRow>td.label{padding-left:24px}.other_ThemeEditor table,.other_ThemeEditor td,.other_ThemeEditor th{border:1px solid #e5e5e5}.other_ThemeEditor .mm-label.min+.mm-content,.other_ThemeEditor .mm-label.min .mm-content{display:none}.mm-label:hover,.other_ThemeEditor .sharedPropertyRow>.te-label{cursor:pointer}.other_ThemeEditor .sharedPropertyRow>.te-label:hover{text-decoration:none}.other_ThemeEditor .propertyRow.shown>.te-label{padding-left:15px}.other_ThemeEditor .propertyRow>td{background-color:#f4f4f4}.other_ThemeEditor input,.other_ThemeEditor select,.other_ThemeEditor textarea{height:30px;float:left}.other_ThemeEditor input,.other_ThemeEditor select{width:150px}.other_ThemeEditor .te-checkbox{width:20px;height:20px;margin:0}.other_ThemeEditor .te-html-color-input{height:30px;width:120px}.other_ThemeEditor .te-html-color-button{width:30px}.other_ThemeEditor .te-html-color-button,.other_ThemeEditor button{background-color:#ccc;border:1px solid #a9a9a9;border-left:0;height:30px;float:left;padding:4px}.other_ThemeEditor .te-html-color-button,.other_ThemeEditor .te-section-table thead,.other_ThemeEditor button{cursor:pointer}.other_ThemeEditor .te-html-color-button:hover,.other_ThemeEditor button:hover{background-color:#bbb}.other_ThemeEditor .te-html-color-button:active,.other_ThemeEditor button:active{background-color:#aaa}.other_ThemeEditor .te-label{white-space:nowrap;width:1%;vertical-align:top}.other_ThemeEditor .te-section-table>tbody>tr:hover{background-color:#f8ff98}.te-section-table thead th{font-weight:700}.te-section-table.expanded>thead>tr>th:after{font:normal normal normal 14px/1 FontAwesome;content:\"\";float:right;margin-right:6px;margin-top:4px}.te-section-table.collapsed>thead>tr>th:after{font:normal normal normal 14px/1 FontAwesome;content:\"\";float:right;margin-right:6px;margin-top:4px}#te-tableModeOptions thead>tr>th,#te-themeEditorOptions thead>tr>th{border:1px solid #6e6e73;background-color:#6e6e73;color:#fafafa}";
5619
- styleInject(css_248z$c);
5626
+ var css_248z = ".other_ThemeEditor *{box-sizing:border-box}.other_ThemeEditor table{margin-bottom:4px;width:100%}.other_ThemeEditor table:last-child{margin-bottom:0}.other_ThemeEditor thead>tr>th{text-align:left}.other_ThemeEditor thead>tr>th>b{font-weight:700}.other_ThemeEditor thead>tr>th{background-color:#fafafa}.other_ThemeEditor tbody>tr>td,.other_ThemeEditor tbody>tr>th{background-color:#fafafa;font-weight:400}.other_ThemeEditor thead>tr:first-child>th{background-color:#e5e5e5}.other_ThemeEditor thead>tr.mm-content>th{font-size:12px;padding:0 4px}.other_ThemeEditor td,.other_ThemeEditor th{padding:4px;white-space:nowrap}.other_ThemeEditor thead.mm-label>tr:first-child>th{padding-left:29px;position:relative}.other_ThemeEditor thead.mm-label>tr:first-child>th:before{color:#404040;content:\"[+]\";font-family:monospace;height:15px;left:3px;position:absolute;top:3px;width:15px}.other_ThemeEditor thead.mm-label.max>tr:first-child>th:before{content:\"[-]\"}.other_ThemeEditor tr.sharedPropertyRow>td.label:after{color:#404040;content:\"[+]\";font-family:monospace;height:15px;position:absolute;right:10px;top:3px;width:15px}.other_ThemeEditor tr.sharedPropertyRow>td.label.expanded:after{content:\"[-]\"}.other_ThemeEditor tr.sharedPropertyRow>td.label{padding-right:30px;position:relative;text-decoration:underline}.other_ThemeEditor tr.sharedPropertyRow>td.label:hover{cursor:pointer;text-decoration:none}.other_ThemeEditor tr.propertyRow>td,.other_ThemeEditor tr.propertyRow>th{background-color:#f4f4f4}.other_ThemeEditor tr.propertyRow>td.label{padding-left:24px}.other_ThemeEditor table,.other_ThemeEditor td,.other_ThemeEditor th{border:1px solid #e5e5e5}.other_ThemeEditor .mm-label.min .mm-content,.other_ThemeEditor .mm-label.min+.mm-content{display:none}.mm-label:hover,.other_ThemeEditor .sharedPropertyRow>.te-label{cursor:pointer}.other_ThemeEditor .sharedPropertyRow>.te-label:hover{text-decoration:none}.other_ThemeEditor .propertyRow.shown>.te-label{padding-left:15px}.other_ThemeEditor .propertyRow>td{background-color:#f4f4f4}.other_ThemeEditor input,.other_ThemeEditor select,.other_ThemeEditor textarea{float:left;height:30px}.other_ThemeEditor input,.other_ThemeEditor select{width:150px}.other_ThemeEditor .te-checkbox{height:20px;margin:0;width:20px}.other_ThemeEditor .te-html-color-input{height:30px;width:120px}.other_ThemeEditor .te-html-color-button{width:30px}.other_ThemeEditor .te-html-color-button,.other_ThemeEditor button{background-color:#ccc;border:1px solid #a9a9a9;border-left:0;float:left;height:30px;padding:4px}.other_ThemeEditor .te-html-color-button,.other_ThemeEditor .te-section-table thead,.other_ThemeEditor button{cursor:pointer}.other_ThemeEditor .te-html-color-button:hover,.other_ThemeEditor button:hover{background-color:#bbb}.other_ThemeEditor .te-html-color-button:active,.other_ThemeEditor button:active{background-color:#aaa}.other_ThemeEditor .te-label{vertical-align:top;white-space:nowrap;width:1%}.other_ThemeEditor .te-section-table>tbody>tr:hover{background-color:#f8ff98}.te-section-table thead th{font-weight:700}.te-section-table.expanded>thead>tr>th:after{content:\"\";float:right;font:normal normal normal 14px/1 FontAwesome;margin-right:6px;margin-top:4px}.te-section-table.collapsed>thead>tr>th:after{content:\"\";float:right;font:normal normal normal 14px/1 FontAwesome;margin-right:6px;margin-top:4px}#te-tableModeOptions thead>tr>th,#te-themeEditorOptions thead>tr>th{background-color:#6e6e73;border:1px solid #6e6e73;color:#fafafa}";
5627
+ styleInject(css_248z);
5620
5628
 
5621
5629
  function hasLocalStorage() {
5622
5630
  var mod = "@hpcc-js/other";
@@ -6344,5 +6352,5 @@
6344
6352
 
6345
6353
  Object.defineProperty(exports, '__esModule', { value: true });
6346
6354
 
6347
- })));
6355
+ }));
6348
6356
  //# sourceMappingURL=index.js.map