@nebula.js/sn-gauge 0.8.3 → 0.8.4
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/README.md +5 -5
- package/api-specifications/properties.json +10 -25
- package/core/esm/index.js +2 -2
- package/dist/sn-gauge.esm.js +3 -3
- package/dist/sn-gauge.js +3 -3
- package/dist/sn-gauge.systemjs.js +2 -2
- package/package.json +6 -6
- package/sn-gauge-ext/dist/sn-gauge.js +3 -3
- package/sn-gauge-ext/sn-gauge.qext +1 -1
package/README.md
CHANGED
|
@@ -12,8 +12,8 @@ Rendering test compares a baseline snapshot with a current version of the same o
|
|
|
12
12
|
|
|
13
13
|
You can use the action called update snapshot to trigger a commit into your branch that automatically updates the snapshots.
|
|
14
14
|
|
|
15
|
-
1. Go to actions tab
|
|
16
|
-
2. Click on Build, validate, (release) workflow
|
|
17
|
-
3. Open the Run workflow dropdown menu to the right
|
|
18
|
-
4. Choose your branch and tick the update_snapshot
|
|
19
|
-
5. Click Run workflow - now a commit will be done to your branch with updated snapshots
|
|
15
|
+
1. Go to actions tab.
|
|
16
|
+
2. Click on Build, validate, (release) workflow.
|
|
17
|
+
3. Open the Run workflow dropdown menu to the right.
|
|
18
|
+
4. Choose your branch and tick the update_snapshot.
|
|
19
|
+
5. Click Run workflow - now a commit will be done to your branch with updated snapshots.
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"info": {
|
|
4
4
|
"name": "@nebula.js/sn-gauge:properties",
|
|
5
5
|
"description": "Gauge generic object definition",
|
|
6
|
-
"version": "0.8.
|
|
6
|
+
"version": "0.8.4",
|
|
7
7
|
"license": "MIT",
|
|
8
8
|
"stability": "stable",
|
|
9
9
|
"x-qlik-visibility": "public"
|
|
@@ -91,29 +91,29 @@
|
|
|
91
91
|
"segmentInfo": {
|
|
92
92
|
"description": "Segment information for the gauge.",
|
|
93
93
|
"entries": {
|
|
94
|
-
"
|
|
95
|
-
"description": "Array of segment
|
|
94
|
+
"limits": {
|
|
95
|
+
"description": "Array of segment limits.",
|
|
96
96
|
"kind": "array",
|
|
97
97
|
"items": {
|
|
98
98
|
"kind": "object",
|
|
99
99
|
"entries": {
|
|
100
|
-
"
|
|
100
|
+
"value": {
|
|
101
101
|
"type": "number"
|
|
102
|
+
},
|
|
103
|
+
"gradient": {
|
|
104
|
+
"type": "boolean"
|
|
102
105
|
}
|
|
103
106
|
}
|
|
104
107
|
}
|
|
105
108
|
},
|
|
106
|
-
"
|
|
107
|
-
"description": "Array of segment
|
|
109
|
+
"paletteColors": {
|
|
110
|
+
"description": "Array of segment colors.",
|
|
108
111
|
"kind": "array",
|
|
109
112
|
"items": {
|
|
110
113
|
"kind": "object",
|
|
111
114
|
"entries": {
|
|
112
|
-
"
|
|
115
|
+
"index": {
|
|
113
116
|
"type": "number"
|
|
114
|
-
},
|
|
115
|
-
"gradient": {
|
|
116
|
-
"type": "boolean"
|
|
117
117
|
}
|
|
118
118
|
}
|
|
119
119
|
}
|
|
@@ -136,21 +136,6 @@
|
|
|
136
136
|
"defaultValue": "",
|
|
137
137
|
"type": "string"
|
|
138
138
|
},
|
|
139
|
-
"valueMode": {
|
|
140
|
-
"description": "Value mode of the gauge.",
|
|
141
|
-
"defaultValue": "absolute",
|
|
142
|
-
"kind": "union",
|
|
143
|
-
"items": [
|
|
144
|
-
{
|
|
145
|
-
"kind": "literal",
|
|
146
|
-
"value": "'absolute'"
|
|
147
|
-
},
|
|
148
|
-
{
|
|
149
|
-
"kind": "literal",
|
|
150
|
-
"value": "'percentage'"
|
|
151
|
-
}
|
|
152
|
-
]
|
|
153
|
-
},
|
|
154
139
|
"version": {
|
|
155
140
|
"description": "Current version of this generic object definition",
|
|
156
141
|
"type": "string"
|