@myparcel/delivery-options
Advanced tools
Comparing version 6.0.0-beta.1 to 6.0.0-beta.2
@@ -265,4 +265,4 @@ import { AllowedComponentProps } from 'vue'; | ||
export declare const CheckboxGroupInput: <T extends CheckboxGroupModelValue>(__VLS_props: { | ||
modelValue: unknown; | ||
element: ElementInstance<ToRecord<CheckboxGroupProps<T>>, unknown>; | ||
modelValue: unknown; | ||
"onUpdate:modelValue"?: ((value: T) => any) | undefined; | ||
@@ -275,4 +275,4 @@ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: { | ||
props: { | ||
modelValue: unknown; | ||
element: ElementInstance<ToRecord<CheckboxGroupProps<T>>, unknown>; | ||
modelValue: unknown; | ||
"onUpdate:modelValue"?: ((value: T) => any) | undefined; | ||
@@ -289,4 +289,4 @@ } & VNodeProps & AllowedComponentProps & ComponentCustomProps; | ||
props: { | ||
modelValue: unknown; | ||
element: ElementInstance<ToRecord<CheckboxGroupProps<T>>, unknown>; | ||
modelValue: unknown; | ||
"onUpdate:modelValue"?: ((value: T) => any) | undefined; | ||
@@ -421,7 +421,7 @@ } & VNodeProps & AllowedComponentProps & ComponentCustomProps; | ||
export declare const getResolvedValue: <T extends CarrierSetting | ConfigSetting, Default extends NonNullable<ResolvedValue<T>>>(key: T, carrierIdentifier?: CarrierIdentifier, defaultValue?: Default | undefined) => Default extends any ? Default | NonNullable<ResolvedValue<T>> : ResolvedValue<T>; | ||
export declare const getResolvedValue: <T extends CarrierSetting | ConfigSetting, Default extends NonNullable<ResolvedValue<T>>>(key: T, carrierIdentifier?: CarrierIdentifier, defaultValue?: Default) => Default extends any ? NonNullable<ResolvedValue<T>> | Default : ResolvedValue<T>; | ||
export declare const GroupInput: <T extends SelectOptionValue>(__VLS_props: { | ||
id: string; | ||
options: SelectOption<T, string>[]; | ||
options: SelectOption<T>[]; | ||
} & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: { | ||
@@ -434,3 +434,3 @@ attrs: any; | ||
id: string; | ||
options: SelectOption<T, string>[]; | ||
options: SelectOption<T>[]; | ||
} & VNodeProps & AllowedComponentProps & ComponentCustomProps; | ||
@@ -447,3 +447,3 @@ expose(exposed: ShallowUnwrapRef<{}>): void; | ||
id: string; | ||
options: SelectOption<T, string>[]; | ||
options: SelectOption<T>[]; | ||
} & VNodeProps & AllowedComponentProps & ComponentCustomProps; | ||
@@ -523,5 +523,5 @@ expose(exposed: ShallowUnwrapRef<{}>): void; | ||
}>>>, { | ||
center: [number, number]; | ||
height: string; | ||
zoom: number; | ||
center: [number, number]; | ||
}, {}>, { | ||
@@ -606,4 +606,4 @@ default?(_: {}): any; | ||
export declare const RadioGroupInput: <T extends string>(__VLS_props: { | ||
modelValue: unknown; | ||
element: ElementInstance<ToRecord<RadioGroupProps<T>>, unknown>; | ||
modelValue: unknown; | ||
"onUpdate:modelValue"?: ((value: T) => any) | undefined; | ||
@@ -616,4 +616,4 @@ } & VNodeProps & AllowedComponentProps & ComponentCustomProps, __VLS_ctx?: { | ||
props: { | ||
modelValue: unknown; | ||
element: ElementInstance<ToRecord<RadioGroupProps<T>>, unknown>; | ||
modelValue: unknown; | ||
"onUpdate:modelValue"?: ((value: T) => any) | undefined; | ||
@@ -630,4 +630,4 @@ } & VNodeProps & AllowedComponentProps & ComponentCustomProps; | ||
props: { | ||
modelValue: unknown; | ||
element: ElementInstance<ToRecord<RadioGroupProps<T>>, unknown>; | ||
modelValue: unknown; | ||
"onUpdate:modelValue"?: ((value: T) => any) | undefined; | ||
@@ -634,0 +634,0 @@ } & VNodeProps & AllowedComponentProps & ComponentCustomProps; |
{ | ||
"name": "@myparcel/delivery-options", | ||
"version": "6.0.0-beta.1", | ||
"version": "6.0.0-beta.2", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/myparcelnl/delivery-options.git", | ||
"url": "git+https://github.com/myparcelnl/delivery-options.git", | ||
"directory": "apps/delivery-options" | ||
@@ -51,2 +51,3 @@ }, | ||
"dependencies": { | ||
"@myparcel-do/shared": "workspace:*", | ||
"@myparcel/constants": "^2.0.0", | ||
@@ -57,2 +58,3 @@ "@myparcel/sdk": "^3.0.0", | ||
"@vueuse/core": "^10.0.0", | ||
"leaflet": "^1.9.4", | ||
"pinia": "^2.1.7", | ||
@@ -64,2 +66,4 @@ "radash": "^11.0.0", | ||
"@histoire/plugin-vue": "^0.17.6", | ||
"@myparcel-do/build-vite": "workspace:*", | ||
"@myparcel-do/semantic-release-plugin": "workspace:*", | ||
"@myparcel/semantic-release-config": "^5.0.0", | ||
@@ -78,8 +82,9 @@ "@pinia/testing": "^0.1.3", | ||
"cssnano": "^6.0.3", | ||
"happy-dom": "^12.10.3", | ||
"happy-dom": "^13.0.0", | ||
"histoire": "^0.17.6", | ||
"leaflet": "^1.9.4", | ||
"postcss": "^8.0.0", | ||
"semantic-release": "^23.0.0", | ||
"semantic-release-monorepo": "^8.0.1", | ||
"semver": "^7.6.0", | ||
"tailwindcss": "^3.0.0", | ||
"typescript": "^5.2.0", | ||
@@ -89,3 +94,3 @@ "vite": "^5.0.0", | ||
"vitest": "^1.0.0", | ||
"vue-tsc": "^1.8.0" | ||
"vue-tsc": "^2.0.0" | ||
}, | ||
@@ -92,0 +97,0 @@ "volta": { |
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 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
Sorry, the diff of this file is too big to display
29065
1308137
10
28
+ Addedleaflet@^1.9.4
+ Addedleaflet@1.9.4(transitive)