@dazhicheng/ui 1.5.146 → 1.5.147

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 (32) 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/dependencies.d.ts +11 -15
  6. package/dist/components/tt-form/src/types.d.ts +0 -1
  7. package/dist/components/tt-form-item-error-tooltip/index.d.ts +8 -8
  8. package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +4 -4
  9. package/dist/components/tt-image/index.d.ts +2 -2
  10. package/dist/components/tt-image/tt-image.d.ts +2 -2
  11. package/dist/components/tt-loading/index.d.ts +2 -2
  12. package/dist/components/tt-loading/src/loading.vue.d.ts +2 -2
  13. package/dist/components/tt-modal/index.d.ts +30 -30
  14. package/dist/components/tt-modal/src/RenderModal.vue.d.ts +15 -15
  15. package/dist/components/tt-modal/src/components/ModalWrapper.vue.d.ts +1 -1
  16. package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +9 -9
  17. package/dist/components/tt-modal-form/index.vue.d.ts +2 -2
  18. package/dist/components/tt-nav-anchor/index.d.ts +1 -1
  19. package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.d.ts +1 -1
  20. package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +2 -2
  21. package/dist/components/tt-table/src/components/TableToobalTools.vue.d.ts +8 -8
  22. package/dist/components/tt-table/src/hooks/usePagination.d.ts +2 -2
  23. package/dist/components/tt-text/index.d.ts +3 -3
  24. package/dist/components/tt-text/index.vue.d.ts +1 -1
  25. package/dist/components/tt-upload/index.d.ts +4 -4
  26. package/dist/components/tt-upload/src/TtUpload.d.ts +4 -4
  27. package/dist/{index-CMjNBMj5.js → index-NG5FNCLD.js} +2 -3
  28. package/dist/index.js +1940 -1993
  29. package/dist/{index.modern-BeGUVc1A.js → index.modern-CTe-bW9A.js} +1 -1
  30. package/dist/plugins.js +1 -1
  31. package/package.json +1 -1
  32. package/dist/components/tt-form/src/utils/array-default-row.d.ts +0 -6
@@ -57,9 +57,11 @@ 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;
61
60
  readonly style?: import('vue').StyleValue;
62
61
  readonly id?: string | undefined;
