@hpcc-js/other 2.13.75 → 2.13.79

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