|
@@ -3978,6 +3978,15 @@ context.meta2d.translate(
|
|
// activeTextColor: '#000000FF',
|
|
// activeTextColor: '#000000FF',
|
|
textLeft: 10,
|
|
textLeft: 10,
|
|
interaction: true,
|
|
interaction: true,
|
|
|
|
+ props: {
|
|
|
|
+ custom: [
|
|
|
|
+ {
|
|
|
|
+ key: 'autofocus',
|
|
|
|
+ label: '自动获得焦点',
|
|
|
|
+ type: 'bool',
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
},
|
|
},
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -3999,6 +4008,15 @@ context.meta2d.translate(
|
|
color: '#424B61',
|
|
color: '#424B61',
|
|
textColor: '#FFFFFFE6',
|
|
textColor: '#FFFFFFE6',
|
|
interaction: true,
|
|
interaction: true,
|
|
|
|
+ props: {
|
|
|
|
+ custom: [
|
|
|
|
+ {
|
|
|
|
+ key: 'autofocus',
|
|
|
|
+ label: '自动获得焦点',
|
|
|
|
+ type: 'bool',
|
|
|
|
+ },
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
// color: '#D9D9D9FF',
|
|
// color: '#D9D9D9FF',
|
|
// textColor: '#000000FF',
|
|
// textColor: '#000000FF',
|
|
// hoverTextColor: '#000000FF',
|
|
// hoverTextColor: '#000000FF',
|
|
@@ -4172,6 +4190,11 @@ context.meta2d.translate(
|
|
label: $t('下拉悬停颜色'),
|
|
label: $t('下拉悬停颜色'),
|
|
type: 'color',
|
|
type: 'color',
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ key: 'autofocus',
|
|
|
|
+ label: '自动获得焦点',
|
|
|
|
+ type: 'bool',
|
|
|
|
+ },
|
|
]
|
|
]
|
|
}
|
|
}
|
|
},
|
|
},
|