vue-data-ui 2.3.29 → 2.3.30

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.
@@ -110,6 +110,7 @@ declare module 'vue-data-ui' {
110
110
 
111
111
  export type FormatterParams = {
112
112
  value: number;
113
+ config?: any;
113
114
  }
114
115
  export type Formatter = (params : FormatterParams) => string | number;
115
116
 
@@ -110,6 +110,7 @@ declare module 'vue-data-ui' {
110
110
 
111
111
  export type FormatterParams = {
112
112
  value: number;
113
+ config?: any;
113
114
  }
114
115
  export type Formatter = (params : FormatterParams) => string | number;
115
116
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-data-ui",
3
3
  "private": false,
4
- "version": "2.3.29",
4
+ "version": "2.3.30",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [