From 793512606d57b46b56e27c54056910db6c8842d1 Mon Sep 17 00:00:00 2001 From: kleinfreund <5774638+kleinfreund@users.noreply.github.com> Date: Sat, 19 Oct 2024 22:05:55 +0200 Subject: [PATCH] chore(dist): update dist files --- dist/ColorPicker.d.ts | 46 ++++++++++++++++++++++++++++--------------- 1 file changed, 30 insertions(+), 16 deletions(-) diff --git a/dist/ColorPicker.d.ts b/dist/ColorPicker.d.ts index 7d01a64..f21acff 100644 --- a/dist/ColorPicker.d.ts +++ b/dist/ColorPicker.d.ts @@ -4,6 +4,35 @@ import { DefineComponent } from 'vue'; import { Plugin as Plugin_2 } from 'vue'; import { PublicProps } from 'vue'; +declare const __VLS_component: DefineComponent any; +}, string, PublicProps, Readonly & Readonly<{ +"onColor-change"?: ((data: ColorChangeDetail) => any) | undefined; +}>, { +id: string; +color: string | ColorHsl | ColorHwb | ColorRgb; +visibleFormats: VisibleColorFormat[]; +defaultFormat: VisibleColorFormat; +alphaChannel: AlphaChannelProp; +}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>; + +declare function __VLS_template(): { + slots: { + "hue-range-input-label"?(_: {}): any; + "alpha-range-input-label"?(_: {}): any; + "copy-button"?(_: {}): any; + "format-switch-button"?(_: {}): any; + }; + refs: { + colorPicker: HTMLDivElement; + colorSpace: HTMLDivElement; + thumb: HTMLDivElement; + }; + attrs: Partial<{}>; +}; + +declare type __VLS_TemplateResult = ReturnType; + declare type __VLS_WithTemplateSlots = T & { new (): { $slots: S; @@ -48,22 +77,7 @@ export declare type ColorMap = { rgb: ColorRgb; }; -export declare const ColorPicker: __VLS_WithTemplateSlots any; -}, string, PublicProps, Readonly & Readonly<{ -"onColor-change"?: ((data: ColorChangeDetail) => any) | undefined; -}>, { -id: string; -color: string | ColorHsl | ColorHwb | ColorRgb; -visibleFormats: VisibleColorFormat[]; -defaultFormat: VisibleColorFormat; -alphaChannel: AlphaChannelProp; -}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>, { - "hue-range-input-label"?(_: {}): any; - "alpha-range-input-label"?(_: {}): any; - "copy-button"?(_: {}): any; - "format-switch-button"?(_: {}): any; -}>; +export declare const ColorPicker: __VLS_WithTemplateSlots; export declare interface ColorPickerProps { /**