@hpcc-js/composite 3.4.11 → 3.5.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.js +6 -6
- package/dist/index.js.map +1 -1
- package/dist/index.umd.cjs +1 -1
- package/dist/index.umd.cjs.map +1 -1
- package/package.json +11 -11
- package/src/ChartPanel.css +7 -6
- package/src/Dermatology.css +6 -6
- package/src/MegaChart.css +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hpcc-js/composite",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0",
|
|
4
4
|
"description": "hpcc-js - Viz Composite",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.umd.cjs",
|
|
@@ -37,15 +37,15 @@
|
|
|
37
37
|
"update-major": "npx --yes npm-check-updates -u"
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@hpcc-js/api": "^3.4.
|
|
41
|
-
"@hpcc-js/chart": "^3.
|
|
42
|
-
"@hpcc-js/common": "^3.7.
|
|
43
|
-
"@hpcc-js/dgrid": "^3.
|
|
44
|
-
"@hpcc-js/form": "^3.
|
|
45
|
-
"@hpcc-js/html": "^3.3.
|
|
46
|
-
"@hpcc-js/other": "^3.
|
|
47
|
-
"@hpcc-js/phosphor": "^3.
|
|
48
|
-
"@hpcc-js/util": "^3.
|
|
40
|
+
"@hpcc-js/api": "^3.4.11",
|
|
41
|
+
"@hpcc-js/chart": "^3.7.0",
|
|
42
|
+
"@hpcc-js/common": "^3.7.1",
|
|
43
|
+
"@hpcc-js/dgrid": "^3.7.0",
|
|
44
|
+
"@hpcc-js/form": "^3.4.0",
|
|
45
|
+
"@hpcc-js/html": "^3.3.11",
|
|
46
|
+
"@hpcc-js/other": "^3.5.0",
|
|
47
|
+
"@hpcc-js/phosphor": "^3.5.0",
|
|
48
|
+
"@hpcc-js/util": "^3.5.0"
|
|
49
49
|
},
|
|
50
50
|
"devDependencies": {
|
|
51
51
|
"@hpcc-js/esbuild-plugins": "^1.8.3",
|
|
@@ -65,5 +65,5 @@
|
|
|
65
65
|
"url": "https://github.com/hpcc-systems/Visualization/issues"
|
|
66
66
|
},
|
|
67
67
|
"homepage": "https://github.com/hpcc-systems/Visualization",
|
|
68
|
-
"gitHead": "
|
|
68
|
+
"gitHead": "ada394f582442d2b23a7ff55b9f87a50a723f45b"
|
|
69
69
|
}
|
package/src/ChartPanel.css
CHANGED
|
@@ -1,26 +1,27 @@
|
|
|
1
|
-
.composite_ChartPanel
|
|
1
|
+
.composite_ChartPanel>.body {
|
|
2
2
|
margin: 0;
|
|
3
3
|
padding: 0;
|
|
4
4
|
display: flex;
|
|
5
5
|
flex-flow: row;
|
|
6
6
|
}
|
|
7
7
|
|
|
8
|
-
.composite_ChartPanel
|
|
8
|
+
.composite_ChartPanel>.body>article {
|
|
9
9
|
flex: 3 1 60%;
|
|
10
10
|
order: 2;
|
|
11
11
|
}
|
|
12
12
|
|
|
13
|
-
.composite_ChartPanel
|
|
13
|
+
.composite_ChartPanel>.body>nav {
|
|
14
14
|
flex: 1 6 20%;
|
|
15
15
|
order: 1;
|
|
16
16
|
}
|
|
17
17
|
|
|
18
|
-
.composite_ChartPanel
|
|
18
|
+
.composite_ChartPanel>.body>aside {
|
|
19
19
|
margin-left: 4px;
|
|
20
20
|
flex: 1 6 20%;
|
|
21
21
|
order: 3;
|
|
22
22
|
}
|
|
23
23
|
|
|
24
|
-
header,
|
|
24
|
+
header,
|
|
25
|
+
footer {
|
|
25
26
|
display: block;
|
|
26
|
-
}
|
|
27
|
+
}
|
package/src/Dermatology.css
CHANGED
|
@@ -4,13 +4,13 @@
|
|
|
4
4
|
|
|
5
5
|
.composite_Dermatology .common_Icon {
|
|
6
6
|
background-color: red;
|
|
7
|
-
opacity:0.75;
|
|
7
|
+
opacity: 0.75;
|
|
8
8
|
}
|
|
9
9
|
|
|
10
10
|
.composite_Dermatology .common_Icon .common_Shape {
|
|
11
11
|
fill: white;
|
|
12
12
|
stroke: darkgray;
|
|
13
|
-
cursor:pointer;
|
|
13
|
+
cursor: pointer;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
.composite_Dermatology .common_Icon.show .common_Shape {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
|
|
20
20
|
.composite_Dermatology .common_Icon .common_FAChar .common_Text {
|
|
21
21
|
fill: darkgray;
|
|
22
|
-
cursor:pointer;
|
|
22
|
+
cursor: pointer;
|
|
23
23
|
}
|
|
24
24
|
|
|
25
25
|
.composite_Dermatology .other_PropertyEditor {
|
|
@@ -30,9 +30,9 @@
|
|
|
30
30
|
.composite_Dermatology .other_PropertyEditor input {
|
|
31
31
|
font-family: sans-serif;
|
|
32
32
|
font-size: 11px;
|
|
33
|
-
border:0px;
|
|
33
|
+
border: 0px;
|
|
34
34
|
}
|
|
35
35
|
|
|
36
36
|
.composite_Dermatology .other_PropertyEditor .property-label {
|
|
37
|
-
height:unset;
|
|
38
|
-
}
|
|
37
|
+
height: unset;
|
|
38
|
+
}
|