@adyen/lume
Advanced tools
Comparing version 1.10.1 to 1.10.2
import { PropType } from 'vue'; | ||
import type { InternalMargins } from '@/types/utils'; | ||
import { orientationValidator } from '@/composables/props'; | ||
import type { InternalMargins, Orientation } from '@/types/utils'; | ||
import type { ContainerSize } from '@/types/size'; | ||
@@ -24,2 +25,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{ | ||
}; | ||
orientation: { | ||
type: PropType<Orientation>; | ||
default: Orientation; | ||
validator: typeof orientationValidator; | ||
}; | ||
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, { | ||
@@ -50,2 +56,7 @@ click: (p: MouseEvent) => void; | ||
}; | ||
orientation: { | ||
type: PropType<Orientation>; | ||
default: Orientation; | ||
validator: typeof orientationValidator; | ||
}; | ||
}>> & { | ||
@@ -60,2 +71,3 @@ onClick?: (p: MouseEvent) => any; | ||
containerSize: ContainerSize; | ||
orientation: Orientation; | ||
}, {}>, { | ||
@@ -62,0 +74,0 @@ header?(_: {}): any; |
{ | ||
"name": "@adyen/lume", | ||
"version": "1.10.1", | ||
"version": "1.10.2", | ||
"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
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
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
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
1961510
12933