@baosight/er4j 0.0.30 → 0.0.31
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.
|
@@ -787,6 +787,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
787
787
|
};
|
|
788
788
|
}>;
|
|
789
789
|
columnConfig: any;
|
|
790
|
+
renderButton: any[];
|
|
790
791
|
}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<{
|
|
791
792
|
params?: any;
|
|
792
793
|
}> & Readonly<{}>, {}, {}, {
|
|
@@ -1209,7 +1210,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1209
1210
|
};
|
|
1210
1211
|
align: {
|
|
1211
1212
|
type: import('vue').PropType<import('ant-design-vue/es/vc-trigger/interface').AlignType>;
|
|
1212
|
-
default: import('ant-design-vue/es/vc-trigger/interface').AlignType;
|
|
1213
|
+
/** @type { [typeof __VLS_components.ATooltip, typeof __VLS_components.aTooltip, typeof __VLS_components.ATooltip, typeof __VLS_components.aTooltip, ] } */ default: import('ant-design-vue/es/vc-trigger/interface').AlignType;
|
|
1213
1214
|
};
|
|
1214
1215
|
builtinPlacements: {
|
|
1215
1216
|
type: import('vue').PropType<import('ant-design-vue/es/vc-trigger/interface').BuildInPlacements>;
|
|
@@ -1521,7 +1522,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1521
1522
|
ghost?: boolean | undefined;
|
|
1522
1523
|
}>;
|
|
1523
1524
|
default: {
|
|
1524
|
-
ghost?: boolean | undefined;
|
|
1525
|
+
/** @type { [typeof __VLS_components.ATooltip, typeof __VLS_components.aTooltip, typeof __VLS_components.ATooltip, typeof __VLS_components.aTooltip, ] } */ ghost?: boolean | undefined;
|
|
1525
1526
|
};
|
|
1526
1527
|
};
|
|
1527
1528
|
componentSize: {
|