@hpcc-js/phosphor 3.2.9 → 3.2.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hpcc-js/phosphor",
3
- "version": "3.2.9",
3
+ "version": "3.2.11",
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.8"
40
+ "@hpcc-js/common": "^3.4.0"
41
41
  },
42
42
  "devDependencies": {
43
- "@hpcc-js/esbuild-plugins": "^1.4.8",
44
- "@lumino/algorithm": "1.9.2",
45
- "@lumino/commands": "1.21.1",
46
- "@lumino/messaging": "1.10.3",
47
- "@lumino/widgets": "1.37.2"
43
+ "@hpcc-js/esbuild-plugins": "^1.5.0",
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": "ef271e12a3730c4503a82f80a37aaaa29643e1e3"
60
+ "gitHead": "e0dd2c2201ba3d9bd92665026ef38e3220065a9c"
61
61
  }
package/src/DockPanel.css CHANGED
@@ -1,4 +1,4 @@
1
- .p-DockPanel-overlay {
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
- .p-TabBar {
9
+ .lm-TabBar {
10
10
  min-height: 24px;
11
11
  max-height: 24px;
12
12
  }
13
13
 
14
- .p-TabBar-content {
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
- .p-TabPanel-tabBar .p-TabBar-content {
20
+ .lm-TabPanel-tabBar .lm-TabBar-content {
21
21
  border-bottom: 1px solid #C0C0C0;
22
22
  }
23
23
 
24
- .p-TabBar-tab {
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
- .p-TabBar-tab.p-mod-current {
38
+ .lm-TabBar-tab.lm-mod-current {
39
39
  background: white;
40
40
  }
41
41
 
42
42
 
43
- .p-TabBar-tab:hover:not(.p-mod-current) {
43
+ .lm-TabBar-tab:hover:not(.lm-mod-current) {
44
44
  background: #F0F0F0;
45
45
  }
46
46
 
47
47
 
48
- .p-TabBar-tab:first-child {
48
+ .lm-TabBar-tab:first-child {
49
49
  margin-left: 0;
50
50
  }
51
51
 
52
52
 
53
- .p-TabBar-tab.p-mod-current {
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
- .p-TabBar-tabIcon,
61
- .p-TabBar-tabLabel,
62
- .p-TabBar-tabCloseIcon {
60
+ .lm-TabBar-tabIcon,
61
+ .lm-TabBar-tabLabel,
62
+ .lm-TabBar-tabCloseIcon {
63
63
  display: inline-block;
64
64
  }
65
65
 
66
66
 
67
- .p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon {
67
+ .lm-TabBar-tab.lm-mod-closable>.lm-TabBar-tabCloseIcon {
68
68
  margin-left: 4px;
69
69
  }
70
70
 
71
71
 
72
- .p-TabBar-tab.p-mod-closable > .p-TabBar-tabCloseIcon:before {
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
- .p-TabBar-tab.p-mod-drag-image {
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
- .p-Widget.p-TabBar.p-DockPanel-tabBar.hide {
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
- .p-Widget.p-TabBar.p-DockPanel-tabBar.hide .p-TabBar-tab.p-mod-current {
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(".p-Widget")
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(".p-Widget.p-TabBar.p-DockPanel-tabBar");
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(".p-Widget")
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(".p-Widget")
67
+ element.select(".lm-Widget")
68
68
  .style("width", this.width() + "px")
69
69
  .style("height", this.height() + "px")
70
70
  ;
@@ -7,11 +7,11 @@
7
7
  min-height: 64px;
8
8
  }
9
9
 
10
- .phosphor_WidgetAdapter.p-DockPanel-widget {
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.p-SplitPanel-child {
15
+ .phosphor_WidgetAdapter.lm-SplitPanel-child {
16
16
  border: none;
17
- }
17
+ }