|
@@ -4,11 +4,10 @@ import {baseConfig} from "./base";
|
|
|
import {button} from "../Defaults";
|
|
|
import {
|
|
|
disabled,
|
|
|
- fieldLabel,
|
|
|
- gravity, height, metaId,
|
|
|
+ text,
|
|
|
+ iconCls,
|
|
|
+ width, height,
|
|
|
PropertyDescriptionTable,
|
|
|
- tooltip,
|
|
|
- value, width,
|
|
|
YvBase
|
|
|
} from "../PropertyDescriptionTable";
|
|
|
import {PropertyDescription} from "../PropertyDescription";
|
|
@@ -28,10 +27,7 @@ export default function () {
|
|
|
PropertyDescriptionTable.set(
|
|
|
'button',
|
|
|
new PropertyDescription(YvBase, {
|
|
|
- props: [
|
|
|
- fieldLabel, value, disabled,
|
|
|
- gravity, tooltip, metaId, width, height
|
|
|
- ],
|
|
|
+ props: [ text, disabled, height, width, iconCls],
|
|
|
})
|
|
|
)
|
|
|
}
|