Skip to content

Commit 476f0dd

Browse files
Build
1 parent 88fac0c commit 476f0dd

11 files changed

+2822
-2554
lines changed

Diff for: dist/plugin/VInlineCheckbox.vue.d.ts

+12-12
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
138138
default: boolean;
139139
};
140140
displayAppendIcon: {
141-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
141+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
142142
default: undefined;
143143
};
144144
displayAppendIconColor: {
@@ -150,7 +150,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
150150
default: string;
151151
};
152152
displayAppendInnerIcon: {
153-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
153+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
154154
default: undefined;
155155
};
156156
displayAppendInnerIconColor: {
@@ -162,7 +162,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
162162
default: string;
163163
};
164164
displayPrependIcon: {
165-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
165+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
166166
default: undefined;
167167
};
168168
displayPrependIconColor: {
@@ -174,7 +174,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
174174
default: string;
175175
};
176176
displayPrependInnerIcon: {
177-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
177+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
178178
default: undefined;
179179
};
180180
displayPrependInnerIconColor: {
@@ -399,7 +399,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
399399
default: boolean;
400400
};
401401
displayAppendIcon: {
402-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
402+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
403403
default: undefined;
404404
};
405405
displayAppendIconColor: {
@@ -411,7 +411,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
411411
default: string;
412412
};
413413
displayAppendInnerIcon: {
414-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
414+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
415415
default: undefined;
416416
};
417417
displayAppendInnerIconColor: {
@@ -423,7 +423,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
423423
default: string;
424424
};
425425
displayPrependIcon: {
426-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
426+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
427427
default: undefined;
428428
};
429429
displayPrependIconColor: {
@@ -435,7 +435,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
435435
default: string;
436436
};
437437
displayPrependInnerIcon: {
438-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
438+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
439439
default: undefined;
440440
};
441441
displayPrependInnerIconColor: {
@@ -551,16 +551,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
551551
cell: boolean;
552552
cellUnderlineFullWidth: boolean;
553553
closeSiblings: boolean;
554-
displayAppendIcon: import('../plugin/types').VIconValue;
554+
displayAppendIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
555555
displayAppendIconColor: string;
556556
displayAppendIconSize: string | number;
557-
displayAppendInnerIcon: import('../plugin/types').VIconValue;
557+
displayAppendInnerIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
558558
displayAppendInnerIconColor: string;
559559
displayAppendInnerIconSize: string | number;
560-
displayPrependIcon: import('../plugin/types').VIconValue;
560+
displayPrependIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
561561
displayPrependIconColor: string;
562562
displayPrependIconSize: string | number;
563-
displayPrependInnerIcon: import('../plugin/types').VIconValue;
563+
displayPrependInnerIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
564564
displayPrependInnerIconColor: string;
565565
displayPrependInnerIconSize: string | number;
566566
emptyText: string;

Diff for: dist/plugin/VInlineCustomField.vue.d.ts

+16-16
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
116116
default: boolean;
117117
};
118118
displayAppendIcon: {
119-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
119+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
120120
default: undefined;
121121
};
122122
displayAppendIconColor: {
@@ -128,7 +128,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
128128
default: string;
129129
};
130130
displayAppendInnerIcon: {
131-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
131+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
132132
default: undefined;
133133
};
134134
displayAppendInnerIconColor: {
@@ -140,7 +140,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
140140
default: string;
141141
};
142142
displayPrependIcon: {
143-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
143+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
144144
default: undefined;
145145
};
146146
displayPrependIconColor: {
@@ -152,7 +152,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
152152
default: string;
153153
};
154154
displayPrependInnerIcon: {
155-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
155+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
156156
default: undefined;
157157
};
158158
displayPrependInnerIconColor: {
@@ -355,7 +355,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
355355
default: boolean;
356356
};
357357
displayAppendIcon: {
358-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
358+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
359359
default: undefined;
360360
};
361361
displayAppendIconColor: {
@@ -367,7 +367,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
367367
default: string;
368368
};
369369
displayAppendInnerIcon: {
370-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
370+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
371371
default: undefined;
372372
};
373373
displayAppendInnerIconColor: {
@@ -379,7 +379,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
379379
default: string;
380380
};
381381
displayPrependIcon: {
382-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
382+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
383383
default: undefined;
384384
};
385385
displayPrependIconColor: {
@@ -391,7 +391,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
391391
default: string;
392392
};
393393
displayPrependInnerIcon: {
394-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
394+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
395395
default: undefined;
396396
};
397397
displayPrependInnerIconColor: {
@@ -500,16 +500,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
500500
cell: boolean;
501501
cellUnderlineFullWidth: boolean;
502502
closeSiblings: boolean;
503-
displayAppendIcon: import('../plugin/types').VIconValue;
503+
displayAppendIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
504504
displayAppendIconColor: string;
505505
displayAppendIconSize: string | number;
506-
displayAppendInnerIcon: import('../plugin/types').VIconValue;
506+
displayAppendInnerIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
507507
displayAppendInnerIconColor: string;
508508
displayAppendInnerIconSize: string | number;
509-
displayPrependIcon: import('../plugin/types').VIconValue;
509+
displayPrependIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
510510
displayPrependIconColor: string;
511511
displayPrependIconSize: string | number;
512-
displayPrependInnerIcon: import('../plugin/types').VIconValue;
512+
displayPrependInnerIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
513513
displayPrependInnerIconColor: string;
514514
displayPrependInnerIconSize: string | number;
515515
emptyText: string;
@@ -572,16 +572,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
572572
color: string;
573573
density: "default" | "comfortable" | "compact" | null;
574574
disabled: boolean;
575-
displayAppendIcon: import('../plugin/types').VIconValue | undefined;
575+
displayAppendIcon: (string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent) | undefined;
576576
displayAppendIconColor: string | undefined;
577577
displayAppendIconSize: string | number;
578-
displayAppendInnerIcon: import('../plugin/types').VIconValue | undefined;
578+
displayAppendInnerIcon: (string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent) | undefined;
579579
displayAppendInnerIconColor: string | undefined;
580580
displayAppendInnerIconSize: string | number;
581-
displayPrependIcon: import('../plugin/types').VIconValue | undefined;
581+
displayPrependIcon: (string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent) | undefined;
582582
displayPrependIconColor: string | undefined;
583583
displayPrependIconSize: string | number;
584-
displayPrependInnerIcon: import('../plugin/types').VIconValue | undefined;
584+
displayPrependInnerIcon: (string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent) | undefined;
585585
displayPrependInnerIconColor: string | undefined;
586586
displayPrependInnerIconSize: string | number;
587587
emptyText: string;

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

+12-12
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
133133
default: boolean;
134134
};
135135
displayAppendIcon: {
136-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
136+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
137137
default: undefined;
138138
};
139139
displayAppendIconColor: {
@@ -145,7 +145,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
145145
default: string;
146146
};
147147
displayAppendInnerIcon: {
148-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
148+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
149149
default: undefined;
150150
};
151151
displayAppendInnerIconColor: {
@@ -157,7 +157,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
157157
default: string;
158158
};
159159
displayPrependIcon: {
160-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
160+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
161161
default: undefined;
162162
};
163163
displayPrependIconColor: {
@@ -169,7 +169,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
169169
default: string;
170170
};
171171
displayPrependInnerIcon: {
172-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
172+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
173173
default: undefined;
174174
};
175175
displayPrependInnerIconColor: {
@@ -389,7 +389,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
389389
default: boolean;
390390
};
391391
displayAppendIcon: {
392-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
392+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
393393
default: undefined;
394394
};
395395
displayAppendIconColor: {
@@ -401,7 +401,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
401401
default: string;
402402
};
403403
displayAppendInnerIcon: {
404-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
404+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
405405
default: undefined;
406406
};
407407
displayAppendInnerIconColor: {
@@ -413,7 +413,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
413413
default: string;
414414
};
415415
displayPrependIcon: {
416-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
416+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
417417
default: undefined;
418418
};
419419
displayPrependIconColor: {
@@ -425,7 +425,7 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
425425
default: string;
426426
};
427427
displayPrependInnerIcon: {
428-
type: globalThis.PropType<import('../plugin/types').VIconValue>;
428+
type: globalThis.PropType<string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent>;
429429
default: undefined;
430430
};
431431
displayPrependInnerIconColor: {
@@ -539,16 +539,16 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
539539
cell: boolean;
540540
cellUnderlineFullWidth: boolean;
541541
closeSiblings: boolean;
542-
displayAppendIcon: import('../plugin/types').VIconValue;
542+
displayAppendIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
543543
displayAppendIconColor: string;
544544
displayAppendIconSize: string | number;
545-
displayAppendInnerIcon: import('../plugin/types').VIconValue;
545+
displayAppendInnerIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
546546
displayAppendInnerIconColor: string;
547547
displayAppendInnerIconSize: string | number;
548-
displayPrependIcon: import('../plugin/types').VIconValue;
548+
displayPrependIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
549549
displayPrependIconColor: string;
550550
displayPrependIconSize: string | number;
551-
displayPrependInnerIcon: import('../plugin/types').VIconValue;
551+
displayPrependInnerIcon: string | (string | [path: string, opacity: number])[] | import("vue").JSXComponent;
552552
displayPrependInnerIconColor: string;
553553
displayPrependInnerIconSize: string | number;
554554
emptyText: string;

0 commit comments

Comments
 (0)