@adyen/lume
Advanced tools
Comparing version 1.10.3 to 1.11.0
@@ -14,3 +14,3 @@ import type { AlluvialDiagramOptions } from '@/types/options'; | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -71,3 +71,3 @@ labels: { | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -74,0 +74,0 @@ labels: { |
@@ -31,7 +31,7 @@ import { PropType } from 'vue'; | ||
xScale: { | ||
type: PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -42,3 +42,3 @@ }; | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -111,7 +111,7 @@ labels: { | ||
xScale: { | ||
type: PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -122,3 +122,3 @@ }; | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -176,4 +176,4 @@ labels: { | ||
classList: string | string[]; | ||
xScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
yScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
xScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
yScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
}, {}>, Partial<Record<number, (_: any) => any>>>; | ||
@@ -180,0 +180,0 @@ export default _default; |
@@ -21,7 +21,7 @@ import type { BarChartOptions } from '@/types/options'; | ||
xScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -32,3 +32,3 @@ }; | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -96,7 +96,7 @@ labels: { | ||
xScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -107,3 +107,3 @@ }; | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -160,4 +160,4 @@ labels: { | ||
classList: string | string[]; | ||
xScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
yScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
xScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
yScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
}, {}>, Partial<Record<number, (_: any) => any>>>; | ||
@@ -164,0 +164,0 @@ export default _default; |
@@ -21,7 +21,7 @@ import type { LineChartOptions } from '@/types/options'; | ||
xScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -32,3 +32,3 @@ }; | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -96,7 +96,7 @@ labels: { | ||
xScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -107,3 +107,3 @@ }; | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -160,4 +160,4 @@ labels: { | ||
classList: string | string[]; | ||
xScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
yScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
xScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
yScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
}, {}>, Partial<Record<number, (_: any) => any>>>; | ||
@@ -164,0 +164,0 @@ export default _default; |
@@ -21,7 +21,7 @@ import type { BarChartOptions } from '@/types/options'; | ||
xScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -32,3 +32,3 @@ }; | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -96,7 +96,7 @@ labels: { | ||
xScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -107,3 +107,3 @@ }; | ||
required: boolean; | ||
validator: import("../../../composables").DataValidator; | ||
validator: import("../../..").DataValidator; | ||
}; | ||
@@ -160,4 +160,4 @@ labels: { | ||
classList: string | string[]; | ||
xScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
yScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
xScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
yScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
}, {}>, Partial<Record<number, (_: any) => any>>>; | ||
@@ -164,0 +164,0 @@ export default _default; |
@@ -27,3 +27,3 @@ import type { Data } from '@/types/dataset'; | ||
}, { | ||
areaPathDefinition: import("vue").ComputedRef<(xScale: import("../../../composables").Scale, yScale: import("../../../composables").Scale) => string>; | ||
areaPathDefinition: import("vue").ComputedRef<(xScale: import("../../..").Scale, yScale: import("../../..").Scale) => string>; | ||
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { | ||
@@ -30,0 +30,0 @@ "axis-click": (p: import("@/types/events").InteractionEventPayload) => void; |
@@ -21,7 +21,7 @@ import type { BarChartOptions } from '@/types/options'; | ||
xScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -95,7 +95,7 @@ }; | ||
xScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
}; | ||
yScale: { | ||
type: import("vue").PropType<import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>>; | ||
type: import("vue").PropType<import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>>; | ||
default: any; | ||
@@ -158,4 +158,4 @@ }; | ||
classList: string | string[]; | ||
xScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
yScale: import("../../../composables").Scale | import("../../../composables").ScaleGenerator<import("../../../composables").Scale>; | ||
xScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
yScale: import("../../..").Scale | import("../../..").ScaleGenerator<import("../../..").Scale>; | ||
}, {}>, Partial<Record<number, (_: any) => any>>>; | ||
@@ -162,0 +162,0 @@ export default _default; |
@@ -26,10 +26,10 @@ import { PropType } from 'vue'; | ||
default: import("@/types/utils").Orientation; | ||
validator: typeof import("../../../composables").orientationValidator; | ||
validator: typeof import("../../..").orientationValidator; | ||
}; | ||
xScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
}; | ||
yScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
@@ -83,10 +83,10 @@ }; | ||
default: import("@/types/utils").Orientation; | ||
validator: typeof import("../../../composables").orientationValidator; | ||
validator: typeof import("../../..").orientationValidator; | ||
}; | ||
xScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
}; | ||
yScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
@@ -128,4 +128,4 @@ }; | ||
classList: string | string[]; | ||
xScale: import("../../../composables").Scale; | ||
yScale: import("../../../composables").Scale; | ||
xScale: import("../../..").Scale; | ||
yScale: import("../../..").Scale; | ||
hoveredElementId: string | number; | ||
@@ -132,0 +132,0 @@ }, {}>, Partial<Record<`node-header-${number}`, (_: { |
@@ -34,7 +34,7 @@ import { PropType } from 'vue'; | ||
xScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
}; | ||
yScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
@@ -92,7 +92,7 @@ }; | ||
xScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
}; | ||
yScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
@@ -127,6 +127,6 @@ }; | ||
classList: string | string[]; | ||
xScale: import("../../../composables").Scale; | ||
yScale: import("../../../composables").Scale; | ||
xScale: import("../../..").Scale; | ||
yScale: import("../../..").Scale; | ||
}, {}>; | ||
export default _default; | ||
//# sourceMappingURL=lume-bar-group.vue.d.ts.map |
@@ -26,3 +26,3 @@ import type { LineChartOptions } from '@/types/options'; | ||
default: import("../../..").Orientation; | ||
validator: typeof import("../../../composables").orientationValidator; | ||
validator: typeof import("../../..").orientationValidator; | ||
}; | ||
@@ -88,3 +88,3 @@ xScale: { | ||
default: import("../../..").Orientation; | ||
validator: typeof import("../../../composables").orientationValidator; | ||
validator: typeof import("../../..").orientationValidator; | ||
}; | ||
@@ -91,0 +91,0 @@ xScale: { |
@@ -21,7 +21,7 @@ import { PropType } from 'vue'; | ||
xScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
}; | ||
yScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
@@ -73,7 +73,7 @@ }; | ||
xScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
}; | ||
yScale: { | ||
type: PropType<import("../../../composables").Scale>; | ||
type: PropType<import("../../..").Scale>; | ||
default: () => any; | ||
@@ -115,6 +115,6 @@ }; | ||
classList: string | string[]; | ||
xScale: import("../../../composables").Scale; | ||
yScale: import("../../../composables").Scale; | ||
xScale: import("../../..").Scale; | ||
yScale: import("../../..").Scale; | ||
}, {}>; | ||
export default _default; | ||
//# sourceMappingURL=lume-overlay-group.vue.d.ts.map |
export * from './components'; | ||
export * from './composables'; | ||
export * from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@adyen/lume", | ||
"version": "1.10.3", | ||
"version": "1.11.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 too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12953
1960584
1