@hpcc-js/phosphor 2.16.11 → 2.16.13

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