vue-data-ui 2.3.10 → 2.3.11
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.
|
@@ -1429,7 +1429,7 @@ declare module 'vue-data-ui' {
|
|
|
1429
1429
|
value: number;
|
|
1430
1430
|
suffix?: string;
|
|
1431
1431
|
prefix?: string;
|
|
1432
|
-
rounding?:
|
|
1432
|
+
rounding?: number;
|
|
1433
1433
|
color?: string;
|
|
1434
1434
|
target?: number;
|
|
1435
1435
|
}
|
|
@@ -1465,7 +1465,7 @@ declare module 'vue-data-ui' {
|
|
|
1465
1465
|
labels?: {
|
|
1466
1466
|
fontSize?: number;
|
|
1467
1467
|
name?: {
|
|
1468
|
-
position?:
|
|
1468
|
+
position?: "top" | "left";
|
|
1469
1469
|
width?: string;
|
|
1470
1470
|
color?: string;
|
|
1471
1471
|
bold?: boolean;
|
|
@@ -1429,7 +1429,7 @@ declare module 'vue-data-ui' {
|
|
|
1429
1429
|
value: number;
|
|
1430
1430
|
suffix?: string;
|
|
1431
1431
|
prefix?: string;
|
|
1432
|
-
rounding?:
|
|
1432
|
+
rounding?: number;
|
|
1433
1433
|
color?: string;
|
|
1434
1434
|
target?: number;
|
|
1435
1435
|
}
|
|
@@ -1465,7 +1465,7 @@ declare module 'vue-data-ui' {
|
|
|
1465
1465
|
labels?: {
|
|
1466
1466
|
fontSize?: number;
|
|
1467
1467
|
name?: {
|
|
1468
|
-
position?:
|
|
1468
|
+
position?: "top" | "left";
|
|
1469
1469
|
width?: string;
|
|
1470
1470
|
color?: string;
|
|
1471
1471
|
bold?: boolean;
|
package/package.json
CHANGED