vue-data-ui 2.2.4 → 2.2.6
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 +33 -1
- package/dist/documentation/installation.md +33 -1
- package/dist/{index-a90d603c.js → index-52132ac6.js} +18715 -18684
- package/dist/{index.es-4eb20017.js → index.es-74244c73.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/vue-data-ui.d.ts +22 -0
- package/dist/vue-data-ui.js +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -390,7 +390,7 @@ From the dataset you pass into the props, this component will produce the most a
|
|
|
390
390
|
| `VueUiAccordion` | ❌ | `VueUiAccordionConfig` | ❌ | `#arrow`, `#title`, `#content` |
|
|
391
391
|
| `VueUiAnnotator` | `VueUiAnnotatorDataset` | `VueUiAnnotatorConfig` | `@toggleOpenState`, `@saveAnnotations` | ❌ |
|
|
392
392
|
| `VueUiCursor` | ❌ | `VueUiCursorConfig` | ❌ | ❌ |
|
|
393
|
-
| `VueUiDashboard` | `VueUiDashboardElement[]` | `VueUiDashboardConfig` | `@change` |
|
|
393
|
+
| `VueUiDashboard` | `VueUiDashboardElement[]` | `VueUiDashboardConfig` | `@change` | `#content` |
|
|
394
394
|
| `VueUiDigits` | `number` | `VueUiDigitsConfig` | ❌ | ❌ |
|
|
395
395
|
| `VueUiKpi` | `number` | `VueUiKpiConfig` | ❌ | `#title`, `#value`, `#comment-before`, `#comment-after` |
|
|
396
396
|
| `VueUiMiniLoader` | ❌ | `VueUiMiniLoaderConfig` | ❌ | ❌ |
|
|
@@ -407,3 +407,35 @@ Tailor made icons are available through the VueUiIcon component:
|
|
|
407
407
|
```
|
|
408
408
|
|
|
409
409
|
All names of available icons are available in the vue-data-ui.d.ts file under the `VueUiIconName` type.
|
|
410
|
+
|
|
411
|
+
# Custom palette
|
|
412
|
+
|
|
413
|
+
It is possible to provide a custom palette in the config prop through config.customPalette (string[]) for the following components:
|
|
414
|
+
|
|
415
|
+
- VueUi3dBar
|
|
416
|
+
- VueUiChestnut
|
|
417
|
+
- VueUiDonut
|
|
418
|
+
- VueUiDonutEvolution
|
|
419
|
+
- VueUiGalaxy
|
|
420
|
+
- VueUiGauge
|
|
421
|
+
- VueUiMolecule
|
|
422
|
+
- VueUiNestedDonuts
|
|
423
|
+
- VueUiOnion
|
|
424
|
+
- VueUiQuadrant
|
|
425
|
+
- VueUiQuickChart
|
|
426
|
+
- VueUiRadar
|
|
427
|
+
- VueUiRelationCircle
|
|
428
|
+
- VueUiRings
|
|
429
|
+
- VueUiScatter
|
|
430
|
+
- VueUiSparkStackbar
|
|
431
|
+
- VueUiSparkbar
|
|
432
|
+
- VueUiStripPlot
|
|
433
|
+
- VueUiTableSparkline
|
|
434
|
+
- VueUiThermometer
|
|
435
|
+
- VueUiTreemap
|
|
436
|
+
- VueUiVerticalBar
|
|
437
|
+
- VueUiWaffle
|
|
438
|
+
- VueUiXy
|
|
439
|
+
|
|
440
|
+
If the array of colors provided in customPalette is too small for the dataset, remaining colors will be computed from the default internal palette.
|
|
441
|
+
Accepted color formats: HEX, RGB, HSL, named colors.
|
|
@@ -171,7 +171,7 @@ From the dataset you pass into the props, this component will produce the most a
|
|
|
171
171
|
| `VueUiAccordion` | ❌ | `VueUiAccordionConfig` | ❌ | `#arrow`, `#title`, `#content` |
|
|
172
172
|
| `VueUiAnnotator` | `VueUiAnnotatorDataset` | `VueUiAnnotatorConfig` | `@toggleOpenState`, `@saveAnnotations` | ❌ |
|
|
173
173
|
| `VueUiCursor` | ❌ | `VueUiCursorConfig` | ❌ | ❌ |
|
|
174
|
-
| `VueUiDashboard` | `VueUiDashboardElement[]` | `VueUiDashboardConfig` | `@change` |
|
|
174
|
+
| `VueUiDashboard` | `VueUiDashboardElement[]` | `VueUiDashboardConfig` | `@change` | `#content` |
|
|
175
175
|
| `VueUiDigits` | `number` | `VueUiDigitsConfig` | ❌ | ❌ |
|
|
176
176
|
| `VueUiKpi` | `number` | `VueUiKpiConfig` | ❌ | `#title`, `#value`, `#comment-before`, `#comment-after` |
|
|
177
177
|
| `VueUiMiniLoader` | ❌ | `VueUiMiniLoaderConfig` | ❌ | ❌ |
|
|
@@ -188,3 +188,35 @@ Tailor made icons are available through the VueUiIcon component:
|
|
|
188
188
|
```
|
|
189
189
|
|
|
190
190
|
All names of available icons are available in the vue-data-ui.d.ts file under the `VueUiIconName` type.
|
|
191
|
+
|
|
192
|
+
# Custom palette
|
|
193
|
+
|
|
194
|
+
It is possible to provide a custom palette in the config prop through config.customPalette (string[]) for the following components:
|
|
195
|
+
|
|
196
|
+
- VueUi3dBar
|
|
197
|
+
- VueUiChestnut
|
|
198
|
+
- VueUiDonut
|
|
199
|
+
- VueUiDonutEvolution
|
|
200
|
+
- VueUiGalaxy
|
|
201
|
+
- VueUiGauge
|
|
202
|
+
- VueUiMolecule
|
|
203
|
+
- VueUiNestedDonuts
|
|
204
|
+
- VueUiOnion
|
|
205
|
+
- VueUiQuadrant
|
|
206
|
+
- VueUiQuickChart
|
|
207
|
+
- VueUiRadar
|
|
208
|
+
- VueUiRelationCircle
|
|
209
|
+
- VueUiRings
|
|
210
|
+
- VueUiScatter
|
|
211
|
+
- VueUiSparkStackbar
|
|
212
|
+
- VueUiSparkbar
|
|
213
|
+
- VueUiStripPlot
|
|
214
|
+
- VueUiTableSparkline
|
|
215
|
+
- VueUiThermometer
|
|
216
|
+
- VueUiTreemap
|
|
217
|
+
- VueUiVerticalBar
|
|
218
|
+
- VueUiWaffle
|
|
219
|
+
- VueUiXy
|
|
220
|
+
|
|
221
|
+
If the array of colors provided in customPalette is too small for the dataset, remaining colors will be computed from the default internal palette.
|
|
222
|
+
Accepted color formats: HEX, RGB, HSL, named colors.
|