@hpcc-js/phosphor 2.16.11 → 2.16.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es6.js CHANGED
@@ -1,8 +1,8 @@
1
1
  import { select, Widget as Widget$1, HTMLWidget } from '@hpcc-js/common';
2
2
 
3
3
  var PKG_NAME = "@hpcc-js/phosphor";
4
- var PKG_VERSION = "2.16.11";
5
- var BUILD_VERSION = "2.104.28";
4
+ var PKG_VERSION = "2.16.12";
5
+ var BUILD_VERSION = "2.104.30";
6
6
 
7
7
  // Copyright (c) Jupyter Development Team.
8
8
  // Distributed under the terms of the Modified BSD License.
@@ -26083,58 +26083,63 @@ styleInject$1(css_248z$1$1);
26083
26083
  var css_248z$9 = ".lm-TabPanel-tabBar,.p-TabPanel-tabBar{z-index:1}.lm-TabPanel-stackedPanel,.p-TabPanel-stackedPanel{z-index:0}";
26084
26084
  styleInject$1(css_248z$9);
26085
26085
 
26086
- /******************************************************************************
26087
- Copyright (c) Microsoft Corporation.
26088
-
26089
- Permission to use, copy, modify, and/or distribute this software for any
26090
- purpose with or without fee is hereby granted.
26091
-
26092
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
26093
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
26094
- AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
26095
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
26096
- LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26097
- OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26098
- PERFORMANCE OF THIS SOFTWARE.
26099
- ***************************************************************************** */
26100
- /* global Reflect, Promise */
26101
-
26102
- var extendStatics = function(d, b) {
26103
- extendStatics = Object.setPrototypeOf ||
26104
- ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
26105
- function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
26106
- return extendStatics(d, b);
26107
- };
26108
-
26109
- function __extends(d, b) {
26110
- if (typeof b !== "function" && b !== null)
26111
- throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
26112
- extendStatics(d, b);
26113
- function __() { this.constructor = d; }
26114
- d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
26115
- }
26116
-
26117
- var __assign = function() {
26118
- __assign = Object.assign || function __assign(t) {
26119
- for (var s, i = 1, n = arguments.length; i < n; i++) {
26120
- s = arguments[i];
26121
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
26122
- }
26123
- return t;
26124
- };
26125
- return __assign.apply(this, arguments);
26126
- };
26127
-
26128
- function __spreadArray(to, from, pack) {
26129
- if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
26130
- if (ar || !(i in from)) {
26131
- if (!ar) ar = Array.prototype.slice.call(from, 0, i);
26132
- ar[i] = from[i];
26133
- }
26134
- }
26135
- return to.concat(ar || Array.prototype.slice.call(from));
26086
+ /******************************************************************************
26087
+ Copyright (c) Microsoft Corporation.
26088
+
26089
+ Permission to use, copy, modify, and/or distribute this software for any
26090
+ purpose with or without fee is hereby granted.
26091
+
26092
+ THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
26093
+ REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
26094
+ AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
26095
+ INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
26096
+ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26097
+ OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26098
+ PERFORMANCE OF THIS SOFTWARE.
26099
+ ***************************************************************************** */
26100
+ /* global Reflect, Promise, SuppressedError, Symbol */
26101
+
26102
+ var extendStatics = function(d, b) {
26103
+ extendStatics = Object.setPrototypeOf ||
26104
+ ({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
26105
+ function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
26106
+ return extendStatics(d, b);
26107
+ };
26108
+
26109
+ function __extends(d, b) {
26110
+ if (typeof b !== "function" && b !== null)
26111
+ throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
26112
+ extendStatics(d, b);
26113
+ function __() { this.constructor = d; }
26114
+ d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
26115
+ }
26116
+
26117
+ var __assign = function() {
26118
+ __assign = Object.assign || function __assign(t) {
26119
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
26120
+ s = arguments[i];
26121
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
26122
+ }
26123
+ return t;
26124
+ };
26125
+ return __assign.apply(this, arguments);
26126
+ };
26127
+
26128
+ function __spreadArray(to, from, pack) {
26129
+ if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
26130
+ if (ar || !(i in from)) {
26131
+ if (!ar) ar = Array.prototype.slice.call(from, 0, i);
26132
+ ar[i] = from[i];
26133
+ }
26134
+ }
26135
+ return to.concat(ar || Array.prototype.slice.call(from));
26136
26136
  }
26137
26137
 
26138
+ typeof SuppressedError === "function" ? SuppressedError : function (error, suppressed, message) {
26139
+ var e = new Error(message);
26140
+ return e.name = "SuppressedError", e.error = error, e.suppressed = suppressed, e;
26141
+ };
26142
+
26138
26143
  function styleInject(css, ref) {
26139
26144
  if ( ref === void 0 ) ref = {};
26140
26145
  var insertAt = ref.insertAt;
@@ -26329,8 +26334,8 @@ var PRenderer = /** @class */ (function (_super) {
26329
26334
  var PDockPanel = /** @class */ (function (_super) {
26330
26335
  __extends(PDockPanel, _super);
26331
26336
  function PDockPanel(options) {
26332
- if (options === void 0) { options = {}; }
26333
26337
  var _this = this;
26338
+ if (options === void 0) { options = {}; }
26334
26339
  options.renderer = options.renderer || new PRenderer();
26335
26340
  _this = _super.call(this, options) || this;
26336
26341
  if (_this["_renderer"] instanceof PRenderer) {