@@ -57,6 +57,34 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
57
57
required: {
58
58
type: globalThis . PropType < boolean > ;
59
59
} ;
60
+ iconFalse: {
61
+ type: globalThis . PropType < string > ;
62
+ default: undefined ;
63
+ } ;
64
+ iconFalseColor: {
65
+ type: globalThis . PropType < string > ;
66
+ default: string ;
67
+ } ;
68
+ iconFalseTitle: {
69
+ type: globalThis . PropType < string > ;
70
+ default: string ;
71
+ } ;
72
+ iconTrue: {
73
+ type: globalThis . PropType < string > ;
74
+ default: undefined ;
75
+ } ;
76
+ iconTrueColor: {
77
+ type: globalThis . PropType < string > ;
78
+ default: string ;
79
+ } ;
80
+ iconTrueTitle: {
81
+ type: globalThis . PropType < string > ;
82
+ default: string ;
83
+ } ;
84
+ icons: {
85
+ type: globalThis . PropType < boolean > ;
86
+ default: boolean ;
87
+ } ;
60
88
cancelButtonColor: {
61
89
type: globalThis . PropType < string > ;
62
90
default: string ;
@@ -97,6 +125,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
97
125
type: globalThis . PropType < any > ;
98
126
default: ( ) => { } ;
99
127
} ;
128
+ cell: {
129
+ type: globalThis . PropType < boolean > ;
130
+ default: boolean ;
131
+ } ;
132
+ cellUnderlineFullWidth: {
133
+ type: globalThis . PropType < boolean > ;
134
+ default: boolean ;
135
+ } ;
100
136
closeSiblings: {
101
137
type: globalThis . PropType < boolean > ;
102
138
default: boolean ;
@@ -157,35 +193,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
157
193
type: globalThis . PropType < boolean > ;
158
194
default: boolean ;
159
195
} ;
160
- hideSaveIcon : {
196
+ hideCancelIcon : {
161
197
type: globalThis . PropType < boolean > ;
162
198
default: boolean ;
163
199
} ;
164
- iconFalse: {
165
- type: globalThis . PropType < string > ;
166
- default: undefined ;
167
- } ;
168
- iconFalseColor: {
169
- type: globalThis . PropType < string > ;
170
- default: string ;
171
- } ;
172
- iconFalseTitle: {
173
- type: globalThis . PropType < string > ;
174
- default: string ;
175
- } ;
176
- iconTrue: {
177
- type: globalThis . PropType < string > ;
178
- default: undefined ;
179
- } ;
180
- iconTrueColor: {
181
- type: globalThis . PropType < string > ;
182
- default: string ;
183
- } ;
184
- iconTrueTitle: {
185
- type: globalThis . PropType < string > ;
186
- default: string ;
187
- } ;
188
- icons: {
200
+ hideSaveIcon: {
189
201
type: globalThis . PropType < boolean > ;
190
202
default: boolean ;
191
203
} ;
@@ -306,6 +318,34 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
306
318
required : {
307
319
type : globalThis . PropType < boolean > ;
308
320
} ;
321
+ iconFalse : {
322
+ type : globalThis . PropType < string > ;
323
+ default : undefined ;
324
+ } ;
325
+ iconFalseColor : {
326
+ type : globalThis . PropType < string > ;
327
+ default : string ;
328
+ } ;
329
+ iconFalseTitle : {
330
+ type : globalThis . PropType < string > ;
331
+ default : string ;
332
+ } ;
333
+ iconTrue : {
334
+ type : globalThis . PropType < string > ;
335
+ default : undefined ;
336
+ } ;
337
+ iconTrueColor : {
338
+ type : globalThis . PropType < string > ;
339
+ default : string ;
340
+ } ;
341
+ iconTrueTitle : {
342
+ type : globalThis . PropType < string > ;
343
+ default : string ;
344
+ } ;
345
+ icons : {
346
+ type : globalThis . PropType < boolean > ;
347
+ default : boolean ;
348
+ } ;
309
349
cancelButtonColor : {
310
350
type : globalThis . PropType < string > ;
311
351
default : string ;
@@ -346,6 +386,14 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
346
386
type : globalThis . PropType < any > ;
347
387
default : ( ) => { } ;
348
388
} ;
389
+ cell : {
390
+ type : globalThis . PropType < boolean > ;
391
+ default : boolean ;
392
+ } ;
393
+ cellUnderlineFullWidth : {
394
+ type : globalThis . PropType < boolean > ;
395
+ default : boolean ;
396
+ } ;
349
397
closeSiblings : {
350
398
type : globalThis . PropType < boolean > ;
351
399
default : boolean ;
@@ -406,35 +454,11 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
406
454
type : globalThis . PropType < boolean > ;
407
455
default : boolean ;
408
456
} ;
409
- hideSaveIcon : {
457
+ hideCancelIcon : {
410
458
type : globalThis . PropType < boolean > ;
411
459
default : boolean ;
412
460
} ;
413
- iconFalse : {
414
- type : globalThis . PropType < string > ;
415
- default : undefined ;
416
- } ;
417
- iconFalseColor : {
418
- type : globalThis . PropType < string > ;
419
- default : string ;
420
- } ;
421
- iconFalseTitle : {
422
- type : globalThis . PropType < string > ;
423
- default : string ;
424
- } ;
425
- iconTrue : {
426
- type : globalThis . PropType < string > ;
427
- default : undefined ;
428
- } ;
429
- iconTrueColor : {
430
- type : globalThis . PropType < string > ;
431
- default : string ;
432
- } ;
433
- iconTrueTitle : {
434
- type : globalThis . PropType < string > ;
435
- default : string ;
436
- } ;
437
- icons : {
461
+ hideSaveIcon : {
438
462
type : globalThis . PropType < boolean > ;
439
463
default : boolean ;
440
464
} ;
@@ -507,6 +531,13 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
507
531
hideDetails : boolean;
508
532
loading : boolean;
509
533
underlined : boolean;
534
+ iconFalse : string;
535
+ iconFalseColor : string;
536
+ iconFalseTitle : string;
537
+ iconTrue : string;
538
+ iconTrueColor : string;
539
+ iconTrueTitle : string;
540
+ icons : boolean;
510
541
cancelButtonColor : string;
511
542
cancelButtonSize : string | number ;
512
543
cancelButtonTitle : string;
@@ -517,6 +548,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
517
548
cardOffsetX : number;
518
549
cardOffsetY : number;
519
550
cardProps : any;
551
+ cell : boolean;
552
+ cellUnderlineFullWidth : boolean;
520
553
closeSiblings : boolean;
521
554
displayAppendIcon : import ( '../types' ) . VIconValue ;
522
555
displayAppendIconColor : string;
@@ -532,14 +565,8 @@ declare const _default: __VLS_WithTemplateSlots<import("vue").DefineComponent<{
532
565
displayPrependInnerIconSize : string | number ;
533
566
emptyText : string;
534
567
fieldOnly : boolean;
568
+ hideCancelIcon : boolean;
535
569
hideSaveIcon : boolean;
536
- iconFalse : string;
537
- iconFalseColor : string;
538
- iconFalseTitle : string;
539
- iconTrue : string;
540
- iconTrueColor : string;
541
- iconTrueTitle : string;
542
- icons : boolean;
543
570
loadingIcon : string;
544
571
loadingIconColor : string;
545
572
loadingWait : boolean;
0 commit comments