Skip to content

Commit b78bde7

Browse files
Build
1 parent 8d50ea6 commit b78bde7

File tree

4 files changed

+809
-801
lines changed

4 files changed

+809
-801
lines changed

dist/plugin/VColorField.vue.d.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
9191
tag: string;
9292
mode: "rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa";
9393
rounded: string | number | boolean;
94+
tile: boolean;
9495
dotSize: string | number;
9596
modes: readonly ("rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa")[];
9697
canvasHeight: string | number;
@@ -111,6 +112,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
111112
readonly swatchesMaxHeight: string | number;
112113
readonly tag: string;
113114
readonly style: globalThis.StyleValue;
115+
readonly tile: boolean;
114116
readonly width: NonNullable<string | number>;
115117
readonly disabled: boolean;
116118
readonly color?: string | undefined;
@@ -168,6 +170,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
168170
type: (BooleanConstructor | StringConstructor | NumberConstructor)[];
169171
default: undefined;
170172
};
173+
tile: BooleanConstructor;
171174
canvasHeight: {
172175
type: (StringConstructor | NumberConstructor)[];
173176
default: number;
@@ -217,7 +220,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<__
217220
}>> & {
218221
"onUpdate:modelValue"?: ((color: any) => any) | undefined;
219222
"onUpdate:mode"?: ((mode: "rgba" | "rgb" | "hsl" | "hsla" | "hex" | "hexa") => any) | undefined;
220-
}, "canvasHeight" | "dotSize" | "hideCanvas" | "hideInputs" | "hideSliders" | "mode" | "modes" | "showSwatches" | "swatchesMaxHeight" | "tag" | "style" | "rounded" | "width" | "disabled">;
223+
}, "canvasHeight" | "dotSize" | "hideCanvas" | "hideInputs" | "hideSliders" | "mode" | "modes" | "showSwatches" | "swatchesMaxHeight" | "tag" | "style" | "rounded" | "tile" | "width" | "disabled">;
221224
density: "default" | "comfortable" | "compact" | null;
222225
hint: string;
223226
iconHoverColor: string | boolean;

dist/plugin/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import type { App } from 'vue';
22
import type { GlobalOptions } from './types';
3+
import './styles/main.scss';
34
import VColorField from './VColorField.vue';
45
export declare const globalOptions: unique symbol;
56
export declare function createVColorField(options?: GlobalOptions): {

dist/vuetify-color-field.cjs.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)