@hpcc-js/phosphor 2.19.1 → 2.20.0

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, Utility, HTMLWidget } from '@hpcc-js/common';
2
2
 
3
3
  var PKG_NAME = "@hpcc-js/phosphor";
4
- var PKG_VERSION = "2.19.1";
5
- var BUILD_VERSION = "2.106.1";
4
+ var PKG_VERSION = "2.20.0";
5
+ var BUILD_VERSION = "2.107.0";
6
6
 
7
7
  // Copyright (c) Jupyter Development Team.
8
8
  // Distributed under the terms of the Modified BSD License.
@@ -26094,7 +26094,7 @@ LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
26094
26094
  OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
26095
26095
  PERFORMANCE OF THIS SOFTWARE.
26096
26096
  ***************************************************************************** */
26097
- /* global Reflect, Promise, SuppressedError, Symbol */
26097
+ /* global Reflect, Promise, SuppressedError, Symbol, Iterator */
26098
26098
 
26099
26099
  var extendStatics = function(d, b) {
26100
26100
  extendStatics = Object.setPrototypeOf ||
@@ -26133,8 +26133,8 @@ function __awaiter(thisArg, _arguments, P, generator) {
26133
26133
  }
26134
26134
 
26135
26135
  function __generator(thisArg, body) {
26136
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
26137
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
26136
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
26137
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
26138
26138
  function verb(n) { return function (v) { return step([n, v]); }; }
26139
26139
  function step(op) {
26140
26140
  if (f) throw new TypeError("Generator is already executing.");