@dt-frames/ui 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/es/components/container/index.d.ts +4 -3
- package/es/components/container/index.js +24 -22
- package/es/components/container/src/slot-container.d.ts +5 -3
- package/es/components/curd/index.js +304 -282
- package/es/components/curd/src/components/Curd.d.ts +126 -331
- package/es/components/curd/src/props.d.ts +14 -15
- package/es/components/drawer/index.d.ts +2 -4
- package/es/components/drawer/index.js +64 -63
- package/es/components/drawer/src/components/DrawerHeader.d.ts +1 -3
- package/es/components/drawer/src/index.d.ts +2 -4
- package/es/components/form/index.d.ts +196 -344
- package/es/components/form/index.js +140 -139
- package/es/components/form/src/components/FormButtons.d.ts +3 -3
- package/es/components/form/src/components/FormItem.d.ts +156 -304
- package/es/components/form/src/components/formIcon.d.ts +10 -10
- package/es/components/form/src/components/formInputUseDialog.d.ts +5 -5
- package/es/components/form/src/index.d.ts +186 -334
- package/es/components/form/src/props.d.ts +7 -7
- package/es/components/form/src/types/form.type.d.ts +1 -1
- package/es/components/icons/index.d.ts +496 -2
- package/es/components/icons/src/pick-icon.d.ts +5 -5
- package/es/components/modal/index.js +87 -86
- package/es/components/modal/src/components/Modal.d.ts +108 -215
- package/es/components/modal/src/index.d.ts +107 -214
- package/es/components/source/index.js +1 -0
- package/es/components/table/index.js +357 -788
- package/es/components/table/index.less +9 -0
- package/es/components/table/src/components/TableAction.d.ts +1 -1
- package/es/components/table/src/components/TableHeader.d.ts +109 -216
- package/es/components/table/src/components/TableRender.d.ts +13 -9
- package/es/components/table/src/components/tableSetting/Download.d.ts +107 -214
- package/es/components/table/src/components/tableSetting/DownloadCtrl.d.ts +107 -214
- package/es/components/table/src/components/tableSetting/index.d.ts +107 -214
- package/es/components/table/src/hooks/useDataSource.d.ts +1 -2
- package/es/components/table/src/hooks/usePagination.d.ts +3 -118
- package/es/components/table/src/index.d.ts +79 -425
- package/es/components/table/src/props.d.ts +11 -70
- package/es/components/table/src/types/actions.type.d.ts +1 -2
- package/es/components/table/src/types/table.type.d.ts +9 -3
- package/es/index.d.ts +1 -1
- package/es/index.js +2 -3240
- package/es/theme/index.js +406 -393
- package/es/theme/src/components/header/components/logo.d.ts +0 -1
- package/es/theme/src/components/header/components/notify.d.ts +4 -3
- package/es/theme/src/components/header/components/setting-theme.d.ts +2 -1
- package/es/theme/src/components/header/components/size.d.ts +5 -5
- package/es/theme/src/components/header/components/user-info.d.ts +4 -3
- package/es/theme/src/components/header/index.d.ts +13 -12
- package/es/theme/src/components/header/multiple-header.d.ts +26 -28
- package/es/theme/src/hooks/useMenu.d.ts +1 -1
- package/es/theme/src/index.d.ts +27 -28
- package/es/theme/src/types/theme.type.d.ts +1 -1
- package/package.json +3 -2
- package/vite.config.ts +0 -27
|
@@ -355,220 +355,113 @@ declare const _sfc_main: import("vue").DefineComponent<{
|
|
|
355
355
|
handleSave: () => void;
|
|
356
356
|
handleCancel: (e?: Event) => Promise<void>;
|
|
357
357
|
readonly omit: any;
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
};
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
};
|
|
466
|
-
destroyOnClose: {
|
|
467
|
-
type: BooleanConstructor;
|
|
468
|
-
};
|
|
469
|
-
scrollTop: {
|
|
470
|
-
type: BooleanConstructor;
|
|
471
|
-
default: boolean;
|
|
472
|
-
};
|
|
473
|
-
height: {
|
|
474
|
-
type: NumberConstructor;
|
|
475
|
-
};
|
|
476
|
-
minHeight: {
|
|
477
|
-
type: NumberConstructor;
|
|
478
|
-
};
|
|
479
|
-
width: {
|
|
480
|
-
type: import("vue").PropType<String | Number>;
|
|
481
|
-
};
|
|
482
|
-
draggable: {
|
|
483
|
-
type: BooleanConstructor;
|
|
484
|
-
default: boolean;
|
|
485
|
-
};
|
|
486
|
-
defaultFullscreen: {
|
|
487
|
-
type: BooleanConstructor;
|
|
488
|
-
};
|
|
489
|
-
canFullscreen: {
|
|
490
|
-
type: BooleanConstructor;
|
|
491
|
-
default: boolean;
|
|
492
|
-
};
|
|
493
|
-
title: {
|
|
494
|
-
type: import("vue").PropType<String | import("vue").ComputedRef<String>>;
|
|
495
|
-
};
|
|
496
|
-
loading: {
|
|
497
|
-
type: BooleanConstructor;
|
|
498
|
-
default: boolean;
|
|
499
|
-
};
|
|
500
|
-
loadingTip: {
|
|
501
|
-
type: StringConstructor;
|
|
502
|
-
default: string;
|
|
503
|
-
};
|
|
504
|
-
useWrapper: {
|
|
505
|
-
type: BooleanConstructor;
|
|
506
|
-
default: boolean;
|
|
507
|
-
};
|
|
508
|
-
wrapClassName: {
|
|
509
|
-
type: StringConstructor;
|
|
510
|
-
};
|
|
511
|
-
zIndex: {
|
|
512
|
-
type: NumberConstructor;
|
|
513
|
-
};
|
|
514
|
-
centered: {
|
|
515
|
-
type: BooleanConstructor;
|
|
516
|
-
};
|
|
517
|
-
showOkBtn: {
|
|
518
|
-
type: BooleanConstructor;
|
|
519
|
-
default: boolean;
|
|
520
|
-
};
|
|
521
|
-
showCancelBtn: {
|
|
522
|
-
type: BooleanConstructor;
|
|
523
|
-
default: boolean;
|
|
524
|
-
};
|
|
525
|
-
okText: {
|
|
526
|
-
type: StringConstructor;
|
|
527
|
-
};
|
|
528
|
-
cancelText: {
|
|
529
|
-
type: StringConstructor;
|
|
530
|
-
};
|
|
531
|
-
mask: {
|
|
532
|
-
type: BooleanConstructor;
|
|
533
|
-
default: boolean;
|
|
534
|
-
};
|
|
535
|
-
maskClosable: {
|
|
536
|
-
type: BooleanConstructor;
|
|
537
|
-
default: boolean;
|
|
538
|
-
};
|
|
539
|
-
keyboard: {
|
|
540
|
-
type: BooleanConstructor;
|
|
541
|
-
default: boolean;
|
|
542
|
-
};
|
|
543
|
-
maskStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
544
|
-
footer: {
|
|
545
|
-
type: import("vue").PropType<import("../../../../form/src/types/form.type").ButtonProps[]>;
|
|
546
|
-
};
|
|
547
|
-
bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
548
|
-
wrapperProps: ObjectConstructor;
|
|
549
|
-
getContainer: import("vue").PropType<() => any>;
|
|
550
|
-
closeFunc: import("vue").PropType<() => Promise<boolean>>;
|
|
551
|
-
afterClose: FunctionConstructor;
|
|
552
|
-
}>> & {
|
|
553
|
-
onCancel?: (...args: any[]) => any;
|
|
554
|
-
}, {
|
|
555
|
-
visible: boolean;
|
|
556
|
-
closable: boolean;
|
|
557
|
-
destroyOnClose: boolean;
|
|
558
|
-
scrollTop: boolean;
|
|
559
|
-
draggable: boolean;
|
|
560
|
-
defaultFullscreen: boolean;
|
|
561
|
-
canFullscreen: boolean;
|
|
562
|
-
loading: boolean;
|
|
563
|
-
loadingTip: string;
|
|
564
|
-
useWrapper: boolean;
|
|
565
|
-
centered: boolean;
|
|
566
|
-
showOkBtn: boolean;
|
|
567
|
-
showCancelBtn: boolean;
|
|
568
|
-
mask: boolean;
|
|
569
|
-
maskClosable: boolean;
|
|
570
|
-
keyboard: boolean;
|
|
571
|
-
}>;
|
|
358
|
+
Modal: {
|
|
359
|
+
name: string;
|
|
360
|
+
inheritAttrs: boolean;
|
|
361
|
+
props: {
|
|
362
|
+
t: {
|
|
363
|
+
type: StringConstructor;
|
|
364
|
+
};
|
|
365
|
+
visible: {
|
|
366
|
+
type: BooleanConstructor;
|
|
367
|
+
};
|
|
368
|
+
closable: {
|
|
369
|
+
type: BooleanConstructor;
|
|
370
|
+
default: boolean;
|
|
371
|
+
};
|
|
372
|
+
destroyOnClose: {
|
|
373
|
+
type: BooleanConstructor;
|
|
374
|
+
};
|
|
375
|
+
scrollTop: {
|
|
376
|
+
type: BooleanConstructor;
|
|
377
|
+
default: boolean;
|
|
378
|
+
};
|
|
379
|
+
height: {
|
|
380
|
+
type: NumberConstructor;
|
|
381
|
+
};
|
|
382
|
+
minHeight: {
|
|
383
|
+
type: NumberConstructor;
|
|
384
|
+
};
|
|
385
|
+
width: {
|
|
386
|
+
type: import("vue").PropType<String | Number>;
|
|
387
|
+
};
|
|
388
|
+
draggable: {
|
|
389
|
+
type: BooleanConstructor;
|
|
390
|
+
default: boolean;
|
|
391
|
+
};
|
|
392
|
+
defaultFullscreen: {
|
|
393
|
+
type: BooleanConstructor;
|
|
394
|
+
};
|
|
395
|
+
canFullscreen: {
|
|
396
|
+
type: BooleanConstructor;
|
|
397
|
+
default: boolean;
|
|
398
|
+
};
|
|
399
|
+
title: {
|
|
400
|
+
type: import("vue").PropType<String | import("vue").ComputedRef<String>>;
|
|
401
|
+
};
|
|
402
|
+
loading: {
|
|
403
|
+
type: BooleanConstructor;
|
|
404
|
+
default: boolean;
|
|
405
|
+
};
|
|
406
|
+
loadingTip: {
|
|
407
|
+
type: StringConstructor;
|
|
408
|
+
default: string;
|
|
409
|
+
};
|
|
410
|
+
useWrapper: {
|
|
411
|
+
type: BooleanConstructor;
|
|
412
|
+
default: boolean;
|
|
413
|
+
};
|
|
414
|
+
wrapClassName: {
|
|
415
|
+
type: StringConstructor;
|
|
416
|
+
};
|
|
417
|
+
zIndex: {
|
|
418
|
+
type: NumberConstructor;
|
|
419
|
+
};
|
|
420
|
+
centered: {
|
|
421
|
+
type: BooleanConstructor;
|
|
422
|
+
};
|
|
423
|
+
showOkBtn: {
|
|
424
|
+
type: BooleanConstructor;
|
|
425
|
+
default: boolean;
|
|
426
|
+
};
|
|
427
|
+
showCancelBtn: {
|
|
428
|
+
type: BooleanConstructor;
|
|
429
|
+
default: boolean;
|
|
430
|
+
};
|
|
431
|
+
okText: {
|
|
432
|
+
type: StringConstructor;
|
|
433
|
+
};
|
|
434
|
+
cancelText: {
|
|
435
|
+
type: StringConstructor;
|
|
436
|
+
};
|
|
437
|
+
mask: {
|
|
438
|
+
type: BooleanConstructor;
|
|
439
|
+
default: boolean;
|
|
440
|
+
};
|
|
441
|
+
maskClosable: {
|
|
442
|
+
type: BooleanConstructor;
|
|
443
|
+
default: boolean;
|
|
444
|
+
};
|
|
445
|
+
keyboard: {
|
|
446
|
+
type: BooleanConstructor;
|
|
447
|
+
default: boolean;
|
|
448
|
+
};
|
|
449
|
+
maskStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
450
|
+
footer: {
|
|
451
|
+
type: import("vue").PropType<import("../../../../form/src/types/form.type").ButtonProps[]>;
|
|
452
|
+
};
|
|
453
|
+
bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
454
|
+
wrapperProps: ObjectConstructor;
|
|
455
|
+
getContainer: import("vue").PropType<() => any>;
|
|
456
|
+
closeFunc: import("vue").PropType<() => Promise<boolean>>;
|
|
457
|
+
afterClose: FunctionConstructor;
|
|
458
|
+
};
|
|
459
|
+
emits: string[];
|
|
460
|
+
setup(props: any, { slots, emit }: {
|
|
461
|
+
slots: any;
|
|
462
|
+
emit: any;
|
|
463
|
+
}): () => JSX.Element;
|
|
464
|
+
};
|
|
572
465
|
CloseIcon: import("vue").DefineComponent<{
|
|
573
466
|
canFullscreen: {
|
|
574
467
|
type: BooleanConstructor;
|
|
@@ -328,220 +328,113 @@ declare const _sfc_main: import("vue").DefineComponent<{}, {
|
|
|
328
328
|
handleSave: () => void;
|
|
329
329
|
handleCancel: (e?: Event) => Promise<void>;
|
|
330
330
|
readonly omit: any;
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
};
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
};
|
|
439
|
-
destroyOnClose: {
|
|
440
|
-
type: BooleanConstructor;
|
|
441
|
-
};
|
|
442
|
-
scrollTop: {
|
|
443
|
-
type: BooleanConstructor;
|
|
444
|
-
default: boolean;
|
|
445
|
-
};
|
|
446
|
-
height: {
|
|
447
|
-
type: NumberConstructor;
|
|
448
|
-
};
|
|
449
|
-
minHeight: {
|
|
450
|
-
type: NumberConstructor;
|
|
451
|
-
};
|
|
452
|
-
width: {
|
|
453
|
-
type: import("vue").PropType<String | Number>;
|
|
454
|
-
};
|
|
455
|
-
draggable: {
|
|
456
|
-
type: BooleanConstructor;
|
|
457
|
-
default: boolean;
|
|
458
|
-
};
|
|
459
|
-
defaultFullscreen: {
|
|
460
|
-
type: BooleanConstructor;
|
|
461
|
-
};
|
|
462
|
-
canFullscreen: {
|
|
463
|
-
type: BooleanConstructor;
|
|
464
|
-
default: boolean;
|
|
465
|
-
};
|
|
466
|
-
title: {
|
|
467
|
-
type: import("vue").PropType<String | import("vue").ComputedRef<String>>;
|
|
468
|
-
};
|
|
469
|
-
loading: {
|
|
470
|
-
type: BooleanConstructor;
|
|
471
|
-
default: boolean;
|
|
472
|
-
};
|
|
473
|
-
loadingTip: {
|
|
474
|
-
type: StringConstructor;
|
|
475
|
-
default: string;
|
|
476
|
-
};
|
|
477
|
-
useWrapper: {
|
|
478
|
-
type: BooleanConstructor;
|
|
479
|
-
default: boolean;
|
|
480
|
-
};
|
|
481
|
-
wrapClassName: {
|
|
482
|
-
type: StringConstructor;
|
|
483
|
-
};
|
|
484
|
-
zIndex: {
|
|
485
|
-
type: NumberConstructor;
|
|
486
|
-
};
|
|
487
|
-
centered: {
|
|
488
|
-
type: BooleanConstructor;
|
|
489
|
-
};
|
|
490
|
-
showOkBtn: {
|
|
491
|
-
type: BooleanConstructor;
|
|
492
|
-
default: boolean;
|
|
493
|
-
};
|
|
494
|
-
showCancelBtn: {
|
|
495
|
-
type: BooleanConstructor;
|
|
496
|
-
default: boolean;
|
|
497
|
-
};
|
|
498
|
-
okText: {
|
|
499
|
-
type: StringConstructor;
|
|
500
|
-
};
|
|
501
|
-
cancelText: {
|
|
502
|
-
type: StringConstructor;
|
|
503
|
-
};
|
|
504
|
-
mask: {
|
|
505
|
-
type: BooleanConstructor;
|
|
506
|
-
default: boolean;
|
|
507
|
-
};
|
|
508
|
-
maskClosable: {
|
|
509
|
-
type: BooleanConstructor;
|
|
510
|
-
default: boolean;
|
|
511
|
-
};
|
|
512
|
-
keyboard: {
|
|
513
|
-
type: BooleanConstructor;
|
|
514
|
-
default: boolean;
|
|
515
|
-
};
|
|
516
|
-
maskStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
517
|
-
footer: {
|
|
518
|
-
type: import("vue").PropType<import("../../../../form/src/types/form.type").ButtonProps[]>;
|
|
519
|
-
};
|
|
520
|
-
bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
521
|
-
wrapperProps: ObjectConstructor;
|
|
522
|
-
getContainer: import("vue").PropType<() => any>;
|
|
523
|
-
closeFunc: import("vue").PropType<() => Promise<boolean>>;
|
|
524
|
-
afterClose: FunctionConstructor;
|
|
525
|
-
}>> & {
|
|
526
|
-
onCancel?: (...args: any[]) => any;
|
|
527
|
-
}, {
|
|
528
|
-
visible: boolean;
|
|
529
|
-
closable: boolean;
|
|
530
|
-
destroyOnClose: boolean;
|
|
531
|
-
scrollTop: boolean;
|
|
532
|
-
draggable: boolean;
|
|
533
|
-
defaultFullscreen: boolean;
|
|
534
|
-
canFullscreen: boolean;
|
|
535
|
-
loading: boolean;
|
|
536
|
-
loadingTip: string;
|
|
537
|
-
useWrapper: boolean;
|
|
538
|
-
centered: boolean;
|
|
539
|
-
showOkBtn: boolean;
|
|
540
|
-
showCancelBtn: boolean;
|
|
541
|
-
mask: boolean;
|
|
542
|
-
maskClosable: boolean;
|
|
543
|
-
keyboard: boolean;
|
|
544
|
-
}>;
|
|
331
|
+
Modal: {
|
|
332
|
+
name: string;
|
|
333
|
+
inheritAttrs: boolean;
|
|
334
|
+
props: {
|
|
335
|
+
t: {
|
|
336
|
+
type: StringConstructor;
|
|
337
|
+
};
|
|
338
|
+
visible: {
|
|
339
|
+
type: BooleanConstructor;
|
|
340
|
+
};
|
|
341
|
+
closable: {
|
|
342
|
+
type: BooleanConstructor;
|
|
343
|
+
default: boolean;
|
|
344
|
+
};
|
|
345
|
+
destroyOnClose: {
|
|
346
|
+
type: BooleanConstructor;
|
|
347
|
+
};
|
|
348
|
+
scrollTop: {
|
|
349
|
+
type: BooleanConstructor;
|
|
350
|
+
default: boolean;
|
|
351
|
+
};
|
|
352
|
+
height: {
|
|
353
|
+
type: NumberConstructor;
|
|
354
|
+
};
|
|
355
|
+
minHeight: {
|
|
356
|
+
type: NumberConstructor;
|
|
357
|
+
};
|
|
358
|
+
width: {
|
|
359
|
+
type: import("vue").PropType<String | Number>;
|
|
360
|
+
};
|
|
361
|
+
draggable: {
|
|
362
|
+
type: BooleanConstructor;
|
|
363
|
+
default: boolean;
|
|
364
|
+
};
|
|
365
|
+
defaultFullscreen: {
|
|
366
|
+
type: BooleanConstructor;
|
|
367
|
+
};
|
|
368
|
+
canFullscreen: {
|
|
369
|
+
type: BooleanConstructor;
|
|
370
|
+
default: boolean;
|
|
371
|
+
};
|
|
372
|
+
title: {
|
|
373
|
+
type: import("vue").PropType<String | import("vue").ComputedRef<String>>;
|
|
374
|
+
};
|
|
375
|
+
loading: {
|
|
376
|
+
type: BooleanConstructor;
|
|
377
|
+
default: boolean;
|
|
378
|
+
};
|
|
379
|
+
loadingTip: {
|
|
380
|
+
type: StringConstructor;
|
|
381
|
+
default: string;
|
|
382
|
+
};
|
|
383
|
+
useWrapper: {
|
|
384
|
+
type: BooleanConstructor;
|
|
385
|
+
default: boolean;
|
|
386
|
+
};
|
|
387
|
+
wrapClassName: {
|
|
388
|
+
type: StringConstructor;
|
|
389
|
+
};
|
|
390
|
+
zIndex: {
|
|
391
|
+
type: NumberConstructor;
|
|
392
|
+
};
|
|
393
|
+
centered: {
|
|
394
|
+
type: BooleanConstructor;
|
|
395
|
+
};
|
|
396
|
+
showOkBtn: {
|
|
397
|
+
type: BooleanConstructor;
|
|
398
|
+
default: boolean;
|
|
399
|
+
};
|
|
400
|
+
showCancelBtn: {
|
|
401
|
+
type: BooleanConstructor;
|
|
402
|
+
default: boolean;
|
|
403
|
+
};
|
|
404
|
+
okText: {
|
|
405
|
+
type: StringConstructor;
|
|
406
|
+
};
|
|
407
|
+
cancelText: {
|
|
408
|
+
type: StringConstructor;
|
|
409
|
+
};
|
|
410
|
+
mask: {
|
|
411
|
+
type: BooleanConstructor;
|
|
412
|
+
default: boolean;
|
|
413
|
+
};
|
|
414
|
+
maskClosable: {
|
|
415
|
+
type: BooleanConstructor;
|
|
416
|
+
default: boolean;
|
|
417
|
+
};
|
|
418
|
+
keyboard: {
|
|
419
|
+
type: BooleanConstructor;
|
|
420
|
+
default: boolean;
|
|
421
|
+
};
|
|
422
|
+
maskStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
423
|
+
footer: {
|
|
424
|
+
type: import("vue").PropType<import("../../../../form/src/types/form.type").ButtonProps[]>;
|
|
425
|
+
};
|
|
426
|
+
bodyStyle: import("vue").PropType<import("vue").CSSProperties>;
|
|
427
|
+
wrapperProps: ObjectConstructor;
|
|
428
|
+
getContainer: import("vue").PropType<() => any>;
|
|
429
|
+
closeFunc: import("vue").PropType<() => Promise<boolean>>;
|
|
430
|
+
afterClose: FunctionConstructor;
|
|
431
|
+
};
|
|
432
|
+
emits: string[];
|
|
433
|
+
setup(props: any, { slots, emit }: {
|
|
434
|
+
slots: any;
|
|
435
|
+
emit: any;
|
|
436
|
+
}): () => JSX.Element;
|
|
437
|
+
};
|
|
545
438
|
CloseIcon: import("vue").DefineComponent<{
|
|
546
439
|
canFullscreen: {
|
|
547
440
|
type: BooleanConstructor;
|