Skip to content

Commit 3bc68c7

Browse files
Merge pull request #27 from webdevnerdstuff/dev
Build
2 parents 8eae9f4 + faf599e commit 3bc68c7

11 files changed

+2153
-1787
lines changed

dist/plugin/VInlineCheckbox.vue.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
245245
type: globalThis.PropType<string>;
246246
default: string;
247247
};
248-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
248+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
249+
[x: string]: (...args: any[]) => void;
250+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
249251
modelValue: globalThis.PropType<any>;
250252
error: {
251253
type: globalThis.PropType<boolean>;
@@ -492,9 +494,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
492494
type: globalThis.PropType<string>;
493495
default: string;
494496
};
495-
}>> & {
496-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
497-
}, {
497+
}>>, {
498498
name: string;
499499
color: string;
500500
label: string;

dist/plugin/VInlineCustomField.vue.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
223223
type: globalThis.PropType<string>;
224224
default: string;
225225
};
226-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
226+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
227+
[x: string]: (...args: any[]) => void;
228+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
227229
modelValue: globalThis.PropType<any>;
228230
error: {
229231
type: globalThis.PropType<boolean>;
@@ -448,9 +450,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
448450
type: globalThis.PropType<string>;
449451
default: string;
450452
};
451-
}>> & {
452-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
453-
}, {
453+
}>>, {
454454
name: string;
455455
color: string;
456456
label: string;

dist/plugin/VInlineSelect.vue.d.ts

+10-10
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
5555
default: boolean;
5656
};
5757
itemTitle: {
58-
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any)>;
58+
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
5959
default: string;
6060
};
6161
itemValue: {
62-
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any)>;
62+
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
6363
default: string;
6464
};
6565
hideSelected: {
@@ -240,7 +240,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
240240
type: globalThis.PropType<string>;
241241
default: string;
242242
};
243-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
243+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
244+
[x: string]: (...args: any[]) => void;
245+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
244246
modelValue: globalThis.PropType<any>;
245247
error: {
246248
type: globalThis.PropType<boolean>;
@@ -297,11 +299,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
297299
default: boolean;
298300
};
299301
itemTitle: {
300-
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any)>;
302+
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
301303
default: string;
302304
};
303305
itemValue: {
304-
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any)>;
306+
type: globalThis.PropType<string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null>;
305307
default: string;
306308
};
307309
hideSelected: {
@@ -482,9 +484,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
482484
type: globalThis.PropType<string>;
483485
default: string;
484486
};
485-
}>> & {
486-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
487-
}, {
487+
}>>, {
488488
name: string;
489489
color: string;
490490
label: string;
@@ -497,8 +497,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
497497
variant: "filled" | "outlined" | "plain" | "underlined" | "solo" | "solo-inverted" | "solo-filled";
498498
clearIcon: string;
499499
clearable: boolean;
500-
itemTitle: string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
501-
itemValue: string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any);
500+
itemTitle: string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
501+
itemValue: string | boolean | (string | number)[] | ((item: Record<string, any>, fallback?: any) => any) | null;
502502
hideSelected: boolean;
503503
menu: boolean;
504504
underlined: boolean;

dist/plugin/VInlineSwitch.vue.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
205205
type: globalThis.PropType<string>;
206206
default: string;
207207
};
208-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
208+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
209+
[x: string]: (...args: any[]) => void;
210+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
209211
modelValue: globalThis.PropType<any>;
210212
error: {
211213
type: globalThis.PropType<boolean>;
@@ -412,9 +414,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
412414
type: globalThis.PropType<string>;
413415
default: string;
414416
};
415-
}>> & {
416-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
417-
}, {
417+
}>>, {
418418
name: string;
419419
color: string;
420420
label: string;

dist/plugin/VInlineTextField.vue.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
223223
type: globalThis.PropType<string>;
224224
default: string;
225225
};
226-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
226+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
227+
[x: string]: (...args: any[]) => void;
228+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
227229
modelValue: globalThis.PropType<any>;
228230
error: {
229231
type: globalThis.PropType<boolean>;
@@ -448,9 +450,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
448450
type: globalThis.PropType<string>;
449451
default: string;
450452
};
451-
}>> & {
452-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
453-
}, {
453+
}>>, {
454454
name: string;
455455
color: string;
456456
label: string;

dist/plugin/VInlineTextarea.vue.d.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
231231
type: globalThis.PropType<string>;
232232
default: string;
233233
};
234-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
234+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
235+
[x: string]: (...args: any[]) => void;
236+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
235237
modelValue: globalThis.PropType<any>;
236238
error: {
237239
type: globalThis.PropType<boolean>;
@@ -464,9 +466,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
464466
type: globalThis.PropType<string>;
465467
default: string;
466468
};
467-
}>> & {
468-
[x: `on${Capitalize<string>}`]: ((...args: any[]) => any) | undefined;
469-
}, {
469+
}>>, {
470470
name: string;
471471
color: string;
472472
label: string;

dist/plugin/components/DisplayedValue.vue.d.ts

+3-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
6464
underlined: {
6565
type: globalThis.PropType<boolean>;
6666
};
67-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "toggleField"[], "toggleField", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
67+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
68+
toggleField: (...args: any[]) => void;
69+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
6870
[x: string]: {
6971
type: globalThis.PropType<any>;
7072
};

dist/plugin/components/SaveFieldButtons.vue.d.ts

+4-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ declare const _default: import("vue").DefineComponent<{
6868
type: globalThis.PropType<string>;
6969
required: true;
7070
};
71-
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("close" | "save")[], "close" | "save", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
71+
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
72+
close: (...args: any[]) => void;
73+
save: (...args: any[]) => void;
74+
}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7275
error: {
7376
type: globalThis.PropType<boolean>;
7477
required: true;

0 commit comments

Comments
 (0)