@adyen/lume-vue3
Advanced tools
Comparing version 1.6.6 to 1.7.0
@@ -11,3 +11,6 @@ export declare const options: { | ||
margins: import("@/utils/constants").InternalMargins; | ||
tooltipOptions?: undefined; | ||
tooltipOptions: { | ||
inverse: boolean; | ||
position?: undefined; | ||
}; | ||
} | { | ||
@@ -24,2 +27,3 @@ withTooltip: boolean; | ||
position: string; | ||
inverse: boolean; | ||
}; | ||
@@ -26,0 +30,0 @@ }; |
@@ -35,2 +35,6 @@ import { PropType } from 'vue'; | ||
}; | ||
inverse: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
modifiers: { | ||
@@ -79,2 +83,6 @@ type: ArrayConstructor; | ||
}; | ||
inverse: { | ||
type: BooleanConstructor; | ||
default: boolean; | ||
}; | ||
modifiers: { | ||
@@ -101,2 +109,3 @@ type: ArrayConstructor; | ||
fixedPositioning: boolean; | ||
inverse: boolean; | ||
position: Placement; | ||
@@ -103,0 +112,0 @@ summary: string; |
@@ -7,2 +7,7 @@ import { ComputedRef, Ref } from 'vue'; | ||
barAttributeGenerator: (barValue: DatasetValueObject, index: number, groupIndex: number) => { | ||
x: number; | ||
y: number; | ||
width: number; | ||
height: number; | ||
} | { | ||
classList: string[]; | ||
@@ -9,0 +14,0 @@ x: number; |
@@ -7,2 +7,7 @@ import { ComputedRef, Ref } from 'vue'; | ||
barAttributeGenerator: (barValue: DatasetValueObject, index: number, groupIndex: number) => { | ||
x: number; | ||
y: number; | ||
width: number; | ||
height: number; | ||
} | { | ||
classList: string[]; | ||
@@ -9,0 +14,0 @@ x: number; |
@@ -19,2 +19,3 @@ import { PropType, Ref } from 'vue'; | ||
fixedPositioning?: boolean; | ||
inverse?: boolean; | ||
offset?: number; | ||
@@ -27,4 +28,4 @@ position?: (typeof TOOLTIP_POSITIONS)[number]; | ||
valueFormat?: Format; | ||
withAnimation?: boolean; | ||
withPointerEvents?: boolean; | ||
withAnimation?: boolean; | ||
} | ||
@@ -31,0 +32,0 @@ type LegendPosition = 'top' | 'bottom'; |
export declare enum Errors { | ||
GraphProblem = "There was an issue generating your alluvial graph." | ||
GraphProblem = "There was an issue generating your alluvial graph.", | ||
BarScaleDomainAbove0 = "Bar linear scale domain cannot start above 0!", | ||
BarScaleNull = "Bar linear scale cannot be `null`" | ||
} | ||
export declare function error(error: Errors, stack: Error, devOnly?: boolean): void; | ||
export declare function error(error: Errors, stack?: Error, devOnly?: boolean): void; | ||
//# sourceMappingURL=errors.d.ts.map |
@@ -48,2 +48,3 @@ import { Ref, Slots } from 'vue'; | ||
export declare function getScaleStep(scale: Scale): number; | ||
export declare function isScaleEmpty(scale: Scale): boolean; | ||
/** | ||
@@ -50,0 +51,0 @@ * Returns the highest value of all provided datasets in a given index. |
{ | ||
"name": "@adyen/lume-vue3", | ||
"version": "1.6.6", | ||
"version": "1.7.0", | ||
"description": "Lume is a Vue data visualization component library, built with Typescript and D3.", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1356901
10591