@dazhicheng/ui 1.4.22 → 1.4.23
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/components/tt-form/src/config.d.ts +2 -2
- package/dist/components/tt-form/src/types.d.ts +5 -5
- package/dist/components/tt-form-item-error-tooltip/index.d.ts +1466 -2
- package/dist/components/tt-form-item-error-tooltip/index.vue.d.ts +734 -2
- package/dist/components/tt-table/src/Table.vue.d.ts +1 -1
- package/dist/index.js +4313 -4313
- package/dist/style.css +1 -1
- package/package.json +3 -3
- /package/dist/components/tt-form/src/components/{formActions.vue.d.ts → FormActions.vue.d.ts} +0 -0
- /package/dist/components/tt-form/src/{useForm.vue.d.ts → index.vue.d.ts} +0 -0
|
@@ -1085,7 +1085,6 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1085
1085
|
keyboardConfig: import("vxe-table").VxeTablePropTypes.KeyboardConfig<any>;
|
|
1086
1086
|
emptyText: string;
|
|
1087
1087
|
clearTreeExpand: any;
|
|
1088
|
-
toolTipErrorPlacement: "top" | "bottom" | "left" | "right";
|
|
1089
1088
|
currentPageField: string;
|
|
1090
1089
|
pageSizeField: string;
|
|
1091
1090
|
totalField: string;
|
|
@@ -1136,6 +1135,7 @@ declare const __VLS_component: import('vue').DefineComponent<import('vue').Extra
|
|
|
1136
1135
|
isDataCloneDeep: any;
|
|
1137
1136
|
useSearchForm: any;
|
|
1138
1137
|
testId: string;
|
|
1138
|
+
toolTipErrorPlacement: "top" | "bottom" | "left" | "right";
|
|
1139
1139
|
isAreaCheckData: any;
|
|
1140
1140
|
api: (...arg: any[]) => Promise<any>;
|
|
1141
1141
|
afterFetch: ((data: import("vxe-table").VxeTablePropTypes.Row[], res: globalThis.Recordable) => Promise<import("vxe-table").VxeTablePropTypes.Row[]>) | undefined;
|