vue-data-ui 2.3.40 → 2.3.41

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.
@@ -2142,10 +2142,10 @@ declare module 'vue-data-ui' {
2142
2142
  showHorizontalLines?: boolean;
2143
2143
  showVerticalLines?: boolean;
2144
2144
  position?: 'middle' | 'start';
2145
- frame: {
2145
+ frame?: {
2146
2146
  show?: boolean;
2147
2147
  stroke?: string;
2148
- stokeWidth?: number;
2148
+ strokeWidth?: number;
2149
2149
  strokeLinecap?: "round" | "butt" | "square",
2150
2150
  strokeLinejoin?: "arcs" | "bevel" | "miter" | "miter-clip" | "round",
2151
2151
  strokeDasharray?: number;
@@ -2142,10 +2142,10 @@ declare module 'vue-data-ui' {
2142
2142
  showHorizontalLines?: boolean;
2143
2143
  showVerticalLines?: boolean;
2144
2144
  position?: 'middle' | 'start';
2145
- frame: {
2145
+ frame?: {
2146
2146
  show?: boolean;
2147
2147
  stroke?: string;
2148
- stokeWidth?: number;
2148
+ strokeWidth?: number;
2149
2149
  strokeLinecap?: "round" | "butt" | "square",
2150
2150
  strokeLinejoin?: "arcs" | "bevel" | "miter" | "miter-clip" | "round",
2151
2151
  strokeDasharray?: number;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "vue-data-ui",
3
3
  "private": false,
4
- "version": "2.3.40",
4
+ "version": "2.3.41",
5
5
  "type": "module",
6
6
  "description": "A user-empowering data visualization Vue 3 components library for eloquent data storytelling",
7
7
  "keywords": [