Skip to content

Commit c5f0c22

Browse files
Beta version bump
1 parent be8ae27 commit c5f0c22

File tree

5 files changed

+183
-169
lines changed

5 files changed

+183
-169
lines changed

dist/types/index.d.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@ export interface Props extends PipProps {
4646
readonlyInput?: boolean | null | undefined;
4747
required?: boolean;
4848
theme?: VTextField['$props']['theme'];
49+
canvasHeight?: VColorPicker['$props']['canvasHeight'];
50+
dotSize?: VColorPicker['$props']['dotSize'];
51+
hideCanvas?: VColorPicker['$props']['hideCanvas'];
52+
hideInputs?: VColorPicker['$props']['hideInputs'];
53+
hideSliders?: VColorPicker['$props']['hideSliders'];
54+
mode?: VColorPicker['$props']['mode'];
55+
modes?: VColorPicker['$props']['modes'];
56+
showSwatches?: VColorPicker['$props']['showSwatches'];
57+
swatches?: VColorPicker['$props']['swatches'];
58+
swatchesMaxHeight?: VColorPicker['$props']['swatchesMaxHeight'];
4959
}
5060
export interface PipComponentProps extends PipProps {
5161
modelValue?: any;

dist/vuetify-color-field.cjs.js

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

0 commit comments

Comments
 (0)