vue-data-ui 2.2.79 → 2.2.80

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 CHANGED
@@ -9,7 +9,7 @@
9
9
  # vue-data-ui
10
10
 
11
11
  ![npm](https://img.shields.io/npm/v/vue-data-ui)
12
- ![Static Badge](https://img.shields.io/badge/components-53-blue)
12
+ ![Static Badge](https://img.shields.io/badge/components-54-blue)
13
13
  [![MadeWithVueJs.com shield](https://madewithvuejs.com/storage/repo-shields/4526-shield.svg)](https://madewithvuejs.com/p/vue-data-ui/shield-link)
14
14
  ![GitHub issues](https://img.shields.io/github/issues/graphieros/vue-data-ui)
15
15
  [![License](https://img.shields.io/badge/license-MIT-green)](./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 | slots |
421
- | ----------------- | ------------------------- | ----------------------- | -------------------------------------- | ------------------------------------------------------- |
422
- | `VueUiAccordion` | ❌ | `VueUiAccordionConfig` | ❌ | `#arrow`, `#title`, `#content` |
423
- | `VueUiAnnotator` | `VueUiAnnotatorDataset` | `VueUiAnnotatorConfig` | `@toggleOpenState`, `@saveAnnotations` | ❌ |
424
- | `VueUiCursor` | ❌ | `VueUiCursorConfig` | ❌ | ❌ |
425
- | `VueUiDashboard` | `VueUiDashboardElement[]` | `VueUiDashboardConfig` | `@change` | `#content` |
426
- | `VueUiDigits` | `number` | `VueUiDigitsConfig` | ❌ | ❌ |
427
- | `VueUiKpi` | `number` | `VueUiKpiConfig` | ❌ | `#title`, `#value`, `#comment-before`, `#comment-after` |
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 | 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` | ❌ | ❌ |
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