Skip to content

Commit d4478cb

Browse files
Build
1 parent 9bbe64c commit d4478cb

File tree

6 files changed

+517
-433
lines changed

6 files changed

+517
-433
lines changed

Diff for: dist/plugin/components/VInlineAutocomplete/VInlineAutocomplete.vue.d.ts

+9
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
222222
};
223223
autoSelectFirst: {
224224
type: globalThis.PropType<boolean | "exact">;
225+
default: boolean;
225226
};
226227
clearIcon: {
227228
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
@@ -253,9 +254,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
253254
};
254255
menuIcon: {
255256
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
257+
default: string;
256258
};
257259
rules: {
258260
type: globalThis.PropType<readonly ((string | boolean) | PromiseLike<string | boolean> | ((value: any) => string | boolean) | ((value: any) => PromiseLike<string | boolean>))[]>;
261+
default: () => never[];
259262
};
260263
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
261264
[x: string]: (...args: any[]) => void;
@@ -483,6 +486,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
483486
};
484487
autoSelectFirst: {
485488
type: globalThis.PropType<boolean | "exact">;
489+
default: boolean;
486490
};
487491
clearIcon: {
488492
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
@@ -514,9 +518,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
514518
};
515519
menuIcon: {
516520
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
521+
default: string;
517522
};
518523
rules: {
519524
type: globalThis.PropType<readonly ((string | boolean) | PromiseLike<string | boolean> | ((value: any) => string | boolean) | ((value: any) => PromiseLike<string | boolean>))[]>;
525+
default: () => never[];
520526
};
521527
}>>, {
522528
error: boolean;
@@ -574,13 +580,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
574580
underlineWidth: string;
575581
underlined: boolean;
576582
valueColor: string;
583+
autoSelectFirst: boolean | "exact";
577584
clearIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
578585
clearable: boolean;
579586
hideSelected: boolean;
580587
itemTitle: string | boolean | readonly (string | number)[] | ((item: any, fallback?: any) => any) | null;
581588
itemValue: string | boolean | readonly (string | number)[] | ((item: any, fallback?: any) => any) | null;
582589
items: readonly any[];
583590
menu: boolean;
591+
menuIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
592+
rules: readonly ((string | boolean) | PromiseLike<string | boolean> | ((value: any) => string | boolean) | ((value: any) => PromiseLike<string | boolean>))[];
584593
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
585594
export default _default;
586595
type __VLS_WithTemplateSlots<T, S> = T & {

Diff for: dist/plugin/components/VInlineSelect/VInlineSelect.vue.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
250250
};
251251
rules: {
252252
type: globalThis.PropType<readonly ((string | boolean) | PromiseLike<string | boolean> | ((value: any) => string | boolean) | ((value: any) => PromiseLike<string | boolean>))[]>;
253+
default: () => never[];
253254
};
254255
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
255256
[x: string]: (...args: any[]) => void;
@@ -505,6 +506,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
505506
};
506507
rules: {
507508
type: globalThis.PropType<readonly ((string | boolean) | PromiseLike<string | boolean> | ((value: any) => string | boolean) | ((value: any) => PromiseLike<string | boolean>))[]>;
509+
default: () => never[];
508510
};
509511
}>>, {
510512
error: boolean;
@@ -569,6 +571,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
569571
itemValue: string | boolean | readonly (string | number)[] | ((item: any, fallback?: any) => any) | null;
570572
items: readonly any[];
571573
menu: boolean;
574+
rules: readonly ((string | boolean) | PromiseLike<string | boolean> | ((value: any) => string | boolean) | ((value: any) => PromiseLike<string | boolean>))[];
572575
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & Partial<Record<NonNullable<string | number>, (_: any) => any>>>;
573576
export default _default;
574577
type __VLS_WithTemplateSlots<T, S> = T & {

Diff for: dist/plugin/components/VInlineTextarea/VInlineTextarea.vue.d.ts

+3
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
230230
};
231231
clearIcon: {
232232
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
233+
default: string;
233234
};
234235
rules: {
235236
type: globalThis.PropType<readonly ((string | boolean) | PromiseLike<string | boolean> | ((value: any) => string | boolean) | ((value: any) => PromiseLike<string | boolean>))[]>;
@@ -476,6 +477,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
476477
};
477478
clearIcon: {
478479
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
480+
default: string;
479481
};
480482
rules: {
481483
type: globalThis.PropType<readonly ((string | boolean) | PromiseLike<string | boolean> | ((value: any) => string | boolean) | ((value: any) => PromiseLike<string | boolean>))[]>;
@@ -546,6 +548,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
546548
underlineWidth: string;
547549
underlined: boolean;
548550
valueColor: string;
551+
clearIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
549552
autoGrow: boolean;
550553
rows: string | number;
551554
}, {}>, Partial<Record<NonNullable<string | number>, (_: any) => any>> & Partial<Record<NonNullable<string | number>, (_: any) => any>>>;

Diff for: dist/plugin/utils/props.d.ts

+70-1
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,74 @@ declare const selectProps: {
122122
itemValue: string;
123123
items: () => never[];
124124
menu: boolean;
125+
rules: () => never[];
126+
variant: "underlined";
127+
hideCancelIcon: boolean;
128+
hideSaveIcon: boolean;
129+
loadingIcon: undefined;
130+
loadingIconColor: string;
131+
saveButtonColor: string;
132+
saveButtonSize: string;
133+
saveButtonTitle: string;
134+
saveButtonVariant: "text";
135+
saveIcon: undefined;
136+
saveIconColor: string;
137+
autofocus: boolean;
138+
cancelButtonColor: string;
139+
cancelButtonSize: string;
140+
cancelButtonTitle: string;
141+
cancelButtonVariant: "text";
142+
cancelIcon: undefined;
143+
cancelIconColor: string;
144+
cardField: boolean;
145+
cardOffsetX: number;
146+
cardOffsetY: number;
147+
cardProps: () => {};
148+
cell: boolean;
149+
cellUnderlineFullWidth: boolean;
150+
closeSiblings: boolean;
151+
color: string;
152+
density: "compact";
153+
disabled: boolean;
154+
displayAppendIcon: undefined;
155+
displayAppendIconColor: undefined;
156+
displayAppendIconSize: string;
157+
displayAppendInnerIcon: undefined;
158+
displayAppendInnerIconColor: undefined;
159+
displayAppendInnerIconSize: string;
160+
displayPrependIcon: undefined;
161+
displayPrependIconColor: undefined;
162+
displayPrependIconSize: string;
163+
displayPrependInnerIcon: undefined;
164+
displayPrependInnerIconColor: undefined;
165+
displayPrependInnerIconSize: string;
166+
emptyText: string;
167+
error: boolean;
168+
fieldOnly: boolean;
169+
hideDetails: boolean;
170+
label: string;
171+
loading: boolean;
172+
loadingWait: boolean;
173+
name: string;
174+
required: boolean;
175+
tableField: boolean;
176+
underlineColor: string;
177+
underlineStyle: string;
178+
underlineWidth: string;
179+
underlined: boolean;
180+
valueColor: string;
181+
};
182+
declare const autocompleteProps: {
183+
autoSelectFirst: boolean;
184+
clearIcon: string;
185+
clearable: boolean;
186+
hideSelected: boolean;
187+
itemTitle: string;
188+
itemValue: string;
189+
items: () => never[];
190+
menu: boolean;
191+
menuIcon: string;
192+
rules: () => never[];
125193
variant: "underlined";
126194
hideCancelIcon: boolean;
127195
hideSaveIcon: boolean;
@@ -245,6 +313,7 @@ declare const switchProps: {
245313
};
246314
declare const textareaProps: {
247315
autoGrow: boolean;
316+
clearIcon: string;
248317
rows: number;
249318
truncateLength: undefined;
250319
truncateSuffix: string;
@@ -364,4 +433,4 @@ declare const textFieldProps: {
364433
underlined: boolean;
365434
valueColor: string;
366435
};
367-
export { checkboxProps, selectProps, switchProps, textFieldProps, textareaProps, };
436+
export { autocompleteProps, checkboxProps, selectProps, switchProps, textFieldProps, textareaProps, };

Diff for: dist/vuetify-inline-fields.cjs.js

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)