Skip to content

Commit c7fa9e3

Browse files
authoredJul 10, 2023
Merge pull request #19 from webdevnerdstuff/dev
1.0.0-beta-1.5
2 parents 1866649 + 13443b1 commit c7fa9e3

25 files changed

+2223
-1962
lines changed
 

‎dist/plugin/VInlineCheckbox.vue.d.ts

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { FieldValue } from '../../src/types';
21
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3-
modelValue: globalThis.PropType<FieldValue>;
2+
modelValue: globalThis.PropType<any>;
43
error: {
54
type: globalThis.PropType<boolean>;
65
};
@@ -87,7 +86,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
8786
default: boolean;
8887
};
8988
displayAppendIcon: {
90-
type: globalThis.PropType<import('../../src/types').VIconValue>;
89+
type: globalThis.PropType<import('../types').VIconValue>;
9190
default: undefined;
9291
};
9392
displayAppendIconColor: {
@@ -99,7 +98,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
9998
default: string;
10099
};
101100
displayAppendInnerIcon: {
102-
type: globalThis.PropType<import('../../src/types').VIconValue>;
101+
type: globalThis.PropType<import('../types').VIconValue>;
103102
default: undefined;
104103
};
105104
displayAppendInnerIconColor: {
@@ -111,7 +110,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
111110
default: string;
112111
};
113112
displayPrependIcon: {
114-
type: globalThis.PropType<import('../../src/types').VIconValue>;
113+
type: globalThis.PropType<import('../types').VIconValue>;
115114
default: undefined;
116115
};
117116
displayPrependIconColor: {
@@ -123,7 +122,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
123122
default: string;
124123
};
125124
displayPrependInnerIcon: {
126-
type: globalThis.PropType<import('../../src/types').VIconValue>;
125+
type: globalThis.PropType<import('../types').VIconValue>;
127126
default: undefined;
128127
};
129128
displayPrependInnerIconColor: {
@@ -231,7 +230,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
231230
default: string;
232231
};
233232
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
234-
modelValue: globalThis.PropType<FieldValue>;
233+
modelValue: globalThis.PropType<any>;
235234
error: {
236235
type: globalThis.PropType<boolean>;
237236
};
@@ -318,7 +317,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
318317
default: boolean;
319318
};
320319
displayAppendIcon: {
321-
type: globalThis.PropType<import('../../src/types').VIconValue>;
320+
type: globalThis.PropType<import('../types').VIconValue>;
322321
default: undefined;
323322
};
324323
displayAppendIconColor: {
@@ -330,7 +329,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
330329
default: string;
331330
};
332331
displayAppendInnerIcon: {
333-
type: globalThis.PropType<import('../../src/types').VIconValue>;
332+
type: globalThis.PropType<import('../types').VIconValue>;
334333
default: undefined;
335334
};
336335
displayAppendInnerIconColor: {
@@ -342,7 +341,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
342341
default: string;
343342
};
344343
displayPrependIcon: {
345-
type: globalThis.PropType<import('../../src/types').VIconValue>;
344+
type: globalThis.PropType<import('../types').VIconValue>;
346345
default: undefined;
347346
};
348347
displayPrependIconColor: {
@@ -354,7 +353,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
354353
default: string;
355354
};
356355
displayPrependInnerIcon: {
357-
type: globalThis.PropType<import('../../src/types').VIconValue>;
356+
type: globalThis.PropType<import('../types').VIconValue>;
358357
default: undefined;
359358
};
360359
displayPrependInnerIconColor: {
@@ -483,16 +482,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
483482
cancelIcon: string;
484483
cancelIconColor: string;
485484
closeSiblings: boolean;
486-
displayAppendIcon: import('../../src/types').VIconValue;
485+
displayAppendIcon: import('../types').VIconValue;
487486
displayAppendIconColor: string;
488487
displayAppendIconSize: string | number;
489-
displayAppendInnerIcon: import('../../src/types').VIconValue;
488+
displayAppendInnerIcon: import('../types').VIconValue;
490489
displayAppendInnerIconColor: string;
491490
displayAppendInnerIconSize: string | number;
492-
displayPrependIcon: import('../../src/types').VIconValue;
491+
displayPrependIcon: import('../types').VIconValue;
493492
displayPrependIconColor: string;
494493
displayPrependIconSize: string | number;
495-
displayPrependInnerIcon: import('../../src/types').VIconValue;
494+
displayPrependInnerIcon: import('../types').VIconValue;
496495
displayPrependInnerIconColor: string;
497496
displayPrependInnerIconSize: string | number;
498497
emptyText: string;

‎dist/plugin/VInlineCustomField.vue.d.ts

+20-21
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { FieldValue } from '../../src/types';
21
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3-
modelValue: globalThis.PropType<FieldValue>;
2+
modelValue: globalThis.PropType<any>;
43
error: {
54
type: globalThis.PropType<boolean>;
65
};
@@ -93,7 +92,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
9392
default: boolean;
9493
};
9594
displayAppendIcon: {
96-
type: globalThis.PropType<import('../../src/types').VIconValue>;
95+
type: globalThis.PropType<import('../types').VIconValue>;
9796
default: undefined;
9897
};
9998
displayAppendIconColor: {
@@ -105,7 +104,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
105104
default: string;
106105
};
107106
displayAppendInnerIcon: {
108-
type: globalThis.PropType<import('../../src/types').VIconValue>;
107+
type: globalThis.PropType<import('../types').VIconValue>;
109108
default: undefined;
110109
};
111110
displayAppendInnerIconColor: {
@@ -117,7 +116,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
117116
default: string;
118117
};
119118
displayPrependIcon: {
120-
type: globalThis.PropType<import('../../src/types').VIconValue>;
119+
type: globalThis.PropType<import('../types').VIconValue>;
121120
default: undefined;
122121
};
123122
displayPrependIconColor: {
@@ -129,7 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
129128
default: string;
130129
};
131130
displayPrependInnerIcon: {
132-
type: globalThis.PropType<import('../../src/types').VIconValue>;
131+
type: globalThis.PropType<import('../types').VIconValue>;
133132
default: undefined;
134133
};
135134
displayPrependInnerIconColor: {
@@ -209,7 +208,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
209208
default: string;
210209
};
211210
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
212-
modelValue: globalThis.PropType<FieldValue>;
211+
modelValue: globalThis.PropType<any>;
213212
error: {
214213
type: globalThis.PropType<boolean>;
215214
};
@@ -302,7 +301,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
302301
default: boolean;
303302
};
304303
displayAppendIcon: {
305-
type: globalThis.PropType<import('../../src/types').VIconValue>;
304+
type: globalThis.PropType<import('../types').VIconValue>;
306305
default: undefined;
307306
};
308307
displayAppendIconColor: {
@@ -314,7 +313,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
314313
default: string;
315314
};
316315
displayAppendInnerIcon: {
317-
type: globalThis.PropType<import('../../src/types').VIconValue>;
316+
type: globalThis.PropType<import('../types').VIconValue>;
318317
default: undefined;
319318
};
320319
displayAppendInnerIconColor: {
@@ -326,7 +325,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
326325
default: string;
327326
};
328327
displayPrependIcon: {
329-
type: globalThis.PropType<import('../../src/types').VIconValue>;
328+
type: globalThis.PropType<import('../types').VIconValue>;
330329
default: undefined;
331330
};
332331
displayPrependIconColor: {
@@ -338,7 +337,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
338337
default: string;
339338
};
340339
displayPrependInnerIcon: {
341-
type: globalThis.PropType<import('../../src/types').VIconValue>;
340+
type: globalThis.PropType<import('../types').VIconValue>;
342341
default: undefined;
343342
};
344343
displayPrependInnerIconColor: {
@@ -439,16 +438,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
439438
cancelIcon: string;
440439
cancelIconColor: string;
441440
closeSiblings: boolean;
442-
displayAppendIcon: import('../../src/types').VIconValue;
441+
displayAppendIcon: import('../types').VIconValue;
443442
displayAppendIconColor: string;
444443
displayAppendIconSize: string | number;
445-
displayAppendInnerIcon: import('../../src/types').VIconValue;
444+
displayAppendInnerIcon: import('../types').VIconValue;
446445
displayAppendInnerIconColor: string;
447446
displayAppendInnerIconSize: string | number;
448-
displayPrependIcon: import('../../src/types').VIconValue;
447+
displayPrependIcon: import('../types').VIconValue;
449448
displayPrependIconColor: string;
450449
displayPrependIconSize: string | number;
451-
displayPrependInnerIcon: import('../../src/types').VIconValue;
450+
displayPrependInnerIcon: import('../types').VIconValue;
452451
displayPrependInnerIconColor: string;
453452
displayPrependInnerIconSize: string | number;
454453
emptyText: string;
@@ -471,8 +470,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
471470
}, {}>, {
472471
default?(_: {
473472
loading: boolean;
474-
modelValue: FieldValue | undefined;
475-
originalValue: FieldValue | undefined;
473+
modelValue: any;
474+
originalValue: any;
476475
error: boolean;
477476
rules?: readonly ((string | boolean) | ((value: any) => string | boolean) | ((value: any) => PromiseLike<string | boolean>) | {
478477
then: <TResult1 = string | boolean, TResult2 = never>(onfulfilled?: ((value: string | boolean) => TResult1 | PromiseLike<TResult1>) | null | undefined, onrejected?: ((reason: any) => TResult2 | PromiseLike<TResult2>) | null | undefined) => PromiseLike<TResult1 | TResult2>;
@@ -503,16 +502,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
503502
color: string;
504503
density: "default" | "comfortable" | "compact" | null;
505504
disabled: boolean;
506-
displayAppendIcon: import('../../src/types').VIconValue | undefined;
505+
displayAppendIcon: import('../types').VIconValue | undefined;
507506
displayAppendIconColor: string;
508507
displayAppendIconSize: string | number;
509-
displayAppendInnerIcon: import('../../src/types').VIconValue | undefined;
508+
displayAppendInnerIcon: import('../types').VIconValue | undefined;
510509
displayAppendInnerIconColor: string;
511510
displayAppendInnerIconSize: string | number;
512-
displayPrependIcon: import('../../src/types').VIconValue | undefined;
511+
displayPrependIcon: import('../types').VIconValue | undefined;
513512
displayPrependIconColor: string;
514513
displayPrependIconSize: string | number;
515-
displayPrependInnerIcon: import('../../src/types').VIconValue | undefined;
514+
displayPrependInnerIcon: import('../types').VIconValue | undefined;
516515
displayPrependInnerIconColor: string;
517516
displayPrependInnerIconSize: string | number;
518517
emptyText: string;

‎dist/plugin/VInlineSelect.vue.d.ts

+14-15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
1-
import { FieldValue } from '../../src/types';
21
declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
3-
modelValue: globalThis.PropType<FieldValue>;
2+
modelValue: globalThis.PropType<any>;
43
error: {
54
type: globalThis.PropType<boolean>;
65
};
@@ -110,7 +109,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
110109
default: boolean;
111110
};
112111
displayAppendIcon: {
113-
type: globalThis.PropType<import('../../src/types').VIconValue>;
112+
type: globalThis.PropType<import('../types').VIconValue>;
114113
default: undefined;
115114
};
116115
displayAppendIconColor: {
@@ -122,7 +121,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
122121
default: string;
123122
};
124123
displayAppendInnerIcon: {
125-
type: globalThis.PropType<import('../../src/types').VIconValue>;
124+
type: globalThis.PropType<import('../types').VIconValue>;
126125
default: undefined;
127126
};
128127
displayAppendInnerIconColor: {
@@ -134,7 +133,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
134133
default: string;
135134
};
136135
displayPrependIcon: {
137-
type: globalThis.PropType<import('../../src/types').VIconValue>;
136+
type: globalThis.PropType<import('../types').VIconValue>;
138137
default: undefined;
139138
};
140139
displayPrependIconColor: {
@@ -146,7 +145,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
146145
default: string;
147146
};
148147
displayPrependInnerIcon: {
149-
type: globalThis.PropType<import('../../src/types').VIconValue>;
148+
type: globalThis.PropType<import('../types').VIconValue>;
150149
default: undefined;
151150
};
152151
displayPrependInnerIconColor: {
@@ -226,7 +225,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
226225
default: string;
227226
};
228227
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, string[], string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
229-
modelValue: globalThis.PropType<FieldValue>;
228+
modelValue: globalThis.PropType<any>;
230229
error: {
231230
type: globalThis.PropType<boolean>;
232231
};
@@ -336,7 +335,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
336335
default: boolean;
337336
};
338337
displayAppendIcon: {
339-
type: globalThis.PropType<import('../../src/types').VIconValue>;
338+
type: globalThis.PropType<import('../types').VIconValue>;
340339
default: undefined;
341340
};
342341
displayAppendIconColor: {
@@ -348,7 +347,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
348347
default: string;
349348
};
350349
displayAppendInnerIcon: {
351-
type: globalThis.PropType<import('../../src/types').VIconValue>;
350+
type: globalThis.PropType<import('../types').VIconValue>;
352351
default: undefined;
353352
};
354353
displayAppendInnerIconColor: {
@@ -360,7 +359,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
360359
default: string;
361360
};
362361
displayPrependIcon: {
363-
type: globalThis.PropType<import('../../src/types').VIconValue>;
362+
type: globalThis.PropType<import('../types').VIconValue>;
364363
default: undefined;
365364
};
366365
displayPrependIconColor: {
@@ -372,7 +371,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
372371
default: string;
373372
};
374373
displayPrependInnerIcon: {
375-
type: globalThis.PropType<import('../../src/types').VIconValue>;
374+
type: globalThis.PropType<import('../types').VIconValue>;
376375
default: undefined;
377376
};
378377
displayPrependInnerIconColor: {
@@ -478,16 +477,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
478477
cancelIcon: string;
479478
cancelIconColor: string;
480479
closeSiblings: boolean;
481-
displayAppendIcon: import('../../src/types').VIconValue;
480+
displayAppendIcon: import('../types').VIconValue;
482481
displayAppendIconColor: string;
483482
displayAppendIconSize: string | number;
484-
displayAppendInnerIcon: import('../../src/types').VIconValue;
483+
displayAppendInnerIcon: import('../types').VIconValue;
485484
displayAppendInnerIconColor: string;
486485
displayAppendInnerIconSize: string | number;
487-
displayPrependIcon: import('../../src/types').VIconValue;
486+
displayPrependIcon: import('../types').VIconValue;
488487
displayPrependIconColor: string;
489488
displayPrependIconSize: string | number;
490-
displayPrependInnerIcon: import('../../src/types').VIconValue;
489+
displayPrependInnerIcon: import('../types').VIconValue;
491490
displayPrependInnerIconColor: string;
492491
displayPrependInnerIconSize: string | number;
493492
emptyText: string;

0 commit comments

Comments
 (0)
Please sign in to comment.