@dazhicheng/ui 1.5.144 → 1.5.146

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.
Files changed (33) hide show
  1. package/dist/components/tt-button/index.d.ts +7 -7
  2. package/dist/components/tt-button/index.vue.d.ts +4 -4
  3. package/dist/components/tt-drawer/index.d.ts +23 -23
  4. package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +11 -11
  5. package/dist/components/tt-form/src/form-render/FormArrayRegister.d.ts +4 -3
  6. package/dist/components/tt-form/src/form-render/dependencies.d.ts +17 -7
  7. package/dist/components/tt-form/src/types.d.ts +5 -0
  8. package/dist/components/tt-form/src/utils/array-default-row.d.ts +6 -0
  9. package/dist/components/tt-form-item-error-tooltip/index.d.ts +8 -8
  10. package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +4 -4
  11. package/dist/components/tt-image/index.d.ts +2 -2
  12. package/dist/components/tt-image/tt-image.d.ts +2 -2
  13. package/dist/components/tt-loading/index.d.ts +2 -2
  14. package/dist/components/tt-loading/src/loading.vue.d.ts +2 -2
  15. package/dist/components/tt-modal/index.d.ts +30 -30
  16. package/dist/components/tt-modal/src/RenderModal.vue.d.ts +15 -15
  17. package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +1 -1
  18. package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +9 -9
  19. package/dist/components/tt-modal-form/index.vue.d.ts +2 -2
  20. package/dist/components/tt-nav-anchor/index.d.ts +1 -1
  21. package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.d.ts +1 -1
  22. package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +2 -2
  23. package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +8 -8
  24. package/dist/components/tt-table/src/hooks/usePagination.d.ts +2 -2
  25. package/dist/components/tt-text/index.d.ts +3 -3
  26. package/dist/components/tt-text/index.vue.d.ts +1 -1
  27. package/dist/components/tt-upload/index.d.ts +4 -4
  28. package/dist/components/tt-upload/src/TtUpload.d.ts +4 -4
  29. package/dist/{index-NG5FNCLD.js → index-CMjNBMj5.js} +3 -2
  30. package/dist/index.js +4276 -4212
  31. package/dist/{index.modern-CTe-bW9A.js → index.modern-BeGUVc1A.js} +1 -1
  32. package/dist/plugins.js +1 -1
  33. package/package.json +3 -3
@@ -57,11 +57,9 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
57
57
  readonly showAfter?: number | undefined;
58
58
  readonly hideAfter?: number | undefined;
59
59
  readonly autoClose?: number | undefined;
60
+ readonly placement?: import('element-plus').Placement | undefined;
60
61
  readonly style?: import('vue').StyleValue;
61
62
  readonly id?: string | undefined;
