@hpcc-js/phosphor 3.2.1 → 3.2.2
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 +24 -24
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +6 -6
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +2 -2
- package/src/DockPanel.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -646,7 +646,7 @@ var AttachedProperty = (
|
|
|
646
646
|
Private$r.ownerData.delete(owner);
|
|
647
647
|
}
|
|
648
648
|
AttachedProperty2.clearData = clearData;
|
|
649
|
-
})(AttachedProperty);
|
|
649
|
+
})(AttachedProperty || (AttachedProperty = {}));
|
|
650
650
|
var Private$r;
|
|
651
651
|
(function(Private2) {
|
|
652
652
|
Private2.ownerData = /* @__PURE__ */ new WeakMap(), Private2.nextPID = /* @__PURE__ */ function() {
|
|
@@ -724,7 +724,7 @@ var Signal = (
|
|
|
724
724
|
return Private$q.exceptionHandler = handler, old;
|
|
725
725
|
}
|
|
726
726
|
Signal2.setExceptionHandler = setExceptionHandler;
|
|
727
|
-
})(Signal);
|
|
727
|
+
})(Signal || (Signal = {}));
|
|
728
728
|
var Private$q;
|
|
729
729
|
(function(Private2) {
|
|
730
730
|
Private2.exceptionHandler = function(err) {
|
|
@@ -944,7 +944,7 @@ var DisposableSet = (
|
|
|
944
944
|
}), set;
|
|
945
945
|
}
|
|
946
946
|
DisposableSet2.from = from;
|
|
947
|
-
})(DisposableSet);
|
|
947
|
+
})(DisposableSet || (DisposableSet = {}));
|
|
948
948
|
var ObservableDisposableSet = (
|
|
949
949
|
/** @class */
|
|
950
950
|
function(_super) {
|
|
@@ -975,7 +975,7 @@ var ObservableDisposableSet = (
|
|
|
975
975
|
}), set;
|
|
976
976
|
}
|
|
977
977
|
ObservableDisposableSet2.from = from;
|
|
978
|
-
})(ObservableDisposableSet);
|
|
978
|
+
})(ObservableDisposableSet || (ObservableDisposableSet = {}));
|
|
979
979
|
var ClipboardExt;
|
|
980
980
|
(function(ClipboardExt2) {
|
|
981
981
|
function copyText(text) {
|
|
@@ -1154,7 +1154,7 @@ var KeycodeLayout = (
|
|
|
1154
1154
|
return keySet;
|
|
1155
1155
|
}
|
|
1156
1156
|
KeycodeLayout2.convertToKeySet = convertToKeySet;
|
|
1157
|
-
})(KeycodeLayout);
|
|
1157
|
+
})(KeycodeLayout || (KeycodeLayout = {}));
|
|
1158
1158
|
var EN_US = new KeycodeLayout(
|
|
1159
1159
|
"en-us",
|
|
1160
1160
|
{
|
|
@@ -1511,7 +1511,7 @@ var __assign$1 = function() {
|
|
|
1511
1511
|
return event.ctrlKey && mods.push("Ctrl"), event.altKey && mods.push("Alt"), event.shiftKey && mods.push("Shift"), event.metaKey && Platform.IS_MAC && mods.push("Cmd"), mods.push(key), mods.join(" ");
|
|
1512
1512
|
}
|
|
1513
1513
|
CommandRegistry2.keystrokeForKeydownEvent = keystrokeForKeydownEvent;
|
|
1514
|
-
})(CommandRegistry);
|
|
1514
|
+
})(CommandRegistry || (CommandRegistry = {}));
|
|
1515
1515
|
var Private$n;
|
|
1516
1516
|
(function(Private2) {
|
|
1517
1517
|
Private2.CHORD_TIMEOUT = 1e3;
|
|
@@ -1749,7 +1749,7 @@ var BPlusTree = (
|
|
|
1749
1749
|
return tree.assign(items), tree;
|
|
1750
1750
|
}
|
|
1751
1751
|
BPlusTree2.from = from;
|
|
1752
|
-
})(BPlusTree);
|
|
1752
|
+
})(BPlusTree || (BPlusTree = {}));
|
|
1753
1753
|
var Private$1$1;
|
|
1754
1754
|
(function(Private2) {
|
|
1755
1755
|
var BranchNode = (
|
|
@@ -2321,7 +2321,7 @@ var LinkedList = (
|
|
|
2321
2321
|
}()
|
|
2322
2322
|
);
|
|
2323
2323
|
LinkedList2.RetroNodeIterator = RetroNodeIterator;
|
|
2324
|
-
})(LinkedList);
|
|
2324
|
+
})(LinkedList || (LinkedList = {}));
|
|
2325
2325
|
var Private$m;
|
|
2326
2326
|
(function(Private2) {
|
|
2327
2327
|
var LinkedListNode = (
|
|
@@ -2687,7 +2687,7 @@ var Drag = (
|
|
|
2687
2687
|
}
|
|
2688
2688
|
Drag2.overrideCursor = overrideCursor;
|
|
2689
2689
|
var overrideCursorID = 0;
|
|
2690
|
-
})(Drag);
|
|
2690
|
+
})(Drag || (Drag = {}));
|
|
2691
2691
|
var Private$l;
|
|
2692
2692
|
(function(Private2) {
|
|
2693
2693
|
Private2.SCROLL_EDGE_SIZE = 20;
|
|
@@ -2880,7 +2880,7 @@ function h(tag) {
|
|
|
2880
2880
|
}
|
|
2881
2881
|
(function(h2) {
|
|
2882
2882
|
h2.a = h2.bind(void 0, "a"), h2.abbr = h2.bind(void 0, "abbr"), h2.address = h2.bind(void 0, "address"), h2.area = h2.bind(void 0, "area"), h2.article = h2.bind(void 0, "article"), h2.aside = h2.bind(void 0, "aside"), h2.audio = h2.bind(void 0, "audio"), h2.b = h2.bind(void 0, "b"), h2.bdi = h2.bind(void 0, "bdi"), h2.bdo = h2.bind(void 0, "bdo"), h2.blockquote = h2.bind(void 0, "blockquote"), h2.br = h2.bind(void 0, "br"), h2.button = h2.bind(void 0, "button"), h2.canvas = h2.bind(void 0, "canvas"), h2.caption = h2.bind(void 0, "caption"), h2.cite = h2.bind(void 0, "cite"), h2.code = h2.bind(void 0, "code"), h2.col = h2.bind(void 0, "col"), h2.colgroup = h2.bind(void 0, "colgroup"), h2.data = h2.bind(void 0, "data"), h2.datalist = h2.bind(void 0, "datalist"), h2.dd = h2.bind(void 0, "dd"), h2.del = h2.bind(void 0, "del"), h2.dfn = h2.bind(void 0, "dfn"), h2.div = h2.bind(void 0, "div"), h2.dl = h2.bind(void 0, "dl"), h2.dt = h2.bind(void 0, "dt"), h2.em = h2.bind(void 0, "em"), h2.embed = h2.bind(void 0, "embed"), h2.fieldset = h2.bind(void 0, "fieldset"), h2.figcaption = h2.bind(void 0, "figcaption"), h2.figure = h2.bind(void 0, "figure"), h2.footer = h2.bind(void 0, "footer"), h2.form = h2.bind(void 0, "form"), h2.h1 = h2.bind(void 0, "h1"), h2.h2 = h2.bind(void 0, "h2"), h2.h3 = h2.bind(void 0, "h3"), h2.h4 = h2.bind(void 0, "h4"), h2.h5 = h2.bind(void 0, "h5"), h2.h6 = h2.bind(void 0, "h6"), h2.header = h2.bind(void 0, "header"), h2.hr = h2.bind(void 0, "hr"), h2.i = h2.bind(void 0, "i"), h2.iframe = h2.bind(void 0, "iframe"), h2.img = h2.bind(void 0, "img"), h2.input = h2.bind(void 0, "input"), h2.ins = h2.bind(void 0, "ins"), h2.kbd = h2.bind(void 0, "kbd"), h2.label = h2.bind(void 0, "label"), h2.legend = h2.bind(void 0, "legend"), h2.li = h2.bind(void 0, "li"), h2.main = h2.bind(void 0, "main"), h2.map = h2.bind(void 0, "map"), h2.mark = h2.bind(void 0, "mark"), h2.meter = h2.bind(void 0, "meter"), h2.nav = h2.bind(void 0, "nav"), h2.noscript = h2.bind(void 0, "noscript"), h2.object = h2.bind(void 0, "object"), h2.ol = h2.bind(void 0, "ol"), h2.optgroup = h2.bind(void 0, "optgroup"), h2.option = h2.bind(void 0, "option"), h2.output = h2.bind(void 0, "output"), h2.p = h2.bind(void 0, "p"), h2.param = h2.bind(void 0, "param"), h2.pre = h2.bind(void 0, "pre"), h2.progress = h2.bind(void 0, "progress"), h2.q = h2.bind(void 0, "q"), h2.rp = h2.bind(void 0, "rp"), h2.rt = h2.bind(void 0, "rt"), h2.ruby = h2.bind(void 0, "ruby"), h2.s = h2.bind(void 0, "s"), h2.samp = h2.bind(void 0, "samp"), h2.section = h2.bind(void 0, "section"), h2.select = h2.bind(void 0, "select"), h2.small = h2.bind(void 0, "small"), h2.source = h2.bind(void 0, "source"), h2.span = h2.bind(void 0, "span"), h2.strong = h2.bind(void 0, "strong"), h2.sub = h2.bind(void 0, "sub"), h2.summary = h2.bind(void 0, "summary"), h2.sup = h2.bind(void 0, "sup"), h2.table = h2.bind(void 0, "table"), h2.tbody = h2.bind(void 0, "tbody"), h2.td = h2.bind(void 0, "td"), h2.textarea = h2.bind(void 0, "textarea"), h2.tfoot = h2.bind(void 0, "tfoot"), h2.th = h2.bind(void 0, "th"), h2.thead = h2.bind(void 0, "thead"), h2.time = h2.bind(void 0, "time"), h2.title = h2.bind(void 0, "title"), h2.tr = h2.bind(void 0, "tr"), h2.track = h2.bind(void 0, "track"), h2.u = h2.bind(void 0, "u"), h2.ul = h2.bind(void 0, "ul"), h2.var_ = h2.bind(void 0, "var"), h2.video = h2.bind(void 0, "video"), h2.wbr = h2.bind(void 0, "wbr");
|
|
2883
|
-
})(h);
|
|
2883
|
+
})(h || (h = {}));
|
|
2884
2884
|
var VirtualDOM;
|
|
2885
2885
|
(function(VirtualDOM2) {
|
|
2886
2886
|
function realize(node) {
|
|
@@ -3796,7 +3796,7 @@ var Title = (
|
|
|
3796
3796
|
MessageLoop.sendMessage(widget, Widget2.Msg.BeforeDetach), widget.node.parentNode.removeChild(widget.node), MessageLoop.sendMessage(widget, Widget2.Msg.AfterDetach);
|
|
3797
3797
|
}
|
|
3798
3798
|
Widget2.detach = detach;
|
|
3799
|
-
})(Widget);
|
|
3799
|
+
})(Widget || (Widget = {}));
|
|
3800
3800
|
var Private$j;
|
|
3801
3801
|
(function(Private2) {
|
|
3802
3802
|
Private2.titleProperty = new AttachedProperty({
|
|
@@ -4000,7 +4000,7 @@ var Layout = (
|
|
|
4000
4000
|
Private$i.verticalAlignmentProperty.set(widget, value);
|
|
4001
4001
|
}
|
|
4002
4002
|
Layout2.setVerticalAlignment = setVerticalAlignment;
|
|
4003
|
-
})(Layout);
|
|
4003
|
+
})(Layout || (Layout = {}));
|
|
4004
4004
|
var LayoutItem = (
|
|
4005
4005
|
/** @class */
|
|
4006
4006
|
function() {
|
|
@@ -4421,7 +4421,7 @@ var Utils$1 = Utils, SplitLayout = (
|
|
|
4421
4421
|
Private$h.stretchProperty.set(widget, value);
|
|
4422
4422
|
}
|
|
4423
4423
|
SplitLayout2.setStretch = setStretch;
|
|
4424
|
-
})(SplitLayout);
|
|
4424
|
+
})(SplitLayout || (SplitLayout = {}));
|
|
4425
4425
|
var Private$h;
|
|
4426
4426
|
(function(Private2) {
|
|
4427
4427
|
Private2.stretchProperty = new AttachedProperty({
|
|
@@ -4736,7 +4736,7 @@ var SplitPanel$1 = (
|
|
|
4736
4736
|
SplitLayout.setStretch(widget, value);
|
|
4737
4737
|
}
|
|
4738
4738
|
SplitPanel2.setStretch = setStretch;
|
|
4739
|
-
})(SplitPanel$1);
|
|
4739
|
+
})(SplitPanel$1 || (SplitPanel$1 = {}));
|
|
4740
4740
|
var Private$e;
|
|
4741
4741
|
(function(Private2) {
|
|
4742
4742
|
function createLayout(options) {
|
|
@@ -4910,7 +4910,7 @@ var AccordionPanel = (
|
|
|
4910
4910
|
}(SplitPanel$1.Renderer)
|
|
4911
4911
|
);
|
|
4912
4912
|
AccordionPanel2.Renderer = Renderer, AccordionPanel2.defaultRenderer = new Renderer();
|
|
4913
|
-
})(AccordionPanel);
|
|
4913
|
+
})(AccordionPanel || (AccordionPanel = {}));
|
|
4914
4914
|
var Private$d;
|
|
4915
4915
|
(function(Private2) {
|
|
4916
4916
|
function createLayout(options) {
|
|
@@ -5116,7 +5116,7 @@ var BoxLayout = (
|
|
|
5116
5116
|
Private$c.sizeBasisProperty.set(widget, value);
|
|
5117
5117
|
}
|
|
5118
5118
|
BoxLayout2.setSizeBasis = setSizeBasis;
|
|
5119
|
-
})(BoxLayout);
|
|
5119
|
+
})(BoxLayout || (BoxLayout = {}));
|
|
5120
5120
|
var Private$c;
|
|
5121
5121
|
(function(Private2) {
|
|
5122
5122
|
Private2.stretchProperty = new AttachedProperty({
|
|
@@ -5240,7 +5240,7 @@ var BoxPanel = (
|
|
|
5240
5240
|
BoxLayout.setSizeBasis(widget, value);
|
|
5241
5241
|
}
|
|
5242
5242
|
BoxPanel2.setSizeBasis = setSizeBasis;
|
|
5243
|
-
})(BoxPanel);
|
|
5243
|
+
})(BoxPanel || (BoxPanel = {}));
|
|
5244
5244
|
var Private$b;
|
|
5245
5245
|
(function(Private2) {
|
|
5246
5246
|
function createLayout(options) {
|
|
@@ -5519,7 +5519,7 @@ var CommandPalette = (
|
|
|
5519
5519
|
}()
|
|
5520
5520
|
);
|
|
5521
5521
|
CommandPalette2.Renderer = Renderer, CommandPalette2.defaultRenderer = new Renderer();
|
|
5522
|
-
})(CommandPalette);
|
|
5522
|
+
})(CommandPalette || (CommandPalette = {}));
|
|
5523
5523
|
var Private$a;
|
|
5524
5524
|
(function(Private2) {
|
|
5525
5525
|
function createNode() {
|
|
@@ -6178,7 +6178,7 @@ var Menu = (
|
|
|
6178
6178
|
}()
|
|
6179
6179
|
);
|
|
6180
6180
|
Menu2.Renderer = Renderer, Menu2.defaultRenderer = new Renderer();
|
|
6181
|
-
})(Menu);
|
|
6181
|
+
})(Menu || (Menu = {}));
|
|
6182
6182
|
var Private$9;
|
|
6183
6183
|
(function(Private2) {
|
|
6184
6184
|
Private2.TIMER_DELAY = 300, Private2.SUBMENU_OVERLAP = 3;
|
|
@@ -7036,7 +7036,7 @@ var TabBar = (
|
|
|
7036
7036
|
}()
|
|
7037
7037
|
);
|
|
7038
7038
|
TabBar2.Renderer = Renderer, TabBar2.defaultRenderer = new Renderer(), TabBar2.addButtonSelector = ".lm-TabBar-addButton";
|
|
7039
|
-
})(TabBar);
|
|
7039
|
+
})(TabBar || (TabBar = {}));
|
|
7040
7040
|
var Private$7;
|
|
7041
7041
|
(function(Private2) {
|
|
7042
7042
|
Private2.DRAG_THRESHOLD = 5, Private2.DETACH_THRESHOLD = 20;
|
|
@@ -8169,7 +8169,7 @@ var DockPanel$1 = (
|
|
|
8169
8169
|
}()
|
|
8170
8170
|
);
|
|
8171
8171
|
DockPanel2.Renderer = Renderer, DockPanel2.defaultRenderer = new Renderer();
|
|
8172
|
-
})(DockPanel$1);
|
|
8172
|
+
})(DockPanel$1 || (DockPanel$1 = {}));
|
|
8173
8173
|
var Private$5;
|
|
8174
8174
|
(function(Private2) {
|
|
8175
8175
|
Private2.GOLDEN_RATIO = 0.618, Private2.DEFAULT_EDGES = {
|
|
@@ -8597,7 +8597,7 @@ var GridLayout = (
|
|
|
8597
8597
|
Private$4.cellConfigProperty.set(widget, Private$4.normalizeConfig(value));
|
|
8598
8598
|
}
|
|
8599
8599
|
GridLayout2.setCellConfig = setCellConfig;
|
|
8600
|
-
})(GridLayout);
|
|
8600
|
+
})(GridLayout || (GridLayout = {}));
|
|
8601
8601
|
var Private$4;
|
|
8602
8602
|
(function(Private2) {
|
|
8603
8603
|
Private2.cellConfigProperty = new AttachedProperty({
|
|
@@ -8955,7 +8955,7 @@ var MenuBar = (
|
|
|
8955
8955
|
}()
|
|
8956
8956
|
);
|
|
8957
8957
|
MenuBar2.Renderer = Renderer, MenuBar2.defaultRenderer = new Renderer();
|
|
8958
|
-
})(MenuBar);
|
|
8958
|
+
})(MenuBar || (MenuBar = {}));
|
|
8959
8959
|
var Private$3;
|
|
8960
8960
|
(function(Private2) {
|
|
8961
8961
|
function createNode() {
|
|
@@ -9879,7 +9879,7 @@ class DockPanel extends HTMLWidget {
|
|
|
9879
9879
|
super.enter(domNode, element), this._pPlaceholder = element.append("div"), Widget.attach(this._dock, this._pPlaceholder.node());
|
|
9880
9880
|
}
|
|
9881
9881
|
update(domNode, element) {
|
|
9882
|
-
super.update(domNode, element), this._pPlaceholder.style("width", this.width() + "px").style("height", this.height() + "px").style("overflow", "
|
|
9882
|
+
super.update(domNode, element), this._pPlaceholder.style("width", this.width() + "px").style("height", this.height() + "px").style("overflow", "hidden"), element.select(".p-Widget").style("width", this._pPlaceholder.node().clientWidth + "px").style("height", this.height() + "px"), this.widgets().forEach((w) => w.render());
|
|
9883
9883
|
}
|
|
9884
9884
|
exit(domNode, element) {
|
|
9885
9885
|
[...this.widgets()].forEach((w) => this.removeWidget(w)), Widget.detach(this._dock), super.exit(domNode, element);
|