@baosight/er4j 0.0.58 → 0.0.60
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.
|
@@ -1210,7 +1210,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1210
1210
|
};
|
|
1211
1211
|
align: {
|
|
1212
1212
|
type: import('vue').PropType<import('ant-design-vue/es/vc-trigger/interface').AlignType>;
|
|
1213
|
-
|
|
1213
|
+
default: import('ant-design-vue/es/vc-trigger/interface').AlignType;
|
|
1214
1214
|
};
|
|
1215
1215
|
builtinPlacements: {
|
|
1216
1216
|
type: import('vue').PropType<import('ant-design-vue/es/vc-trigger/interface').BuildInPlacements>;
|
|
@@ -1522,7 +1522,7 @@ declare const _default: import('vue').DefineComponent<{
|
|
|
1522
1522
|
ghost?: boolean | undefined;
|
|
1523
1523
|
}>;
|
|
1524
1524
|
default: {
|
|
1525
|
-
|
|
1525
|
+
ghost?: boolean | undefined;
|
|
1526
1526
|
};
|
|
1527
1527
|
};
|
|
1528
1528
|
componentSize: {
|