@hpcc-js/phosphor 2.19.2 → 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 +5 -5
- package/dist/index.es6.js.map +1 -1
- package/dist/index.js +5 -5
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +1 -1
- package/dist/index.min.js.map +1 -1
- package/package.json +7 -7
- package/src/__package__.ts +2 -2
- package/types/__package__.d.ts +2 -2
- package/types-3.4/__package__.d.ts +2 -2
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.
|
|
5
|
-
var BUILD_VERSION = "2.
|
|
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 =
|
|
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.");
|