62
- readonly offset?: number | undefined;
63
- readonly placement?: import('element-plus').Placement | undefined;
64
- readonly zIndex?: number | undefined;
65
63
  readonly className?: (string | {
66
64
  [x: string]: boolean;
67
65
  } | (string | {
@@ -122,10 +120,12 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
122
120
  readonly triggerTargetEl?: HTMLElement | undefined;
123
121
  readonly stopPopperMouseEvent?: boolean | undefined;
124
122
  readonly virtualTriggering?: boolean | undefined;
123
+ readonly zIndex?: number | undefined;
125
124
  readonly loop?: boolean | undefined;
126
125
  readonly boundariesPadding?: number | undefined;
127
126
  readonly fallbackPlacements?: import('element-plus').Placement[] | undefined;
128
127
  readonly gpuAcceleration?: boolean | undefined;
128
+ readonly offset?: number | undefined;
129
129
  readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
130
130
  readonly strategy?: ("fixed" | "absolute") | undefined;
131
131
  readonly arrowOffset?: number | undefined;
@@ -270,7 +270,7 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
270
270
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
271
271
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
272
272
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
273
- }>, "style" | "onClose" | "offset" | "placement" | "visible" | "content" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & import('vue').ShallowUnwrapRef<{
273
+ }>, "placement" | "style" | "onClose" | "visible" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "offset" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "content" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & import('vue').ShallowUnwrapRef<{
274
274
  popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
275
275
  contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
276
276
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
@@ -345,11 +345,9 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
345
345
  readonly showAfter?: number | undefined;
346
346
  readonly hideAfter?: number | undefined;
347
347
  readonly autoClose?: number | undefined;
348
+ readonly placement?: import('element-plus').Placement | undefined;
348
349
  readonly style?: import('vue').StyleValue;
349
350
  readonly id?: string | undefined;
350
- readonly offset?: number | undefined;
351
- readonly placement?: import('element-plus').Placement | undefined;
352
- readonly zIndex?: number | undefined;
353
351
  readonly className?: (string | {
354
352
  [x: string]: boolean;
355
353
  } | (string | {
@@ -410,10 +408,12 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
410
408
  readonly triggerTargetEl?: HTMLElement | undefined;
411
409
  readonly stopPopperMouseEvent?: boolean | undefined;
412
410
  readonly virtualTriggering?: boolean | undefined;
411
+ readonly zIndex?: number | undefined;
413
412
  readonly loop?: boolean | undefined;
414
413
  readonly boundariesPadding?: number | undefined;
415
414
  readonly fallbackPlacements?: import('element-plus').Placement[] | undefined;
416
415
  readonly gpuAcceleration?: boolean | undefined;
416
+ readonly offset?: number | undefined;
417
417
  readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
418
418
  readonly strategy?: ("fixed" | "absolute") | undefined;
419
419
  readonly arrowOffset?: number | undefined;
@@ -558,7 +558,7 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
558
558
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
559
559
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
560
560
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
561
- }>, "style" | "onClose" | "offset" | "placement" | "visible" | "content" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & import('vue').ShallowUnwrapRef<{
561
+ }>, "placement" | "style" | "onClose" | "visible" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "offset" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "content" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & import('vue').ShallowUnwrapRef<{
562
562
  popperRef: import('vue').Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
563
563
  contentRef: import('vue').Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
564
564
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
@@ -66,11 +66,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
66
66
  readonly showAfter?: number | undefined;
67
67
  readonly hideAfter?: number | undefined;
68
68
  readonly autoClose?: number | undefined;
69
+ readonly placement?: import('element-plus').Placement | undefined;
69
70
  readonly style?: import('vue').StyleValue;
70
71
  readonly id?: string | undefined;
71
- readonly offset?: number | undefined;
72
- readonly placement?: import('element-plus').Placement | undefined;
73
- readonly zIndex?: number | undefined;
74
72
  readonly className?: (string | {
75
73
  [x: string]: boolean;
76
74
  } | (string | {
@@ -131,10 +129,12 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
131
129
  readonly triggerTargetEl?: HTMLElement | undefined;
132
130
  readonly stopPopperMouseEvent?: boolean | undefined;
133
131
  readonly virtualTriggering?: boolean | undefined;
132
+ readonly zIndex?: number | undefined;
134
133
  readonly loop?: boolean | undefined;
135
134
  readonly boundariesPadding?: number | undefined;
136
135
  readonly fallbackPlacements?: import('element-plus').Placement[] | undefined;
137
136
  readonly gpuAcceleration?: boolean | undefined;
137
+ readonly offset?: number | undefined;
138
138
  readonly popperOptions?: Partial<import('element-plus').Options> | undefined;
139
139
  readonly strategy?: ("fixed" | "absolute") | undefined;
140
140
  readonly arrowOffset?: number | undefined;
@@ -279,7 +279,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
279
279
  "onUpdate:visible"?: ((...args: any[]) => any) | undefined;
280
280
  "onBefore-show"?: ((...args: any[]) => any) | undefined;
281
281
  "onBefore-hide"?: ((...args: any[]) => any) | undefined;
282
- }>, "style" | "onClose" | "offset" | "placement" | "visible" | "content" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & import('vue').ShallowUnwrapRef<{
282
+ }>, "placement" | "style" | "onClose" | "visible" | "effect" | "enterable" | "pure" | "focusOnShow" | "trapping" | "popperStyle" | "stopPopperMouseEvent" | "virtualTriggering" | "loop" | "boundariesPadding" | "gpuAcceleration" | "offset" | "popperOptions" | "strategy" | "arrowOffset" | "showArrow" | "role" | "content" | "teleported" | "showAfter" | "hideAfter" | "autoClose" | "trigger" | "triggerKeys" | "onOpen" | "popperRef" | "contentRef" | "isFocusInsideContent" | "updatePopper" | "hide"> & import('vue').ShallowUnwrapRef<{
283
283
  popperRef: Ref<import('element-plus').PopperInstance | undefined, import('element-plus').PopperInstance | undefined>;
284
284
  contentRef: Ref<import('element-plus').TooltipContentInstance | undefined, import('element-plus').TooltipContentInstance | undefined>;
285
285
  isFocusInsideContent: (event?: FocusEvent) => boolean | undefined;
@@ -104,10 +104,9 @@ export declare const TtImage: import('../../../../utils/src').SFCWithInstall<imp
104
104
  onShow?: (() => any) | undefined;
105
105
  onSwitch?: ((val: number) => any) | undefined;
106
106
  }>, {
107
- status: ImageStatus;
108
107
  src: string;
109
108
  hideOnClickModal: boolean;
110
- fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "none" | "fill" | "contain" | "cover" | "scale-down", unknown>;
109
+ fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "fill" | "none" | "contain" | "cover" | "scale-down", unknown>;
111
110
  lazy: boolean;
112
111
  previewSrcList: string[];
113
112
  previewTeleported: boolean;
@@ -119,6 +118,7 @@ export declare const TtImage: import('../../../../utils/src').SFCWithInstall<imp
119
118
  minScale: number;
120
119
  maxScale: number;
121
120
  showProgress: boolean;
121
+ status: ImageStatus;
122
122
  }, import('vue').SlotsType<{
123
123
  placeholder?: () => import('vue').VNodeChild;
124
124
  error?: () => import('vue').VNodeChild;
@@ -103,10 +103,9 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
103
103
  onShow?: (() => any) | undefined;
104
104
  onSwitch?: ((val: number) => any) | undefined;
105
105
  }>, {
106
- status: ImageStatus;
107
106
  src: string;
108
107
  hideOnClickModal: boolean;
109
- fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "none" | "fill" | "contain" | "cover" | "scale-down", unknown>;
108
+ fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "fill" | "none" | "contain" | "cover" | "scale-down", unknown>;
110
109
  lazy: boolean;
111
110
  previewSrcList: string[];
112
111
  previewTeleported: boolean;
@@ -118,6 +117,7 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
118
117
  minScale: number;
119
118
  maxScale: number;
120
119
  showProgress: boolean;
120
+ status: ImageStatus;
121
121
  }, SlotsType<{
122
122
  placeholder?: () => VNodeChild;
123
123
  error?: () => VNodeChild;
@@ -1,12 +1,12 @@
1
1
  import { vTtLoading } from './src/directive';
2
2
  import { Loading } from './src/service';
3
3
  export declare const TtLoading: import('../../../../utils/src').SFCWithInstall<import('vue').DefineComponent<import('.').LoadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<import('.').LoadingProps> & Readonly<{}>, {
4
+ visible: boolean;
4
5
  zIndex: number;
5
- background: string;
6
6
  svg: string;
7
7
  text: string;
8
+ background: string;
8
9
  fullscreen: boolean;
9
- visible: boolean;
10
10
  textColor: string;
11
11
  spinnerColor: string;
12
12
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>> & Record<string, any>;
@@ -1,11 +1,11 @@
1
1
  import { LoadingProps } from './type';
2
2
  declare const _default: import('vue').DefineComponent<LoadingProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<LoadingProps> & Readonly<{}>, {
3
+ visible: boolean;
3
4
  zIndex: number;
4
- background: string;
5
5
  svg: string;
6
6
  text: string;
7
+ background: string;
7
8
  fullscreen: boolean;
8
- visible: boolean;
9
9
  textColor: string;
10
10
  spinnerColor: string;
11
11
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -139,10 +139,8 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
139
139
  register: (args_0: import('.').ModalMethods, args_1: string) => any;
140
140
  }, import('vue').PublicProps, {
141
141
  title: any;
142
- showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
143
- appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
144
- fullscreen: boolean;
145
142
  visible: boolean;
143
+ appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
146
144
  transition: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | null)[], unknown, unknown>;
147
145
  size: "small" | "medium" | "mini";
148
146
  center: boolean;
@@ -151,6 +149,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
151
149
  loading: boolean;
152
150
  modelValue: boolean;
153
151
  closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
152
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
154
153
  scrollTop: boolean;
155
154
  minHeight: any;
156
155
  showFooter: boolean;
@@ -159,6 +158,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
159
158
  modal: boolean;
160
159
  cancelText: string;
161
160
  okText: string;
161
+ fullscreen: boolean;
162
162
  resizer: boolean;
163
163
  showCancelBtn: boolean;
164
164
  showOkBtn: boolean;
@@ -187,7 +187,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
187
187
  $data: {};
188
188
  $props: Partial<{
189
189
  title: any;
190
- fullscreen: boolean;
191
190
  visible: boolean;
192
191
  size: "small" | "medium" | "mini";
193
192
  height: any;
@@ -200,6 +199,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
200
199
  modal: boolean;
201
200
  cancelText: string;
202
201
  okText: string;
202
+ fullscreen: boolean;
203
203
  resizer: boolean;
204
204
  showCancelBtn: boolean;
205
205
  showOkBtn: boolean;
@@ -212,7 +212,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
212
212
  isBottom: boolean;
213
213
  }> & Omit<{
214
214
  readonly title: any;
215
- readonly fullscreen: boolean;
216
215
  readonly visible: boolean;
217
216
  readonly size: "small" | "medium" | "mini";
218
217
  readonly height: any;
@@ -225,6 +224,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
225
224
  readonly modal: boolean;
226
225
  readonly cancelText: string;
227
226
  readonly okText: string;
227
+ readonly fullscreen: boolean;
228
228
  readonly resizer: boolean;
229
229
  readonly showCancelBtn: boolean;
230
230
  readonly showOkBtn: boolean;
@@ -240,7 +240,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
240
240
  readonly closeFunc?: (() => Promise<boolean>) | undefined;
241
241
  readonly loadingTip?: string | undefined;
242
242
  readonly "onIs-scroll"?: ((...args: any[]) => any) | undefined;
243
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "fullscreen" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
243
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
244
244
  $attrs: {
245
245
  [x: string]: unknown;
246
246
  };
@@ -351,7 +351,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
351
351
  "is-scroll": (...args: any[]) => void;
352
352
  }, string, {
353
353
  title: any;
354
- fullscreen: boolean;
355
354
  visible: boolean;
356
355
  size: "small" | "medium" | "mini";
357
356
  height: any;
@@ -364,6 +363,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
364
363
  modal: boolean;
365
364
  cancelText: string;
366
365
  okText: string;
366
+ fullscreen: boolean;
367
367
  resizer: boolean;
368
368
  showCancelBtn: boolean;
369
369
  showOkBtn: boolean;
@@ -396,7 +396,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
396
396
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
397
397
  } & Readonly<{
398
398
  title: any;
399
- fullscreen: boolean;
400
399
  visible: boolean;
401
400
  size: "small" | "medium" | "mini";
402
401
  height: any;
@@ -409,6 +408,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
409
408
  modal: boolean;
410
409
  cancelText: string;
411
410
  okText: string;
411
+ fullscreen: boolean;
412
412
  resizer: boolean;
413
413
  showCancelBtn: boolean;
414
414
  showOkBtn: boolean;
@@ -506,7 +506,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
506
506
  };
507
507
  }>> & Readonly<{
508
508
  "onIs-scroll"?: ((...args: any[]) => any) | undefined;
509
- }>, "onScrollBottom" | "elm" | ("title" | "fullscreen" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & import('vue').ShallowUnwrapRef<{
509
+ }>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & import('vue').ShallowUnwrapRef<{
510
510
  onScrollBottom: () => void;
511
511
  elm: import('vue').Ref<any, any>;
512
512
  }> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -657,10 +657,8 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
657
657
  modalApi: import('.').TtModalExtendedModalApi;
658
658
  }, {}, {}, {}, {
659
659
  title: any;
660
- showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
661
- appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
662
- fullscreen: boolean;
663
660
  visible: boolean;
661
+ appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
664
662
  transition: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | null)[], unknown, unknown>;
665
663
  size: "small" | "medium" | "mini";
666
664
  center: boolean;
@@ -669,6 +667,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
669
667
  loading: boolean;
670
668
  modelValue: boolean;
671
669
  closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
670
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
672
671
  scrollTop: boolean;
673
672
  minHeight: any;
674
673
  showFooter: boolean;
@@ -677,6 +676,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
677
676
  modal: boolean;
678
677
  cancelText: string;
679
678
  okText: string;
679
+ fullscreen: boolean;
680
680
  resizer: boolean;
681
681
  showCancelBtn: boolean;
682
682
  showOkBtn: boolean;
@@ -843,10 +843,8 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
843
843
  register: (args_0: import('.').ModalMethods, args_1: string) => any;
844
844
  }, string, {
845
845
  title: any;
846
- showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
847
- appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
848
- fullscreen: boolean;
849
846
  visible: boolean;
847
+ appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
850
848
  transition: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | null)[], unknown, unknown>;
851
849
  size: "small" | "medium" | "mini";
852
850
  center: boolean;
@@ -855,6 +853,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
855
853
  loading: boolean;
856
854
  modelValue: boolean;
857
855
  closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
856
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
858
857
  scrollTop: boolean;
859
858
  minHeight: any;
860
859
  showFooter: boolean;
@@ -863,6 +862,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
863
862
  modal: boolean;
864
863
  cancelText: string;
865
864
  okText: string;
865
+ fullscreen: boolean;
866
866
  resizer: boolean;
867
867
  showCancelBtn: boolean;
868
868
  showOkBtn: boolean;
@@ -1044,10 +1044,8 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1044
1044
  register: (args_0: import('.').ModalMethods, args_1: string) => any;
1045
1045
  }, import('vue').PublicProps, {
1046
1046
  title: any;
1047
- showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1048
- appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
1049
- fullscreen: boolean;
1050
1047
  visible: boolean;
1048
+ appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
1051
1049
  transition: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | null)[], unknown, unknown>;
1052
1050
  size: "small" | "medium" | "mini";
1053
1051
  center: boolean;
@@ -1056,6 +1054,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1056
1054
  loading: boolean;
1057
1055
  modelValue: boolean;
1058
1056
  closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1057
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1059
1058
  scrollTop: boolean;
1060
1059
  minHeight: any;
1061
1060
  showFooter: boolean;
@@ -1064,6 +1063,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1064
1063
  modal: boolean;
1065
1064
  cancelText: string;
1066
1065
  okText: string;
1066
+ fullscreen: boolean;
1067
1067
  resizer: boolean;
1068
1068
  showCancelBtn: boolean;
1069
1069
  showOkBtn: boolean;
@@ -1092,7 +1092,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1092
1092
  $data: {};
1093
1093
  $props: Partial<{
1094
1094
  title: any;
1095
- fullscreen: boolean;
1096
1095
  visible: boolean;
1097
1096
  size: "small" | "medium" | "mini";
1098
1097
  height: any;
@@ -1105,6 +1104,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1105
1104
  modal: boolean;
1106
1105
  cancelText: string;
1107
1106
  okText: string;
1107
+ fullscreen: boolean;
1108
1108
  resizer: boolean;
1109
1109
  showCancelBtn: boolean;
1110
1110
  showOkBtn: boolean;
@@ -1117,7 +1117,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1117
1117
  isBottom: boolean;
1118
1118
  }> & Omit<{
1119
1119
  readonly title: any;
1120
- readonly fullscreen: boolean;
1121
1120
  readonly visible: boolean;
1122
1121
  readonly size: "small" | "medium" | "mini";
1123
1122
  readonly height: any;
@@ -1130,6 +1129,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1130
1129
  readonly modal: boolean;
1131
1130
  readonly cancelText: string;
1132
1131
  readonly okText: string;
1132
+ readonly fullscreen: boolean;
1133
1133
  readonly resizer: boolean;
1134
1134
  readonly showCancelBtn: boolean;
1135
1135
  readonly showOkBtn: boolean;
@@ -1145,7 +1145,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1145
1145
  readonly closeFunc?: (() => Promise<boolean>) | undefined;
1146
1146
  readonly loadingTip?: string | undefined;
1147
1147
  readonly "onIs-scroll"?: ((...args: any[]) => any) | undefined;
1148
- } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "fullscreen" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
1148
+ } & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps, "title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
1149
1149
  $attrs: {
1150
1150
  [x: string]: unknown;
1151
1151
  };
@@ -1256,7 +1256,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1256
1256
  "is-scroll": (...args: any[]) => void;
1257
1257
  }, string, {
1258
1258
  title: any;
1259
- fullscreen: boolean;
1260
1259
  visible: boolean;
1261
1260
  size: "small" | "medium" | "mini";
1262
1261
  height: any;
@@ -1269,6 +1268,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1269
1268
  modal: boolean;
1270
1269
  cancelText: string;
1271
1270
  okText: string;
1271
+ fullscreen: boolean;
1272
1272
  resizer: boolean;
1273
1273
  showCancelBtn: boolean;
1274
1274
  showOkBtn: boolean;
@@ -1301,7 +1301,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1301
1301
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (...args: [R, R, import('@vue/reactivity').OnCleanup]) => any : (...args: [any, any, import('@vue/reactivity').OnCleanup]) => any, options?: import('vue').WatchOptions): import('vue').WatchStopHandle;
1302
1302
  } & Readonly<{
1303
1303
  title: any;
1304
- fullscreen: boolean;
1305
1304
  visible: boolean;
1306
1305
  size: "small" | "medium" | "mini";
1307
1306
  height: any;
@@ -1314,6 +1313,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1314
1313
  modal: boolean;
1315
1314
  cancelText: string;
1316
1315
  okText: string;
1316
+ fullscreen: boolean;
1317
1317
  resizer: boolean;
1318
1318
  showCancelBtn: boolean;
1319
1319
  showOkBtn: boolean;
@@ -1411,7 +1411,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1411
1411
  };
1412
1412
  }>> & Readonly<{
1413
1413
  "onIs-scroll"?: ((...args: any[]) => any) | undefined;
1414
- }>, "onScrollBottom" | "elm" | ("title" | "fullscreen" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & import('vue').ShallowUnwrapRef<{
1414
+ }>, "onScrollBottom" | "elm" | ("title" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & import('vue').ShallowUnwrapRef<{
1415
1415
  onScrollBottom: () => void;
1416
1416
  elm: import('vue').Ref<any, any>;
1417
1417
  }> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -1562,10 +1562,8 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1562
1562
  modalApi: import('.').TtModalExtendedModalApi;
1563
1563
  }, {}, {}, {}, {
1564
1564
  title: any;
1565
- showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1566
- appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
1567
- fullscreen: boolean;
1568
1565
  visible: boolean;
1566
+ appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
1569
1567
  transition: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | null)[], unknown, unknown>;
1570
1568
  size: "small" | "medium" | "mini";
1571
1569
  center: boolean;
@@ -1574,6 +1572,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1574
1572
  loading: boolean;
1575
1573
  modelValue: boolean;
1576
1574
  closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1575
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1577
1576
  scrollTop: boolean;
1578
1577
  minHeight: any;
1579
1578
  showFooter: boolean;
@@ -1582,6 +1581,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1582
1581
  modal: boolean;
1583
1582
  cancelText: string;
1584
1583
  okText: string;
1584
+ fullscreen: boolean;
1585
1585
  resizer: boolean;
1586
1586
  showCancelBtn: boolean;
1587
1587
  showOkBtn: boolean;
@@ -1748,10 +1748,8 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1748
1748
  register: (args_0: import('.').ModalMethods, args_1: string) => any;
1749
1749
  }, string, {
1750
1750
  title: any;
1751
- showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1752
- appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
1753
- fullscreen: boolean;
1754
1751
  visible: boolean;
1752
+ appendTo: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | ((new (...args: any[]) => string | HTMLElement) | (() => import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement) | (((new (...args: any[]) => string | HTMLElement) | (() => string | HTMLElement)) | null)[], unknown, unknown>) | null)[], unknown, unknown>;
1755
1753
  transition: import('element-plus/es/utils/index.mjs').EpPropMergeType<(new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | ((new (...args: any[]) => string | import('vue').TransitionProps) | (() => import('element-plus').DialogTransition) | null)[], unknown, unknown>;
1756
1754
  size: "small" | "medium" | "mini";
1757
1755
  center: boolean;
@@ -1760,6 +1758,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1760
1758
  loading: boolean;
1761
1759
  modelValue: boolean;
1762
1760
  closeOnPressEscape: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1761
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1763
1762
  scrollTop: boolean;
1764
1763
  minHeight: any;
1765
1764
  showFooter: boolean;
@@ -1768,6 +1767,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1768
1767
  modal: boolean;
1769
1768
  cancelText: string;
1770
1769
  okText: string;
1770
+ fullscreen: boolean;
1771
1771
  resizer: boolean;
1772
1772
  showCancelBtn: boolean;
1773
1773
  showOkBtn: boolean;