@dazhicheng/ui 1.6.41 → 1.6.42
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/dist/assets/svg/download.svg.js +1 -1
- package/dist/components/tt-api-component/index.vue2.js +73 -73
- package/dist/components/tt-area/TtArea.vue.js +1 -1
- package/dist/components/tt-button/index.d.ts +91 -105
- package/dist/components/tt-button/index.vue.d.ts +52 -60
- package/dist/components/tt-button/index.vue2.js +1 -1
- package/dist/components/tt-drawer/index.d.ts +352 -326
- package/dist/components/tt-drawer/src/RenderDrawer.vue.d.ts +196 -184
- package/dist/components/tt-drawer/src/RenderDrawer.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerFooter.vue.js +1 -1
- package/dist/components/tt-drawer/src/components/DrawerHeader.vue.js +2 -2
- package/dist/components/tt-empty/index.d.ts +4 -4
- package/dist/components/tt-empty/index.js +1 -1
- package/dist/components/tt-form/index.js +1 -1
- package/dist/components/tt-form/src/components/FormActions.vue2.js +1 -1
- package/dist/components/tt-form/src/components/FormElInput.vue.d.ts +106 -110
- package/dist/components/tt-form/src/form/FormMessageToolTip.vue.js +12 -12
- package/dist/components/tt-form/src/form-render/FormField.vue2.js +164 -164
- package/dist/components/tt-form/src/form-render/FormLabel.vue2.js +34 -34
- package/dist/components/tt-form/src/form-render/expandable.js +18 -18
- package/dist/components/tt-form/src/form-render/form.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupForm.vue2.js +1 -1
- package/dist/components/tt-form/src/group-form/GroupSection.vue2.js +124 -124
- package/dist/components/tt-form/src/group-form/LazyFormField.vue.js +99 -99
- package/dist/components/tt-form/src/index.vue.d.ts +8 -12
- package/dist/components/tt-form/src/index.vue2.js +1 -1
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +30 -126
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +15 -63
- package/dist/components/tt-icon/components/AddIcon.vue.js +6 -6
- package/dist/components/tt-icon/components/SubIcon.vue.js +6 -6
- package/dist/components/tt-icon/index.d.ts +4 -4
- package/dist/components/tt-icon/index.vue.js +2 -2
- package/dist/components/tt-icon/index.vue2.js +28 -28
- package/dist/components/tt-image/index.d.ts +29 -29
- package/dist/components/tt-image/src/components/ImageViewer.d.ts +20 -20
- package/dist/components/tt-image/tt-image.d.ts +29 -29
- package/dist/components/tt-input-textarea/index.vue.d.ts +424 -440
- package/dist/components/tt-input-textarea/index.vue.js +153 -153
- package/dist/components/tt-loading/src/loading.vue.js +2 -2
- package/dist/components/tt-loading/src/loading.vue2.js +22 -22
- package/dist/components/tt-log/index.vue.js +1 -1
- package/dist/components/tt-modal/index.d.ts +182 -162
- package/dist/components/tt-modal/src/RenderModal.vue.d.ts +54 -54
- package/dist/components/tt-modal/src/RenderModal.vue.js +236 -228
- package/dist/components/tt-modal/src/components/ModalWrapper.vue.js +1 -1
- package/dist/components/tt-modal/src/hooks/useModalRender.d.ts +26 -22
- package/dist/components/tt-modal/src/utils/resolve-modal-target.js +57 -53
- package/dist/components/tt-nav-anchor/src/TtNavAnchor.vue.js +123 -123
- package/dist/components/tt-panel-select/src/components/PanelLeft.vue.js +24 -24
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/components/PanelMiddle.vue.js +145 -145
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.d.ts +10 -12
- package/dist/components/tt-panel-select/src/components/PanelRight.vue.js +48 -48
- package/dist/components/tt-panel-select/src/index.vue.d.ts +63 -67
- package/dist/components/tt-panel-select/src/index.vue.js +137 -137
- package/dist/components/tt-radio-group/index.vue.js +1 -1
- package/dist/components/tt-select/src/Select.vue.d.ts +8 -12
- package/dist/components/tt-select/src/Select.vue.js +1 -1
- package/dist/components/tt-select/src/components/SelectTable.vue.js +1 -1
- package/dist/components/tt-select/src/components/Table.vue.js +1 -1
- package/dist/components/tt-table/index.d.ts +20 -24
- package/dist/components/tt-table/index.js +1 -1
- package/dist/components/tt-table/src/Table.vue.d.ts +40 -48
- package/dist/components/tt-table/src/Table.vue.js +1 -1
- package/dist/components/tt-table/src/TableForm.vue.d.ts +8 -12
- package/dist/components/tt-table/src/TableForm.vue.js +1 -1
- package/dist/components/tt-table/src/components/TableColumnModal.vue2.js +1 -1
- package/dist/components/tt-table/src/hooks/useSideSlot.d.ts +40 -48
- package/dist/components/tt-text/index.vue2.js +22 -22
- package/dist/components/tt-upload/index.d.ts +60 -60
- package/dist/components/tt-upload/src/TtUpload.vue.d.ts +37 -37
- package/dist/components/tt-upload/src/TtUpload.vue.js +1 -1
- package/dist/components/tt-upload/src/typing.d.ts +17 -17
- package/dist/hooks/useScreenshotOss.js +1 -1
- package/dist/packages/hooks/src/propTypes.js +1 -1
- package/dist/plugins/vxeTable/switchStatus.js +1 -1
- package/dist/style.css +1 -1
- package/package.json +2 -2
- /package/dist/node_modules/.pnpm/{vue-types@5.1.3_vue@3.5.21_typescript@5.9.3_ → vue-types@5.1.3_vue@3.5.34_typescript@5.9.3_}/node_modules/vue-types/shim/index.modern.js +0 -0
|
@@ -45,12 +45,12 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
45
45
|
readonly form?: string | undefined;
|
|
46
46
|
readonly readonly?: boolean | undefined;
|
|
47
47
|
readonly clearable?: boolean | undefined;
|
|
48
|
-
readonly clearIcon?: import('element-plus/es/utils/
|
|
48
|
+
readonly clearIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
49
49
|
readonly showPassword?: boolean | undefined;
|
|
50
50
|
readonly showWordLimit?: boolean | undefined;
|
|
51
51
|
readonly wordLimitPosition?: "inside" | "outside" | undefined;
|
|
52
|
-
readonly suffixIcon?: import('element-plus/es/utils/
|
|
53
|
-
readonly prefixIcon?: import('element-plus/es/utils/
|
|
52
|
+
readonly suffixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
53
|
+
readonly prefixIcon?: import('element-plus/es/utils/vue/icon.mjs').IconPropType | undefined;
|
|
54
54
|
readonly containerRole?: string | undefined;
|
|
55
55
|
readonly tabindex?: string | number | undefined;
|
|
56
56
|
readonly validateEvent?: boolean | undefined;
|
|
@@ -61,22 +61,20 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
61
61
|
readonly inputmode?: "search" | "text" | "none" | "tel" | "url" | "email" | "numeric" | "decimal" | undefined;
|
|
62
62
|
readonly name?: string | undefined;
|
|
63
63
|
readonly countGraphemes?: ((value: string) => number) | undefined;
|
|
64
|
-
readonly
|
|
64
|
+
readonly onClear?: ((evt: MouseEvent | undefined) => any) | undefined | undefined;
|
|
65
|
+
readonly "onUpdate:modelValue"?: ((value: string) => any) | undefined | undefined;
|
|
65
66
|
readonly onChange?: ((value: string, evt?: Event | undefined) => any) | undefined | undefined;
|
|
66
|
-
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
67
|
-
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
68
|
-
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
69
|
-
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
70
67
|
readonly onInput?: ((value: string) => any) | undefined | undefined;
|
|
71
|
-
readonly
|
|
72
|
-
readonly
|
|
68
|
+
readonly onFocus?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
69
|
+
readonly onBlur?: ((evt: FocusEvent) => any) | undefined | undefined;
|
|
73
70
|
readonly onMouseleave?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
71
|
+
readonly onMouseenter?: ((evt: MouseEvent) => any) | undefined | undefined;
|
|
72
|
+
readonly onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined | undefined;
|
|
73
|
+
readonly onCompositionstart?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
74
|
+
readonly onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
75
|
+
readonly onCompositionend?: ((evt: CompositionEvent) => any) | undefined | undefined;
|
|
76
76
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
77
|
-
$attrs:
|
|
78
|
-
[x: string]: unknown;
|
|
79
|
-
};
|
|
77
|
+
$attrs: import('vue').Attrs;
|
|
80
78
|
$refs: {
|
|
81
79
|
[x: string]: unknown;
|
|
82
80
|
};
|
|
@@ -89,18 +87,18 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
89
87
|
$emit: ((event: "input", value: string) => void) & ((event: "blur", evt: FocusEvent) => void) & ((event: "change", value: string, evt?: Event | undefined) => void) & ((event: "compositionend", evt: CompositionEvent) => void) & ((event: "compositionstart", evt: CompositionEvent) => void) & ((event: "compositionupdate", evt: CompositionEvent) => void) & ((event: "focus", evt: FocusEvent) => void) & ((event: "keydown", evt: Event | KeyboardEvent) => void) & ((event: "mouseenter", evt: MouseEvent) => void) & ((event: "mouseleave", evt: MouseEvent) => void) & ((event: "clear", evt: MouseEvent | undefined) => void) & ((event: "update:modelValue", value: string) => void);
|
|
90
88
|
$el: any;
|
|
91
89
|
$options: import('vue').ComponentOptionsBase<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
92
|
-
|
|
90
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
91
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
93
92
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
94
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
95
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
96
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
97
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
98
93
|
onInput?: ((value: string) => any) | undefined;
|
|
99
|
-
|
|
100
|
-
|
|
94
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
95
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
101
96
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
102
|
-
|
|
103
|
-
|
|
97
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
98
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
99
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
100
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
101
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
104
102
|
}>, {
|
|
105
103
|
input: import('vue').ShallowRef<HTMLInputElement | undefined, HTMLInputElement | undefined>;
|
|
106
104
|
textarea: import('vue').ShallowRef<HTMLTextAreaElement | undefined, HTMLTextAreaElement | undefined>;
|
|
@@ -115,25 +113,25 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
115
113
|
clear: (evt?: MouseEvent) => void;
|
|
116
114
|
resizeTextarea: () => void;
|
|
117
115
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {
|
|
118
|
-
|
|
116
|
+
clear: (evt: MouseEvent | undefined) => void;
|
|
117
|
+
"update:modelValue": (value: string) => void;
|
|
119
118
|
change: (value: string, evt?: Event | undefined) => void;
|
|
120
|
-
compositionend: (evt: CompositionEvent) => void;
|
|
121
|
-
compositionstart: (evt: CompositionEvent) => void;
|
|
122
|
-
compositionupdate: (evt: CompositionEvent) => void;
|
|
123
|
-
focus: (evt: FocusEvent) => void;
|
|
124
119
|
input: (value: string) => void;
|
|
125
|
-
|
|
126
|
-
|
|
120
|
+
focus: (evt: FocusEvent) => void;
|
|
121
|
+
blur: (evt: FocusEvent) => void;
|
|
127
122
|
mouseleave: (evt: MouseEvent) => void;
|
|
128
|
-
|
|
129
|
-
|
|
123
|
+
mouseenter: (evt: MouseEvent) => void;
|
|
124
|
+
keydown: (evt: Event | KeyboardEvent) => void;
|
|
125
|
+
compositionstart: (evt: CompositionEvent) => void;
|
|
126
|
+
compositionupdate: (evt: CompositionEvent) => void;
|
|
127
|
+
compositionend: (evt: CompositionEvent) => void;
|
|
130
128
|
}, string, {
|
|
131
129
|
type: import('element-plus').InputType;
|
|
132
|
-
disabled: boolean;
|
|
133
130
|
modelValue: string | number | null;
|
|
131
|
+
disabled: boolean;
|
|
134
132
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
135
133
|
autocomplete: string;
|
|
136
|
-
clearIcon: import('element-plus/es/utils/
|
|
134
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
137
135
|
wordLimitPosition: "inside" | "outside";
|
|
138
136
|
tabindex: string | number;
|
|
139
137
|
validateEvent: boolean;
|
|
@@ -161,43 +159,43 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
161
159
|
$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;
|
|
162
160
|
} & Readonly<{
|
|
163
161
|
type: import('element-plus').InputType;
|
|
164
|
-
disabled: boolean;
|
|
165
162
|
modelValue: string | number | null;
|
|
163
|
+
disabled: boolean;
|
|
166
164
|
modelModifiers: import('element-plus').InputModelModifiers;
|
|
167
165
|
autocomplete: string;
|
|
168
|
-
clearIcon: import('element-plus/es/utils/
|
|
166
|
+
clearIcon: import('element-plus/es/utils/vue/icon.mjs').IconPropType;
|
|
169
167
|
wordLimitPosition: "inside" | "outside";
|
|
170
168
|
tabindex: string | number;
|
|
171
169
|
validateEvent: boolean;
|
|
172
170
|
inputStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
173
171
|
rows: number;
|
|
174
172
|
}> & Omit<Readonly<import('element-plus').InputProps> & Readonly<{
|
|
175
|
-
|
|
173
|
+
onClear?: ((evt: MouseEvent | undefined) => any) | undefined;
|
|
174
|
+
"onUpdate:modelValue"?: ((value: string) => any) | undefined;
|
|
176
175
|
onChange?: ((value: string, evt?: Event | undefined) => any) | undefined;
|
|
177
|
-
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
178
|
-
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
179
|
-
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
180
|
-
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
181
176
|
onInput?: ((value: string) => any) | undefined;
|
|
182
|
-
|
|
183
|
-
|
|
177
|
+
onFocus?: ((evt: FocusEvent) => any) | undefined;
|
|
178
|
+
onBlur?: ((evt: FocusEvent) => any) | undefined;
|
|
184
179
|
onMouseleave?: ((evt: MouseEvent) => any) | undefined;
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
180
|
+
onMouseenter?: ((evt: MouseEvent) => any) | undefined;
|
|
181
|
+
onKeydown?: ((evt: Event | KeyboardEvent) => any) | undefined;
|
|
182
|
+
onCompositionstart?: ((evt: CompositionEvent) => any) | undefined;
|
|
183
|
+
onCompositionupdate?: ((evt: CompositionEvent) => any) | undefined;
|
|
184
|
+
onCompositionend?: ((evt: CompositionEvent) => any) | undefined;
|
|
185
|
+
}>, "input" | "select" | "textarea" | "blur" | "focus" | "disabled" | "clear" | "type" | "ref" | "tabindex" | "modelValue" | "validateEvent" | "autocomplete" | "clearIcon" | "inputStyle" | "modelModifiers" | "autosize" | "wordLimitPosition" | "rows" | "textareaStyle" | "isComposing" | "passwordVisible" | "resizeTextarea"> & {
|
|
186
|
+
input: HTMLInputElement | undefined;
|
|
187
|
+
textarea: HTMLTextAreaElement | undefined;
|
|
188
|
+
ref: HTMLInputElement | HTMLTextAreaElement | undefined;
|
|
189
|
+
textareaStyle: import('vue').StyleValue;
|
|
190
|
+
autosize: import('element-plus').InputAutoSize | undefined;
|
|
191
|
+
isComposing: boolean;
|
|
192
|
+
passwordVisible: boolean;
|
|
195
193
|
focus: () => void | undefined;
|
|
196
194
|
blur: () => void | undefined;
|
|
197
195
|
select: () => void;
|
|
198
196
|
clear: (evt?: MouseEvent) => void;
|
|
199
197
|
resizeTextarea: () => void;
|
|
200
|
-
}
|
|
198
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
201
199
|
$slots: {
|
|
202
200
|
prepend?: (props: {}) => any;
|
|
203
201
|
} & {
|
|
@@ -221,8 +219,8 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
221
219
|
readonly maxHeight?: number | string | undefined;
|
|
222
220
|
readonly native?: boolean | undefined;
|
|
223
221
|
readonly wrapStyle?: import('vue').StyleValue;
|
|
224
|
-
readonly wrapClass?:
|
|
225
|
-
readonly viewClass?:
|
|
222
|
+
readonly wrapClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
223
|
+
readonly viewClass?: import('element-plus/es/utils/typescript.mjs').ClassValue;
|
|
226
224
|
readonly viewStyle?: import('vue').StyleValue;
|
|
227
225
|
readonly noresize?: boolean | undefined;
|
|
228
226
|
readonly tag?: (keyof HTMLElementTagNameMap | (string & {})) | undefined;
|
|
@@ -239,9 +237,7 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
239
237
|
}) => any) | undefined | undefined;
|
|
240
238
|
readonly "onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined | undefined;
|
|
241
239
|
} & import('vue').VNodeProps & import('vue').AllowedComponentProps & import('vue').ComponentCustomProps;
|
|
242
|
-
$attrs:
|
|
243
|
-
[x: string]: unknown;
|
|
244
|
-
};
|
|
240
|
+
$attrs: import('vue').Attrs;
|
|
245
241
|
$refs: {
|
|
246
242
|
[x: string]: unknown;
|
|
247
243
|
};
|
|
@@ -285,8 +281,8 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
285
281
|
tag: keyof HTMLElementTagNameMap | (string & {});
|
|
286
282
|
distance: number;
|
|
287
283
|
wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
288
|
-
wrapClass: string | string[];
|
|
289
|
-
viewClass: string | string[];
|
|
284
|
+
wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
|
|
285
|
+
viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
|
|
290
286
|
viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
291
287
|
minSize: number;
|
|
292
288
|
}, {}, string, {}, import('vue').GlobalComponents, import('vue').GlobalDirectives, string, import('vue').ComponentProvideOptions> & {
|
|
@@ -316,8 +312,8 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
316
312
|
tag: keyof HTMLElementTagNameMap | (string & {});
|
|
317
313
|
distance: number;
|
|
318
314
|
wrapStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
319
|
-
wrapClass: string | string[];
|
|
320
|
-
viewClass: string | string[];
|
|
315
|
+
wrapClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
|
|
316
|
+
viewClass: string | false | Record<string, any> | import('element-plus/es/utils/typescript.mjs').ClassValue[] | null;
|
|
321
317
|
viewStyle: string | false | import('vue').CSSProperties | import('vue').StyleValue[] | null;
|
|
322
318
|
minSize: number;
|
|
323
319
|
}> & Omit<Readonly<import('element-plus').ScrollbarProps> & Readonly<{
|
|
@@ -326,8 +322,8 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
326
322
|
scrollLeft: number;
|
|
327
323
|
}) => any) | undefined;
|
|
328
324
|
"onEnd-reached"?: ((direction: import('element-plus').ScrollbarDirection) => any) | undefined;
|
|
329
|
-
}>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> &
|
|
330
|
-
wrapRef:
|
|
325
|
+
}>, "height" | "tabindex" | "tag" | "handleScroll" | "maxHeight" | "scrollTo" | "update" | "distance" | "wrapStyle" | "wrapClass" | "viewClass" | "viewStyle" | "minSize" | "wrapRef" | "setScrollTop" | "setScrollLeft"> & {
|
|
326
|
+
wrapRef: HTMLDivElement | undefined;
|
|
331
327
|
update: () => void;
|
|
332
328
|
scrollTo: {
|
|
333
329
|
(xCord: number, yCord?: number): void;
|
|
@@ -336,7 +332,7 @@ declare const _default: import('vue').DefineComponent<PanelMiddleProps, {
|
|
|
336
332
|
setScrollTop: (value: number) => void;
|
|
337
333
|
setScrollLeft: (value: number) => void;
|
|
338
334
|
handleScroll: () => void;
|
|
339
|
-
}
|
|
335
|
+
} & {} & import('vue').ComponentCustomProperties & {} & {
|
|
340
336
|
$slots: {
|
|
341
337
|
default?: (props: {}) => any;
|
|
342
338
|
};
|