62
+ readonly offset?: number | undefined;
63
+ readonly placement?: import('element-plus').Placement | undefined;
64
+ readonly zIndex?: number | undefined;
63
65
  readonly className?: (string | {
64
66
  [x: string]: boolean;
65
67
  } | (string | {
@@ -120,12 +122,10 @@ export declare const TtFormItemErrorTooltip: import('../../../../utils/src').SFC
120
122
  readonly triggerTargetEl?: HTMLElement | undefined;
121
123
  readonly stopPopperMouseEvent?: boolean | undefined;
122
124
  readonly virtualTriggering?: boolean | undefined;
123
- readonly zIndex?: number | undefined;
124
125
  readonly loop?: boolean | undefined;
125
126
  readonly boundariesPadding?: number | undefined;
126
127
  readonly fallbackPlacements?: import('element-plus').Placement[] | undefined;
127
128
  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
- }>, "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<{
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<{
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,9 +345,11 @@ 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;
349
348
  readonly style?: import('vue').StyleValue;
350
349
  readonly id?: string | undefined;
350
+ readonly offset?: number | undefined;
351
+ readonly placement?: import('element-plus').Placement | undefined;
352
+ readonly zIndex?: number | undefined;
351
353
  readonly className?: (string | {
352
354
  [x: string]: boolean;
353
355
  } | (string | {
@@ -408,12 +410,10 @@ export declare const TtErrorTooltip: import('../../../../utils/src').SFCWithInst
408
410
  readonly triggerTargetEl?: HTMLElement | undefined;
409
411
  readonly stopPopperMouseEvent?: boolean | undefined;
410
412
  readonly virtualTriggering?: boolean | undefined;
411
- readonly zIndex?: number | undefined;
412
413
  readonly loop?: boolean | undefined;
413
414
  readonly boundariesPadding?: number | undefined;
414
415
  readonly fallbackPlacements?: import('element-plus').Placement[] | undefined;
415
416
  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
- }>, "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<{
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<{
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,9 +66,11 @@ 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;
70
69
  readonly style?: import('vue').StyleValue;
71
70
  readonly id?: string | undefined;
71
+ readonly offset?: number | undefined;
72
+ readonly placement?: import('element-plus').Placement | undefined;
73
+ readonly zIndex?: number | undefined;
72
74
  readonly className?: (string | {
73
75
  [x: string]: boolean;
74
76
  } | (string | {
@@ -129,12 +131,10 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
129
131
  readonly triggerTargetEl?: HTMLElement | undefined;
130
132
  readonly stopPopperMouseEvent?: boolean | undefined;
131
133
  readonly virtualTriggering?: boolean | undefined;
132
- readonly zIndex?: number | undefined;
133
134
  readonly loop?: boolean | undefined;
134
135
  readonly boundariesPadding?: number | undefined;
135
136
  readonly fallbackPlacements?: import('element-plus').Placement[] | undefined;
136
137
  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
- }>, "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<{
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<{
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,9 +104,10 @@ 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;
107
108
  src: string;
108
109
  hideOnClickModal: boolean;
109
- fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "fill" | "none" | "contain" | "cover" | "scale-down", unknown>;
110
+ fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "none" | "fill" | "contain" | "cover" | "scale-down", unknown>;
110
111
  lazy: boolean;
111
112
  previewSrcList: string[];
112
113
  previewTeleported: boolean;
@@ -118,7 +119,6 @@ export declare const TtImage: import('../../../../utils/src').SFCWithInstall<imp
118
119
  minScale: number;
119
120
  maxScale: number;
120
121
  showProgress: boolean;
121
- status: ImageStatus;
122
122
  }, import('vue').SlotsType<{
123
123
  placeholder?: () => import('vue').VNodeChild;
124
124
  error?: () => import('vue').VNodeChild;
@@ -103,9 +103,10 @@ 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;
106
107
  src: string;
107
108
  hideOnClickModal: boolean;
108
- fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "fill" | "none" | "contain" | "cover" | "scale-down", unknown>;
109
+ fit: import('element-plus/es/utils/index.mjs').EpPropMergeType<StringConstructor, "" | "none" | "fill" | "contain" | "cover" | "scale-down", unknown>;
109
110
  lazy: boolean;
110
111
  previewSrcList: string[];
111
112
  previewTeleported: boolean;
@@ -117,7 +118,6 @@ declare const _default: import('vue').DefineComponent<import('vue').ExtractPropT
117
118
  minScale: number;
118
119
  maxScale: number;
119
120
  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;
5
4
  zIndex: number;
5
+ background: string;
6
6
  svg: string;
7
7
  text: string;
8
- background: string;
9
8
  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;
4
3
  zIndex: number;
4
+ background: string;
5
5
  svg: string;
6
6
  text: string;
7
- background: string;
8
7
  fullscreen: boolean;
8
+ visible: boolean;
9
9
  textColor: string;
10
10
  spinnerColor: string;
11
11
  }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
@@ -139,8 +139,10 @@ 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
- visible: boolean;
142
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
143
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
+ visible: boolean;
144
146
  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>;
145
147
  size: "small" | "medium" | "mini";
146
148
  center: boolean;
@@ -149,7 +151,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
149
151
  loading: boolean;
150
152
  modelValue: boolean;
151
153
  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>;
153
154
  scrollTop: boolean;
154
155
  minHeight: any;
155
156
  showFooter: boolean;
@@ -158,7 +159,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
158
159
  modal: boolean;
159
160
  cancelText: string;
160
161
  okText: string;
161
- fullscreen: boolean;
162
162
  resizer: boolean;
163
163
  showCancelBtn: boolean;
164
164
  showOkBtn: boolean;
@@ -187,6 +187,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
187
187
  $data: {};
188
188
  $props: Partial<{
189
189
  title: any;
190
+ fullscreen: boolean;
190
191
  visible: boolean;
191
192
  size: "small" | "medium" | "mini";
192
193
  height: any;
@@ -199,7 +200,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
199
200
  modal: boolean;
200
201
  cancelText: string;
201
202
  okText: string;
202
- fullscreen: boolean;
203
203
  resizer: boolean;
204
204
  showCancelBtn: boolean;
205
205
  showOkBtn: boolean;
@@ -212,6 +212,7 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
212
212
  isBottom: boolean;
213
213
  }> & Omit<{
214
214
  readonly title: any;
215
+ readonly fullscreen: boolean;
215
216
  readonly visible: boolean;
216
217
  readonly size: "small" | "medium" | "mini";
217
218
  readonly height: any;
@@ -224,7 +225,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
224
225
  readonly modal: boolean;
225
226
  readonly cancelText: string;
226
227
  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" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
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">;
244
244
  $attrs: {
245
245
  [x: string]: unknown;
246
246
  };
@@ -351,6 +351,7 @@ 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;
354
355
  visible: boolean;
355
356
  size: "small" | "medium" | "mini";
356
357
  height: any;
@@ -363,7 +364,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
363
364
  modal: boolean;
364
365
  cancelText: string;
365
366
  okText: string;
366
- fullscreen: boolean;
367
367
  resizer: boolean;
368
368
  showCancelBtn: boolean;
369
369
  showOkBtn: boolean;
@@ -396,6 +396,7 @@ 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;
399
400
  visible: boolean;
400
401
  size: "small" | "medium" | "mini";
401
402
  height: any;
@@ -408,7 +409,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
408
409
  modal: boolean;
409
410
  cancelText: string;
410
411
  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" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & import('vue').ShallowUnwrapRef<{
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<{
510
510
  onScrollBottom: () => void;
511
511
  elm: import('vue').Ref<any, any>;
512
512
  }> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -657,8 +657,10 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
657
657
  modalApi: import('.').TtModalExtendedModalApi;
658
658
  }, {}, {}, {}, {
659
659
  title: any;
660
- visible: boolean;
660
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
661
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
+ visible: boolean;
662
664
  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>;
663
665
  size: "small" | "medium" | "mini";
664
666
  center: boolean;
@@ -667,7 +669,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
667
669
  loading: boolean;
668
670
  modelValue: boolean;
669
671
  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>;
671
672
  scrollTop: boolean;
672
673
  minHeight: any;
673
674
  showFooter: boolean;
@@ -676,7 +677,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
676
677
  modal: boolean;
677
678
  cancelText: string;
678
679
  okText: string;
679
- fullscreen: boolean;
680
680
  resizer: boolean;
681
681
  showCancelBtn: boolean;
682
682
  showOkBtn: boolean;
@@ -843,8 +843,10 @@ 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
- visible: boolean;
846
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
847
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
+ visible: boolean;
848
850
  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>;
849
851
  size: "small" | "medium" | "mini";
850
852
  center: boolean;
@@ -853,7 +855,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
853
855
  loading: boolean;
854
856
  modelValue: boolean;
855
857
  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>;
857
858
  scrollTop: boolean;
858
859
  minHeight: any;
859
860
  showFooter: boolean;
@@ -862,7 +863,6 @@ export declare const RenderModal: import('../../../../utils/src').SFCWithInstall
862
863
  modal: boolean;
863
864
  cancelText: string;
864
865
  okText: string;
865
- fullscreen: boolean;
866
866
  resizer: boolean;
867
867
  showCancelBtn: boolean;
868
868
  showOkBtn: boolean;
@@ -1044,8 +1044,10 @@ 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
- visible: boolean;
1047
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1048
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
+ visible: boolean;
1049
1051
  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>;
1050
1052
  size: "small" | "medium" | "mini";
1051
1053
  center: boolean;
@@ -1054,7 +1056,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1054
1056
  loading: boolean;
1055
1057
  modelValue: boolean;
1056
1058
  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>;
1058
1059
  scrollTop: boolean;
1059
1060
  minHeight: any;
1060
1061
  showFooter: boolean;
@@ -1063,7 +1064,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1063
1064
  modal: boolean;
1064
1065
  cancelText: string;
1065
1066
  okText: string;
1066
- fullscreen: boolean;
1067
1067
  resizer: boolean;
1068
1068
  showCancelBtn: boolean;
1069
1069
  showOkBtn: boolean;
@@ -1092,6 +1092,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1092
1092
  $data: {};
1093
1093
  $props: Partial<{
1094
1094
  title: any;
1095
+ fullscreen: boolean;
1095
1096
  visible: boolean;
1096
1097
  size: "small" | "medium" | "mini";
1097
1098
  height: any;
@@ -1104,7 +1105,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1104
1105
  modal: boolean;
1105
1106
  cancelText: string;
1106
1107
  okText: string;
1107
- fullscreen: boolean;
1108
1108
  resizer: boolean;
1109
1109
  showCancelBtn: boolean;
1110
1110
  showOkBtn: boolean;
@@ -1117,6 +1117,7 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1117
1117
  isBottom: boolean;
1118
1118
  }> & Omit<{
1119
1119
  readonly title: any;
1120
+ readonly fullscreen: boolean;
1120
1121
  readonly visible: boolean;
1121
1122
  readonly size: "small" | "medium" | "mini";
1122
1123
  readonly height: any;
@@ -1129,7 +1130,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1129
1130
  readonly modal: boolean;
1130
1131
  readonly cancelText: string;
1131
1132
  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" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom">;
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">;
1149
1149
  $attrs: {
1150
1150
  [x: string]: unknown;
1151
1151
  };
@@ -1256,6 +1256,7 @@ 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;
1259
1260
  visible: boolean;
1260
1261
  size: "small" | "medium" | "mini";
1261
1262
  height: any;
@@ -1268,7 +1269,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1268
1269
  modal: boolean;
1269
1270
  cancelText: string;
1270
1271
  okText: string;
1271
- fullscreen: boolean;
1272
1272
  resizer: boolean;
1273
1273
  showCancelBtn: boolean;
1274
1274
  showOkBtn: boolean;
@@ -1301,6 +1301,7 @@ 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;
1304
1305
  visible: boolean;
1305
1306
  size: "small" | "medium" | "mini";
1306
1307
  height: any;
@@ -1313,7 +1314,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1313
1314
  modal: boolean;
1314
1315
  cancelText: string;
1315
1316
  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" | "visible" | "size" | "height" | "draggable" | "loading" | "scrollTop" | "minHeight" | "showFooter" | "testId" | "modal" | "cancelText" | "okText" | "fullscreen" | "resizer" | "showCancelBtn" | "showOkBtn" | "confirmLoading" | "cancelLoading" | "okButtonProps" | "cancelButtonProps" | "isBottom")> & import('vue').ShallowUnwrapRef<{
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<{
1415
1415
  onScrollBottom: () => void;
1416
1416
  elm: import('vue').Ref<any, any>;
1417
1417
  }> & {} & import('vue').ComponentCustomProperties & {} & {
@@ -1562,8 +1562,10 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1562
1562
  modalApi: import('.').TtModalExtendedModalApi;
1563
1563
  }, {}, {}, {}, {
1564
1564
  title: any;
1565
- visible: boolean;
1565
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1566
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
+ visible: boolean;
1567
1569
  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>;
1568
1570
  size: "small" | "medium" | "mini";
1569
1571
  center: boolean;
@@ -1572,7 +1574,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1572
1574
  loading: boolean;
1573
1575
  modelValue: boolean;
1574
1576
  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>;
1576
1577
  scrollTop: boolean;
1577
1578
  minHeight: any;
1578
1579
  showFooter: boolean;
@@ -1581,7 +1582,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1581
1582
  modal: boolean;
1582
1583
  cancelText: string;
1583
1584
  okText: string;
1584
- fullscreen: boolean;
1585
1585
  resizer: boolean;
1586
1586
  showCancelBtn: boolean;
1587
1587
  showOkBtn: boolean;
@@ -1748,8 +1748,10 @@ 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
- visible: boolean;
1751
+ showClose: import('element-plus/es/utils/index.mjs').EpPropMergeType<BooleanConstructor, unknown, unknown>;
1752
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
+ visible: boolean;
1753
1755
  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>;
1754
1756
  size: "small" | "medium" | "mini";
1755
1757
  center: boolean;
@@ -1758,7 +1760,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1758
1760
  loading: boolean;
1759
1761
  modelValue: boolean;
1760
1762
  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>;
1762
1763
  scrollTop: boolean;
1763
1764
  minHeight: any;
1764
1765
  showFooter: boolean;
@@ -1767,7 +1768,6 @@ export declare const TtModal: import('../../../../utils/src').SFCWithInstall<{
1767
1768
  modal: boolean;
1768
1769
  cancelText: string;
1769
1770
  okText: string;
1770
- fullscreen: boolean;
1771
1771
  resizer: boolean;
1772
1772
  showCancelBtn: boolean;
1773
1773
  showOkBtn: boolean;