🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

vue3-openlayers

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-openlayers - npm Package Compare versions

Comparing version

to
11.3.0

@@ -1,51 +0,7 @@

import { ScaleLine } from 'ol/control';
import { default as ScaleLine, Options } from 'ol/control/ScaleLine';
import { DefineComponent, ComputedRef, ComponentOptionsMixin, PublicProps, ExtractPropTypes, PropType } from 'vue';
declare const _default: DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
className?: string;
minWidth?: number;
render?: (...args: unknown[]) => unknown;
target?: HTMLElement;
units?: string;
bar?: boolean;
steps?: number;
text?: string;
dpi?: number;
}>, {
className: string;
minWidth: number;
units: string;
bar: boolean;
steps: number;
text: string;
dpi: undefined;
}>, {
declare const _default: DefineComponent<__VLS_TypePropsToRuntimeProps<Options>, {
control: ComputedRef<ScaleLine>;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
className?: string;
minWidth?: number;
render?: (...args: unknown[]) => unknown;
target?: HTMLElement;
units?: string;
bar?: boolean;
steps?: number;
text?: string;
dpi?: number;
}>, {
className: string;
minWidth: number;
units: string;
bar: boolean;
steps: number;
text: string;
dpi: undefined;
}>>>, {
text: string;
className: string;
bar: boolean;
minWidth: number;
units: string;
steps: number;
dpi: number;
}, {}>;
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly< ExtractPropTypes<__VLS_TypePropsToRuntimeProps<Options>>>, {}, {}>;
export default _default;

@@ -61,9 +17,1 @@ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;

};
type __VLS_WithDefaults<P, D> = {
[K in keyof Pick<P, keyof P>]: K extends keyof D ? __VLS_Prettify<P[K] & {
default: D[K];
}> : P[K];
};
type __VLS_Prettify<T> = {
[K in keyof T]: T[K];
} & {};
{
"name": "vue3-openlayers",
"version": "11.2.1",
"version": "11.3.0",
"description": "OpenLayers Wrapper for Vue3",

@@ -5,0 +5,0 @@ "repository": {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display