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
|
-
|
|
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
|
-
|
|
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