@kengic/vue 0.30.1-beta.31 → 0.30.1-beta.33

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.
@@ -527,27 +527,29 @@ export declare const KgModal02: import("vue").DefineComponent<{
527
527
  };
528
528
  }>>, {
529
529
  title: string;
530
+ destroyOnClose: boolean;
531
+ center: boolean;
530
532
  overflow: boolean;
531
533
  transition: import("element-plus").DialogTransition;
532
- center: boolean;
533
- destroyOnClose: boolean;
534
+ modelValue: boolean;
535
+ appendTo: string | HTMLElement;
534
536
  modal: boolean;
535
537
  draggable: boolean;
536
538
  kgCancelButtonProps: {
537
539
  readonly size?: ("" | "default" | "small" | "large") | undefined;
538
540
  readonly icon?: (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | undefined;
539
541
  readonly color?: string | undefined;
540
- readonly type?: ("" | "success" | "default" | "text" | "danger" | "primary" | "warning" | "info") | undefined;
542
+ readonly type?: ("" | "success" | "default" | "primary" | "text" | "danger" | "warning" | "info") | undefined;
541
543
  readonly link?: boolean | undefined;
542
- readonly circle?: boolean | undefined;
543
- readonly text?: boolean | undefined;
544
- readonly round?: boolean | undefined;
545
- readonly dark?: boolean | undefined;
546
- readonly disabled?: boolean | undefined;
547
544
  readonly tag?: (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | undefined;
545
+ readonly text?: boolean | undefined;
548
546
  readonly loading?: boolean | undefined;
547
+ readonly disabled?: boolean | undefined;
548
+ readonly circle?: boolean | undefined;
549
+ readonly round?: boolean | undefined;
549
550
  readonly autofocus?: boolean | undefined;
550
- readonly nativeType?: ("button" | "reset" | "submit") | undefined;
551
+ readonly dark?: boolean | undefined;
552
+ readonly nativeType?: ("submit" | "button" | "reset") | undefined;
551
553
  readonly loadingIcon?: (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | undefined;
552
554
  readonly plain?: boolean | undefined;
553
555
  readonly bg?: boolean | undefined;
@@ -557,31 +559,29 @@ export declare const KgModal02: import("vue").DefineComponent<{
557
559
  readonly size?: ("" | "default" | "small" | "large") | undefined;
558
560
  readonly icon?: (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | undefined;
559
561
  readonly color?: string | undefined;
560
- readonly type?: ("" | "success" | "default" | "text" | "danger" | "primary" | "warning" | "info") | undefined;
562
+ readonly type?: ("" | "success" | "default" | "primary" | "text" | "danger" | "warning" | "info") | undefined;
561
563
  readonly link?: boolean | undefined;
562
- readonly circle?: boolean | undefined;
563
- readonly text?: boolean | undefined;
564
- readonly round?: boolean | undefined;
565
- readonly dark?: boolean | undefined;
566
- readonly disabled?: boolean | undefined;
567
564
  readonly tag?: (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | undefined;
565
+ readonly text?: boolean | undefined;
568
566
  readonly loading?: boolean | undefined;
567
+ readonly disabled?: boolean | undefined;
568
+ readonly circle?: boolean | undefined;
569
+ readonly round?: boolean | undefined;
569
570
  readonly autofocus?: boolean | undefined;
570
- readonly nativeType?: ("button" | "reset" | "submit") | undefined;
571
+ readonly dark?: boolean | undefined;
572
+ readonly nativeType?: ("submit" | "button" | "reset") | undefined;
571
573
  readonly loadingIcon?: (string | import("vue").Component<any, any, any, import("vue").ComputedOptions, import("vue").MethodOptions>) | undefined;
572
574
  readonly plain?: boolean | undefined;
573
575
  readonly bg?: boolean | undefined;
574
576
  readonly autoInsertSpace?: boolean | undefined;
575
577
  };
576
578
  appendToBody: boolean;
577
- appendTo: string | HTMLElement;
578
579
  closeOnClickModal: boolean;
579
580
  closeOnPressEscape: boolean;
580
581
  lockScroll: boolean;
581
582
  modalPenetrable: boolean;
582
583
  openDelay: number;
583
584
  closeDelay: number;
584
- modelValue: boolean;
585
585
  trapFocus: boolean;
586
586
  headerAriaLevel: string;
587
587
  alignCenter: boolean;