vue-data-ui 2.2.79 → 2.2.81
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 +16 -12
- package/dist/documentation/installation.md +12 -11
- package/dist/{index-79a32f1c.js → index-80c89829.js} +10775 -10292
- package/dist/{index.es-0c85c703.js → index.es-bd4a0015.js} +1 -1
- package/dist/style.css +1 -1
- package/dist/types/vue-data-ui.d.ts +77 -4
- package/dist/vue-data-ui.js +16 -15
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
# vue-data-ui
|
|
10
10
|
|
|
11
11
|

|
|
12
|
-

|
|
13
13
|
[](https://madewithvuejs.com/p/vue-data-ui/shield-link)
|
|
14
14
|

|
|
15
15
|
[](./LICENSE)
|
|
@@ -91,6 +91,7 @@ Available components
|
|
|
91
91
|
- [VueUiMiniLoader](https://vue-data-ui.graphieros.com/docs#vue-ui-mini-loader)
|
|
92
92
|
- [VueUiScreenshot](https://vue-data-ui.graphieros.com/docs#vue-ui-screenshot)
|
|
93
93
|
- [VueUiSkeleton](https://vue-data-ui.graphieros.com/docs#vue-ui-skeleton)
|
|
94
|
+
- [VueUiTimer](https://vue-data-ui.graphieros.com/docs#vue-ui-timer
|
|
94
95
|
|
|
95
96
|
# Installation
|
|
96
97
|
|
|
@@ -201,6 +202,7 @@ All charts expose a #legend slot except for:
|
|
|
201
202
|
- VueUiTiremarks
|
|
202
203
|
- VueUiWheel
|
|
203
204
|
- VueUiDumbbell
|
|
205
|
+
- VueUiTimer
|
|
204
206
|
|
|
205
207
|
The legend slot also works when using the VueDataUi universal component, if the component it wraps supports it.
|
|
206
208
|
It is recommended to set the show legend config attribute to false, to hide the default legend.
|
|
@@ -417,17 +419,18 @@ From the dataset you pass into the props, this component will produce the most a
|
|
|
417
419
|
|
|
418
420
|
### Utilities
|
|
419
421
|
|
|
420
|
-
| Name | dataset type | config type | emits / exposed methods
|
|
421
|
-
| ----------------- | ------------------------- | ----------------------- |
|
|
422
|
-
| `VueUiAccordion` | ❌ | `VueUiAccordionConfig` | ❌
|
|
423
|
-
| `VueUiAnnotator` | `VueUiAnnotatorDataset` | `VueUiAnnotatorConfig` | `@toggleOpenState`, `@saveAnnotations`
|
|
424
|
-
| `VueUiCursor` | ❌ | `VueUiCursorConfig` | ❌
|
|
425
|
-
| `VueUiDashboard` | `VueUiDashboardElement[]` | `VueUiDashboardConfig` | `@change`
|
|
426
|
-
| `VueUiDigits` | `number` | `VueUiDigitsConfig` | ❌
|
|
427
|
-
| `VueUiKpi` | `number` | `VueUiKpiConfig` | ❌
|
|
428
|
-
| `VueUiMiniLoader` | ❌ | `VueUiMiniLoaderConfig` | ❌
|
|
429
|
-
| `VueUiScreenshot` | ❌ | `VueUiScreenshotConfig` | `@postImage`, `shoot`, `close`
|
|
430
|
-
| `VueUiSkeleton` | ❌ | `VueUiSkeletonConfig` | ❌
|
|
422
|
+
| Name | dataset type | config type | emits / exposed methods | slots |
|
|
423
|
+
| ----------------- | ------------------------- | ----------------------- | ------------------------------------------------ | ------------------------------------------------------- |
|
|
424
|
+
| `VueUiAccordion` | ❌ | `VueUiAccordionConfig` | ❌ | `#arrow`, `#title`, `#content` |
|
|
425
|
+
| `VueUiAnnotator` | `VueUiAnnotatorDataset` | `VueUiAnnotatorConfig` | `@toggleOpenState`, `@saveAnnotations` | ❌ |
|
|
426
|
+
| `VueUiCursor` | ❌ | `VueUiCursorConfig` | ❌ | ❌ |
|
|
427
|
+
| `VueUiDashboard` | `VueUiDashboardElement[]` | `VueUiDashboardConfig` | `@change` | `#content` |
|
|
428
|
+
| `VueUiDigits` | `number` | `VueUiDigitsConfig` | ❌ | ❌ |
|
|
429
|
+
| `VueUiKpi` | `number` | `VueUiKpiConfig` | ❌ | `#title`, `#value`, `#comment-before`, `#comment-after` |
|
|
430
|
+
| `VueUiMiniLoader` | ❌ | `VueUiMiniLoaderConfig` | ❌ | ❌ |
|
|
431
|
+
| `VueUiScreenshot` | ❌ | `VueUiScreenshotConfig` | `@postImage`, `shoot`, `close` | ❌ |
|
|
432
|
+
| `VueUiSkeleton` | ❌ | `VueUiSkeletonConfig` | ❌ | ❌ |
|
|
433
|
+
| `VueUiTimer` | ❌ | `VueUiTimerConfig` | `@start`, `@pause`, `@reset`, `@restart`, `@lap` | `#time`, `#controls`, `#laps` |
|
|
431
434
|
| `VueUiIcon` | see below |
|
|
432
435
|
|
|
433
436
|
### Icons
|
|
@@ -607,6 +610,7 @@ However the folowing charts can be made fully responsive, making them better to
|
|
|
607
610
|
| VueUiTableHeatmap | - |
|
|
608
611
|
| VueUiTableSparkline | - |
|
|
609
612
|
| VueUiThermometer | - |
|
|
613
|
+
| VueUiTimer | ✅ |
|
|
610
614
|
| VueUiTiremarks | - |
|
|
611
615
|
| VueUiTreemap | ✅ |
|
|
612
616
|
| VueUiVerticalBar | ✅ |
|
|
@@ -195,17 +195,18 @@ From the dataset you pass into the props, this component will produce the most a
|
|
|
195
195
|
|
|
196
196
|
### Utilities
|
|
197
197
|
|
|
198
|
-
| Name | dataset type | config type | emits / exposed methods
|
|
199
|
-
| ----------------- | ------------------------- | ----------------------- |
|
|
200
|
-
| `VueUiAccordion` | ❌ | `VueUiAccordionConfig` | ❌
|
|
201
|
-
| `VueUiAnnotator` | `VueUiAnnotatorDataset` | `VueUiAnnotatorConfig` | `@toggleOpenState`, `@saveAnnotations`
|
|
202
|
-
| `VueUiCursor` | ❌ | `VueUiCursorConfig` | ❌
|
|
203
|
-
| `VueUiDashboard` | `VueUiDashboardElement[]` | `VueUiDashboardConfig` | `@change`
|
|
204
|
-
| `VueUiDigits` | `number` | `VueUiDigitsConfig` | ❌
|
|
205
|
-
| `VueUiKpi` | `number` | `VueUiKpiConfig` | ❌
|
|
206
|
-
| `VueUiMiniLoader` | ❌ | `VueUiMiniLoaderConfig` | ❌
|
|
207
|
-
| `VueUiScreenshot` | ❌ | `VueUiScreenshotConfig` | `@postImage`, `shoot`, `close`
|
|
208
|
-
| `VueUiSkeleton` | ❌ | `VueUiSkeletonConfig` | ❌
|
|
198
|
+
| Name | dataset type | config type | emits / exposed methods | slots |
|
|
199
|
+
| ----------------- | ------------------------- | ----------------------- | ------------------------------------------------ | ------------------------------------------------------- |
|
|
200
|
+
| `VueUiAccordion` | ❌ | `VueUiAccordionConfig` | ❌ | `#arrow`, `#title`, `#content` |
|
|
201
|
+
| `VueUiAnnotator` | `VueUiAnnotatorDataset` | `VueUiAnnotatorConfig` | `@toggleOpenState`, `@saveAnnotations` | ❌ |
|
|
202
|
+
| `VueUiCursor` | ❌ | `VueUiCursorConfig` | ❌ | ❌ |
|
|
203
|
+
| `VueUiDashboard` | `VueUiDashboardElement[]` | `VueUiDashboardConfig` | `@change` | `#content` |
|
|
204
|
+
| `VueUiDigits` | `number` | `VueUiDigitsConfig` | ❌ | ❌ |
|
|
205
|
+
| `VueUiKpi` | `number` | `VueUiKpiConfig` | ❌ | `#title`, `#value`, `#comment-before`, `#comment-after` |
|
|
206
|
+
| `VueUiMiniLoader` | ❌ | `VueUiMiniLoaderConfig` | ❌ | ❌ |
|
|
207
|
+
| `VueUiScreenshot` | ❌ | `VueUiScreenshotConfig` | `@postImage`, `shoot`, `close` | ❌ |
|
|
208
|
+
| `VueUiSkeleton` | ❌ | `VueUiSkeletonConfig` | ❌ | ❌ |
|
|
209
|
+
| `VueUiTimer` | ❌ | `VueUiTimerConfig` | `@start`, `@pause`, `@reset`, `@restart`, `@lap` | `#time`, `#controls`, `#laps` |
|
|
209
210
|
| `VueUiIcon` | see below |
|
|
210
211
|
|
|
211
212
|
### Icons
|