@hpcc-js/phosphor 3.2.8 → 3.2.10
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 +15658 -8420
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +2 -67
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +8 -8
- package/src/DockPanel.css +18 -18
- package/src/DockPanel.ts +2 -2
- package/src/SplitPanel.ts +1 -1
- package/src/TabPanel.ts +1 -1
- package/src/WidgetAdapter.css +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/phosphor",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.10",
|
|
4
4
|
"description": "hpcc-js - Viz Phosphor",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
@@ -37,14 +37,14 @@
|
|
|
37
37
|
"update-major": "npx --yes npm-check-updates -u"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@hpcc-js/common": "^3.3.
|
|
40
|
+
"@hpcc-js/common": "^3.3.9"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@hpcc-js/esbuild-plugins": "^1.4.
|
|
44
|
-
"@lumino/algorithm": "
|
|
45
|
-
"@lumino/commands": "
|
|
46
|
-
"@lumino/messaging": "
|
|
47
|
-
"@lumino/widgets": "
|
|
43
|
+
"@hpcc-js/esbuild-plugins": "^1.4.9",
|
|
44
|
+
"@lumino/algorithm": "2.0.3",
|
|
45
|
+
"@lumino/commands": "2.3.2",
|
|
46
|
+
"@lumino/messaging": "2.0.3",
|
|
47
|
+
"@lumino/widgets": "2.7.1"
|
|
48
48
|
},
|
|
49
49
|
"repository": {
|
|
50
50
|
"type": "git",
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
58
58
|
},
|
|
59
59
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "92489547b0e57f479a691236b1a47e977b43cf2e"
|
|
61
61
|
}
|
package/src/DockPanel.css
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
.
|
|
1
|
+
.lm-DockPanel-overlay {
|
|
2
2
|
background: rgba(255, 255, 255, 0.6);
|
|
3
3
|
border: 1px dashed black;
|
|
4
4
|
transition-property: top, left, right, bottom;
|
|
@@ -6,22 +6,22 @@
|
|
|
6
6
|
transition-timing-function: ease;
|
|
7
7
|
}
|
|
8
8
|
|
|
9
|
-
.
|
|
9
|
+
.lm-TabBar {
|
|
10
10
|
min-height: 24px;
|
|
11
11
|
max-height: 24px;
|
|
12
12
|
}
|
|
13
13
|
|
|
14
|
-
.
|
|
14
|
+
.lm-TabBar-content {
|
|
15
15
|
min-width: 0;
|
|
16
16
|
min-height: 0;
|
|
17
17
|
align-items: flex-end;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
|
-
.
|
|
20
|
+
.lm-TabPanel-tabBar .lm-TabBar-content {
|
|
21
21
|
border-bottom: 1px solid #C0C0C0;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
.
|
|
24
|
+
.lm-TabBar-tab {
|
|
25
25
|
padding: 0px 10px;
|
|
26
26
|
background: #E5E5E5;
|
|
27
27
|
border: 1px solid #C0C0C0;
|
|
@@ -35,47 +35,47 @@
|
|
|
35
35
|
line-height: 20px;
|
|
36
36
|
}
|
|
37
37
|
|
|
38
|
-
.
|
|
38
|
+
.lm-TabBar-tab.lm-mod-current {
|
|
39
39
|
background: white;
|
|
40
40
|
}
|
|
41
41
|
|
|
42
42
|
|
|
43
|
-
.
|
|
43
|
+
.lm-TabBar-tab:hover:not(.lm-mod-current) {
|
|
44
44
|
background: #F0F0F0;
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
48
|
-
.
|
|
48
|
+
.lm-TabBar-tab:first-child {
|
|
49
49
|
margin-left: 0;
|
|
50
50
|
}
|
|
51
51
|
|
|
52
52
|
|
|
53
|
-
.
|
|
53
|
+
.lm-TabBar-tab.lm-mod-current {
|
|
54
54
|
min-height: 23px;
|
|
55
55
|
max-height: 23px;
|
|
56
56
|
transform: translateY(1px);
|
|
57
57
|
}
|
|
58
58
|
|
|
59
59
|
|
|
60
|
-
.
|
|
61
|
-
.
|
|
62
|
-
.
|
|
60
|
+
.lm-TabBar-tabIcon,
|
|
61
|
+
.lm-TabBar-tabLabel,
|
|
62
|
+
.lm-TabBar-tabCloseIcon {
|
|
63
63
|
display: inline-block;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
|
|
67
|
-
.
|
|
67
|
+
.lm-TabBar-tab.lm-mod-closable>.lm-TabBar-tabCloseIcon {
|
|
68
68
|
margin-left: 4px;
|
|
69
69
|
}
|
|
70
70
|
|
|
71
71
|
|
|
72
|
-
.
|
|
72
|
+
.lm-TabBar-tab.lm-mod-closable>.lm-TabBar-tabCloseIcon:before {
|
|
73
73
|
content: '\f00d';
|
|
74
74
|
font-family: FontAwesome;
|
|
75
75
|
}
|
|
76
76
|
|
|
77
77
|
|
|
78
|
-
.
|
|
78
|
+
.lm-TabBar-tab.lm-mod-drag-image {
|
|
79
79
|
min-height: 23px;
|
|
80
80
|
max-height: 23px;
|
|
81
81
|
min-width: 125px;
|
|
@@ -84,11 +84,11 @@
|
|
|
84
84
|
transform: translateX(-40%) translateY(-58%);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
.
|
|
87
|
+
.lm-Widget.lm-TabBar.lm-DockPanel-tabBar.hide {
|
|
88
88
|
min-height: 1px !important;
|
|
89
89
|
max-height: 1px !important;
|
|
90
90
|
}
|
|
91
91
|
|
|
92
|
-
.
|
|
92
|
+
.lm-Widget.lm-TabBar.lm-DockPanel-tabBar.hide .lm-TabBar-tab.lm-mod-current {
|
|
93
93
|
display: none;
|
|
94
|
-
}
|
|
94
|
+
}
|
package/src/DockPanel.ts
CHANGED
|
@@ -91,7 +91,7 @@ export class DockPanel extends HTMLWidget implements IMessageHandler, IMessageHo
|
|
|
91
91
|
.style("overflow", "hidden")
|
|
92
92
|
;
|
|
93
93
|
|
|
94
|
-
element.select(".
|
|
94
|
+
element.select(".lm-Widget")
|
|
95
95
|
.style("width", this._pPlaceholder.node().clientWidth + "px")
|
|
96
96
|
.style("height", this.height() + "px")
|
|
97
97
|
;
|
|
@@ -115,7 +115,7 @@ export class DockPanel extends HTMLWidget implements IMessageHandler, IMessageHo
|
|
|
115
115
|
this._dock.content().watchRendered(this, callback);
|
|
116
116
|
this._dock.update();
|
|
117
117
|
setTimeout(() => {
|
|
118
|
-
const tabBars = this.element().selectAll(".
|
|
118
|
+
const tabBars = this.element().selectAll(".lm-Widget.lm-TabBar.lm-DockPanel-tabBar");
|
|
119
119
|
let refit = false;
|
|
120
120
|
tabBars.each(function (this: HTMLElement) {
|
|
121
121
|
const tabBar = d3Select(this);
|
package/src/SplitPanel.ts
CHANGED
|
@@ -49,7 +49,7 @@ export class SplitPanel extends HTMLWidget {
|
|
|
49
49
|
|
|
50
50
|
update(domNode, element) {
|
|
51
51
|
super.update(domNode, element);
|
|
52
|
-
element.select(".
|
|
52
|
+
element.select(".lm-Widget")
|
|
53
53
|
.style("width", this.width() + "px")
|
|
54
54
|
.style("height", this.height() + "px")
|
|
55
55
|
;
|
package/src/TabPanel.ts
CHANGED
|
@@ -64,7 +64,7 @@ export class TabPanel extends HTMLWidget {
|
|
|
64
64
|
|
|
65
65
|
update(domNode, element) {
|
|
66
66
|
super.update(domNode, element);
|
|
67
|
-
element.select(".
|
|
67
|
+
element.select(".lm-Widget")
|
|
68
68
|
.style("width", this.width() + "px")
|
|
69
69
|
.style("height", this.height() + "px")
|
|
70
70
|
;
|
package/src/WidgetAdapter.css
CHANGED
|
@@ -7,11 +7,11 @@
|
|
|
7
7
|
min-height: 64px;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
|
-
.phosphor_WidgetAdapter.
|
|
10
|
+
.phosphor_WidgetAdapter.lm-DockPanel-widget {
|
|
11
11
|
border-top: none;
|
|
12
12
|
box-shadow: 0px -1px 0px rgba(0, 0, 0, 0.2), 1px 1px 2px rgba(0, 0, 0, 0.2);
|
|
13
13
|
}
|
|
14
14
|
|
|
15
|
-
.phosphor_WidgetAdapter.
|
|
15
|
+
.phosphor_WidgetAdapter.lm-SplitPanel-child {
|
|
16
16
|
border: none;
|
|
17
|
-
}
|
|
17
|
+
}
|